1 | [ Jul 8 01:11:00 Enabled. ] | ||
2 | [ Jul 8 01:11:00 Rereading configuration. ] | ||
3 | [ Jul 8 01:11:02 Rereading configuration. ] | ||
4 | [ Jul 8 01:11:12 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 | [ Jul 8 01:11:12 Method "start" exited with status 0. ] | ||
25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
26 | Logging trace to /var/tmp/clickhouse-server.log | ||
27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
28 | 2025.07.08 01:11:15.183091 [ 1 ] {} <Information> Application: Will watch for the process with pid 24011 | ||
29 | 2025.07.08 01:11:15.183495 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
30 | 2025.07.08 01:11:15.670036 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: <unknown>), PID 24011 | ||
31 | 2025.07.08 01:11:15.670835 [ 1 ] {} <Information> Application: starting up | ||
32 | 2025.07.08 01:11:15.670977 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
33 | 2025.07.08 01:11:15.767399 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
34 | 2025.07.08 01:11:15.803864 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
35 | 2025.07.08 01:11:15.803947 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
36 | 2025.07.08 01:11:15.803965 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
37 | 2025.07.08 01:11:15.804020 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
38 | 2025.07.08 01:11:15.804672 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
39 | 2025.07.08 01:11:15.806805 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
42 | 2025.07.08 01:11:15.807654 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
43 | 2025.07.08 01:11:15.808487 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
44 | 2025.07.08 01:11:15.808536 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
45 | 2025.07.08 01:11:15.808576 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
46 | 2025.07.08 01:11:15.809265 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
47 | 2025.07.08 01:11:15.810381 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
48 | 2025.07.08 01:11:15.816568 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
49 | 2025.07.08 01:11:15.817301 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
50 | 2025.07.08 01:11:15.818684 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
51 | 2025.07.08 01:11:15.818782 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
52 | 2025.07.08 01:11:15.819844 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
55 | 2025.07.08 01:11:15.820305 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
56 | 2025.07.08 01:11:15.824192 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
57 | 2025.07.08 01:11:15.824866 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
58 | 2025.07.08 01:11:15.829835 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
59 | 2025.07.08 01:11:15.830208 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
60 | 2025.07.08 01:11:15.830602 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
61 | 2025.07.08 01:11:15.830911 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
62 | 2025.07.08 01:11:15.832287 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
63 | 2025.07.08 01:11:15.832313 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
64 | 2025.07.08 01:11:15.832401 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache | ||
65 | 2025.07.08 01:11:15.832488 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache | ||
66 | 2025.07.08 01:11:15.845220 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
67 | 2025.07.08 01:11:15.845249 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000182313 sec | ||
68 | 2025.07.08 01:11:15.845299 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
69 | 2025.07.08 01:11:15.845338 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
70 | 2025.07.08 01:11:15.846112 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
71 | 2025.07.08 01:11:15.846725 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
72 | 2025.07.08 01:11:15.856676 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
73 | 2025.07.08 01:11:15.856719 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
74 | 2025.07.08 01:11:15.856795 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
75 | 2025.07.08 01:11:15.856809 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
76 | 2025.07.08 01:11:15.856842 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
77 | 2025.07.08 01:11:15.856913 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
78 | 2025.07.08 01:11:15.861081 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
79 | 2025.07.08 01:11:15.861127 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
80 | 2025.07.08 01:11:15.861175 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
81 | 2025.07.08 01:11:15.861350 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
82 | 2025.07.08 01:11:15.861390 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
83 | 2025.07.08 01:11:15.861402 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
84 | 2025.07.08 01:11:15.861474 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
85 | 2025.07.08 01:11:15.861486 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
86 | 2025.07.08 01:11:15.861515 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
87 | 2025.07.08 01:11:15.861582 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
88 | 2025.07.08 01:11:15.885733 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
89 | 2025.07.08 01:11:15.890873 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
90 | 2025.07.08 01:11:15.890982 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000136982 sec | ||
91 | 2025.07.08 01:11:15.890995 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
92 | 2025.07.08 01:11:15.891006 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
93 | 2025.07.08 01:11:15.891040 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
94 | 2025.07.08 01:11:15.891328 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
95 | 2025.07.08 01:11:15.891455 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
96 | 2025.07.08 01:11:15.891469 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
97 | 2025.07.08 01:11:15.891480 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
98 | 2025.07.08 01:11:15.891491 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
99 | 2025.07.08 01:11:15.895876 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
100 | 2025.07.08 01:11:15.896087 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 116.82 MiB (RSS), difference: 92.05 MiB | ||
101 | 2025.07.08 01:11:15.897500 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.283e-05 sec. | ||
102 | 2025.07.08 01:11:15.897931 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
103 | 2025.07.08 01:11:15.899178 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
104 | 2025.07.08 01:11:15.899197 [ 1 ] {} <Information> Application: Ready for connections. | ||
105 | 2025.07.08 01:11:15.934806 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56312 | ||
106 | 2025.07.08 01:11:15.935707 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
107 | 2025.07.08 01:11:15.935772 [ 3 ] {} <Debug> TCP-Session: 187773d3-339f-45f3-94e0-1a6c28dd62a6 Authenticating user 'default' from [fd00:1122:3344:101::c]:56312 | ||
108 | 2025.07.08 01:11:15.935801 [ 3 ] {} <Debug> TCP-Session: 187773d3-339f-45f3-94e0-1a6c28dd62a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
109 | 2025.07.08 01:11:15.935886 [ 3 ] {} <Debug> TCP-Session: 187773d3-339f-45f3-94e0-1a6c28dd62a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
110 | 2025.07.08 01:11:15.935985 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
111 | 2025.07.08 01:11:15.936012 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
112 | 2025.07.08 01:11:15.936097 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
113 | 2025.07.08 01:11:15.938898 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35131 | ||
114 | 2025.07.08 01:11:15.939013 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50659 | ||
115 | 2025.07.08 01:11:15.939018 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37954 | ||
116 | 2025.07.08 01:11:15.939024 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
117 | 2025.07.08 01:11:15.939173 [ 4 ] {} <Debug> TCP-Session: 1138e204-3c46-448d-ac9a-991b60b95972 Authenticating user 'default' from [fd00:1122:3344:101::c]:35131 | ||
118 | 2025.07.08 01:11:15.939195 [ 4 ] {} <Debug> TCP-Session: 1138e204-3c46-448d-ac9a-991b60b95972 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2025.07.08 01:11:15.939198 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
120 | 2025.07.08 01:11:15.939208 [ 4 ] {} <Debug> TCP-Session: 1138e204-3c46-448d-ac9a-991b60b95972 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
121 | 2025.07.08 01:11:15.939255 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
122 | 2025.07.08 01:11:15.939280 [ 5 ] {} <Debug> TCP-Session: 69291821-0ecf-436d-9765-48588d8e293c Authenticating user 'default' from [fd00:1122:3344:101::c]:50659 | ||
123 | 2025.07.08 01:11:15.939210 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55505 | ||
124 | 2025.07.08 01:11:15.939326 [ 5 ] {} <Debug> TCP-Session: 69291821-0ecf-436d-9765-48588d8e293c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
125 | 2025.07.08 01:11:15.939357 [ 254 ] {} <Debug> TCP-Session: c61c76d6-8adb-4f43-853c-543d63db2bde Authenticating user 'default' from [fd00:1122:3344:101::c]:37954 | ||
126 | 2025.07.08 01:11:15.939318 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34012 | ||
127 | 2025.07.08 01:11:15.939423 [ 5 ] {} <Debug> TCP-Session: 69291821-0ecf-436d-9765-48588d8e293c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
128 | 2025.07.08 01:11:15.939411 [ 254 ] {} <Debug> TCP-Session: c61c76d6-8adb-4f43-853c-543d63db2bde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
129 | 2025.07.08 01:11:15.939402 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43084 | ||
130 | 2025.07.08 01:11:15.939496 [ 254 ] {} <Debug> TCP-Session: c61c76d6-8adb-4f43-853c-543d63db2bde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
131 | 2025.07.08 01:11:15.939518 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
132 | 2025.07.08 01:11:15.939574 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55824 | ||
133 | 2025.07.08 01:11:15.939613 [ 255 ] {} <Debug> TCP-Session: fb923d92-3ab9-41fc-9bdc-cf034370a9b4 Authenticating user 'default' from [fd00:1122:3344:101::c]:55505 | ||
134 | 2025.07.08 01:11:15.939677 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
135 | 2025.07.08 01:11:15.939760 [ 255 ] {} <Debug> TCP-Session: fb923d92-3ab9-41fc-9bdc-cf034370a9b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
136 | 2025.07.08 01:11:15.939774 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
137 | 2025.07.08 01:11:15.939794 [ 256 ] {} <Debug> TCP-Session: 45f50fa7-8553-4096-b732-abb2ae37ddc2 Authenticating user 'default' from [fd00:1122:3344:101::c]:34012 | ||
138 | 2025.07.08 01:11:15.939859 [ 258 ] {} <Debug> TCP-Session: daadf084-c752-4ce5-93ca-9a24b19e4eb3 Authenticating user 'default' from [fd00:1122:3344:101::c]:55824 | ||
139 | 2025.07.08 01:11:15.939796 [ 255 ] {} <Debug> TCP-Session: fb923d92-3ab9-41fc-9bdc-cf034370a9b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
140 | 2025.07.08 01:11:15.939916 [ 256 ] {} <Debug> TCP-Session: 45f50fa7-8553-4096-b732-abb2ae37ddc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
141 | 2025.07.08 01:11:15.939927 [ 258 ] {} <Debug> TCP-Session: daadf084-c752-4ce5-93ca-9a24b19e4eb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
142 | 2025.07.08 01:11:15.939679 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
143 | 2025.07.08 01:11:15.939992 [ 256 ] {} <Debug> TCP-Session: 45f50fa7-8553-4096-b732-abb2ae37ddc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
144 | 2025.07.08 01:11:15.940011 [ 258 ] {} <Debug> TCP-Session: daadf084-c752-4ce5-93ca-9a24b19e4eb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
145 | 2025.07.08 01:11:15.940008 [ 257 ] {} <Debug> TCP-Session: a59dfece-53d5-436a-be70-efbeef5626c0 Authenticating user 'default' from [fd00:1122:3344:101::c]:43084 | ||
146 | 2025.07.08 01:11:15.940088 [ 257 ] {} <Debug> TCP-Session: a59dfece-53d5-436a-be70-efbeef5626c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
147 | 2025.07.08 01:11:15.940151 [ 257 ] {} <Debug> TCP-Session: a59dfece-53d5-436a-be70-efbeef5626c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
148 | 2025.07.08 01:11:16.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 116.88 MiB, peak 116.88 MiB, free memory in arenas 0.00 B, will set to 119.00 MiB (RSS), difference: 2.12 MiB | ||
149 | 2025.07.08 01:11:16.097032 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39827 | ||
150 | 2025.07.08 01:11:16.097262 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
151 | 2025.07.08 01:11:16.097309 [ 259 ] {} <Debug> TCP-Session: cd8dbfa1-8a0a-49f4-940d-53a781144f92 Authenticating user 'default' from [fd00:1122:3344:101::b]:39827 | ||
152 | 2025.07.08 01:11:16.097332 [ 259 ] {} <Debug> TCP-Session: cd8dbfa1-8a0a-49f4-940d-53a781144f92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
153 | 2025.07.08 01:11:16.097428 [ 259 ] {} <Debug> TCP-Session: cd8dbfa1-8a0a-49f4-940d-53a781144f92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
154 | 2025.07.08 01:11:16.097500 [ 259 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
155 | 2025.07.08 01:11:16.097559 [ 259 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
156 | 2025.07.08 01:11:16.097655 [ 259 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
157 | 2025.07.08 01:11:16.100368 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38933 | ||
158 | 2025.07.08 01:11:16.100454 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37048 | ||
159 | 2025.07.08 01:11:16.100558 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
160 | 2025.07.08 01:11:16.100642 [ 260 ] {} <Debug> TCP-Session: 8d1f8263-f872-4713-b8e3-4b540928a492 Authenticating user 'default' from [fd00:1122:3344:101::b]:38933 | ||
161 | 2025.07.08 01:11:16.100691 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
162 | 2025.07.08 01:11:16.100702 [ 260 ] {} <Debug> TCP-Session: 8d1f8263-f872-4713-b8e3-4b540928a492 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
163 | 2025.07.08 01:11:16.100703 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38637 | ||
164 | 2025.07.08 01:11:16.100800 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64575 | ||
165 | 2025.07.08 01:11:16.100753 [ 261 ] {} <Debug> TCP-Session: a352862f-065e-48c0-b760-8f5c54d62b40 Authenticating user 'default' from [fd00:1122:3344:101::b]:37048 | ||
166 | 2025.07.08 01:11:16.100719 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36304 | ||
167 | 2025.07.08 01:11:16.100875 [ 261 ] {} <Debug> TCP-Session: a352862f-065e-48c0-b760-8f5c54d62b40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
168 | 2025.07.08 01:11:16.100881 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33321 | ||
169 | 2025.07.08 01:11:16.100739 [ 260 ] {} <Debug> TCP-Session: 8d1f8263-f872-4713-b8e3-4b540928a492 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
170 | 2025.07.08 01:11:16.100957 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39805 | ||
171 | 2025.07.08 01:11:16.101073 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
172 | 2025.07.08 01:11:16.101017 [ 261 ] {} <Debug> TCP-Session: a352862f-065e-48c0-b760-8f5c54d62b40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
173 | 2025.07.08 01:11:16.101160 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
174 | 2025.07.08 01:11:16.101165 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
175 | 2025.07.08 01:11:16.101305 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
176 | 2025.07.08 01:11:16.101202 [ 264 ] {} <Debug> TCP-Session: 1b183e0c-d24e-4bfa-be6f-274811cfd263 Authenticating user 'default' from [fd00:1122:3344:101::b]:64575 | ||
177 | 2025.07.08 01:11:16.101340 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
178 | 2025.07.08 01:11:16.101392 [ 265 ] {} <Debug> TCP-Session: dca9cf26-31fe-42df-bd17-23db99b14aae Authenticating user 'default' from [fd00:1122:3344:101::b]:33321 | ||
179 | 2025.07.08 01:11:16.101373 [ 262 ] {} <Debug> TCP-Session: f1975bf6-9282-48de-835e-6daa2b9daef8 Authenticating user 'default' from [fd00:1122:3344:101::b]:36304 | ||
180 | 2025.07.08 01:11:16.101365 [ 264 ] {} <Debug> TCP-Session: 1b183e0c-d24e-4bfa-be6f-274811cfd263 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2025.07.08 01:11:16.101487 [ 265 ] {} <Debug> TCP-Session: dca9cf26-31fe-42df-bd17-23db99b14aae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
182 | 2025.07.08 01:11:16.101477 [ 262 ] {} <Debug> TCP-Session: f1975bf6-9282-48de-835e-6daa2b9daef8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
183 | 2025.07.08 01:11:16.101178 [ 263 ] {} <Debug> TCP-Session: bcd16309-5c7e-4400-9e0a-90c6053fdc2c Authenticating user 'default' from [fd00:1122:3344:101::b]:38637 | ||
184 | 2025.07.08 01:11:16.101589 [ 262 ] {} <Debug> TCP-Session: f1975bf6-9282-48de-835e-6daa2b9daef8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
185 | 2025.07.08 01:11:16.101601 [ 265 ] {} <Debug> TCP-Session: dca9cf26-31fe-42df-bd17-23db99b14aae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
186 | 2025.07.08 01:11:16.101574 [ 264 ] {} <Debug> TCP-Session: 1b183e0c-d24e-4bfa-be6f-274811cfd263 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
187 | 2025.07.08 01:11:16.101668 [ 263 ] {} <Debug> TCP-Session: bcd16309-5c7e-4400-9e0a-90c6053fdc2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
188 | 2025.07.08 01:11:16.101469 [ 266 ] {} <Debug> TCP-Session: dd85d004-31bc-4ee9-b402-786fe94832f6 Authenticating user 'default' from [fd00:1122:3344:101::b]:39805 | ||
189 | 2025.07.08 01:11:16.101750 [ 266 ] {} <Debug> TCP-Session: dd85d004-31bc-4ee9-b402-786fe94832f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
190 | 2025.07.08 01:11:16.101772 [ 263 ] {} <Debug> TCP-Session: bcd16309-5c7e-4400-9e0a-90c6053fdc2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
191 | 2025.07.08 01:11:16.101851 [ 266 ] {} <Debug> TCP-Session: dd85d004-31bc-4ee9-b402-786fe94832f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
192 | 2025.07.08 01:11:19.307145 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35556 | ||
193 | 2025.07.08 01:11:19.309663 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
194 | 2025.07.08 01:11:19.309736 [ 267 ] {} <Debug> TCP-Session: 39be0e5c-b01e-4aa0-ad4c-882ca4d205c7 Authenticating user 'default' from [fd00:1122:3344:101::a]:35556 | ||
195 | 2025.07.08 01:11:19.309760 [ 267 ] {} <Debug> TCP-Session: 39be0e5c-b01e-4aa0-ad4c-882ca4d205c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
196 | 2025.07.08 01:11:19.309774 [ 267 ] {} <Debug> TCP-Session: 39be0e5c-b01e-4aa0-ad4c-882ca4d205c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
197 | 2025.07.08 01:11:19.309911 [ 267 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
198 | 2025.07.08 01:11:19.309940 [ 267 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
199 | 2025.07.08 01:11:19.310074 [ 267 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
200 | 2025.07.08 01:11:19.311194 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42564 | ||
201 | 2025.07.08 01:11:19.311336 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36982 | ||
202 | 2025.07.08 01:11:19.311389 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
203 | 2025.07.08 01:11:19.311428 [ 268 ] {} <Debug> TCP-Session: dbee04d4-15e6-4f1e-a836-8a99b42953c0 Authenticating user 'default' from [fd00:1122:3344:101::a]:42564 | ||
204 | 2025.07.08 01:11:19.311542 [ 268 ] {} <Debug> TCP-Session: dbee04d4-15e6-4f1e-a836-8a99b42953c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
205 | 2025.07.08 01:11:19.311556 [ 268 ] {} <Debug> TCP-Session: dbee04d4-15e6-4f1e-a836-8a99b42953c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
206 | 2025.07.08 01:11:19.311554 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
207 | 2025.07.08 01:11:19.311579 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63237 | ||
208 | 2025.07.08 01:11:19.311664 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55070 | ||
209 | 2025.07.08 01:11:19.311713 [ 269 ] {} <Debug> TCP-Session: 0f86d544-e8a5-4f24-a261-6a2c9d5b7a1d Authenticating user 'default' from [fd00:1122:3344:101::a]:36982 | ||
210 | 2025.07.08 01:11:19.311761 [ 269 ] {} <Debug> TCP-Session: 0f86d544-e8a5-4f24-a261-6a2c9d5b7a1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
211 | 2025.07.08 01:11:19.311777 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55340 | ||
212 | 2025.07.08 01:11:19.311851 [ 269 ] {} <Debug> TCP-Session: 0f86d544-e8a5-4f24-a261-6a2c9d5b7a1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
213 | 2025.07.08 01:11:19.311901 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
214 | 2025.07.08 01:11:19.311918 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46846 | ||
215 | 2025.07.08 01:11:19.311985 [ 271 ] {} <Debug> TCP-Session: e1b96a89-b5d6-4052-9c3d-b569161e1e40 Authenticating user 'default' from [fd00:1122:3344:101::a]:63237 | ||
216 | 2025.07.08 01:11:19.312014 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
217 | 2025.07.08 01:11:19.312102 [ 271 ] {} <Debug> TCP-Session: e1b96a89-b5d6-4052-9c3d-b569161e1e40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
218 | 2025.07.08 01:11:19.312124 [ 270 ] {} <Debug> TCP-Session: f47fe0b8-7b10-4183-bd8c-df438b6ab5c3 Authenticating user 'default' from [fd00:1122:3344:101::a]:55070 | ||
219 | 2025.07.08 01:11:19.312110 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
220 | 2025.07.08 01:11:19.312192 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
221 | 2025.07.08 01:11:19.312244 [ 270 ] {} <Debug> TCP-Session: f47fe0b8-7b10-4183-bd8c-df438b6ab5c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
222 | 2025.07.08 01:11:19.312234 [ 272 ] {} <Debug> TCP-Session: 69592b97-7817-4eb2-8c24-ca60b8a47d72 Authenticating user 'default' from [fd00:1122:3344:101::a]:55340 | ||
223 | 2025.07.08 01:11:19.312212 [ 271 ] {} <Debug> TCP-Session: e1b96a89-b5d6-4052-9c3d-b569161e1e40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
224 | 2025.07.08 01:11:19.312347 [ 272 ] {} <Debug> TCP-Session: 69592b97-7817-4eb2-8c24-ca60b8a47d72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
225 | 2025.07.08 01:11:19.312350 [ 270 ] {} <Debug> TCP-Session: f47fe0b8-7b10-4183-bd8c-df438b6ab5c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
226 | 2025.07.08 01:11:19.312327 [ 273 ] {} <Debug> TCP-Session: 0ba9f3d0-5683-4fc7-9d3d-9350127b462b Authenticating user 'default' from [fd00:1122:3344:101::a]:46846 | ||
227 | 2025.07.08 01:11:19.312450 [ 272 ] {} <Debug> TCP-Session: 69592b97-7817-4eb2-8c24-ca60b8a47d72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
228 | 2025.07.08 01:11:19.312101 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65040 | ||
229 | 2025.07.08 01:11:19.312586 [ 273 ] {} <Debug> TCP-Session: 0ba9f3d0-5683-4fc7-9d3d-9350127b462b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
230 | 2025.07.08 01:11:19.312614 [ 273 ] {} <Debug> TCP-Session: 0ba9f3d0-5683-4fc7-9d3d-9350127b462b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
231 | 2025.07.08 01:11:19.312760 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
232 | 2025.07.08 01:11:19.312808 [ 274 ] {} <Debug> TCP-Session: c288968b-b9d0-431f-b03c-59bcde9aed06 Authenticating user 'default' from [fd00:1122:3344:101::a]:65040 | ||
233 | 2025.07.08 01:11:19.312827 [ 274 ] {} <Debug> TCP-Session: c288968b-b9d0-431f-b03c-59bcde9aed06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
234 | 2025.07.08 01:11:19.312911 [ 274 ] {} <Debug> TCP-Session: c288968b-b9d0-431f-b03c-59bcde9aed06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
235 | 2025.07.08 01:11:19.317293 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48515 | ||
236 | 2025.07.08 01:11:19.319308 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
237 | 2025.07.08 01:11:19.319416 [ 275 ] {} <Debug> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Authenticating user 'default' from [fd00:1122:3344:101::d]:48515 | ||
238 | 2025.07.08 01:11:19.319436 [ 275 ] {} <Debug> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
239 | 2025.07.08 01:11:19.319450 [ 275 ] {} <Debug> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
240 | 2025.07.08 01:11:19.319600 [ 275 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
241 | 2025.07.08 01:11:19.319637 [ 275 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
242 | 2025.07.08 01:11:19.319744 [ 275 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
243 | 2025.07.08 01:11:19.322249 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49502 | ||
244 | 2025.07.08 01:11:19.322330 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52228 | ||
245 | 2025.07.08 01:11:19.322421 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34544 | ||
246 | 2025.07.08 01:11:19.322515 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:32796 | ||
247 | 2025.07.08 01:11:19.322648 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
248 | 2025.07.08 01:11:19.322672 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35321 | ||
249 | 2025.07.08 01:11:19.322774 [ 276 ] {} <Debug> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Authenticating user 'default' from [fd00:1122:3344:101::d]:49502 | ||
250 | 2025.07.08 01:11:19.322806 [ 276 ] {} <Debug> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2025.07.08 01:11:19.322819 [ 276 ] {} <Debug> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2025.07.08 01:11:19.323417 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
253 | 2025.07.08 01:11:19.323437 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53586 | ||
254 | 2025.07.08 01:11:19.323461 [ 277 ] {} <Debug> TCP-Session: 240a3bbb-2f37-4c6c-b19c-36fb80dfd5b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52228 | ||
255 | 2025.07.08 01:11:19.323556 [ 277 ] {} <Debug> TCP-Session: 240a3bbb-2f37-4c6c-b19c-36fb80dfd5b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2025.07.08 01:11:19.323570 [ 277 ] {} <Debug> TCP-Session: 240a3bbb-2f37-4c6c-b19c-36fb80dfd5b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
257 | 2025.07.08 01:11:19.324667 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
258 | 2025.07.08 01:11:19.324737 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42076 | ||
259 | 2025.07.08 01:11:19.324801 [ 279 ] {} <Debug> TCP-Session: ba2933c0-0942-47ee-a91e-f9537065b94a Authenticating user 'default' from [fd00:1122:3344:101::d]:32796 | ||
260 | 2025.07.08 01:11:19.324825 [ 279 ] {} <Debug> TCP-Session: ba2933c0-0942-47ee-a91e-f9537065b94a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2025.07.08 01:11:19.324839 [ 279 ] {} <Debug> TCP-Session: ba2933c0-0942-47ee-a91e-f9537065b94a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
262 | 2025.07.08 01:11:19.326794 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54161 | ||
263 | 2025.07.08 01:11:19.326834 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
264 | 2025.07.08 01:11:19.326883 [ 280 ] {} <Debug> TCP-Session: f90089e4-4b93-420b-a8eb-6ba77dc042d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35321 | ||
265 | 2025.07.08 01:11:19.326983 [ 280 ] {} <Debug> TCP-Session: f90089e4-4b93-420b-a8eb-6ba77dc042d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
266 | 2025.07.08 01:11:19.326997 [ 280 ] {} <Debug> TCP-Session: f90089e4-4b93-420b-a8eb-6ba77dc042d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
267 | 2025.07.08 01:11:19.328734 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
268 | 2025.07.08 01:11:19.328824 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
269 | 2025.07.08 01:11:19.328863 [ 282 ] {} <Debug> TCP-Session: dfe25361-a4b7-4bd8-a620-d0d556b9837f Authenticating user 'default' from [fd00:1122:3344:101::d]:42076 | ||
270 | 2025.07.08 01:11:19.328872 [ 281 ] {} <Debug> TCP-Session: e9e1ff1b-e6d3-4a3f-9849-0dc4ab4f6078 Authenticating user 'default' from [fd00:1122:3344:101::d]:53586 | ||
271 | 2025.07.08 01:11:19.328890 [ 282 ] {} <Debug> TCP-Session: dfe25361-a4b7-4bd8-a620-d0d556b9837f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
272 | 2025.07.08 01:11:19.328934 [ 281 ] {} <Debug> TCP-Session: e9e1ff1b-e6d3-4a3f-9849-0dc4ab4f6078 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
273 | 2025.07.08 01:11:19.329012 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
274 | 2025.07.08 01:11:19.329041 [ 281 ] {} <Debug> TCP-Session: e9e1ff1b-e6d3-4a3f-9849-0dc4ab4f6078 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2025.07.08 01:11:19.329067 [ 283 ] {} <Debug> TCP-Session: 6e3352af-1518-4dd7-bd92-0be5fee83257 Authenticating user 'default' from [fd00:1122:3344:101::d]:54161 | ||
276 | 2025.07.08 01:11:19.329038 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
277 | 2025.07.08 01:11:19.329028 [ 282 ] {} <Debug> TCP-Session: dfe25361-a4b7-4bd8-a620-d0d556b9837f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
278 | 2025.07.08 01:11:19.329185 [ 283 ] {} <Debug> TCP-Session: 6e3352af-1518-4dd7-bd92-0be5fee83257 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
279 | 2025.07.08 01:11:19.329177 [ 278 ] {} <Debug> TCP-Session: 54837ed8-7c98-497f-a954-cd62c440d80d Authenticating user 'default' from [fd00:1122:3344:101::d]:34544 | ||
280 | 2025.07.08 01:11:19.329066 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
281 | 2025.07.08 01:11:19.329265 [ 283 ] {} <Debug> TCP-Session: 6e3352af-1518-4dd7-bd92-0be5fee83257 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
282 | 2025.07.08 01:11:19.329255 [ 278 ] {} <Debug> TCP-Session: 54837ed8-7c98-497f-a954-cd62c440d80d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
283 | 2025.07.08 01:11:19.329345 [ 278 ] {} <Debug> TCP-Session: 54837ed8-7c98-497f-a954-cd62c440d80d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
284 | 2025.07.08 01:11:19.332148 [ 275 ] {698f0e4c-8fda-4bc2-a9ec-c508d907f903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
285 | 2025.07.08 01:11:19.465596 [ 275 ] {698f0e4c-8fda-4bc2-a9ec-c508d907f903} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:48515) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
286 | |||
287 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
288 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
289 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
290 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
291 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
292 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
293 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
294 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
295 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
296 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
297 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
298 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
299 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
300 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
301 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
302 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
303 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
304 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
305 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
306 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
307 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
308 | |||
309 | 2025.07.08 01:11:19.466546 [ 275 ] {698f0e4c-8fda-4bc2-a9ec-c508d907f903} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
310 | |||
311 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
312 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
313 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
314 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
315 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
316 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
317 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
318 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
319 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
320 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
321 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
322 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
323 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
324 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
325 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
326 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
327 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
328 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
329 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
330 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
331 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
332 | |||
333 | 2025.07.08 01:11:19.466746 [ 275 ] {698f0e4c-8fda-4bc2-a9ec-c508d907f903} <Debug> TCPHandler: Processed in 0.144268546 sec. | ||
334 | 2025.07.08 01:11:19.467298 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
335 | 2025.07.08 01:11:19.467536 [ 276 ] {f61987c8-480e-4c33-9d61-cc50527ca979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
336 | 2025.07.08 01:11:19.468050 [ 276 ] {f61987c8-480e-4c33-9d61-cc50527ca979} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:49502) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
337 | |||
338 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
339 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
340 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
341 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
342 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
343 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
344 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
345 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
346 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
347 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
348 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
349 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
350 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
351 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
352 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
353 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
354 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
355 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
356 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
357 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
358 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
359 | |||
360 | 2025.07.08 01:11:19.468350 [ 276 ] {f61987c8-480e-4c33-9d61-cc50527ca979} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
361 | |||
362 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
363 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
364 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
365 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
366 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
367 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
368 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
369 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
370 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
371 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
372 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
373 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
374 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
375 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
376 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
377 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
378 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
379 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
380 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
381 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
382 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
383 | |||
384 | 2025.07.08 01:11:19.468563 [ 276 ] {f61987c8-480e-4c33-9d61-cc50527ca979} <Debug> TCPHandler: Processed in 0.001450135 sec. | ||
385 | 2025.07.08 01:11:19.470920 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
386 | 2025.07.08 01:11:19.471729 [ 275 ] {38a24998-d592-4fdd-897f-004febe384c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
387 | 2025.07.08 01:11:19.472328 [ 275 ] {38a24998-d592-4fdd-897f-004febe384c8} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
388 | 2025.07.08 01:11:19.473918 [ 275 ] {38a24998-d592-4fdd-897f-004febe384c8} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
389 | 2025.07.08 01:11:19.473999 [ 275 ] {38a24998-d592-4fdd-897f-004febe384c8} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000113442 sec | ||
390 | 2025.07.08 01:11:19.474014 [ 275 ] {38a24998-d592-4fdd-897f-004febe384c8} <Trace> ReferentialDeps: No tables | ||
391 | 2025.07.08 01:11:19.474024 [ 275 ] {38a24998-d592-4fdd-897f-004febe384c8} <Trace> LoadingDeps: No tables | ||
392 | 2025.07.08 01:11:19.474079 [ 275 ] {38a24998-d592-4fdd-897f-004febe384c8} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
393 | 2025.07.08 01:11:19.474733 [ 275 ] {38a24998-d592-4fdd-897f-004febe384c8} <Debug> TCPHandler: Processed in 0.00392671 sec. | ||
394 | 2025.07.08 01:11:19.474878 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
395 | 2025.07.08 01:11:19.475025 [ 275 ] {7b515114-129a-42cb-864e-8e38b587742d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) /* The version table contains metadata about the `oximeter` database */ | ||
396 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
397 | 2025.07.08 01:11:19.475141 [ 275 ] {7b515114-129a-42cb-864e-8e38b587742d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
398 | 2025.07.08 01:11:19.479946 [ 275 ] {7b515114-129a-42cb-864e-8e38b587742d} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
399 | 2025.07.08 01:11:19.483997 [ 275 ] {7b515114-129a-42cb-864e-8e38b587742d} <Debug> oximeter.version (513b17b1-7fd2-457e-880e-84f4af6ba9f4): Loading data parts | ||
400 | 2025.07.08 01:11:19.484991 [ 275 ] {7b515114-129a-42cb-864e-8e38b587742d} <Debug> oximeter.version (513b17b1-7fd2-457e-880e-84f4af6ba9f4): There are no data parts | ||
401 | 2025.07.08 01:11:19.490063 [ 275 ] {7b515114-129a-42cb-864e-8e38b587742d} <Debug> TCPHandler: Processed in 0.01523426 sec. | ||
402 | 2025.07.08 01:11:19.490299 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
403 | 2025.07.08 01:11:19.490481 [ 275 ] {5fc03d83-91f3-41fd-a032-9785f0f5e39d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) /* The measurement tables contain all individual samples from each timeseries. | ||
404 | * | ||
405 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
406 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
407 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
408 | * by all samples from the same timeseries. | ||
409 | * | ||
410 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
411 | * and then uses that to index quickly into the measurements tables. | ||
412 | */ | ||
413 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
414 | 2025.07.08 01:11:19.490600 [ 275 ] {5fc03d83-91f3-41fd-a032-9785f0f5e39d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
415 | 2025.07.08 01:11:19.505246 [ 275 ] {5fc03d83-91f3-41fd-a032-9785f0f5e39d} <Debug> oximeter.measurements_bool (1551105e-4011-490c-aeef-8ec11d8f460b): Loading data parts | ||
416 | 2025.07.08 01:11:19.505582 [ 275 ] {5fc03d83-91f3-41fd-a032-9785f0f5e39d} <Debug> oximeter.measurements_bool (1551105e-4011-490c-aeef-8ec11d8f460b): There are no data parts | ||
417 | 2025.07.08 01:11:19.508603 [ 275 ] {5fc03d83-91f3-41fd-a032-9785f0f5e39d} <Debug> TCPHandler: Processed in 0.018366025 sec. | ||
418 | 2025.07.08 01:11:19.508770 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
419 | 2025.07.08 01:11:19.509018 [ 275 ] {981786a5-c39d-4824-99ed-e2a80a48005e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
420 | 2025.07.08 01:11:19.509063 [ 275 ] {981786a5-c39d-4824-99ed-e2a80a48005e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
421 | 2025.07.08 01:11:19.512566 [ 275 ] {981786a5-c39d-4824-99ed-e2a80a48005e} <Debug> oximeter.measurements_i8 (ae20bb66-8020-49e9-8801-1cf6885a21eb): Loading data parts | ||
422 | 2025.07.08 01:11:19.512730 [ 275 ] {981786a5-c39d-4824-99ed-e2a80a48005e} <Debug> oximeter.measurements_i8 (ae20bb66-8020-49e9-8801-1cf6885a21eb): There are no data parts | ||
423 | 2025.07.08 01:11:19.518905 [ 275 ] {981786a5-c39d-4824-99ed-e2a80a48005e} <Debug> TCPHandler: Processed in 0.01019492 sec. | ||
424 | 2025.07.08 01:11:19.519243 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
425 | 2025.07.08 01:11:19.519498 [ 275 ] {06386517-3ba5-406e-9791-fb2af5a35704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
426 | 2025.07.08 01:11:19.519653 [ 275 ] {06386517-3ba5-406e-9791-fb2af5a35704} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
427 | 2025.07.08 01:11:19.526154 [ 275 ] {06386517-3ba5-406e-9791-fb2af5a35704} <Debug> oximeter.measurements_u8 (b2686e88-e05d-4c25-a93e-c54c463a8e19): Loading data parts | ||
428 | 2025.07.08 01:11:19.526350 [ 275 ] {06386517-3ba5-406e-9791-fb2af5a35704} <Debug> oximeter.measurements_u8 (b2686e88-e05d-4c25-a93e-c54c463a8e19): There are no data parts | ||
429 | 2025.07.08 01:11:19.530426 [ 275 ] {06386517-3ba5-406e-9791-fb2af5a35704} <Debug> TCPHandler: Processed in 0.01126024 sec. | ||
430 | 2025.07.08 01:11:19.530573 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
431 | 2025.07.08 01:11:19.530788 [ 275 ] {676a1b69-36b6-4a49-962a-ffafd473788d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
432 | 2025.07.08 01:11:19.530874 [ 275 ] {676a1b69-36b6-4a49-962a-ffafd473788d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
433 | 2025.07.08 01:11:19.536109 [ 275 ] {676a1b69-36b6-4a49-962a-ffafd473788d} <Debug> oximeter.measurements_i16 (4cd24051-17d2-43bd-b11e-145925523923): Loading data parts | ||
434 | 2025.07.08 01:11:19.536236 [ 275 ] {676a1b69-36b6-4a49-962a-ffafd473788d} <Debug> oximeter.measurements_i16 (4cd24051-17d2-43bd-b11e-145925523923): There are no data parts | ||
435 | 2025.07.08 01:11:19.541674 [ 275 ] {676a1b69-36b6-4a49-962a-ffafd473788d} <Debug> TCPHandler: Processed in 0.011149867 sec. | ||
436 | 2025.07.08 01:11:19.541956 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
437 | 2025.07.08 01:11:19.542144 [ 275 ] {a543be39-dc94-4040-bc02-161e467380b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
438 | 2025.07.08 01:11:19.542291 [ 275 ] {a543be39-dc94-4040-bc02-161e467380b2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
439 | 2025.07.08 01:11:19.544754 [ 275 ] {a543be39-dc94-4040-bc02-161e467380b2} <Debug> oximeter.measurements_u16 (b4d9247b-70fa-4ecc-9e96-138896e8b936): Loading data parts | ||
440 | 2025.07.08 01:11:19.544960 [ 275 ] {a543be39-dc94-4040-bc02-161e467380b2} <Debug> oximeter.measurements_u16 (b4d9247b-70fa-4ecc-9e96-138896e8b936): There are no data parts | ||
441 | 2025.07.08 01:11:19.548964 [ 275 ] {a543be39-dc94-4040-bc02-161e467380b2} <Debug> TCPHandler: Processed in 0.007067245 sec. | ||
442 | 2025.07.08 01:11:19.549107 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
443 | 2025.07.08 01:11:19.549320 [ 275 ] {16c58934-f331-43be-b592-80936555ea3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
444 | 2025.07.08 01:11:19.549407 [ 275 ] {16c58934-f331-43be-b592-80936555ea3b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
445 | 2025.07.08 01:11:19.551371 [ 275 ] {16c58934-f331-43be-b592-80936555ea3b} <Debug> oximeter.measurements_i32 (da0cece4-a02d-4399-91f1-a5eec5f5840e): Loading data parts | ||
446 | 2025.07.08 01:11:19.551508 [ 275 ] {16c58934-f331-43be-b592-80936555ea3b} <Debug> oximeter.measurements_i32 (da0cece4-a02d-4399-91f1-a5eec5f5840e): There are no data parts | ||
447 | 2025.07.08 01:11:19.555361 [ 275 ] {16c58934-f331-43be-b592-80936555ea3b} <Debug> TCPHandler: Processed in 0.006303552 sec. | ||
448 | 2025.07.08 01:11:19.555580 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
449 | 2025.07.08 01:11:19.555736 [ 275 ] {a53c62c0-5b9e-4787-b9f3-13722340cd82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
450 | 2025.07.08 01:11:19.555863 [ 275 ] {a53c62c0-5b9e-4787-b9f3-13722340cd82} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
451 | 2025.07.08 01:11:19.557694 [ 275 ] {a53c62c0-5b9e-4787-b9f3-13722340cd82} <Debug> oximeter.measurements_u32 (496d67b2-70f2-44b4-b9ef-63bcce22b2dd): Loading data parts | ||
452 | 2025.07.08 01:11:19.557976 [ 275 ] {a53c62c0-5b9e-4787-b9f3-13722340cd82} <Debug> oximeter.measurements_u32 (496d67b2-70f2-44b4-b9ef-63bcce22b2dd): There are no data parts | ||
453 | 2025.07.08 01:11:19.562994 [ 275 ] {a53c62c0-5b9e-4787-b9f3-13722340cd82} <Debug> TCPHandler: Processed in 0.007464622 sec. | ||
454 | 2025.07.08 01:11:19.563153 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
455 | 2025.07.08 01:11:19.563312 [ 275 ] {0375022f-8170-4b1d-a43d-7420a499dd40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
456 | 2025.07.08 01:11:19.563440 [ 275 ] {0375022f-8170-4b1d-a43d-7420a499dd40} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
457 | 2025.07.08 01:11:19.568599 [ 275 ] {0375022f-8170-4b1d-a43d-7420a499dd40} <Debug> oximeter.measurements_i64 (f79fc22a-2f58-40a7-add6-2cbb99c12801): Loading data parts | ||
458 | 2025.07.08 01:11:19.568845 [ 275 ] {0375022f-8170-4b1d-a43d-7420a499dd40} <Debug> oximeter.measurements_i64 (f79fc22a-2f58-40a7-add6-2cbb99c12801): There are no data parts | ||
459 | 2025.07.08 01:11:19.572968 [ 275 ] {0375022f-8170-4b1d-a43d-7420a499dd40} <Debug> TCPHandler: Processed in 0.009870505 sec. | ||
460 | 2025.07.08 01:11:19.573224 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
461 | 2025.07.08 01:11:19.573384 [ 275 ] {6e177322-ba6f-4827-aaa9-9386f7d75d87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
462 | 2025.07.08 01:11:19.573500 [ 275 ] {6e177322-ba6f-4827-aaa9-9386f7d75d87} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
463 | 2025.07.08 01:11:19.578394 [ 275 ] {6e177322-ba6f-4827-aaa9-9386f7d75d87} <Debug> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Loading data parts | ||
464 | 2025.07.08 01:11:19.578583 [ 275 ] {6e177322-ba6f-4827-aaa9-9386f7d75d87} <Debug> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): There are no data parts | ||
465 | 2025.07.08 01:11:19.584063 [ 275 ] {6e177322-ba6f-4827-aaa9-9386f7d75d87} <Debug> TCPHandler: Processed in 0.010896393 sec. | ||
466 | 2025.07.08 01:11:19.584219 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
467 | 2025.07.08 01:11:19.584379 [ 275 ] {df33dae2-8728-4479-b8b2-73df9b9663f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
468 | 2025.07.08 01:11:19.584506 [ 275 ] {df33dae2-8728-4479-b8b2-73df9b9663f5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
469 | 2025.07.08 01:11:19.589197 [ 275 ] {df33dae2-8728-4479-b8b2-73df9b9663f5} <Debug> oximeter.measurements_f32 (00bcea08-8a8a-494e-bc52-fd9b452ddd5a): Loading data parts | ||
470 | 2025.07.08 01:11:19.589349 [ 275 ] {df33dae2-8728-4479-b8b2-73df9b9663f5} <Debug> oximeter.measurements_f32 (00bcea08-8a8a-494e-bc52-fd9b452ddd5a): There are no data parts | ||
471 | 2025.07.08 01:11:19.591651 [ 275 ] {df33dae2-8728-4479-b8b2-73df9b9663f5} <Debug> TCPHandler: Processed in 0.007489023 sec. | ||
472 | 2025.07.08 01:11:19.591921 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
473 | 2025.07.08 01:11:19.592160 [ 275 ] {ccb3ff88-19ae-4c10-8318-3fada91cff01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
474 | 2025.07.08 01:11:19.592290 [ 275 ] {ccb3ff88-19ae-4c10-8318-3fada91cff01} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
475 | 2025.07.08 01:11:19.596024 [ 275 ] {ccb3ff88-19ae-4c10-8318-3fada91cff01} <Debug> oximeter.measurements_f64 (fea3937a-d3b0-45ea-a880-34724eed8aa2): Loading data parts | ||
476 | 2025.07.08 01:11:19.596173 [ 275 ] {ccb3ff88-19ae-4c10-8318-3fada91cff01} <Debug> oximeter.measurements_f64 (fea3937a-d3b0-45ea-a880-34724eed8aa2): There are no data parts | ||
477 | 2025.07.08 01:11:19.598415 [ 275 ] {ccb3ff88-19ae-4c10-8318-3fada91cff01} <Debug> TCPHandler: Processed in 0.006555346 sec. | ||
478 | 2025.07.08 01:11:19.598570 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
479 | 2025.07.08 01:11:19.598737 [ 275 ] {7af2c6cd-31f2-47a5-bd38-0d523bcee857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
480 | 2025.07.08 01:11:19.598861 [ 275 ] {7af2c6cd-31f2-47a5-bd38-0d523bcee857} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
481 | 2025.07.08 01:11:19.604169 [ 275 ] {7af2c6cd-31f2-47a5-bd38-0d523bcee857} <Debug> oximeter.measurements_string (dc2ff188-94f4-4aa3-a5d9-98be6278cf66): Loading data parts | ||
482 | 2025.07.08 01:11:19.604357 [ 275 ] {7af2c6cd-31f2-47a5-bd38-0d523bcee857} <Debug> oximeter.measurements_string (dc2ff188-94f4-4aa3-a5d9-98be6278cf66): There are no data parts | ||
483 | 2025.07.08 01:11:19.610066 [ 275 ] {7af2c6cd-31f2-47a5-bd38-0d523bcee857} <Debug> TCPHandler: Processed in 0.011545925 sec. | ||
484 | 2025.07.08 01:11:19.610336 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
485 | 2025.07.08 01:11:19.610528 [ 275 ] {016fae81-6cdc-4917-a1a2-bfbd7ef06e88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
486 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
487 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
488 | * a string isn't palatable for a few reasons. | ||
489 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
490 | * details. | ||
491 | */ | ||
492 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
493 | 2025.07.08 01:11:19.610679 [ 275 ] {016fae81-6cdc-4917-a1a2-bfbd7ef06e88} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
494 | 2025.07.08 01:11:19.615368 [ 275 ] {016fae81-6cdc-4917-a1a2-bfbd7ef06e88} <Debug> oximeter.measurements_bytes (64d6b553-72ca-4d28-8c0d-bd06c6c687f8): Loading data parts | ||
495 | 2025.07.08 01:11:19.615521 [ 275 ] {016fae81-6cdc-4917-a1a2-bfbd7ef06e88} <Debug> oximeter.measurements_bytes (64d6b553-72ca-4d28-8c0d-bd06c6c687f8): There are no data parts | ||
496 | 2025.07.08 01:11:19.621256 [ 275 ] {016fae81-6cdc-4917-a1a2-bfbd7ef06e88} <Debug> TCPHandler: Processed in 0.010980265 sec. | ||
497 | 2025.07.08 01:11:19.621503 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
498 | 2025.07.08 01:11:19.621664 [ 275 ] {ed54a932-21c4-4f70-a0c1-e17498d676ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
499 | 2025.07.08 01:11:19.621788 [ 275 ] {ed54a932-21c4-4f70-a0c1-e17498d676ce} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
500 | 2025.07.08 01:11:19.626477 [ 275 ] {ed54a932-21c4-4f70-a0c1-e17498d676ce} <Debug> oximeter.measurements_cumulativei64 (60be2ca2-e930-46bb-b692-d07f7e12e566): Loading data parts | ||
501 | 2025.07.08 01:11:19.626781 [ 275 ] {ed54a932-21c4-4f70-a0c1-e17498d676ce} <Debug> oximeter.measurements_cumulativei64 (60be2ca2-e930-46bb-b692-d07f7e12e566): There are no data parts | ||
502 | 2025.07.08 01:11:19.632115 [ 275 ] {ed54a932-21c4-4f70-a0c1-e17498d676ce} <Debug> TCPHandler: Processed in 0.010660889 sec. | ||
503 | 2025.07.08 01:11:19.632263 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
504 | 2025.07.08 01:11:19.632521 [ 275 ] {62cf70c3-6f3d-4de2-bd88-2d1d5cfbe002} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
505 | 2025.07.08 01:11:19.632655 [ 275 ] {62cf70c3-6f3d-4de2-bd88-2d1d5cfbe002} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
506 | 2025.07.08 01:11:19.637235 [ 275 ] {62cf70c3-6f3d-4de2-bd88-2d1d5cfbe002} <Debug> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Loading data parts | ||
507 | 2025.07.08 01:11:19.637417 [ 275 ] {62cf70c3-6f3d-4de2-bd88-2d1d5cfbe002} <Debug> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): There are no data parts | ||
508 | 2025.07.08 01:11:19.642917 [ 275 ] {62cf70c3-6f3d-4de2-bd88-2d1d5cfbe002} <Debug> TCPHandler: Processed in 0.01070473 sec. | ||
509 | 2025.07.08 01:11:19.643061 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
510 | 2025.07.08 01:11:19.643226 [ 275 ] {b307ee47-11c8-46ad-b697-108632da27eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
511 | 2025.07.08 01:11:19.643363 [ 275 ] {b307ee47-11c8-46ad-b697-108632da27eb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
512 | 2025.07.08 01:11:19.647887 [ 275 ] {b307ee47-11c8-46ad-b697-108632da27eb} <Debug> oximeter.measurements_cumulativef32 (a814a2e0-ac48-4327-a274-d4e2838de874): Loading data parts | ||
513 | 2025.07.08 01:11:19.648036 [ 275 ] {b307ee47-11c8-46ad-b697-108632da27eb} <Debug> oximeter.measurements_cumulativef32 (a814a2e0-ac48-4327-a274-d4e2838de874): There are no data parts | ||
514 | 2025.07.08 01:11:19.653206 [ 275 ] {b307ee47-11c8-46ad-b697-108632da27eb} <Debug> TCPHandler: Processed in 0.010194891 sec. | ||
515 | 2025.07.08 01:11:19.653467 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
516 | 2025.07.08 01:11:19.653668 [ 275 ] {d9e3cf9f-a8a8-45a0-ad19-7af71a157e76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
517 | 2025.07.08 01:11:19.653799 [ 275 ] {d9e3cf9f-a8a8-45a0-ad19-7af71a157e76} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
518 | 2025.07.08 01:11:19.659878 [ 275 ] {d9e3cf9f-a8a8-45a0-ad19-7af71a157e76} <Debug> oximeter.measurements_cumulativef64 (57cf5d03-d990-466a-9c3a-58430e54afc0): Loading data parts | ||
519 | 2025.07.08 01:11:19.660179 [ 275 ] {d9e3cf9f-a8a8-45a0-ad19-7af71a157e76} <Debug> oximeter.measurements_cumulativef64 (57cf5d03-d990-466a-9c3a-58430e54afc0): There are no data parts | ||
520 | 2025.07.08 01:11:19.664325 [ 275 ] {d9e3cf9f-a8a8-45a0-ad19-7af71a157e76} <Debug> TCPHandler: Processed in 0.010919253 sec. | ||
521 | 2025.07.08 01:11:19.664503 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
522 | 2025.07.08 01:11:19.664900 [ 275 ] {51ddbaff-5a21-467c-a228-01e811660032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
523 | * NOTE: Array types cannot be Nullable, see | ||
524 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
525 | * for more details. | ||
526 | * | ||
527 | * This means we need to use empty arrays to indicate a missing value. This | ||
528 | * is unfortunate, and at this point relies on the fact that an | ||
529 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
530 | * to figure out another way to represent missing samples here. | ||
531 | */ | ||
532 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
533 | 2025.07.08 01:11:19.665040 [ 275 ] {51ddbaff-5a21-467c-a228-01e811660032} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
534 | 2025.07.08 01:11:19.670216 [ 275 ] {51ddbaff-5a21-467c-a228-01e811660032} <Debug> oximeter.measurements_histogrami8 (470f8704-0791-4e2c-acb7-d1cf85903192): Loading data parts | ||
535 | 2025.07.08 01:11:19.670385 [ 275 ] {51ddbaff-5a21-467c-a228-01e811660032} <Debug> oximeter.measurements_histogrami8 (470f8704-0791-4e2c-acb7-d1cf85903192): There are no data parts | ||
536 | 2025.07.08 01:11:19.676174 [ 275 ] {51ddbaff-5a21-467c-a228-01e811660032} <Debug> TCPHandler: Processed in 0.011736598 sec. | ||
537 | 2025.07.08 01:11:19.676464 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
538 | 2025.07.08 01:11:19.676686 [ 275 ] {ccee22d5-b328-441f-bf05-ad2bc2595056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
539 | 2025.07.08 01:11:19.676820 [ 275 ] {ccee22d5-b328-441f-bf05-ad2bc2595056} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
540 | 2025.07.08 01:11:19.683103 [ 275 ] {ccee22d5-b328-441f-bf05-ad2bc2595056} <Debug> oximeter.measurements_histogramu8 (2de4404e-a44a-424e-b4a8-db24b76294f0): Loading data parts | ||
541 | 2025.07.08 01:11:19.683293 [ 275 ] {ccee22d5-b328-441f-bf05-ad2bc2595056} <Debug> oximeter.measurements_histogramu8 (2de4404e-a44a-424e-b4a8-db24b76294f0): There are no data parts | ||
542 | 2025.07.08 01:11:19.688631 [ 275 ] {ccee22d5-b328-441f-bf05-ad2bc2595056} <Debug> TCPHandler: Processed in 0.012219277 sec. | ||
543 | 2025.07.08 01:11:19.688788 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
544 | 2025.07.08 01:11:19.689127 [ 275 ] {77ed0c8d-4685-4b61-9d4f-20c150f992e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
545 | 2025.07.08 01:11:19.689274 [ 275 ] {77ed0c8d-4685-4b61-9d4f-20c150f992e1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
546 | 2025.07.08 01:11:19.694393 [ 275 ] {77ed0c8d-4685-4b61-9d4f-20c150f992e1} <Debug> oximeter.measurements_histogrami16 (a8c9339c-ba4a-42e2-829c-2403a902277d): Loading data parts | ||
547 | 2025.07.08 01:11:19.694591 [ 275 ] {77ed0c8d-4685-4b61-9d4f-20c150f992e1} <Debug> oximeter.measurements_histogrami16 (a8c9339c-ba4a-42e2-829c-2403a902277d): There are no data parts | ||
548 | 2025.07.08 01:11:19.698578 [ 275 ] {77ed0c8d-4685-4b61-9d4f-20c150f992e1} <Debug> TCPHandler: Processed in 0.009841994 sec. | ||
549 | 2025.07.08 01:11:19.698817 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
550 | 2025.07.08 01:11:19.699033 [ 275 ] {dc95605b-6218-4e9e-a3bb-ba73c2974636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
551 | 2025.07.08 01:11:19.699160 [ 275 ] {dc95605b-6218-4e9e-a3bb-ba73c2974636} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
552 | 2025.07.08 01:11:19.703834 [ 275 ] {dc95605b-6218-4e9e-a3bb-ba73c2974636} <Debug> oximeter.measurements_histogramu16 (f9395d63-331c-42f7-b7e6-39eb432b7b7c): Loading data parts | ||
553 | 2025.07.08 01:11:19.704119 [ 275 ] {dc95605b-6218-4e9e-a3bb-ba73c2974636} <Debug> oximeter.measurements_histogramu16 (f9395d63-331c-42f7-b7e6-39eb432b7b7c): There are no data parts | ||
554 | 2025.07.08 01:11:19.706411 [ 275 ] {dc95605b-6218-4e9e-a3bb-ba73c2974636} <Debug> TCPHandler: Processed in 0.007647606 sec. | ||
555 | 2025.07.08 01:11:19.706556 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
556 | 2025.07.08 01:11:19.706854 [ 275 ] {d25ffddd-f01b-4744-82c0-9b7590dd284b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
557 | 2025.07.08 01:11:19.706985 [ 275 ] {d25ffddd-f01b-4744-82c0-9b7590dd284b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
558 | 2025.07.08 01:11:19.711948 [ 275 ] {d25ffddd-f01b-4744-82c0-9b7590dd284b} <Debug> oximeter.measurements_histogrami32 (bf3169dd-0d14-4cd9-9d4f-a74c121f49fb): Loading data parts | ||
559 | 2025.07.08 01:11:19.712145 [ 275 ] {d25ffddd-f01b-4744-82c0-9b7590dd284b} <Debug> oximeter.measurements_histogrami32 (bf3169dd-0d14-4cd9-9d4f-a74c121f49fb): There are no data parts | ||
560 | 2025.07.08 01:11:19.718020 [ 275 ] {d25ffddd-f01b-4744-82c0-9b7590dd284b} <Debug> TCPHandler: Processed in 0.011514864 sec. | ||
561 | 2025.07.08 01:11:19.718311 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
562 | 2025.07.08 01:11:19.718537 [ 275 ] {d65260e6-11ab-4de3-a5f4-37defbccdaf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
563 | 2025.07.08 01:11:19.718692 [ 275 ] {d65260e6-11ab-4de3-a5f4-37defbccdaf1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
564 | 2025.07.08 01:11:19.724430 [ 275 ] {d65260e6-11ab-4de3-a5f4-37defbccdaf1} <Debug> oximeter.measurements_histogramu32 (4aad29b8-7abd-4ad5-bc37-e80b3e4e8d53): Loading data parts | ||
565 | 2025.07.08 01:11:19.724684 [ 275 ] {d65260e6-11ab-4de3-a5f4-37defbccdaf1} <Debug> oximeter.measurements_histogramu32 (4aad29b8-7abd-4ad5-bc37-e80b3e4e8d53): There are no data parts | ||
566 | 2025.07.08 01:11:19.728664 [ 275 ] {d65260e6-11ab-4de3-a5f4-37defbccdaf1} <Debug> TCPHandler: Processed in 0.010419645 sec. | ||
567 | 2025.07.08 01:11:19.728835 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
568 | 2025.07.08 01:11:19.729153 [ 275 ] {32d58e80-cfdd-4f84-b7f9-acdaba4ed8be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
569 | 2025.07.08 01:11:19.729297 [ 275 ] {32d58e80-cfdd-4f84-b7f9-acdaba4ed8be} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
570 | 2025.07.08 01:11:19.731405 [ 275 ] {32d58e80-cfdd-4f84-b7f9-acdaba4ed8be} <Debug> oximeter.measurements_histogrami64 (84f5c8f3-1858-4397-a7e2-5eed329ab9b9): Loading data parts | ||
571 | 2025.07.08 01:11:19.731596 [ 275 ] {32d58e80-cfdd-4f84-b7f9-acdaba4ed8be} <Debug> oximeter.measurements_histogrami64 (84f5c8f3-1858-4397-a7e2-5eed329ab9b9): There are no data parts | ||
572 | 2025.07.08 01:11:19.736550 [ 275 ] {32d58e80-cfdd-4f84-b7f9-acdaba4ed8be} <Debug> TCPHandler: Processed in 0.007771238 sec. | ||
573 | 2025.07.08 01:11:19.736833 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
574 | 2025.07.08 01:11:19.737045 [ 275 ] {98804f2d-f60c-4507-925b-5a0505725d2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
575 | 2025.07.08 01:11:19.737178 [ 275 ] {98804f2d-f60c-4507-925b-5a0505725d2c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
576 | 2025.07.08 01:11:19.741555 [ 275 ] {98804f2d-f60c-4507-925b-5a0505725d2c} <Debug> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Loading data parts | ||
577 | 2025.07.08 01:11:19.741810 [ 275 ] {98804f2d-f60c-4507-925b-5a0505725d2c} <Debug> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): There are no data parts | ||
578 | 2025.07.08 01:11:19.747050 [ 275 ] {98804f2d-f60c-4507-925b-5a0505725d2c} <Debug> TCPHandler: Processed in 0.010268013 sec. | ||
579 | 2025.07.08 01:11:19.747206 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
580 | 2025.07.08 01:11:19.747487 [ 275 ] {0a7e9ec4-1cf6-4530-bf9a-39ab37190cac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
581 | 2025.07.08 01:11:19.747626 [ 275 ] {0a7e9ec4-1cf6-4530-bf9a-39ab37190cac} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
582 | 2025.07.08 01:11:19.752681 [ 275 ] {0a7e9ec4-1cf6-4530-bf9a-39ab37190cac} <Debug> oximeter.measurements_histogramf32 (8adc2b36-23ff-443f-a4b8-aaf40512ad71): Loading data parts | ||
583 | 2025.07.08 01:11:19.752860 [ 275 ] {0a7e9ec4-1cf6-4530-bf9a-39ab37190cac} <Debug> oximeter.measurements_histogramf32 (8adc2b36-23ff-443f-a4b8-aaf40512ad71): There are no data parts | ||
584 | 2025.07.08 01:11:19.757541 [ 275 ] {0a7e9ec4-1cf6-4530-bf9a-39ab37190cac} <Debug> TCPHandler: Processed in 0.010387094 sec. | ||
585 | 2025.07.08 01:11:19.757779 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
586 | 2025.07.08 01:11:19.757998 [ 275 ] {79dd6a00-ddc8-433e-86c9-f8d6a99ec945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
587 | 2025.07.08 01:11:19.758124 [ 275 ] {79dd6a00-ddc8-433e-86c9-f8d6a99ec945} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
588 | 2025.07.08 01:11:19.760412 [ 275 ] {79dd6a00-ddc8-433e-86c9-f8d6a99ec945} <Debug> oximeter.measurements_histogramf64 (7a8643dd-3a5a-4cb7-a43e-4104f4725283): Loading data parts | ||
589 | 2025.07.08 01:11:19.760590 [ 275 ] {79dd6a00-ddc8-433e-86c9-f8d6a99ec945} <Debug> oximeter.measurements_histogramf64 (7a8643dd-3a5a-4cb7-a43e-4104f4725283): There are no data parts | ||
590 | 2025.07.08 01:11:19.765060 [ 275 ] {79dd6a00-ddc8-433e-86c9-f8d6a99ec945} <Debug> TCPHandler: Processed in 0.00733026 sec. | ||
591 | 2025.07.08 01:11:19.765213 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
592 | 2025.07.08 01:11:19.765456 [ 275 ] {5357d4af-8d3d-4781-8982-d8f1da696681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) /* The field tables store named dimensions of each timeseries. | ||
593 | * | ||
594 | * As with the measurement tables, there is one field table for each field data | ||
595 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
596 | * this behavior **must not** be relied upon for query correctness. | ||
597 | * | ||
598 | * The index for the fields differs from the measurements, however. Rows are | ||
599 | * sorted by timeseries name, then field name, field value, and finally | ||
600 | * timeseries key. This reflects the most common pattern for looking them up: | ||
601 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
602 | * usually then used to look up measurements. | ||
603 | * | ||
604 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
605 | * timeseries name and then key, since it would improve lookups where one | ||
606 | * already has the key. Realistically though, these tables are quite small and | ||
607 | * so performance benefits will be low in absolute terms. | ||
608 | * | ||
609 | * TTL: We use a materialized column to expire old field table records. This | ||
610 | * column is generated automatically by the database whenever a new row is | ||
611 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
612 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
613 | * record will remain during a deduplication, which will have the last | ||
614 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
615 | * measurement tables. | ||
616 | */ | ||
617 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
618 | 2025.07.08 01:11:19.765589 [ 275 ] {5357d4af-8d3d-4781-8982-d8f1da696681} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
619 | 2025.07.08 01:11:19.770601 [ 275 ] {5357d4af-8d3d-4781-8982-d8f1da696681} <Debug> oximeter.fields_bool (c22e43f0-6aea-4424-acbc-2e6296f36017): Loading data parts | ||
620 | 2025.07.08 01:11:19.770838 [ 275 ] {5357d4af-8d3d-4781-8982-d8f1da696681} <Debug> oximeter.fields_bool (c22e43f0-6aea-4424-acbc-2e6296f36017): There are no data parts | ||
621 | 2025.07.08 01:11:19.773570 [ 275 ] {5357d4af-8d3d-4781-8982-d8f1da696681} <Debug> TCPHandler: Processed in 0.008407729 sec. | ||
622 | 2025.07.08 01:11:19.773719 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
623 | 2025.07.08 01:11:19.773975 [ 275 ] {a41a1a8c-de5a-4b1e-813c-f7fc865e7104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
624 | 2025.07.08 01:11:19.774121 [ 275 ] {a41a1a8c-de5a-4b1e-813c-f7fc865e7104} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
625 | 2025.07.08 01:11:19.778620 [ 275 ] {a41a1a8c-de5a-4b1e-813c-f7fc865e7104} <Debug> oximeter.fields_i8 (1bee58b4-350b-44a9-987a-867481cc3789): Loading data parts | ||
626 | 2025.07.08 01:11:19.778794 [ 275 ] {a41a1a8c-de5a-4b1e-813c-f7fc865e7104} <Debug> oximeter.fields_i8 (1bee58b4-350b-44a9-987a-867481cc3789): There are no data parts | ||
627 | 2025.07.08 01:11:19.785060 [ 275 ] {a41a1a8c-de5a-4b1e-813c-f7fc865e7104} <Debug> TCPHandler: Processed in 0.011389772 sec. | ||
628 | 2025.07.08 01:11:19.785229 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
629 | 2025.07.08 01:11:19.785424 [ 275 ] {32cd928e-5178-42fa-ba98-ab2d6ffa5470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
630 | 2025.07.08 01:11:19.785578 [ 275 ] {32cd928e-5178-42fa-ba98-ab2d6ffa5470} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
631 | 2025.07.08 01:11:19.790567 [ 275 ] {32cd928e-5178-42fa-ba98-ab2d6ffa5470} <Debug> oximeter.fields_u8 (eb4decb7-5820-449c-aa1f-b1383ebf2f5b): Loading data parts | ||
632 | 2025.07.08 01:11:19.790723 [ 275 ] {32cd928e-5178-42fa-ba98-ab2d6ffa5470} <Debug> oximeter.fields_u8 (eb4decb7-5820-449c-aa1f-b1383ebf2f5b): There are no data parts | ||
633 | 2025.07.08 01:11:19.796557 [ 275 ] {32cd928e-5178-42fa-ba98-ab2d6ffa5470} <Debug> TCPHandler: Processed in 0.011389422 sec. | ||
634 | 2025.07.08 01:11:19.796733 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
635 | 2025.07.08 01:11:19.797070 [ 275 ] {1f241184-85bc-40aa-a3d0-6b75da990040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
636 | 2025.07.08 01:11:19.797227 [ 275 ] {1f241184-85bc-40aa-a3d0-6b75da990040} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
637 | 2025.07.08 01:11:19.801740 [ 275 ] {1f241184-85bc-40aa-a3d0-6b75da990040} <Debug> oximeter.fields_i16 (dbc30c45-46e6-4cfb-a480-63848dccbbb9): Loading data parts | ||
638 | 2025.07.08 01:11:19.801922 [ 275 ] {1f241184-85bc-40aa-a3d0-6b75da990040} <Debug> oximeter.fields_i16 (dbc30c45-46e6-4cfb-a480-63848dccbbb9): There are no data parts | ||
639 | 2025.07.08 01:11:19.807573 [ 275 ] {1f241184-85bc-40aa-a3d0-6b75da990040} <Debug> TCPHandler: Processed in 0.010902133 sec. | ||
640 | 2025.07.08 01:11:19.807749 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
641 | 2025.07.08 01:11:19.807938 [ 275 ] {6ee82dd6-8ac4-4061-9639-d4a74d950467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
642 | 2025.07.08 01:11:19.808090 [ 275 ] {6ee82dd6-8ac4-4061-9639-d4a74d950467} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
643 | 2025.07.08 01:11:19.812961 [ 275 ] {6ee82dd6-8ac4-4061-9639-d4a74d950467} <Debug> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Loading data parts | ||
644 | 2025.07.08 01:11:19.813096 [ 275 ] {6ee82dd6-8ac4-4061-9639-d4a74d950467} <Debug> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): There are no data parts | ||
645 | 2025.07.08 01:11:19.817574 [ 275 ] {6ee82dd6-8ac4-4061-9639-d4a74d950467} <Debug> TCPHandler: Processed in 0.009898126 sec. | ||
646 | 2025.07.08 01:11:19.817771 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
647 | 2025.07.08 01:11:19.817981 [ 275 ] {9911b5a7-d6b6-449f-beb5-3222865440c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
648 | 2025.07.08 01:11:19.818118 [ 275 ] {9911b5a7-d6b6-449f-beb5-3222865440c7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
649 | 2025.07.08 01:11:19.820572 [ 275 ] {9911b5a7-d6b6-449f-beb5-3222865440c7} <Debug> oximeter.fields_i32 (89b87ca1-7159-4d95-abc9-2dcc1c3a18a1): Loading data parts | ||
650 | 2025.07.08 01:11:19.820703 [ 275 ] {9911b5a7-d6b6-449f-beb5-3222865440c7} <Debug> oximeter.fields_i32 (89b87ca1-7159-4d95-abc9-2dcc1c3a18a1): There are no data parts | ||
651 | 2025.07.08 01:11:19.825971 [ 275 ] {9911b5a7-d6b6-449f-beb5-3222865440c7} <Debug> TCPHandler: Processed in 0.008253166 sec. | ||
652 | 2025.07.08 01:11:19.826126 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
653 | 2025.07.08 01:11:19.826327 [ 275 ] {198a1cb5-2e95-48f1-8f32-79cd3a799d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
654 | 2025.07.08 01:11:19.826557 [ 275 ] {198a1cb5-2e95-48f1-8f32-79cd3a799d9d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
655 | 2025.07.08 01:11:19.832594 [ 275 ] {198a1cb5-2e95-48f1-8f32-79cd3a799d9d} <Debug> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Loading data parts | ||
656 | 2025.07.08 01:11:19.832830 [ 275 ] {198a1cb5-2e95-48f1-8f32-79cd3a799d9d} <Debug> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): There are no data parts | ||
657 | 2025.07.08 01:11:19.838847 [ 275 ] {198a1cb5-2e95-48f1-8f32-79cd3a799d9d} <Debug> TCPHandler: Processed in 0.012775047 sec. | ||
658 | 2025.07.08 01:11:19.839099 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
659 | 2025.07.08 01:11:19.839264 [ 275 ] {e518640a-9f5e-430d-a422-1b90f56b85e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
660 | 2025.07.08 01:11:19.839479 [ 275 ] {e518640a-9f5e-430d-a422-1b90f56b85e0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
661 | 2025.07.08 01:11:19.844866 [ 275 ] {e518640a-9f5e-430d-a422-1b90f56b85e0} <Debug> oximeter.fields_i64 (de833122-bd61-4362-a8c7-cec1f1de4be2): Loading data parts | ||
662 | 2025.07.08 01:11:19.845131 [ 275 ] {e518640a-9f5e-430d-a422-1b90f56b85e0} <Debug> oximeter.fields_i64 (de833122-bd61-4362-a8c7-cec1f1de4be2): There are no data parts | ||
663 | 2025.07.08 01:11:19.850876 [ 275 ] {e518640a-9f5e-430d-a422-1b90f56b85e0} <Debug> TCPHandler: Processed in 0.01183234 sec. | ||
664 | 2025.07.08 01:11:19.851027 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
665 | 2025.07.08 01:11:19.851237 [ 275 ] {d205cb11-781b-4a09-8e6b-201fd1e86ff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
666 | 2025.07.08 01:11:19.851326 [ 275 ] {d205cb11-781b-4a09-8e6b-201fd1e86ff7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
667 | 2025.07.08 01:11:19.860721 [ 275 ] {d205cb11-781b-4a09-8e6b-201fd1e86ff7} <Debug> oximeter.fields_u64 (9a4ace2d-e2ce-401e-a138-ee04bbe0e72f): Loading data parts | ||
668 | 2025.07.08 01:11:19.860898 [ 275 ] {d205cb11-781b-4a09-8e6b-201fd1e86ff7} <Debug> oximeter.fields_u64 (9a4ace2d-e2ce-401e-a138-ee04bbe0e72f): There are no data parts | ||
669 | 2025.07.08 01:11:19.866286 [ 275 ] {d205cb11-781b-4a09-8e6b-201fd1e86ff7} <Debug> TCPHandler: Processed in 0.015308261 sec. | ||
670 | 2025.07.08 01:11:19.866542 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
671 | 2025.07.08 01:11:19.866710 [ 275 ] {13461da4-4be5-4169-878b-f5d22c006aba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
672 | 2025.07.08 01:11:19.866842 [ 275 ] {13461da4-4be5-4169-878b-f5d22c006aba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
673 | 2025.07.08 01:11:19.873094 [ 275 ] {13461da4-4be5-4169-878b-f5d22c006aba} <Debug> oximeter.fields_ipaddr (d5152c3e-de89-4e55-974b-3e6b5ff2d5cc): Loading data parts | ||
674 | 2025.07.08 01:11:19.873339 [ 275 ] {13461da4-4be5-4169-878b-f5d22c006aba} <Debug> oximeter.fields_ipaddr (d5152c3e-de89-4e55-974b-3e6b5ff2d5cc): There are no data parts | ||
675 | 2025.07.08 01:11:19.874842 [ 275 ] {13461da4-4be5-4169-878b-f5d22c006aba} <Debug> TCPHandler: Processed in 0.008357839 sec. | ||
676 | 2025.07.08 01:11:19.874988 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
677 | 2025.07.08 01:11:19.875249 [ 275 ] {c77a16ee-0492-41fd-8917-d7742b0c1b55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
678 | 2025.07.08 01:11:19.875336 [ 275 ] {c77a16ee-0492-41fd-8917-d7742b0c1b55} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
679 | 2025.07.08 01:11:19.880387 [ 275 ] {c77a16ee-0492-41fd-8917-d7742b0c1b55} <Debug> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Loading data parts | ||
680 | 2025.07.08 01:11:19.880553 [ 275 ] {c77a16ee-0492-41fd-8917-d7742b0c1b55} <Debug> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): There are no data parts | ||
681 | 2025.07.08 01:11:19.884659 [ 275 ] {c77a16ee-0492-41fd-8917-d7742b0c1b55} <Debug> TCPHandler: Processed in 0.009722223 sec. | ||
682 | 2025.07.08 01:11:19.884874 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
683 | 2025.07.08 01:11:19.885031 [ 275 ] {29d32df2-6fe1-4935-b145-bf60db177eaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
684 | 2025.07.08 01:11:19.885165 [ 275 ] {29d32df2-6fe1-4935-b145-bf60db177eaa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
685 | 2025.07.08 01:11:19.887013 [ 275 ] {29d32df2-6fe1-4935-b145-bf60db177eaa} <Debug> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Loading data parts | ||
686 | 2025.07.08 01:11:19.887250 [ 275 ] {29d32df2-6fe1-4935-b145-bf60db177eaa} <Debug> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): There are no data parts | ||
687 | 2025.07.08 01:11:19.892659 [ 275 ] {29d32df2-6fe1-4935-b145-bf60db177eaa} <Debug> TCPHandler: Processed in 0.007834309 sec. | ||
688 | 2025.07.08 01:11:19.892827 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
689 | 2025.07.08 01:11:19.893157 [ 275 ] {3d4a930e-5416-48f6-a690-0b8b0a472fbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) /* The timeseries schema table stores the extracted schema for the samples | ||
690 | * oximeter collects. | ||
691 | */ | ||
692 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
693 | 2025.07.08 01:11:19.893292 [ 275 ] {3d4a930e-5416-48f6-a690-0b8b0a472fbd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
694 | 2025.07.08 01:11:19.897585 [ 275 ] {3d4a930e-5416-48f6-a690-0b8b0a472fbd} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808): Loading data parts | ||
695 | 2025.07.08 01:11:19.897882 [ 275 ] {3d4a930e-5416-48f6-a690-0b8b0a472fbd} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808): There are no data parts | ||
696 | 2025.07.08 01:11:19.902898 [ 275 ] {3d4a930e-5416-48f6-a690-0b8b0a472fbd} <Debug> TCPHandler: Processed in 0.01012543 sec. | ||
697 | 2025.07.08 01:11:19.903204 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
698 | 2025.07.08 01:11:19.903637 [ 276 ] {52e1fc70-2927-4db1-ba32-5b6a602868bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
699 | 2025.07.08 01:11:19.904995 [ 276 ] {52e1fc70-2927-4db1-ba32-5b6a602868bc} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
700 | 2025.07.08 01:11:19.924763 [ 284 ] {52e1fc70-2927-4db1-ba32-5b6a602868bc} <Trace> oximeter.version (513b17b1-7fd2-457e-880e-84f4af6ba9f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
701 | 2025.07.08 01:11:19.924973 [ 284 ] {52e1fc70-2927-4db1-ba32-5b6a602868bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
702 | 2025.07.08 01:11:19.929756 [ 284 ] {52e1fc70-2927-4db1-ba32-5b6a602868bc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
703 | 2025.07.08 01:11:19.930353 [ 284 ] {52e1fc70-2927-4db1-ba32-5b6a602868bc} <Trace> oximeter.version (513b17b1-7fd2-457e-880e-84f4af6ba9f4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
704 | 2025.07.08 01:11:19.930871 [ 276 ] {52e1fc70-2927-4db1-ba32-5b6a602868bc} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.027376 sec., 36.52834599649328 rows/sec., 584.45 B/sec. | ||
705 | 2025.07.08 01:11:19.931161 [ 276 ] {52e1fc70-2927-4db1-ba32-5b6a602868bc} <Debug> TCPHandler: Processed in 0.028090648 sec. | ||
706 | 2025.07.08 01:11:20.000156 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 126.99 MiB, peak 126.99 MiB, free memory in arenas 0.00 B, will set to 139.73 MiB (RSS), difference: 12.74 MiB | ||
707 | 2025.07.08 01:11:23.361837 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
708 | 2025.07.08 01:11:23.361876 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
709 | 2025.07.08 01:11:23.361938 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
710 | 2025.07.08 01:11:23.361981 [ 245 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
711 | 2025.07.08 01:11:23.365777 [ 245 ] {} <Debug> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Loading data parts | ||
712 | 2025.07.08 01:11:23.365969 [ 245 ] {} <Debug> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): There are no data parts | ||
713 | 2025.07.08 01:11:23.373019 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
714 | 2025.07.08 01:11:23.373173 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
715 | 2025.07.08 01:11:23.378554 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
716 | 2025.07.08 01:11:23.378922 [ 244 ] {} <Debug> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Loading data parts | ||
717 | 2025.07.08 01:11:23.379104 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
718 | 2025.07.08 01:11:23.379232 [ 244 ] {} <Debug> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): There are no data parts | ||
719 | 2025.07.08 01:11:23.379313 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
720 | 2025.07.08 01:11:23.405608 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
721 | 2025.07.08 01:11:23.405755 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
722 | 2025.07.08 01:11:23.412117 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
723 | 2025.07.08 01:11:23.413227 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
724 | 2025.07.08 01:11:23.416696 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
725 | 2025.07.08 01:11:24.001144 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 144.80 MiB, peak 148.80 MiB, free memory in arenas 0.00 B, will set to 153.86 MiB (RSS), difference: 9.06 MiB | ||
726 | 2025.07.08 01:11:25.862760 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
727 | 2025.07.08 01:11:25.862978 [ 243 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
728 | 2025.07.08 01:11:25.867248 [ 243 ] {} <Debug> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Loading data parts | ||
729 | 2025.07.08 01:11:25.867429 [ 243 ] {} <Debug> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): There are no data parts | ||
730 | 2025.07.08 01:11:25.873753 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
731 | 2025.07.08 01:11:25.874032 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
732 | 2025.07.08 01:11:25.875737 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
733 | 2025.07.08 01:11:25.876287 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
734 | 2025.07.08 01:11:25.876640 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
735 | 2025.07.08 01:11:26.001152 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.06 MiB, peak 158.06 MiB, free memory in arenas 0.00 B, will set to 155.04 MiB (RSS), difference: -3.01 MiB | ||
736 | 2025.07.08 01:11:30.832652 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache | ||
737 | 2025.07.08 01:11:30.832708 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache | ||
738 | 2025.07.08 01:11:30.880234 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
739 | 2025.07.08 01:11:30.881101 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
740 | 2025.07.08 01:11:30.881155 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
741 | 2025.07.08 01:11:30.882146 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
742 | 2025.07.08 01:11:30.882850 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
743 | 2025.07.08 01:11:30.883064 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
744 | 2025.07.08 01:11:30.917608 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
745 | 2025.07.08 01:11:30.936117 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
746 | 2025.07.08 01:11:30.936236 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
747 | 2025.07.08 01:11:30.943047 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
748 | 2025.07.08 01:11:30.944227 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
749 | 2025.07.08 01:11:30.947981 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
750 | 2025.07.08 01:11:31.001158 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.77 MiB, peak 159.77 MiB, free memory in arenas 0.00 B, will set to 157.70 MiB (RSS), difference: 1.93 MiB | ||
751 | 2025.07.08 01:11:36.000181 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 153.78 MiB, peak 159.77 MiB, free memory in arenas 0.00 B, will set to 157.82 MiB (RSS), difference: 4.03 MiB | ||
752 | 2025.07.08 01:11:38.383171 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
753 | 2025.07.08 01:11:38.383861 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
754 | 2025.07.08 01:11:38.383933 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
755 | 2025.07.08 01:11:38.384845 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
756 | 2025.07.08 01:11:38.385415 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
757 | 2025.07.08 01:11:38.385604 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
758 | 2025.07.08 01:11:38.448052 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
759 | 2025.07.08 01:11:38.465557 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
760 | 2025.07.08 01:11:38.465627 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
761 | 2025.07.08 01:11:38.472161 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
762 | 2025.07.08 01:11:38.473674 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
763 | 2025.07.08 01:11:38.478090 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
764 | 2025.07.08 01:11:39.945685 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
765 | 2025.07.08 01:11:39.945880 [ 275 ] {f3c6327d-5f4e-4a6b-9249-7d254c8ac896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
766 | 2025.07.08 01:11:39.946219 [ 275 ] {f3c6327d-5f4e-4a6b-9249-7d254c8ac896} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
767 | 2025.07.08 01:11:39.946432 [ 275 ] {f3c6327d-5f4e-4a6b-9249-7d254c8ac896} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
768 | 2025.07.08 01:11:39.947027 [ 275 ] {f3c6327d-5f4e-4a6b-9249-7d254c8ac896} <Debug> TCPHandler: Processed in 0.001466077 sec. | ||
769 | 2025.07.08 01:11:39.952576 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
770 | 2025.07.08 01:11:39.952782 [ 275 ] {90d8b5d4-f305-411a-9213-051f3545adb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
771 | 2025.07.08 01:11:39.955078 [ 275 ] {90d8b5d4-f305-411a-9213-051f3545adb2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
772 | 2025.07.08 01:11:39.955137 [ 275 ] {90d8b5d4-f305-411a-9213-051f3545adb2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
773 | 2025.07.08 01:11:39.955541 [ 275 ] {90d8b5d4-f305-411a-9213-051f3545adb2} <Debug> TCPHandler: Processed in 0.003046003 sec. | ||
774 | 2025.07.08 01:11:39.955789 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
775 | 2025.07.08 01:11:39.955915 [ 275 ] {bdfcfb6c-006f-46c7-b6f5-9fe9f21240d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
776 | 2025.07.08 01:11:39.956206 [ 275 ] {bdfcfb6c-006f-46c7-b6f5-9fe9f21240d3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
777 | 2025.07.08 01:11:39.956249 [ 275 ] {bdfcfb6c-006f-46c7-b6f5-9fe9f21240d3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
778 | 2025.07.08 01:11:39.956554 [ 275 ] {bdfcfb6c-006f-46c7-b6f5-9fe9f21240d3} <Debug> TCPHandler: Processed in 0.000815944 sec. | ||
779 | 2025.07.08 01:11:39.956793 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
780 | 2025.07.08 01:11:39.956916 [ 275 ] {5a0e84ea-c35f-4998-bb98-9e80ee7624ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
781 | 2025.07.08 01:11:39.957170 [ 275 ] {5a0e84ea-c35f-4998-bb98-9e80ee7624ff} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
782 | 2025.07.08 01:11:39.957215 [ 275 ] {5a0e84ea-c35f-4998-bb98-9e80ee7624ff} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
783 | 2025.07.08 01:11:39.957515 [ 275 ] {5a0e84ea-c35f-4998-bb98-9e80ee7624ff} <Debug> TCPHandler: Processed in 0.000771383 sec. | ||
784 | 2025.07.08 01:11:39.957725 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
785 | 2025.07.08 01:11:39.957843 [ 275 ] {9a4138fc-5512-4a0f-8e11-1301ede6cf6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
786 | 2025.07.08 01:11:39.958084 [ 275 ] {9a4138fc-5512-4a0f-8e11-1301ede6cf6a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
787 | 2025.07.08 01:11:39.958127 [ 275 ] {9a4138fc-5512-4a0f-8e11-1301ede6cf6a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
788 | 2025.07.08 01:11:39.958418 [ 275 ] {9a4138fc-5512-4a0f-8e11-1301ede6cf6a} <Debug> TCPHandler: Processed in 0.000741393 sec. | ||
789 | 2025.07.08 01:11:39.958612 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
790 | 2025.07.08 01:11:39.958729 [ 275 ] {9fc08f5a-7b85-4ff7-85a1-385e57aeab93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
791 | 2025.07.08 01:11:39.958972 [ 275 ] {9fc08f5a-7b85-4ff7-85a1-385e57aeab93} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
792 | 2025.07.08 01:11:39.959015 [ 275 ] {9fc08f5a-7b85-4ff7-85a1-385e57aeab93} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
793 | 2025.07.08 01:11:39.959314 [ 275 ] {9fc08f5a-7b85-4ff7-85a1-385e57aeab93} <Debug> TCPHandler: Processed in 0.000751203 sec. | ||
794 | 2025.07.08 01:11:39.959517 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
795 | 2025.07.08 01:11:39.959642 [ 275 ] {c43ce333-1305-4e2c-995f-ba3d02b4d314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
796 | 2025.07.08 01:11:39.959883 [ 275 ] {c43ce333-1305-4e2c-995f-ba3d02b4d314} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
797 | 2025.07.08 01:11:39.959927 [ 275 ] {c43ce333-1305-4e2c-995f-ba3d02b4d314} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
798 | 2025.07.08 01:11:39.960215 [ 275 ] {c43ce333-1305-4e2c-995f-ba3d02b4d314} <Debug> TCPHandler: Processed in 0.000749313 sec. | ||
799 | 2025.07.08 01:11:39.960425 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
800 | 2025.07.08 01:11:39.960541 [ 275 ] {81dd1149-0377-4262-bb5e-4e096d845ea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
801 | 2025.07.08 01:11:39.960783 [ 275 ] {81dd1149-0377-4262-bb5e-4e096d845ea4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
802 | 2025.07.08 01:11:39.960824 [ 275 ] {81dd1149-0377-4262-bb5e-4e096d845ea4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
803 | 2025.07.08 01:11:39.961107 [ 275 ] {81dd1149-0377-4262-bb5e-4e096d845ea4} <Debug> TCPHandler: Processed in 0.000729953 sec. | ||
804 | 2025.07.08 01:11:39.961301 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
805 | 2025.07.08 01:11:39.961419 [ 275 ] {a1f36122-1c1c-4b3a-85c4-317c95650c00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
806 | 2025.07.08 01:11:39.961657 [ 275 ] {a1f36122-1c1c-4b3a-85c4-317c95650c00} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
807 | 2025.07.08 01:11:39.961704 [ 275 ] {a1f36122-1c1c-4b3a-85c4-317c95650c00} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
808 | 2025.07.08 01:11:39.961980 [ 275 ] {a1f36122-1c1c-4b3a-85c4-317c95650c00} <Debug> TCPHandler: Processed in 0.000726613 sec. | ||
809 | 2025.07.08 01:11:39.962179 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
810 | 2025.07.08 01:11:39.962297 [ 275 ] {202a6fd7-3369-42c0-a565-ce90ddb4eb4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
811 | 2025.07.08 01:11:39.962537 [ 275 ] {202a6fd7-3369-42c0-a565-ce90ddb4eb4e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
812 | 2025.07.08 01:11:39.962580 [ 275 ] {202a6fd7-3369-42c0-a565-ce90ddb4eb4e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
813 | 2025.07.08 01:11:39.962865 [ 275 ] {202a6fd7-3369-42c0-a565-ce90ddb4eb4e} <Debug> TCPHandler: Processed in 0.000733593 sec. | ||
814 | 2025.07.08 01:11:39.963052 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
815 | 2025.07.08 01:11:39.963168 [ 275 ] {d533d847-9935-46cd-b9a7-f7c76163fa98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
816 | 2025.07.08 01:11:39.963408 [ 275 ] {d533d847-9935-46cd-b9a7-f7c76163fa98} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
817 | 2025.07.08 01:11:39.963450 [ 275 ] {d533d847-9935-46cd-b9a7-f7c76163fa98} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
818 | 2025.07.08 01:11:39.963730 [ 275 ] {d533d847-9935-46cd-b9a7-f7c76163fa98} <Debug> TCPHandler: Processed in 0.000725852 sec. | ||
819 | 2025.07.08 01:11:39.963914 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
820 | 2025.07.08 01:11:39.964030 [ 275 ] {78061b12-dde9-4db1-a397-3bc9fa460acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
821 | 2025.07.08 01:11:39.964271 [ 275 ] {78061b12-dde9-4db1-a397-3bc9fa460acc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
822 | 2025.07.08 01:11:39.964313 [ 275 ] {78061b12-dde9-4db1-a397-3bc9fa460acc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
823 | 2025.07.08 01:11:39.964612 [ 275 ] {78061b12-dde9-4db1-a397-3bc9fa460acc} <Debug> TCPHandler: Processed in 0.000745463 sec. | ||
824 | 2025.07.08 01:11:39.964834 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
825 | 2025.07.08 01:11:39.964952 [ 275 ] {d9f9b863-1cb5-48c9-8ece-9a95707f8fca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
826 | 2025.07.08 01:11:39.965202 [ 275 ] {d9f9b863-1cb5-48c9-8ece-9a95707f8fca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
827 | 2025.07.08 01:11:39.965244 [ 275 ] {d9f9b863-1cb5-48c9-8ece-9a95707f8fca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
828 | 2025.07.08 01:11:39.965534 [ 275 ] {d9f9b863-1cb5-48c9-8ece-9a95707f8fca} <Debug> TCPHandler: Processed in 0.000748834 sec. | ||
829 | 2025.07.08 01:11:39.965725 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
830 | 2025.07.08 01:11:39.965844 [ 275 ] {7919d868-f876-4c48-bbe6-eb6da146e44c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
831 | 2025.07.08 01:11:39.966092 [ 275 ] {7919d868-f876-4c48-bbe6-eb6da146e44c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
832 | 2025.07.08 01:11:39.966135 [ 275 ] {7919d868-f876-4c48-bbe6-eb6da146e44c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
833 | 2025.07.08 01:11:39.966437 [ 275 ] {7919d868-f876-4c48-bbe6-eb6da146e44c} <Debug> TCPHandler: Processed in 0.000759913 sec. | ||
834 | 2025.07.08 01:11:39.966647 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
835 | 2025.07.08 01:11:39.966767 [ 275 ] {7f16fce6-2fb7-4c05-a949-3ae5fdb6aa31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
836 | 2025.07.08 01:11:39.967027 [ 275 ] {7f16fce6-2fb7-4c05-a949-3ae5fdb6aa31} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
837 | 2025.07.08 01:11:39.967076 [ 275 ] {7f16fce6-2fb7-4c05-a949-3ae5fdb6aa31} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
838 | 2025.07.08 01:11:39.967459 [ 275 ] {7f16fce6-2fb7-4c05-a949-3ae5fdb6aa31} <Debug> TCPHandler: Processed in 0.000858965 sec. | ||
839 | 2025.07.08 01:11:39.967653 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
840 | 2025.07.08 01:11:39.967787 [ 275 ] {c49a1c55-5fec-44a5-8899-448dd4306353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
841 | 2025.07.08 01:11:39.968054 [ 275 ] {c49a1c55-5fec-44a5-8899-448dd4306353} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
842 | 2025.07.08 01:11:39.968097 [ 275 ] {c49a1c55-5fec-44a5-8899-448dd4306353} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
843 | 2025.07.08 01:11:39.968431 [ 275 ] {c49a1c55-5fec-44a5-8899-448dd4306353} <Debug> TCPHandler: Processed in 0.000824965 sec. | ||
844 | 2025.07.08 01:11:39.968625 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
845 | 2025.07.08 01:11:39.968747 [ 275 ] {e91acbc3-c5b4-414f-852f-bab019e63409} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
846 | 2025.07.08 01:11:39.969007 [ 275 ] {e91acbc3-c5b4-414f-852f-bab019e63409} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
847 | 2025.07.08 01:11:39.969050 [ 275 ] {e91acbc3-c5b4-414f-852f-bab019e63409} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
848 | 2025.07.08 01:11:39.969375 [ 275 ] {e91acbc3-c5b4-414f-852f-bab019e63409} <Debug> TCPHandler: Processed in 0.000797455 sec. | ||
849 | 2025.07.08 01:11:39.969594 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
850 | 2025.07.08 01:11:39.969718 [ 275 ] {dd306bb5-5b98-4b90-b01e-eda7ed2e1ed8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
851 | 2025.07.08 01:11:39.970001 [ 275 ] {dd306bb5-5b98-4b90-b01e-eda7ed2e1ed8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
852 | 2025.07.08 01:11:39.970046 [ 275 ] {dd306bb5-5b98-4b90-b01e-eda7ed2e1ed8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
853 | 2025.07.08 01:11:39.970373 [ 275 ] {dd306bb5-5b98-4b90-b01e-eda7ed2e1ed8} <Debug> TCPHandler: Processed in 0.000825924 sec. | ||
854 | 2025.07.08 01:11:39.974391 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
855 | 2025.07.08 01:11:39.974517 [ 275 ] {0c8d8fac-a804-45cb-a31f-eb4faf9c5a4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
856 | 2025.07.08 01:11:39.974562 [ 275 ] {0c8d8fac-a804-45cb-a31f-eb4faf9c5a4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
857 | 2025.07.08 01:11:39.975198 [ 275 ] {0c8d8fac-a804-45cb-a31f-eb4faf9c5a4d} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
858 | 2025.07.08 01:11:39.975235 [ 275 ] {0c8d8fac-a804-45cb-a31f-eb4faf9c5a4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
859 | 2025.07.08 01:11:39.975900 [ 275 ] {0c8d8fac-a804-45cb-a31f-eb4faf9c5a4d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
860 | 2025.07.08 01:11:39.976352 [ 275 ] {0c8d8fac-a804-45cb-a31f-eb4faf9c5a4d} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
861 | 2025.07.08 01:11:39.976500 [ 275 ] {0c8d8fac-a804-45cb-a31f-eb4faf9c5a4d} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002015 sec., 8933.002481389578 rows/sec., 1.22 MiB/sec. | ||
862 | 2025.07.08 01:11:39.976538 [ 275 ] {0c8d8fac-a804-45cb-a31f-eb4faf9c5a4d} <Debug> TCPHandler: Processed in 0.002202319 sec. | ||
863 | 2025.07.08 01:11:39.976653 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
864 | 2025.07.08 01:11:39.976754 [ 275 ] {1a006a1c-5707-4665-abfd-619696bc9d6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
865 | 2025.07.08 01:11:39.976794 [ 275 ] {1a006a1c-5707-4665-abfd-619696bc9d6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
866 | 2025.07.08 01:11:39.977287 [ 275 ] {1a006a1c-5707-4665-abfd-619696bc9d6f} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
867 | 2025.07.08 01:11:39.977320 [ 275 ] {1a006a1c-5707-4665-abfd-619696bc9d6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
868 | 2025.07.08 01:11:39.977797 [ 275 ] {1a006a1c-5707-4665-abfd-619696bc9d6f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
869 | 2025.07.08 01:11:39.978265 [ 275 ] {1a006a1c-5707-4665-abfd-619696bc9d6f} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
870 | 2025.07.08 01:11:39.978393 [ 275 ] {1a006a1c-5707-4665-abfd-619696bc9d6f} <Debug> executeQuery: Read 30 rows, 2.32 KiB in 0.001662 sec., 18050.54151624549 rows/sec., 1.36 MiB/sec. | ||
871 | 2025.07.08 01:11:39.978428 [ 275 ] {1a006a1c-5707-4665-abfd-619696bc9d6f} <Debug> TCPHandler: Processed in 0.001825642 sec. | ||
872 | 2025.07.08 01:11:39.978538 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
873 | 2025.07.08 01:11:39.978635 [ 275 ] {e5c908ea-30fd-488a-8360-996d758b574c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
874 | 2025.07.08 01:11:39.978676 [ 275 ] {e5c908ea-30fd-488a-8360-996d758b574c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
875 | 2025.07.08 01:11:39.979073 [ 275 ] {e5c908ea-30fd-488a-8360-996d758b574c} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
876 | 2025.07.08 01:11:39.979108 [ 275 ] {e5c908ea-30fd-488a-8360-996d758b574c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
877 | 2025.07.08 01:11:39.979530 [ 275 ] {e5c908ea-30fd-488a-8360-996d758b574c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
878 | 2025.07.08 01:11:39.979972 [ 275 ] {e5c908ea-30fd-488a-8360-996d758b574c} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
879 | 2025.07.08 01:11:39.980099 [ 275 ] {e5c908ea-30fd-488a-8360-996d758b574c} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001483 sec., 24275.118004045853 rows/sec., 1.90 MiB/sec. | ||
880 | 2025.07.08 01:11:39.980136 [ 275 ] {e5c908ea-30fd-488a-8360-996d758b574c} <Debug> TCPHandler: Processed in 0.001647599 sec. | ||
881 | 2025.07.08 01:11:39.980246 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
882 | 2025.07.08 01:11:39.980342 [ 275 ] {2708db10-b6f7-46d1-83e1-7ac7c4805506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
883 | 2025.07.08 01:11:39.980386 [ 275 ] {2708db10-b6f7-46d1-83e1-7ac7c4805506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
884 | 2025.07.08 01:11:39.980836 [ 275 ] {2708db10-b6f7-46d1-83e1-7ac7c4805506} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
885 | 2025.07.08 01:11:39.980868 [ 275 ] {2708db10-b6f7-46d1-83e1-7ac7c4805506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
886 | 2025.07.08 01:11:39.981373 [ 275 ] {2708db10-b6f7-46d1-83e1-7ac7c4805506} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
887 | 2025.07.08 01:11:39.981859 [ 275 ] {2708db10-b6f7-46d1-83e1-7ac7c4805506} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
888 | 2025.07.08 01:11:39.981986 [ 275 ] {2708db10-b6f7-46d1-83e1-7ac7c4805506} <Debug> executeQuery: Read 88 rows, 6.29 KiB in 0.001663 sec., 52916.416115454 rows/sec., 3.69 MiB/sec. | ||
889 | 2025.07.08 01:11:39.982021 [ 275 ] {2708db10-b6f7-46d1-83e1-7ac7c4805506} <Debug> TCPHandler: Processed in 0.001824902 sec. | ||
890 | 2025.07.08 01:11:39.982130 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
891 | 2025.07.08 01:11:39.982226 [ 275 ] {882d5bed-4f05-43cb-af34-197a8112ff5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
892 | 2025.07.08 01:11:39.982267 [ 275 ] {882d5bed-4f05-43cb-af34-197a8112ff5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
893 | 2025.07.08 01:11:39.982580 [ 275 ] {882d5bed-4f05-43cb-af34-197a8112ff5a} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
894 | 2025.07.08 01:11:39.982615 [ 275 ] {882d5bed-4f05-43cb-af34-197a8112ff5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
895 | 2025.07.08 01:11:39.983052 [ 275 ] {882d5bed-4f05-43cb-af34-197a8112ff5a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
896 | 2025.07.08 01:11:39.983533 [ 275 ] {882d5bed-4f05-43cb-af34-197a8112ff5a} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
897 | 2025.07.08 01:11:39.983657 [ 275 ] {882d5bed-4f05-43cb-af34-197a8112ff5a} <Debug> executeQuery: Read 32 rows, 2.19 KiB in 0.001449 sec., 22084.195997239476 rows/sec., 1.47 MiB/sec. | ||
898 | 2025.07.08 01:11:39.983691 [ 275 ] {882d5bed-4f05-43cb-af34-197a8112ff5a} <Debug> TCPHandler: Processed in 0.001610169 sec. | ||
899 | 2025.07.08 01:11:44.946351 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
900 | 2025.07.08 01:11:44.946542 [ 275 ] {a8f676dd-2046-4678-b7db-c0531a301286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
901 | 2025.07.08 01:11:44.946606 [ 275 ] {a8f676dd-2046-4678-b7db-c0531a301286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
902 | 2025.07.08 01:11:44.947239 [ 275 ] {a8f676dd-2046-4678-b7db-c0531a301286} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
903 | 2025.07.08 01:11:44.947288 [ 275 ] {a8f676dd-2046-4678-b7db-c0531a301286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
904 | 2025.07.08 01:11:44.947803 [ 275 ] {a8f676dd-2046-4678-b7db-c0531a301286} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
905 | 2025.07.08 01:11:44.948350 [ 275 ] {a8f676dd-2046-4678-b7db-c0531a301286} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
906 | 2025.07.08 01:11:44.948510 [ 275 ] {a8f676dd-2046-4678-b7db-c0531a301286} <Debug> executeQuery: Read 30 rows, 2.32 KiB in 0.002014 sec., 14895.729890764645 rows/sec., 1.12 MiB/sec. | ||
907 | 2025.07.08 01:11:44.948558 [ 275 ] {a8f676dd-2046-4678-b7db-c0531a301286} <Debug> TCPHandler: Processed in 0.002342612 sec. | ||
908 | 2025.07.08 01:11:44.948685 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
909 | 2025.07.08 01:11:44.948789 [ 275 ] {2aeda8dd-91eb-4f04-b9de-edc194993738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
910 | 2025.07.08 01:11:44.948832 [ 275 ] {2aeda8dd-91eb-4f04-b9de-edc194993738} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
911 | 2025.07.08 01:11:44.949255 [ 275 ] {2aeda8dd-91eb-4f04-b9de-edc194993738} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
912 | 2025.07.08 01:11:44.949297 [ 275 ] {2aeda8dd-91eb-4f04-b9de-edc194993738} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
913 | 2025.07.08 01:11:44.949768 [ 275 ] {2aeda8dd-91eb-4f04-b9de-edc194993738} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
914 | 2025.07.08 01:11:44.950229 [ 275 ] {2aeda8dd-91eb-4f04-b9de-edc194993738} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
915 | 2025.07.08 01:11:44.950363 [ 275 ] {2aeda8dd-91eb-4f04-b9de-edc194993738} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001598 sec., 22528.160200250313 rows/sec., 1.76 MiB/sec. | ||
916 | 2025.07.08 01:11:44.950401 [ 275 ] {2aeda8dd-91eb-4f04-b9de-edc194993738} <Debug> TCPHandler: Processed in 0.001770692 sec. | ||
917 | 2025.07.08 01:11:44.950524 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
918 | 2025.07.08 01:11:44.950623 [ 275 ] {986e8c41-a8d1-4121-9e1c-5896df69b12b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
919 | 2025.07.08 01:11:44.950666 [ 275 ] {986e8c41-a8d1-4121-9e1c-5896df69b12b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
920 | 2025.07.08 01:11:44.951043 [ 275 ] {986e8c41-a8d1-4121-9e1c-5896df69b12b} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
921 | 2025.07.08 01:11:44.951080 [ 275 ] {986e8c41-a8d1-4121-9e1c-5896df69b12b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
922 | 2025.07.08 01:11:44.951560 [ 275 ] {986e8c41-a8d1-4121-9e1c-5896df69b12b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
923 | 2025.07.08 01:11:44.952179 [ 275 ] {986e8c41-a8d1-4121-9e1c-5896df69b12b} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
924 | 2025.07.08 01:11:44.952310 [ 275 ] {986e8c41-a8d1-4121-9e1c-5896df69b12b} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.001708 sec., 64402.810304449646 rows/sec., 4.49 MiB/sec. | ||
925 | 2025.07.08 01:11:44.952347 [ 275 ] {986e8c41-a8d1-4121-9e1c-5896df69b12b} <Debug> TCPHandler: Processed in 0.001874493 sec. | ||
926 | 2025.07.08 01:11:44.952459 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
927 | 2025.07.08 01:11:44.952555 [ 275 ] {c25161ae-aeba-4b45-97d3-4d3ca101d8ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
928 | 2025.07.08 01:11:44.952598 [ 275 ] {c25161ae-aeba-4b45-97d3-4d3ca101d8ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
929 | 2025.07.08 01:11:44.952925 [ 275 ] {c25161ae-aeba-4b45-97d3-4d3ca101d8ba} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
930 | 2025.07.08 01:11:44.952961 [ 275 ] {c25161ae-aeba-4b45-97d3-4d3ca101d8ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
931 | 2025.07.08 01:11:44.953366 [ 275 ] {c25161ae-aeba-4b45-97d3-4d3ca101d8ba} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
932 | 2025.07.08 01:11:44.953771 [ 275 ] {c25161ae-aeba-4b45-97d3-4d3ca101d8ba} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
933 | 2025.07.08 01:11:44.953905 [ 275 ] {c25161ae-aeba-4b45-97d3-4d3ca101d8ba} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001365 sec., 29304.029304029307 rows/sec., 1.96 MiB/sec. | ||
934 | 2025.07.08 01:11:44.953941 [ 275 ] {c25161ae-aeba-4b45-97d3-4d3ca101d8ba} <Debug> TCPHandler: Processed in 0.001533037 sec. | ||
935 | 2025.07.08 01:11:45.832751 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
936 | 2025.07.08 01:11:45.832796 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
937 | 2025.07.08 01:11:45.877896 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142 | ||
938 | 2025.07.08 01:11:45.881037 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
939 | 2025.07.08 01:11:45.881090 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
940 | 2025.07.08 01:11:45.882432 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
941 | 2025.07.08 01:11:45.882926 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
942 | 2025.07.08 01:11:45.883239 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142 | ||
943 | 2025.07.08 01:11:45.885778 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
944 | 2025.07.08 01:11:45.886249 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
945 | 2025.07.08 01:11:45.886289 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
946 | 2025.07.08 01:11:45.886958 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
947 | 2025.07.08 01:11:45.887416 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
948 | 2025.07.08 01:11:45.887553 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
949 | 2025.07.08 01:11:45.978203 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
950 | 2025.07.08 01:11:45.994651 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
951 | 2025.07.08 01:11:45.994719 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
952 | 2025.07.08 01:11:46.000157 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.96 MiB, peak 164.96 MiB, free memory in arenas 0.00 B, will set to 161.78 MiB (RSS), difference: -3.19 MiB | ||
953 | 2025.07.08 01:11:46.001150 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
954 | 2025.07.08 01:11:46.002402 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
955 | 2025.07.08 01:11:46.005887 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
956 | 2025.07.08 01:11:47.000167 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 157.78 MiB, peak 164.96 MiB, free memory in arenas 0.00 B, will set to 162.23 MiB (RSS), difference: 4.45 MiB | ||
957 | 2025.07.08 01:11:49.942587 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
958 | 2025.07.08 01:11:49.942866 [ 275 ] {0941faad-109e-42e2-94f3-5b97bc7d86fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
959 | 2025.07.08 01:11:49.943386 [ 275 ] {0941faad-109e-42e2-94f3-5b97bc7d86fe} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
960 | 2025.07.08 01:11:49.947627 [ 275 ] {0941faad-109e-42e2-94f3-5b97bc7d86fe} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
961 | 2025.07.08 01:11:49.947897 [ 275 ] {0941faad-109e-42e2-94f3-5b97bc7d86fe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
962 | 2025.07.08 01:11:49.951998 [ 275 ] {0941faad-109e-42e2-94f3-5b97bc7d86fe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
963 | 2025.07.08 01:11:49.956288 [ 275 ] {0941faad-109e-42e2-94f3-5b97bc7d86fe} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
964 | 2025.07.08 01:11:49.960799 [ 275 ] {0941faad-109e-42e2-94f3-5b97bc7d86fe} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
965 | 2025.07.08 01:11:49.962758 [ 275 ] {0941faad-109e-42e2-94f3-5b97bc7d86fe} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (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 | ||
966 | 2025.07.08 01:11:49.962786 [ 275 ] {0941faad-109e-42e2-94f3-5b97bc7d86fe} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
967 | 2025.07.08 01:11:49.966782 [ 275 ] {0941faad-109e-42e2-94f3-5b97bc7d86fe} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
968 | 2025.07.08 01:11:49.966816 [ 275 ] {0941faad-109e-42e2-94f3-5b97bc7d86fe} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
969 | 2025.07.08 01:11:49.994412 [ 275 ] {0941faad-109e-42e2-94f3-5b97bc7d86fe} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.051658 sec., 348.44554570444075 rows/sec., 14.25 KiB/sec. | ||
970 | 2025.07.08 01:11:49.994529 [ 275 ] {0941faad-109e-42e2-94f3-5b97bc7d86fe} <Debug> TCPHandler: Processed in 0.052076673 sec. | ||
971 | 2025.07.08 01:11:49.995442 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
972 | 2025.07.08 01:11:49.995616 [ 275 ] {ee30f28e-5e92-4153-9e16-a4a2e173804b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) 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) | ||
973 | 2025.07.08 01:11:49.995866 [ 275 ] {ee30f28e-5e92-4153-9e16-a4a2e173804b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
974 | 2025.07.08 01:11:49.995899 [ 275 ] {ee30f28e-5e92-4153-9e16-a4a2e173804b} <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 | ||
975 | 2025.07.08 01:11:49.996086 [ 275 ] {ee30f28e-5e92-4153-9e16-a4a2e173804b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
976 | 2025.07.08 01:11:49.996146 [ 275 ] {ee30f28e-5e92-4153-9e16-a4a2e173804b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
977 | 2025.07.08 01:11:49.996260 [ 275 ] {ee30f28e-5e92-4153-9e16-a4a2e173804b} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
978 | 2025.07.08 01:11:49.996291 [ 275 ] {ee30f28e-5e92-4153-9e16-a4a2e173804b} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
979 | 2025.07.08 01:11:49.996311 [ 275 ] {ee30f28e-5e92-4153-9e16-a4a2e173804b} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (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 | ||
980 | 2025.07.08 01:11:49.996327 [ 275 ] {ee30f28e-5e92-4153-9e16-a4a2e173804b} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
981 | 2025.07.08 01:11:49.996363 [ 275 ] {ee30f28e-5e92-4153-9e16-a4a2e173804b} <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'))" | ||
982 | 2025.07.08 01:11:49.996382 [ 275 ] {ee30f28e-5e92-4153-9e16-a4a2e173804b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
983 | 2025.07.08 01:11:49.996841 [ 275 ] {ee30f28e-5e92-4153-9e16-a4a2e173804b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001294 sec., 13910.355486862441 rows/sec., 569.03 KiB/sec. | ||
984 | 2025.07.08 01:11:49.996929 [ 275 ] {ee30f28e-5e92-4153-9e16-a4a2e173804b} <Debug> TCPHandler: Processed in 0.001579857 sec. | ||
985 | 2025.07.08 01:11:49.999485 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
986 | 2025.07.08 01:11:49.999646 [ 275 ] {f8783a7d-a9df-449c-bbd8-460c22f9dacd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) 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_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
987 | 2025.07.08 01:11:49.999898 [ 275 ] {f8783a7d-a9df-449c-bbd8-460c22f9dacd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
988 | 2025.07.08 01:11:49.999936 [ 275 ] {f8783a7d-a9df-449c-bbd8-460c22f9dacd} <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_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
989 | 2025.07.08 01:11:50.000145 [ 275 ] {f8783a7d-a9df-449c-bbd8-460c22f9dacd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
990 | 2025.07.08 01:11:50.000164 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.40 MiB, peak 164.96 MiB, free memory in arenas 0.00 B, will set to 163.52 MiB (RSS), difference: 1.12 MiB | ||
991 | 2025.07.08 01:11:50.000212 [ 275 ] {f8783a7d-a9df-449c-bbd8-460c22f9dacd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
992 | 2025.07.08 01:11:50.000340 [ 275 ] {f8783a7d-a9df-449c-bbd8-460c22f9dacd} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
993 | 2025.07.08 01:11:50.000375 [ 275 ] {f8783a7d-a9df-449c-bbd8-460c22f9dacd} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
994 | 2025.07.08 01:11:50.000399 [ 275 ] {f8783a7d-a9df-449c-bbd8-460c22f9dacd} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (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 | ||
995 | 2025.07.08 01:11:50.000417 [ 275 ] {f8783a7d-a9df-449c-bbd8-460c22f9dacd} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
996 | 2025.07.08 01:11:50.000458 [ 275 ] {f8783a7d-a9df-449c-bbd8-460c22f9dacd} <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_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
997 | 2025.07.08 01:11:50.000480 [ 275 ] {f8783a7d-a9df-449c-bbd8-460c22f9dacd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
998 | 2025.07.08 01:11:50.000984 [ 275 ] {f8783a7d-a9df-449c-bbd8-460c22f9dacd} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001405 sec., 12811.387900355872 rows/sec., 524.08 KiB/sec. | ||
999 | 2025.07.08 01:11:50.001068 [ 275 ] {f8783a7d-a9df-449c-bbd8-460c22f9dacd} <Debug> TCPHandler: Processed in 0.001645659 sec. | ||
1000 | 2025.07.08 01:11:50.001570 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1001 | 2025.07.08 01:11:50.001700 [ 275 ] {371f422f-0f29-4f3f-aa45-abf5e630c6e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1002 | 2025.07.08 01:11:50.001903 [ 275 ] {371f422f-0f29-4f3f-aa45-abf5e630c6e7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1003 | 2025.07.08 01:11:50.001936 [ 275 ] {371f422f-0f29-4f3f-aa45-abf5e630c6e7} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
1004 | 2025.07.08 01:11:50.002104 [ 275 ] {371f422f-0f29-4f3f-aa45-abf5e630c6e7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1005 | 2025.07.08 01:11:50.002158 [ 275 ] {371f422f-0f29-4f3f-aa45-abf5e630c6e7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1006 | 2025.07.08 01:11:50.002255 [ 275 ] {371f422f-0f29-4f3f-aa45-abf5e630c6e7} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1007 | 2025.07.08 01:11:50.002284 [ 275 ] {371f422f-0f29-4f3f-aa45-abf5e630c6e7} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1008 | 2025.07.08 01:11:50.002303 [ 275 ] {371f422f-0f29-4f3f-aa45-abf5e630c6e7} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (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 | ||
1009 | 2025.07.08 01:11:50.002318 [ 275 ] {371f422f-0f29-4f3f-aa45-abf5e630c6e7} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1010 | 2025.07.08 01:11:50.002350 [ 275 ] {371f422f-0f29-4f3f-aa45-abf5e630c6e7} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
1011 | 2025.07.08 01:11:50.002368 [ 275 ] {371f422f-0f29-4f3f-aa45-abf5e630c6e7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1012 | 2025.07.08 01:11:50.002795 [ 275 ] {371f422f-0f29-4f3f-aa45-abf5e630c6e7} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001145 sec., 15720.524017467249 rows/sec., 643.08 KiB/sec. | ||
1013 | 2025.07.08 01:11:50.002877 [ 275 ] {371f422f-0f29-4f3f-aa45-abf5e630c6e7} <Debug> TCPHandler: Processed in 0.001356654 sec. | ||
1014 | 2025.07.08 01:11:50.003112 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1015 | 2025.07.08 01:11:50.003238 [ 275 ] {a01092ba-6732-444d-a9b5-852fc5812ced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
1016 | 2025.07.08 01:11:50.003437 [ 275 ] {a01092ba-6732-444d-a9b5-852fc5812ced} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1017 | 2025.07.08 01:11:50.003469 [ 275 ] {a01092ba-6732-444d-a9b5-852fc5812ced} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
1018 | 2025.07.08 01:11:50.003636 [ 275 ] {a01092ba-6732-444d-a9b5-852fc5812ced} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1019 | 2025.07.08 01:11:50.003687 [ 275 ] {a01092ba-6732-444d-a9b5-852fc5812ced} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1020 | 2025.07.08 01:11:50.003784 [ 275 ] {a01092ba-6732-444d-a9b5-852fc5812ced} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1021 | 2025.07.08 01:11:50.003812 [ 275 ] {a01092ba-6732-444d-a9b5-852fc5812ced} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1022 | 2025.07.08 01:11:50.003830 [ 275 ] {a01092ba-6732-444d-a9b5-852fc5812ced} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (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 | ||
1023 | 2025.07.08 01:11:50.003844 [ 275 ] {a01092ba-6732-444d-a9b5-852fc5812ced} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1024 | 2025.07.08 01:11:50.003876 [ 275 ] {a01092ba-6732-444d-a9b5-852fc5812ced} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
1025 | 2025.07.08 01:11:50.003894 [ 275 ] {a01092ba-6732-444d-a9b5-852fc5812ced} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1026 | 2025.07.08 01:11:50.004343 [ 275 ] {a01092ba-6732-444d-a9b5-852fc5812ced} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001153 sec., 15611.448395490026 rows/sec., 638.62 KiB/sec. | ||
1027 | 2025.07.08 01:11:50.004427 [ 275 ] {a01092ba-6732-444d-a9b5-852fc5812ced} <Debug> TCPHandler: Processed in 0.001365015 sec. | ||
1028 | 2025.07.08 01:11:50.004649 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1029 | 2025.07.08 01:11:50.004774 [ 275 ] {c7a5d165-8b96-421e-a88a-dc22d648e9a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
1030 | 2025.07.08 01:11:50.004974 [ 275 ] {c7a5d165-8b96-421e-a88a-dc22d648e9a6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1031 | 2025.07.08 01:11:50.005006 [ 275 ] {c7a5d165-8b96-421e-a88a-dc22d648e9a6} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
1032 | 2025.07.08 01:11:50.005174 [ 275 ] {c7a5d165-8b96-421e-a88a-dc22d648e9a6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1033 | 2025.07.08 01:11:50.005225 [ 275 ] {c7a5d165-8b96-421e-a88a-dc22d648e9a6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1034 | 2025.07.08 01:11:50.005322 [ 275 ] {c7a5d165-8b96-421e-a88a-dc22d648e9a6} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1035 | 2025.07.08 01:11:50.005349 [ 275 ] {c7a5d165-8b96-421e-a88a-dc22d648e9a6} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1036 | 2025.07.08 01:11:50.005367 [ 275 ] {c7a5d165-8b96-421e-a88a-dc22d648e9a6} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (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 | ||
1037 | 2025.07.08 01:11:50.005383 [ 275 ] {c7a5d165-8b96-421e-a88a-dc22d648e9a6} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1038 | 2025.07.08 01:11:50.005414 [ 275 ] {c7a5d165-8b96-421e-a88a-dc22d648e9a6} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1039 | 2025.07.08 01:11:50.005432 [ 275 ] {c7a5d165-8b96-421e-a88a-dc22d648e9a6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1040 | 2025.07.08 01:11:50.005843 [ 275 ] {c7a5d165-8b96-421e-a88a-dc22d648e9a6} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001116 sec., 16129.032258064515 rows/sec., 659.79 KiB/sec. | ||
1041 | 2025.07.08 01:11:50.005924 [ 275 ] {c7a5d165-8b96-421e-a88a-dc22d648e9a6} <Debug> TCPHandler: Processed in 0.001324153 sec. | ||
1042 | 2025.07.08 01:11:50.006134 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1043 | 2025.07.08 01:11:50.006265 [ 275 ] {15a6e673-18fc-45da-9f6a-2515075ead44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) 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_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) | ||
1044 | 2025.07.08 01:11:50.006461 [ 275 ] {15a6e673-18fc-45da-9f6a-2515075ead44} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1045 | 2025.07.08 01:11:50.006492 [ 275 ] {15a6e673-18fc-45da-9f6a-2515075ead44} <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_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 | ||
1046 | 2025.07.08 01:11:50.006661 [ 275 ] {15a6e673-18fc-45da-9f6a-2515075ead44} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1047 | 2025.07.08 01:11:50.006714 [ 275 ] {15a6e673-18fc-45da-9f6a-2515075ead44} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1048 | 2025.07.08 01:11:50.006810 [ 275 ] {15a6e673-18fc-45da-9f6a-2515075ead44} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1049 | 2025.07.08 01:11:50.006838 [ 275 ] {15a6e673-18fc-45da-9f6a-2515075ead44} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1050 | 2025.07.08 01:11:50.006856 [ 275 ] {15a6e673-18fc-45da-9f6a-2515075ead44} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (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 | ||
1051 | 2025.07.08 01:11:50.006870 [ 275 ] {15a6e673-18fc-45da-9f6a-2515075ead44} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1052 | 2025.07.08 01:11:50.006901 [ 275 ] {15a6e673-18fc-45da-9f6a-2515075ead44} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1053 | 2025.07.08 01:11:50.006918 [ 275 ] {15a6e673-18fc-45da-9f6a-2515075ead44} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1054 | 2025.07.08 01:11:50.007305 [ 275 ] {15a6e673-18fc-45da-9f6a-2515075ead44} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001088 sec., 16544.117647058825 rows/sec., 676.77 KiB/sec. | ||
1055 | 2025.07.08 01:11:50.007392 [ 275 ] {15a6e673-18fc-45da-9f6a-2515075ead44} <Debug> TCPHandler: Processed in 0.001307523 sec. | ||
1056 | 2025.07.08 01:11:50.007612 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1057 | 2025.07.08 01:11:50.007738 [ 275 ] {7d0a0cb0-041e-4754-912b-e304b6cd7ff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) 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_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) | ||
1058 | 2025.07.08 01:11:50.007934 [ 275 ] {7d0a0cb0-041e-4754-912b-e304b6cd7ff1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1059 | 2025.07.08 01:11:50.007965 [ 275 ] {7d0a0cb0-041e-4754-912b-e304b6cd7ff1} <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_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 | ||
1060 | 2025.07.08 01:11:50.008147 [ 275 ] {7d0a0cb0-041e-4754-912b-e304b6cd7ff1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1061 | 2025.07.08 01:11:50.008200 [ 275 ] {7d0a0cb0-041e-4754-912b-e304b6cd7ff1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1062 | 2025.07.08 01:11:50.008299 [ 275 ] {7d0a0cb0-041e-4754-912b-e304b6cd7ff1} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1063 | 2025.07.08 01:11:50.008327 [ 275 ] {7d0a0cb0-041e-4754-912b-e304b6cd7ff1} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1064 | 2025.07.08 01:11:50.008345 [ 275 ] {7d0a0cb0-041e-4754-912b-e304b6cd7ff1} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (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 | ||
1065 | 2025.07.08 01:11:50.008360 [ 275 ] {7d0a0cb0-041e-4754-912b-e304b6cd7ff1} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1066 | 2025.07.08 01:11:50.008391 [ 275 ] {7d0a0cb0-041e-4754-912b-e304b6cd7ff1} <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_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'))" | ||
1067 | 2025.07.08 01:11:50.008408 [ 275 ] {7d0a0cb0-041e-4754-912b-e304b6cd7ff1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1068 | 2025.07.08 01:11:50.008834 [ 275 ] {7d0a0cb0-041e-4754-912b-e304b6cd7ff1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001145 sec., 15720.524017467249 rows/sec., 643.08 KiB/sec. | ||
1069 | 2025.07.08 01:11:50.008922 [ 275 ] {7d0a0cb0-041e-4754-912b-e304b6cd7ff1} <Debug> TCPHandler: Processed in 0.001359714 sec. | ||
1070 | 2025.07.08 01:11:50.009174 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1071 | 2025.07.08 01:11:50.009301 [ 275 ] {e10f8a77-54bc-4daf-9a74-2e5a84c49bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) 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_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) | ||
1072 | 2025.07.08 01:11:50.009501 [ 275 ] {e10f8a77-54bc-4daf-9a74-2e5a84c49bb9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1073 | 2025.07.08 01:11:50.009532 [ 275 ] {e10f8a77-54bc-4daf-9a74-2e5a84c49bb9} <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_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 | ||
1074 | 2025.07.08 01:11:50.009705 [ 275 ] {e10f8a77-54bc-4daf-9a74-2e5a84c49bb9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1075 | 2025.07.08 01:11:50.009760 [ 275 ] {e10f8a77-54bc-4daf-9a74-2e5a84c49bb9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1076 | 2025.07.08 01:11:50.009858 [ 275 ] {e10f8a77-54bc-4daf-9a74-2e5a84c49bb9} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
1077 | 2025.07.08 01:11:50.009887 [ 275 ] {e10f8a77-54bc-4daf-9a74-2e5a84c49bb9} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1078 | 2025.07.08 01:11:50.009905 [ 275 ] {e10f8a77-54bc-4daf-9a74-2e5a84c49bb9} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (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 | ||
1079 | 2025.07.08 01:11:50.009920 [ 275 ] {e10f8a77-54bc-4daf-9a74-2e5a84c49bb9} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1080 | 2025.07.08 01:11:50.009952 [ 275 ] {e10f8a77-54bc-4daf-9a74-2e5a84c49bb9} <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_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'))" | ||
1081 | 2025.07.08 01:11:50.009969 [ 275 ] {e10f8a77-54bc-4daf-9a74-2e5a84c49bb9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1082 | 2025.07.08 01:11:50.010420 [ 275 ] {e10f8a77-54bc-4daf-9a74-2e5a84c49bb9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001168 sec., 15410.95890410959 rows/sec., 630.42 KiB/sec. | ||
1083 | 2025.07.08 01:11:50.010502 [ 275 ] {e10f8a77-54bc-4daf-9a74-2e5a84c49bb9} <Debug> TCPHandler: Processed in 0.001376994 sec. | ||
1084 | 2025.07.08 01:11:50.010759 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1085 | 2025.07.08 01:11:50.010888 [ 275 ] {eec761ca-53c4-4ef3-b27e-05858285c335} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) 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_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) | ||
1086 | 2025.07.08 01:11:50.011085 [ 275 ] {eec761ca-53c4-4ef3-b27e-05858285c335} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1087 | 2025.07.08 01:11:50.011117 [ 275 ] {eec761ca-53c4-4ef3-b27e-05858285c335} <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_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 | ||
1088 | 2025.07.08 01:11:50.011289 [ 275 ] {eec761ca-53c4-4ef3-b27e-05858285c335} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1089 | 2025.07.08 01:11:50.011341 [ 275 ] {eec761ca-53c4-4ef3-b27e-05858285c335} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1090 | 2025.07.08 01:11:50.011436 [ 275 ] {eec761ca-53c4-4ef3-b27e-05858285c335} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
1091 | 2025.07.08 01:11:50.011464 [ 275 ] {eec761ca-53c4-4ef3-b27e-05858285c335} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1092 | 2025.07.08 01:11:50.011482 [ 275 ] {eec761ca-53c4-4ef3-b27e-05858285c335} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (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 | ||
1093 | 2025.07.08 01:11:50.011496 [ 275 ] {eec761ca-53c4-4ef3-b27e-05858285c335} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1094 | 2025.07.08 01:11:50.011528 [ 275 ] {eec761ca-53c4-4ef3-b27e-05858285c335} <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_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'))" | ||
1095 | 2025.07.08 01:11:50.011545 [ 275 ] {eec761ca-53c4-4ef3-b27e-05858285c335} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1096 | 2025.07.08 01:11:50.011933 [ 275 ] {eec761ca-53c4-4ef3-b27e-05858285c335} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001095 sec., 16438.35616438356 rows/sec., 672.45 KiB/sec. | ||
1097 | 2025.07.08 01:11:50.012016 [ 275 ] {eec761ca-53c4-4ef3-b27e-05858285c335} <Debug> TCPHandler: Processed in 0.001307853 sec. | ||
1098 | 2025.07.08 01:11:50.012291 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1099 | 2025.07.08 01:11:50.012417 [ 275 ] {ce48b52d-7aa0-4619-9a18-8981305ea8fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) 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_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) | ||
1100 | 2025.07.08 01:11:50.012615 [ 275 ] {ce48b52d-7aa0-4619-9a18-8981305ea8fe} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1101 | 2025.07.08 01:11:50.012647 [ 275 ] {ce48b52d-7aa0-4619-9a18-8981305ea8fe} <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_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 | ||
1102 | 2025.07.08 01:11:50.012826 [ 275 ] {ce48b52d-7aa0-4619-9a18-8981305ea8fe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1103 | 2025.07.08 01:11:50.012878 [ 275 ] {ce48b52d-7aa0-4619-9a18-8981305ea8fe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1104 | 2025.07.08 01:11:50.012975 [ 275 ] {ce48b52d-7aa0-4619-9a18-8981305ea8fe} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
1105 | 2025.07.08 01:11:50.013003 [ 275 ] {ce48b52d-7aa0-4619-9a18-8981305ea8fe} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1106 | 2025.07.08 01:11:50.013021 [ 275 ] {ce48b52d-7aa0-4619-9a18-8981305ea8fe} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (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 | ||
1107 | 2025.07.08 01:11:50.013035 [ 275 ] {ce48b52d-7aa0-4619-9a18-8981305ea8fe} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1108 | 2025.07.08 01:11:50.013067 [ 275 ] {ce48b52d-7aa0-4619-9a18-8981305ea8fe} <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_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'))" | ||
1109 | 2025.07.08 01:11:50.013085 [ 275 ] {ce48b52d-7aa0-4619-9a18-8981305ea8fe} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1110 | 2025.07.08 01:11:50.013491 [ 275 ] {ce48b52d-7aa0-4619-9a18-8981305ea8fe} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001122 sec., 16042.780748663103 rows/sec., 656.26 KiB/sec. | ||
1111 | 2025.07.08 01:11:50.013572 [ 275 ] {ce48b52d-7aa0-4619-9a18-8981305ea8fe} <Debug> TCPHandler: Processed in 0.001329893 sec. | ||
1112 | 2025.07.08 01:11:50.013794 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1113 | 2025.07.08 01:11:50.013922 [ 275 ] {a4631d09-0f27-4df1-a772-d87e434e631a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) 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_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) | ||
1114 | 2025.07.08 01:11:50.014122 [ 275 ] {a4631d09-0f27-4df1-a772-d87e434e631a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1115 | 2025.07.08 01:11:50.014154 [ 275 ] {a4631d09-0f27-4df1-a772-d87e434e631a} <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_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 | ||
1116 | 2025.07.08 01:11:50.014331 [ 275 ] {a4631d09-0f27-4df1-a772-d87e434e631a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1117 | 2025.07.08 01:11:50.014382 [ 275 ] {a4631d09-0f27-4df1-a772-d87e434e631a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1118 | 2025.07.08 01:11:50.014480 [ 275 ] {a4631d09-0f27-4df1-a772-d87e434e631a} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
1119 | 2025.07.08 01:11:50.014509 [ 275 ] {a4631d09-0f27-4df1-a772-d87e434e631a} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1120 | 2025.07.08 01:11:50.014528 [ 275 ] {a4631d09-0f27-4df1-a772-d87e434e631a} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (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 | ||
1121 | 2025.07.08 01:11:50.014543 [ 275 ] {a4631d09-0f27-4df1-a772-d87e434e631a} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1122 | 2025.07.08 01:11:50.014574 [ 275 ] {a4631d09-0f27-4df1-a772-d87e434e631a} <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_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'))" | ||
1123 | 2025.07.08 01:11:50.014592 [ 275 ] {a4631d09-0f27-4df1-a772-d87e434e631a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1124 | 2025.07.08 01:11:50.014982 [ 275 ] {a4631d09-0f27-4df1-a772-d87e434e631a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00111 sec., 16216.216216216215 rows/sec., 663.36 KiB/sec. | ||
1125 | 2025.07.08 01:11:50.015062 [ 275 ] {a4631d09-0f27-4df1-a772-d87e434e631a} <Debug> TCPHandler: Processed in 0.001317163 sec. | ||
1126 | 2025.07.08 01:11:50.020791 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1127 | 2025.07.08 01:11:50.020949 [ 275 ] {e7c568f7-09e9-4c82-982f-3a1fd70fd378} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) 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_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) | ||
1128 | 2025.07.08 01:11:50.021197 [ 275 ] {e7c568f7-09e9-4c82-982f-3a1fd70fd378} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1129 | 2025.07.08 01:11:50.021236 [ 275 ] {e7c568f7-09e9-4c82-982f-3a1fd70fd378} <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_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 | ||
1130 | 2025.07.08 01:11:50.021457 [ 275 ] {e7c568f7-09e9-4c82-982f-3a1fd70fd378} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1131 | 2025.07.08 01:11:50.021519 [ 275 ] {e7c568f7-09e9-4c82-982f-3a1fd70fd378} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1132 | 2025.07.08 01:11:50.021623 [ 275 ] {e7c568f7-09e9-4c82-982f-3a1fd70fd378} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
1133 | 2025.07.08 01:11:50.021650 [ 275 ] {e7c568f7-09e9-4c82-982f-3a1fd70fd378} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1134 | 2025.07.08 01:11:50.021668 [ 275 ] {e7c568f7-09e9-4c82-982f-3a1fd70fd378} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (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 | ||
1135 | 2025.07.08 01:11:50.021682 [ 275 ] {e7c568f7-09e9-4c82-982f-3a1fd70fd378} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1136 | 2025.07.08 01:11:50.021715 [ 275 ] {e7c568f7-09e9-4c82-982f-3a1fd70fd378} <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_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'))" | ||
1137 | 2025.07.08 01:11:50.021732 [ 275 ] {e7c568f7-09e9-4c82-982f-3a1fd70fd378} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
1138 | 2025.07.08 01:11:50.022162 [ 275 ] {e7c568f7-09e9-4c82-982f-3a1fd70fd378} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001278 sec., 14084.507042253521 rows/sec., 576.16 KiB/sec. | ||
1139 | 2025.07.08 01:11:50.022243 [ 275 ] {e7c568f7-09e9-4c82-982f-3a1fd70fd378} <Debug> TCPHandler: Processed in 0.001512496 sec. | ||
1140 | 2025.07.08 01:11:50.026730 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1141 | 2025.07.08 01:11:50.026844 [ 275 ] {6d36e97a-2e3c-43aa-a418-601a74ee6584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
1142 | 2025.07.08 01:11:50.026886 [ 275 ] {6d36e97a-2e3c-43aa-a418-601a74ee6584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1143 | 2025.07.08 01:11:50.027391 [ 275 ] {6d36e97a-2e3c-43aa-a418-601a74ee6584} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1144 | 2025.07.08 01:11:50.027431 [ 275 ] {6d36e97a-2e3c-43aa-a418-601a74ee6584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1145 | 2025.07.08 01:11:50.027977 [ 275 ] {6d36e97a-2e3c-43aa-a418-601a74ee6584} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1146 | 2025.07.08 01:11:50.028444 [ 275 ] {6d36e97a-2e3c-43aa-a418-601a74ee6584} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1147 | 2025.07.08 01:11:50.028594 [ 275 ] {6d36e97a-2e3c-43aa-a418-601a74ee6584} <Debug> executeQuery: Read 13 rows, 4.52 KiB in 0.00178 sec., 7303.370786516854 rows/sec., 2.48 MiB/sec. | ||
1148 | 2025.07.08 01:11:50.028633 [ 275 ] {6d36e97a-2e3c-43aa-a418-601a74ee6584} <Debug> TCPHandler: Processed in 0.001951945 sec. | ||
1149 | 2025.07.08 01:11:50.028741 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1150 | 2025.07.08 01:11:50.028838 [ 275 ] {f3c1b737-b8c1-4e1a-b75e-147ee07852a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
1151 | 2025.07.08 01:11:50.028876 [ 275 ] {f3c1b737-b8c1-4e1a-b75e-147ee07852a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
1152 | 2025.07.08 01:11:50.031383 [ 275 ] {f3c1b737-b8c1-4e1a-b75e-147ee07852a6} <Trace> oximeter.fields_i16 (dbc30c45-46e6-4cfb-a480-63848dccbbb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1153 | 2025.07.08 01:11:50.031416 [ 275 ] {f3c1b737-b8c1-4e1a-b75e-147ee07852a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1154 | 2025.07.08 01:11:50.032103 [ 275 ] {f3c1b737-b8c1-4e1a-b75e-147ee07852a6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1155 | 2025.07.08 01:11:50.032715 [ 275 ] {f3c1b737-b8c1-4e1a-b75e-147ee07852a6} <Trace> oximeter.fields_i16 (dbc30c45-46e6-4cfb-a480-63848dccbbb9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1156 | 2025.07.08 01:11:50.032849 [ 275 ] {f3c1b737-b8c1-4e1a-b75e-147ee07852a6} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.004032 sec., 52579.36507936508 rows/sec., 3.34 MiB/sec. | ||
1157 | 2025.07.08 01:11:50.032886 [ 275 ] {f3c1b737-b8c1-4e1a-b75e-147ee07852a6} <Debug> TCPHandler: Processed in 0.004193264 sec. | ||
1158 | 2025.07.08 01:11:50.033004 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1159 | 2025.07.08 01:11:50.033098 [ 275 ] {4e1adde0-eaf0-45f6-830a-034fa7cf191c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1160 | 2025.07.08 01:11:50.033138 [ 275 ] {4e1adde0-eaf0-45f6-830a-034fa7cf191c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1161 | 2025.07.08 01:11:50.033856 [ 275 ] {4e1adde0-eaf0-45f6-830a-034fa7cf191c} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1162 | 2025.07.08 01:11:50.033893 [ 275 ] {4e1adde0-eaf0-45f6-830a-034fa7cf191c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1163 | 2025.07.08 01:11:50.034472 [ 275 ] {4e1adde0-eaf0-45f6-830a-034fa7cf191c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1164 | 2025.07.08 01:11:50.034970 [ 275 ] {4e1adde0-eaf0-45f6-830a-034fa7cf191c} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1165 | 2025.07.08 01:11:50.035098 [ 275 ] {4e1adde0-eaf0-45f6-830a-034fa7cf191c} <Debug> executeQuery: Read 609 rows, 49.07 KiB in 0.002018 sec., 301783.94449950446 rows/sec., 23.75 MiB/sec. | ||
1166 | 2025.07.08 01:11:50.035135 [ 275 ] {4e1adde0-eaf0-45f6-830a-034fa7cf191c} <Debug> TCPHandler: Processed in 0.002180719 sec. | ||
1167 | 2025.07.08 01:11:50.035242 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1168 | 2025.07.08 01:11:50.035335 [ 275 ] {2e0dd0a5-e917-45d6-8232-381d692d1514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1169 | 2025.07.08 01:11:50.035374 [ 275 ] {2e0dd0a5-e917-45d6-8232-381d692d1514} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1170 | 2025.07.08 01:11:50.035938 [ 275 ] {2e0dd0a5-e917-45d6-8232-381d692d1514} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1171 | 2025.07.08 01:11:50.035978 [ 275 ] {2e0dd0a5-e917-45d6-8232-381d692d1514} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1172 | 2025.07.08 01:11:50.036463 [ 275 ] {2e0dd0a5-e917-45d6-8232-381d692d1514} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1173 | 2025.07.08 01:11:50.037019 [ 275 ] {2e0dd0a5-e917-45d6-8232-381d692d1514} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1174 | 2025.07.08 01:11:50.037154 [ 275 ] {2e0dd0a5-e917-45d6-8232-381d692d1514} <Debug> executeQuery: Read 115 rows, 7.06 KiB in 0.001836 sec., 62636.16557734205 rows/sec., 3.76 MiB/sec. | ||
1175 | 2025.07.08 01:11:50.037193 [ 275 ] {2e0dd0a5-e917-45d6-8232-381d692d1514} <Debug> TCPHandler: Processed in 0.002000095 sec. | ||
1176 | 2025.07.08 01:11:50.037307 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1177 | 2025.07.08 01:11:50.037401 [ 275 ] {36ffb2aa-30be-40b8-9d94-a8ef26c152fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
1178 | 2025.07.08 01:11:50.037440 [ 275 ] {36ffb2aa-30be-40b8-9d94-a8ef26c152fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1179 | 2025.07.08 01:11:50.037907 [ 275 ] {36ffb2aa-30be-40b8-9d94-a8ef26c152fd} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1180 | 2025.07.08 01:11:50.037941 [ 275 ] {36ffb2aa-30be-40b8-9d94-a8ef26c152fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1181 | 2025.07.08 01:11:50.038393 [ 275 ] {36ffb2aa-30be-40b8-9d94-a8ef26c152fd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1182 | 2025.07.08 01:11:50.038859 [ 275 ] {36ffb2aa-30be-40b8-9d94-a8ef26c152fd} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1183 | 2025.07.08 01:11:50.038988 [ 275 ] {36ffb2aa-30be-40b8-9d94-a8ef26c152fd} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001605 sec., 70404.98442367601 rows/sec., 4.56 MiB/sec. | ||
1184 | 2025.07.08 01:11:50.039026 [ 275 ] {36ffb2aa-30be-40b8-9d94-a8ef26c152fd} <Debug> TCPHandler: Processed in 0.001769172 sec. | ||
1185 | 2025.07.08 01:11:50.039137 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1186 | 2025.07.08 01:11:50.039231 [ 275 ] {6cffd7ba-c94d-49c9-b3fd-31345e0d2066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
1187 | 2025.07.08 01:11:50.039271 [ 275 ] {6cffd7ba-c94d-49c9-b3fd-31345e0d2066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1188 | 2025.07.08 01:11:50.039703 [ 275 ] {6cffd7ba-c94d-49c9-b3fd-31345e0d2066} <Trace> oximeter.fields_u8 (eb4decb7-5820-449c-aa1f-b1383ebf2f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1189 | 2025.07.08 01:11:50.039747 [ 275 ] {6cffd7ba-c94d-49c9-b3fd-31345e0d2066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1190 | 2025.07.08 01:11:50.040172 [ 275 ] {6cffd7ba-c94d-49c9-b3fd-31345e0d2066} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1191 | 2025.07.08 01:11:50.040633 [ 275 ] {6cffd7ba-c94d-49c9-b3fd-31345e0d2066} <Trace> oximeter.fields_u8 (eb4decb7-5820-449c-aa1f-b1383ebf2f5b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1192 | 2025.07.08 01:11:50.040763 [ 275 ] {6cffd7ba-c94d-49c9-b3fd-31345e0d2066} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00155 sec., 72258.06451612903 rows/sec., 4.12 MiB/sec. | ||
1193 | 2025.07.08 01:11:50.040801 [ 275 ] {6cffd7ba-c94d-49c9-b3fd-31345e0d2066} <Debug> TCPHandler: Processed in 0.0017148 sec. | ||
1194 | 2025.07.08 01:11:50.040920 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1195 | 2025.07.08 01:11:50.041014 [ 275 ] {6f6e7dea-faff-47fa-9e2e-df8414193d62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1196 | 2025.07.08 01:11:50.041055 [ 275 ] {6f6e7dea-faff-47fa-9e2e-df8414193d62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1197 | 2025.07.08 01:11:50.041646 [ 275 ] {6f6e7dea-faff-47fa-9e2e-df8414193d62} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1198 | 2025.07.08 01:11:50.041683 [ 275 ] {6f6e7dea-faff-47fa-9e2e-df8414193d62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1199 | 2025.07.08 01:11:50.042176 [ 275 ] {6f6e7dea-faff-47fa-9e2e-df8414193d62} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1200 | 2025.07.08 01:11:50.042699 [ 275 ] {6f6e7dea-faff-47fa-9e2e-df8414193d62} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1201 | 2025.07.08 01:11:50.042828 [ 275 ] {6f6e7dea-faff-47fa-9e2e-df8414193d62} <Debug> executeQuery: Read 363 rows, 26.07 KiB in 0.001832 sec., 198144.10480349345 rows/sec., 13.90 MiB/sec. | ||
1202 | 2025.07.08 01:11:50.042871 [ 275 ] {6f6e7dea-faff-47fa-9e2e-df8414193d62} <Debug> TCPHandler: Processed in 0.002001526 sec. | ||
1203 | 2025.07.08 01:11:50.042997 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1204 | 2025.07.08 01:11:50.043113 [ 275 ] {7fb3d118-430a-4ed7-a8fe-269c1b4bf6d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
1205 | 2025.07.08 01:11:50.043155 [ 275 ] {7fb3d118-430a-4ed7-a8fe-269c1b4bf6d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1206 | 2025.07.08 01:11:50.043480 [ 275 ] {7fb3d118-430a-4ed7-a8fe-269c1b4bf6d7} <Trace> oximeter.measurements_bool (1551105e-4011-490c-aeef-8ec11d8f460b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1207 | 2025.07.08 01:11:50.043516 [ 275 ] {7fb3d118-430a-4ed7-a8fe-269c1b4bf6d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1208 | 2025.07.08 01:11:50.044006 [ 275 ] {7fb3d118-430a-4ed7-a8fe-269c1b4bf6d7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1209 | 2025.07.08 01:11:50.044520 [ 275 ] {7fb3d118-430a-4ed7-a8fe-269c1b4bf6d7} <Trace> oximeter.measurements_bool (1551105e-4011-490c-aeef-8ec11d8f460b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1210 | 2025.07.08 01:11:50.044647 [ 275 ] {7fb3d118-430a-4ed7-a8fe-269c1b4bf6d7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001552 sec., 3865.979381443299 rows/sec., 201.98 KiB/sec. | ||
1211 | 2025.07.08 01:11:50.044691 [ 275 ] {7fb3d118-430a-4ed7-a8fe-269c1b4bf6d7} <Debug> TCPHandler: Processed in 0.001743531 sec. | ||
1212 | 2025.07.08 01:11:50.044800 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1213 | 2025.07.08 01:11:50.044896 [ 275 ] {e7a58263-372b-4568-b7f5-b0f4f1fab5a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1214 | 2025.07.08 01:11:50.044939 [ 275 ] {e7a58263-372b-4568-b7f5-b0f4f1fab5a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1215 | 2025.07.08 01:11:50.045340 [ 275 ] {e7a58263-372b-4568-b7f5-b0f4f1fab5a2} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1216 | 2025.07.08 01:11:50.045377 [ 275 ] {e7a58263-372b-4568-b7f5-b0f4f1fab5a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1217 | 2025.07.08 01:11:50.045857 [ 275 ] {e7a58263-372b-4568-b7f5-b0f4f1fab5a2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1218 | 2025.07.08 01:11:50.046348 [ 275 ] {e7a58263-372b-4568-b7f5-b0f4f1fab5a2} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1219 | 2025.07.08 01:11:50.046476 [ 275 ] {e7a58263-372b-4568-b7f5-b0f4f1fab5a2} <Debug> executeQuery: Read 187 rows, 12.72 KiB in 0.001597 sec., 117094.55228553539 rows/sec., 7.78 MiB/sec. | ||
1220 | 2025.07.08 01:11:50.046518 [ 275 ] {e7a58263-372b-4568-b7f5-b0f4f1fab5a2} <Debug> TCPHandler: Processed in 0.001767602 sec. | ||
1221 | 2025.07.08 01:11:50.046625 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1222 | 2025.07.08 01:11:50.046727 [ 275 ] {b6970a02-b251-421d-94c4-f82d4e4a3e17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
1223 | 2025.07.08 01:11:50.046774 [ 275 ] {b6970a02-b251-421d-94c4-f82d4e4a3e17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1224 | 2025.07.08 01:11:50.047101 [ 275 ] {b6970a02-b251-421d-94c4-f82d4e4a3e17} <Trace> oximeter.measurements_f64 (fea3937a-d3b0-45ea-a880-34724eed8aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1225 | 2025.07.08 01:11:50.047137 [ 275 ] {b6970a02-b251-421d-94c4-f82d4e4a3e17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1226 | 2025.07.08 01:11:50.047665 [ 275 ] {b6970a02-b251-421d-94c4-f82d4e4a3e17} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1227 | 2025.07.08 01:11:50.048210 [ 275 ] {b6970a02-b251-421d-94c4-f82d4e4a3e17} <Trace> oximeter.measurements_f64 (fea3937a-d3b0-45ea-a880-34724eed8aa2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1228 | 2025.07.08 01:11:50.048415 [ 275 ] {b6970a02-b251-421d-94c4-f82d4e4a3e17} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001712 sec., 584.1121495327103 rows/sec., 39.36 KiB/sec. | ||
1229 | 2025.07.08 01:11:50.048458 [ 275 ] {b6970a02-b251-421d-94c4-f82d4e4a3e17} <Debug> TCPHandler: Processed in 0.001882513 sec. | ||
1230 | 2025.07.08 01:11:50.048570 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1231 | 2025.07.08 01:11:50.048662 [ 275 ] {3797a87f-cec2-40b5-82f7-991dd13929f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1232 | 2025.07.08 01:11:50.048714 [ 275 ] {3797a87f-cec2-40b5-82f7-991dd13929f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1233 | 2025.07.08 01:11:50.049393 [ 275 ] {3797a87f-cec2-40b5-82f7-991dd13929f0} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1234 | 2025.07.08 01:11:50.049431 [ 275 ] {3797a87f-cec2-40b5-82f7-991dd13929f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1235 | 2025.07.08 01:11:50.054819 [ 275 ] {3797a87f-cec2-40b5-82f7-991dd13929f0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1236 | 2025.07.08 01:11:50.055313 [ 275 ] {3797a87f-cec2-40b5-82f7-991dd13929f0} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1237 | 2025.07.08 01:11:50.055452 [ 275 ] {3797a87f-cec2-40b5-82f7-991dd13929f0} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.006807 sec., 1322.1683561040106 rows/sec., 2.37 MiB/sec. | ||
1238 | 2025.07.08 01:11:50.055514 [ 275 ] {3797a87f-cec2-40b5-82f7-991dd13929f0} <Debug> TCPHandler: Processed in 0.006993124 sec. | ||
1239 | 2025.07.08 01:11:50.055631 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1240 | 2025.07.08 01:11:50.055726 [ 275 ] {5fc9514c-4eb2-4663-be69-22dba2734d36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1241 | 2025.07.08 01:11:50.055772 [ 275 ] {5fc9514c-4eb2-4663-be69-22dba2734d36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1242 | 2025.07.08 01:11:50.056127 [ 275 ] {5fc9514c-4eb2-4663-be69-22dba2734d36} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1243 | 2025.07.08 01:11:50.056163 [ 275 ] {5fc9514c-4eb2-4663-be69-22dba2734d36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1244 | 2025.07.08 01:11:50.056603 [ 275 ] {5fc9514c-4eb2-4663-be69-22dba2734d36} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1245 | 2025.07.08 01:11:50.057130 [ 275 ] {5fc9514c-4eb2-4663-be69-22dba2734d36} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1246 | 2025.07.08 01:11:50.057259 [ 275 ] {5fc9514c-4eb2-4663-be69-22dba2734d36} <Debug> executeQuery: Read 62 rows, 3.93 KiB in 0.001551 sec., 39974.21018697614 rows/sec., 2.47 MiB/sec. | ||
1247 | 2025.07.08 01:11:50.057302 [ 275 ] {5fc9514c-4eb2-4663-be69-22dba2734d36} <Debug> TCPHandler: Processed in 0.001721351 sec. | ||
1248 | 2025.07.08 01:11:53.387703 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
1249 | 2025.07.08 01:11:53.388203 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1250 | 2025.07.08 01:11:53.388250 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1251 | 2025.07.08 01:11:53.388807 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1252 | 2025.07.08 01:11:53.389063 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1253 | 2025.07.08 01:11:53.389213 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
1254 | 2025.07.08 01:11:53.506023 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
1255 | 2025.07.08 01:11:53.523354 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1256 | 2025.07.08 01:11:53.523408 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1257 | 2025.07.08 01:11:53.530008 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1258 | 2025.07.08 01:11:53.530841 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1259 | 2025.07.08 01:11:53.534524 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
1260 | 2025.07.08 01:11:54.948005 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1261 | 2025.07.08 01:11:54.948194 [ 275 ] {76bc6830-3e06-42d3-a855-fc90039febdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1262 | 2025.07.08 01:11:54.948260 [ 275 ] {76bc6830-3e06-42d3-a855-fc90039febdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1263 | 2025.07.08 01:11:54.948869 [ 275 ] {76bc6830-3e06-42d3-a855-fc90039febdc} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1264 | 2025.07.08 01:11:54.948918 [ 275 ] {76bc6830-3e06-42d3-a855-fc90039febdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1265 | 2025.07.08 01:11:54.949306 [ 275 ] {76bc6830-3e06-42d3-a855-fc90039febdc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1266 | 2025.07.08 01:11:54.949527 [ 275 ] {76bc6830-3e06-42d3-a855-fc90039febdc} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1267 | 2025.07.08 01:11:54.949676 [ 275 ] {76bc6830-3e06-42d3-a855-fc90039febdc} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001528 sec., 36649.214659685866 rows/sec., 2.80 MiB/sec. | ||
1268 | 2025.07.08 01:11:54.949724 [ 275 ] {76bc6830-3e06-42d3-a855-fc90039febdc} <Debug> TCPHandler: Processed in 0.001844423 sec. | ||
1269 | 2025.07.08 01:11:54.949849 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1270 | 2025.07.08 01:11:54.949950 [ 275 ] {9f27f48c-1081-4bf7-ac45-afe12aad37ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1271 | 2025.07.08 01:11:54.949992 [ 275 ] {9f27f48c-1081-4bf7-ac45-afe12aad37ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1272 | 2025.07.08 01:11:54.950418 [ 275 ] {9f27f48c-1081-4bf7-ac45-afe12aad37ad} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1273 | 2025.07.08 01:11:54.950455 [ 275 ] {9f27f48c-1081-4bf7-ac45-afe12aad37ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1274 | 2025.07.08 01:11:54.950754 [ 275 ] {9f27f48c-1081-4bf7-ac45-afe12aad37ad} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1275 | 2025.07.08 01:11:54.950960 [ 275 ] {9f27f48c-1081-4bf7-ac45-afe12aad37ad} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1276 | 2025.07.08 01:11:54.951085 [ 275 ] {9f27f48c-1081-4bf7-ac45-afe12aad37ad} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001158 sec., 55267.70293609672 rows/sec., 4.31 MiB/sec. | ||
1277 | 2025.07.08 01:11:54.951120 [ 275 ] {9f27f48c-1081-4bf7-ac45-afe12aad37ad} <Debug> TCPHandler: Processed in 0.001323694 sec. | ||
1278 | 2025.07.08 01:11:54.951229 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1279 | 2025.07.08 01:11:54.951325 [ 275 ] {890a4d97-7131-4d46-8386-d01f9aa3abd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1280 | 2025.07.08 01:11:54.951368 [ 275 ] {890a4d97-7131-4d46-8386-d01f9aa3abd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1281 | 2025.07.08 01:11:54.951783 [ 275 ] {890a4d97-7131-4d46-8386-d01f9aa3abd9} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1282 | 2025.07.08 01:11:54.951820 [ 275 ] {890a4d97-7131-4d46-8386-d01f9aa3abd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1283 | 2025.07.08 01:11:54.952134 [ 275 ] {890a4d97-7131-4d46-8386-d01f9aa3abd9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1284 | 2025.07.08 01:11:54.952343 [ 275 ] {890a4d97-7131-4d46-8386-d01f9aa3abd9} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1285 | 2025.07.08 01:11:54.952466 [ 275 ] {890a4d97-7131-4d46-8386-d01f9aa3abd9} <Debug> executeQuery: Read 150 rows, 10.70 KiB in 0.00116 sec., 129310.3448275862 rows/sec., 9.01 MiB/sec. | ||
1286 | 2025.07.08 01:11:54.952501 [ 275 ] {890a4d97-7131-4d46-8386-d01f9aa3abd9} <Debug> TCPHandler: Processed in 0.001320933 sec. | ||
1287 | 2025.07.08 01:11:54.952609 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1288 | 2025.07.08 01:11:54.952703 [ 275 ] {d66fcf63-3949-4d9b-9ddf-98002ce42cbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1289 | 2025.07.08 01:11:54.952742 [ 275 ] {d66fcf63-3949-4d9b-9ddf-98002ce42cbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1290 | 2025.07.08 01:11:54.953068 [ 275 ] {d66fcf63-3949-4d9b-9ddf-98002ce42cbc} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1291 | 2025.07.08 01:11:54.953103 [ 275 ] {d66fcf63-3949-4d9b-9ddf-98002ce42cbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1292 | 2025.07.08 01:11:54.953397 [ 275 ] {d66fcf63-3949-4d9b-9ddf-98002ce42cbc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1293 | 2025.07.08 01:11:54.953614 [ 275 ] {d66fcf63-3949-4d9b-9ddf-98002ce42cbc} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1294 | 2025.07.08 01:11:54.953735 [ 275 ] {d66fcf63-3949-4d9b-9ddf-98002ce42cbc} <Debug> executeQuery: Read 56 rows, 3.86 KiB in 0.001051 sec., 53282.58801141769 rows/sec., 3.59 MiB/sec. | ||
1295 | 2025.07.08 01:11:54.953770 [ 275 ] {d66fcf63-3949-4d9b-9ddf-98002ce42cbc} <Debug> TCPHandler: Processed in 0.001209532 sec. | ||
1296 | 2025.07.08 01:11:55.883517 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 200 | ||
1297 | 2025.07.08 01:11:55.886207 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1298 | 2025.07.08 01:11:55.886253 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1299 | 2025.07.08 01:11:55.887436 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1300 | 2025.07.08 01:11:55.887712 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1301 | 2025.07.08 01:11:55.888006 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 200 | ||
1302 | 2025.07.08 01:11:59.954621 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1303 | 2025.07.08 01:11:59.954829 [ 275 ] {50934d89-939d-4d28-b6ac-221ba71228bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
1304 | 2025.07.08 01:11:59.954903 [ 275 ] {50934d89-939d-4d28-b6ac-221ba71228bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
1305 | 2025.07.08 01:11:59.955630 [ 275 ] {50934d89-939d-4d28-b6ac-221ba71228bf} <Trace> oximeter.fields_i16 (dbc30c45-46e6-4cfb-a480-63848dccbbb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1306 | 2025.07.08 01:11:59.955675 [ 275 ] {50934d89-939d-4d28-b6ac-221ba71228bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1307 | 2025.07.08 01:11:59.956072 [ 275 ] {50934d89-939d-4d28-b6ac-221ba71228bf} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1308 | 2025.07.08 01:11:59.956294 [ 275 ] {50934d89-939d-4d28-b6ac-221ba71228bf} <Trace> oximeter.fields_i16 (dbc30c45-46e6-4cfb-a480-63848dccbbb9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1309 | 2025.07.08 01:11:59.956447 [ 275 ] {50934d89-939d-4d28-b6ac-221ba71228bf} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001669 sec., 127022.16896345117 rows/sec., 8.08 MiB/sec. | ||
1310 | 2025.07.08 01:11:59.956494 [ 275 ] {50934d89-939d-4d28-b6ac-221ba71228bf} <Debug> TCPHandler: Processed in 0.002000385 sec. | ||
1311 | 2025.07.08 01:11:59.956616 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1312 | 2025.07.08 01:11:59.956718 [ 275 ] {2d2c9116-330d-4e2b-828e-eff065339079} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1313 | 2025.07.08 01:11:59.956761 [ 275 ] {2d2c9116-330d-4e2b-828e-eff065339079} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1314 | 2025.07.08 01:11:59.957408 [ 275 ] {2d2c9116-330d-4e2b-828e-eff065339079} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1315 | 2025.07.08 01:11:59.957446 [ 275 ] {2d2c9116-330d-4e2b-828e-eff065339079} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1316 | 2025.07.08 01:11:59.957781 [ 275 ] {2d2c9116-330d-4e2b-828e-eff065339079} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1317 | 2025.07.08 01:11:59.957986 [ 275 ] {2d2c9116-330d-4e2b-828e-eff065339079} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1318 | 2025.07.08 01:11:59.958116 [ 275 ] {2d2c9116-330d-4e2b-828e-eff065339079} <Debug> executeQuery: Read 635 rows, 51.14 KiB in 0.001422 sec., 446554.14908579463 rows/sec., 35.12 MiB/sec. | ||
1319 | 2025.07.08 01:11:59.958153 [ 275 ] {2d2c9116-330d-4e2b-828e-eff065339079} <Debug> TCPHandler: Processed in 0.001587457 sec. | ||
1320 | 2025.07.08 01:11:59.958277 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1321 | 2025.07.08 01:11:59.958403 [ 275 ] {ebdf6791-b94e-42ae-990f-7b7774f2a600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1322 | 2025.07.08 01:11:59.958454 [ 275 ] {ebdf6791-b94e-42ae-990f-7b7774f2a600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1323 | 2025.07.08 01:11:59.958949 [ 275 ] {ebdf6791-b94e-42ae-990f-7b7774f2a600} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1324 | 2025.07.08 01:11:59.958986 [ 275 ] {ebdf6791-b94e-42ae-990f-7b7774f2a600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1325 | 2025.07.08 01:11:59.959295 [ 275 ] {ebdf6791-b94e-42ae-990f-7b7774f2a600} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1326 | 2025.07.08 01:11:59.959500 [ 275 ] {ebdf6791-b94e-42ae-990f-7b7774f2a600} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1327 | 2025.07.08 01:11:59.959623 [ 275 ] {ebdf6791-b94e-42ae-990f-7b7774f2a600} <Debug> executeQuery: Read 115 rows, 7.06 KiB in 0.001248 sec., 92147.4358974359 rows/sec., 5.53 MiB/sec. | ||
1328 | 2025.07.08 01:11:59.959661 [ 275 ] {ebdf6791-b94e-42ae-990f-7b7774f2a600} <Debug> TCPHandler: Processed in 0.001447065 sec. | ||
1329 | 2025.07.08 01:11:59.959768 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1330 | 2025.07.08 01:11:59.959864 [ 275 ] {cf1b2c89-c8a4-49e2-ba05-caba74f6fd82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
1331 | 2025.07.08 01:11:59.959902 [ 275 ] {cf1b2c89-c8a4-49e2-ba05-caba74f6fd82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1332 | 2025.07.08 01:11:59.960300 [ 275 ] {cf1b2c89-c8a4-49e2-ba05-caba74f6fd82} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1333 | 2025.07.08 01:11:59.960336 [ 275 ] {cf1b2c89-c8a4-49e2-ba05-caba74f6fd82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1334 | 2025.07.08 01:11:59.960628 [ 275 ] {cf1b2c89-c8a4-49e2-ba05-caba74f6fd82} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1335 | 2025.07.08 01:11:59.960844 [ 275 ] {cf1b2c89-c8a4-49e2-ba05-caba74f6fd82} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1336 | 2025.07.08 01:11:59.960967 [ 275 ] {cf1b2c89-c8a4-49e2-ba05-caba74f6fd82} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001122 sec., 100713.01247771837 rows/sec., 6.52 MiB/sec. | ||
1337 | 2025.07.08 01:11:59.961004 [ 275 ] {cf1b2c89-c8a4-49e2-ba05-caba74f6fd82} <Debug> TCPHandler: Processed in 0.001286893 sec. | ||
1338 | 2025.07.08 01:11:59.961109 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1339 | 2025.07.08 01:11:59.961204 [ 275 ] {80ba1037-da36-487f-a7d0-91adc68b6c8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
1340 | 2025.07.08 01:11:59.961243 [ 275 ] {80ba1037-da36-487f-a7d0-91adc68b6c8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1341 | 2025.07.08 01:11:59.961634 [ 275 ] {80ba1037-da36-487f-a7d0-91adc68b6c8a} <Trace> oximeter.fields_u8 (eb4decb7-5820-449c-aa1f-b1383ebf2f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1342 | 2025.07.08 01:11:59.961671 [ 275 ] {80ba1037-da36-487f-a7d0-91adc68b6c8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1343 | 2025.07.08 01:11:59.961965 [ 275 ] {80ba1037-da36-487f-a7d0-91adc68b6c8a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1344 | 2025.07.08 01:11:59.962170 [ 275 ] {80ba1037-da36-487f-a7d0-91adc68b6c8a} <Trace> oximeter.fields_u8 (eb4decb7-5820-449c-aa1f-b1383ebf2f5b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1345 | 2025.07.08 01:11:59.962292 [ 275 ] {80ba1037-da36-487f-a7d0-91adc68b6c8a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001105 sec., 101357.4660633484 rows/sec., 5.77 MiB/sec. | ||
1346 | 2025.07.08 01:11:59.962328 [ 275 ] {80ba1037-da36-487f-a7d0-91adc68b6c8a} <Debug> TCPHandler: Processed in 0.001269203 sec. | ||
1347 | 2025.07.08 01:11:59.962434 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1348 | 2025.07.08 01:11:59.962527 [ 275 ] {aefd1236-c6e3-4279-b681-7aa5a0ca51f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1349 | 2025.07.08 01:11:59.962567 [ 275 ] {aefd1236-c6e3-4279-b681-7aa5a0ca51f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1350 | 2025.07.08 01:11:59.963058 [ 275 ] {aefd1236-c6e3-4279-b681-7aa5a0ca51f4} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1351 | 2025.07.08 01:11:59.963094 [ 275 ] {aefd1236-c6e3-4279-b681-7aa5a0ca51f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1352 | 2025.07.08 01:11:59.963420 [ 275 ] {aefd1236-c6e3-4279-b681-7aa5a0ca51f4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1353 | 2025.07.08 01:11:59.963623 [ 275 ] {aefd1236-c6e3-4279-b681-7aa5a0ca51f4} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1354 | 2025.07.08 01:11:59.963749 [ 275 ] {aefd1236-c6e3-4279-b681-7aa5a0ca51f4} <Debug> executeQuery: Read 391 rows, 28.31 KiB in 0.00124 sec., 315322.5806451613 rows/sec., 22.29 MiB/sec. | ||
1355 | 2025.07.08 01:11:59.963787 [ 275 ] {aefd1236-c6e3-4279-b681-7aa5a0ca51f4} <Debug> TCPHandler: Processed in 0.001402496 sec. | ||
1356 | 2025.07.08 01:11:59.963894 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1357 | 2025.07.08 01:11:59.963987 [ 275 ] {83af8e8d-1e2a-4329-a0d5-42649af95b5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
1358 | 2025.07.08 01:11:59.964026 [ 275 ] {83af8e8d-1e2a-4329-a0d5-42649af95b5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1359 | 2025.07.08 01:11:59.964349 [ 275 ] {83af8e8d-1e2a-4329-a0d5-42649af95b5e} <Trace> oximeter.measurements_bool (1551105e-4011-490c-aeef-8ec11d8f460b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1360 | 2025.07.08 01:11:59.964385 [ 275 ] {83af8e8d-1e2a-4329-a0d5-42649af95b5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1361 | 2025.07.08 01:11:59.964674 [ 275 ] {83af8e8d-1e2a-4329-a0d5-42649af95b5e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1362 | 2025.07.08 01:11:59.964873 [ 275 ] {83af8e8d-1e2a-4329-a0d5-42649af95b5e} <Trace> oximeter.measurements_bool (1551105e-4011-490c-aeef-8ec11d8f460b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1363 | 2025.07.08 01:11:59.964994 [ 275 ] {83af8e8d-1e2a-4329-a0d5-42649af95b5e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001025 sec., 5853.658536585365 rows/sec., 305.83 KiB/sec. | ||
1364 | 2025.07.08 01:11:59.965029 [ 275 ] {83af8e8d-1e2a-4329-a0d5-42649af95b5e} <Debug> TCPHandler: Processed in 0.001184081 sec. | ||
1365 | 2025.07.08 01:11:59.965139 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1366 | 2025.07.08 01:11:59.965242 [ 275 ] {a1eca8a4-6d1a-48a8-9e88-94a3c14104b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1367 | 2025.07.08 01:11:59.965286 [ 275 ] {a1eca8a4-6d1a-48a8-9e88-94a3c14104b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1368 | 2025.07.08 01:11:59.965690 [ 275 ] {a1eca8a4-6d1a-48a8-9e88-94a3c14104b4} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1369 | 2025.07.08 01:11:59.965729 [ 275 ] {a1eca8a4-6d1a-48a8-9e88-94a3c14104b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1370 | 2025.07.08 01:11:59.966077 [ 275 ] {a1eca8a4-6d1a-48a8-9e88-94a3c14104b4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1371 | 2025.07.08 01:11:59.966292 [ 275 ] {a1eca8a4-6d1a-48a8-9e88-94a3c14104b4} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1372 | 2025.07.08 01:11:59.966423 [ 275 ] {a1eca8a4-6d1a-48a8-9e88-94a3c14104b4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001201 sec., 197335.55370524563 rows/sec., 13.23 MiB/sec. | ||
1373 | 2025.07.08 01:11:59.966461 [ 275 ] {a1eca8a4-6d1a-48a8-9e88-94a3c14104b4} <Debug> TCPHandler: Processed in 0.001373464 sec. | ||
1374 | 2025.07.08 01:11:59.966587 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1375 | 2025.07.08 01:11:59.966686 [ 275 ] {7eec70cc-8320-4f3e-a2f0-6709cd9bba05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
1376 | 2025.07.08 01:11:59.966728 [ 275 ] {7eec70cc-8320-4f3e-a2f0-6709cd9bba05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1377 | 2025.07.08 01:11:59.967039 [ 275 ] {7eec70cc-8320-4f3e-a2f0-6709cd9bba05} <Trace> oximeter.measurements_f64 (fea3937a-d3b0-45ea-a880-34724eed8aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1378 | 2025.07.08 01:11:59.967076 [ 275 ] {7eec70cc-8320-4f3e-a2f0-6709cd9bba05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1379 | 2025.07.08 01:11:59.967371 [ 275 ] {7eec70cc-8320-4f3e-a2f0-6709cd9bba05} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1380 | 2025.07.08 01:11:59.967580 [ 275 ] {7eec70cc-8320-4f3e-a2f0-6709cd9bba05} <Trace> oximeter.measurements_f64 (fea3937a-d3b0-45ea-a880-34724eed8aa2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1381 | 2025.07.08 01:11:59.967705 [ 275 ] {7eec70cc-8320-4f3e-a2f0-6709cd9bba05} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001039 sec., 962.4639076034649 rows/sec., 64.85 KiB/sec. | ||
1382 | 2025.07.08 01:11:59.967742 [ 275 ] {7eec70cc-8320-4f3e-a2f0-6709cd9bba05} <Debug> TCPHandler: Processed in 0.001205201 sec. | ||
1383 | 2025.07.08 01:11:59.967851 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1384 | 2025.07.08 01:11:59.967946 [ 275 ] {602921e8-d3f0-4f68-9775-77c4410b8ca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1385 | 2025.07.08 01:11:59.967997 [ 275 ] {602921e8-d3f0-4f68-9775-77c4410b8ca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1386 | 2025.07.08 01:11:59.968731 [ 275 ] {602921e8-d3f0-4f68-9775-77c4410b8ca1} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1387 | 2025.07.08 01:11:59.968768 [ 275 ] {602921e8-d3f0-4f68-9775-77c4410b8ca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1388 | 2025.07.08 01:11:59.969279 [ 275 ] {602921e8-d3f0-4f68-9775-77c4410b8ca1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1389 | 2025.07.08 01:11:59.969495 [ 275 ] {602921e8-d3f0-4f68-9775-77c4410b8ca1} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1390 | 2025.07.08 01:11:59.969629 [ 275 ] {602921e8-d3f0-4f68-9775-77c4410b8ca1} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001701 sec., 5291.005291005291 rows/sec., 9.48 MiB/sec. | ||
1391 | 2025.07.08 01:11:59.969684 [ 275 ] {602921e8-d3f0-4f68-9775-77c4410b8ca1} <Debug> TCPHandler: Processed in 0.001884434 sec. | ||
1392 | 2025.07.08 01:11:59.969792 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1393 | 2025.07.08 01:11:59.969887 [ 275 ] {922d4581-0d0b-417a-be13-b8cb1b71707b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1394 | 2025.07.08 01:11:59.969929 [ 275 ] {922d4581-0d0b-417a-be13-b8cb1b71707b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1395 | 2025.07.08 01:11:59.970249 [ 275 ] {922d4581-0d0b-417a-be13-b8cb1b71707b} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1396 | 2025.07.08 01:11:59.970286 [ 275 ] {922d4581-0d0b-417a-be13-b8cb1b71707b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1397 | 2025.07.08 01:11:59.970584 [ 275 ] {922d4581-0d0b-417a-be13-b8cb1b71707b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1398 | 2025.07.08 01:11:59.970789 [ 275 ] {922d4581-0d0b-417a-be13-b8cb1b71707b} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1399 | 2025.07.08 01:11:59.970916 [ 275 ] {922d4581-0d0b-417a-be13-b8cb1b71707b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001046 sec., 78393.88145315487 rows/sec., 4.98 MiB/sec. | ||
1400 | 2025.07.08 01:11:59.970952 [ 275 ] {922d4581-0d0b-417a-be13-b8cb1b71707b} <Debug> TCPHandler: Processed in 0.001209441 sec. | ||
1401 | 2025.07.08 01:12:00.832834 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1402 | 2025.07.08 01:12:00.832888 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1403 | 2025.07.08 01:12:00.889338 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
1404 | 2025.07.08 01:12:00.889884 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1405 | 2025.07.08 01:12:00.889933 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1406 | 2025.07.08 01:12:00.890471 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1407 | 2025.07.08 01:12:00.890712 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1408 | 2025.07.08 01:12:00.890848 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
1409 | 2025.07.08 01:12:00.890905 [ 68 ] {} <Debug> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1410 | 2025.07.08 01:12:00.890988 [ 68 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1411 | 2025.07.08 01:12:00.891013 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1412 | 2025.07.08 01:12:00.893155 [ 188 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
1413 | 2025.07.08 01:12:00.895540 [ 188 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1414 | 2025.07.08 01:12:00.895645 [ 188 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
1415 | 2025.07.08 01:12:00.895755 [ 188 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
1416 | 2025.07.08 01:12:00.895901 [ 188 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
1417 | 2025.07.08 01:12:00.895949 [ 188 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
1418 | 2025.07.08 01:12:00.895991 [ 188 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
1419 | 2025.07.08 01:12:00.896079 [ 188 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
1420 | 2025.07.08 01:12:00.933421 [ 191 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.0422876 sec., 66355.14902713797 rows/sec., 972.00 KiB/sec. | ||
1421 | 2025.07.08 01:12:00.934367 [ 187 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1422 | 2025.07.08 01:12:00.934694 [ 187 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::all_1_6_1} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1423 | 2025.07.08 01:12:00.934771 [ 187 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::all_1_6_1} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1424 | 2025.07.08 01:12:00.934890 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
1425 | 2025.07.08 01:12:01.000167 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.50 MiB, peak 171.81 MiB, free memory in arenas 0.00 B, will set to 167.06 MiB (RSS), difference: 1.56 MiB | ||
1426 | 2025.07.08 01:12:01.034634 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
1427 | 2025.07.08 01:12:01.052870 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1428 | 2025.07.08 01:12:01.052916 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1429 | 2025.07.08 01:12:01.059323 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1430 | 2025.07.08 01:12:01.060051 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1431 | 2025.07.08 01:12:01.060320 [ 68 ] {} <Debug> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1432 | 2025.07.08 01:12:01.060361 [ 68 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1433 | 2025.07.08 01:12:01.060378 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1434 | 2025.07.08 01:12:01.060458 [ 187 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
1435 | 2025.07.08 01:12:01.063560 [ 187 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1436 | 2025.07.08 01:12:01.063675 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
1437 | 2025.07.08 01:12:01.064350 [ 187 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
1438 | 2025.07.08 01:12:01.067776 [ 187 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
1439 | 2025.07.08 01:12:01.071257 [ 187 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
1440 | 2025.07.08 01:12:01.074953 [ 187 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
1441 | 2025.07.08 01:12:01.081934 [ 187 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
1442 | 2025.07.08 01:12:01.086069 [ 187 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
1443 | 2025.07.08 01:12:01.147608 [ 200 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.087180995 sec., 527.6379330151027 rows/sec., 2.73 MiB/sec. | ||
1444 | 2025.07.08 01:12:01.149978 [ 186 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1445 | 2025.07.08 01:12:01.152174 [ 186 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_6_1} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1446 | 2025.07.08 01:12:01.152287 [ 186 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_6_1} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1447 | 2025.07.08 01:12:01.154073 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
1448 | 2025.07.08 01:12:02.000176 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.14 MiB, peak 177.67 MiB, free memory in arenas 0.00 B, will set to 176.62 MiB (RSS), difference: 8.48 MiB | ||
1449 | 2025.07.08 01:12:04.945253 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1450 | 2025.07.08 01:12:04.945574 [ 275 ] {d10fcf87-ac85-4407-bfa6-26fd7345e732} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1451 | 2025.07.08 01:12:04.946013 [ 275 ] {d10fcf87-ac85-4407-bfa6-26fd7345e732} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1452 | 2025.07.08 01:12:04.946067 [ 275 ] {d10fcf87-ac85-4407-bfa6-26fd7345e732} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1453 | 2025.07.08 01:12:04.946325 [ 275 ] {d10fcf87-ac85-4407-bfa6-26fd7345e732} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1454 | 2025.07.08 01:12:04.946390 [ 275 ] {d10fcf87-ac85-4407-bfa6-26fd7345e732} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1455 | 2025.07.08 01:12:04.946529 [ 275 ] {d10fcf87-ac85-4407-bfa6-26fd7345e732} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
1456 | 2025.07.08 01:12:04.946717 [ 288 ] {d10fcf87-ac85-4407-bfa6-26fd7345e732} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1457 | 2025.07.08 01:12:04.946759 [ 289 ] {d10fcf87-ac85-4407-bfa6-26fd7345e732} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1458 | 2025.07.08 01:12:04.946877 [ 275 ] {d10fcf87-ac85-4407-bfa6-26fd7345e732} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (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 | ||
1459 | 2025.07.08 01:12:04.946908 [ 275 ] {d10fcf87-ac85-4407-bfa6-26fd7345e732} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1460 | 2025.07.08 01:12:04.950921 [ 275 ] {d10fcf87-ac85-4407-bfa6-26fd7345e732} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1461 | 2025.07.08 01:12:04.950948 [ 275 ] {d10fcf87-ac85-4407-bfa6-26fd7345e732} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
1462 | 2025.07.08 01:12:04.951019 [ 275 ] {d10fcf87-ac85-4407-bfa6-26fd7345e732} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1463 | 2025.07.08 01:12:04.951079 [ 275 ] {d10fcf87-ac85-4407-bfa6-26fd7345e732} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1464 | 2025.07.08 01:12:04.951934 [ 275 ] {d10fcf87-ac85-4407-bfa6-26fd7345e732} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.006488 sec., 4778.051787916153 rows/sec., 180.32 KiB/sec. | ||
1465 | 2025.07.08 01:12:04.952030 [ 275 ] {d10fcf87-ac85-4407-bfa6-26fd7345e732} <Debug> TCPHandler: Processed in 0.006927572 sec. | ||
1466 | 2025.07.08 01:12:04.952311 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1467 | 2025.07.08 01:12:04.952445 [ 275 ] {623e413d-e207-415e-a4a9-f49e9ef02890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1468 | 2025.07.08 01:12:04.952666 [ 275 ] {623e413d-e207-415e-a4a9-f49e9ef02890} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1469 | 2025.07.08 01:12:04.952700 [ 275 ] {623e413d-e207-415e-a4a9-f49e9ef02890} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1470 | 2025.07.08 01:12:04.952889 [ 275 ] {623e413d-e207-415e-a4a9-f49e9ef02890} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1471 | 2025.07.08 01:12:04.952941 [ 275 ] {623e413d-e207-415e-a4a9-f49e9ef02890} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1472 | 2025.07.08 01:12:04.953041 [ 275 ] {623e413d-e207-415e-a4a9-f49e9ef02890} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
1473 | 2025.07.08 01:12:04.953106 [ 288 ] {623e413d-e207-415e-a4a9-f49e9ef02890} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1474 | 2025.07.08 01:12:04.953120 [ 290 ] {623e413d-e207-415e-a4a9-f49e9ef02890} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1475 | 2025.07.08 01:12:04.953216 [ 275 ] {623e413d-e207-415e-a4a9-f49e9ef02890} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (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 | ||
1476 | 2025.07.08 01:12:04.953241 [ 275 ] {623e413d-e207-415e-a4a9-f49e9ef02890} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1477 | 2025.07.08 01:12:04.953295 [ 275 ] {623e413d-e207-415e-a4a9-f49e9ef02890} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1478 | 2025.07.08 01:12:04.953312 [ 275 ] {623e413d-e207-415e-a4a9-f49e9ef02890} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
1479 | 2025.07.08 01:12:04.953341 [ 275 ] {623e413d-e207-415e-a4a9-f49e9ef02890} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1480 | 2025.07.08 01:12:04.953370 [ 275 ] {623e413d-e207-415e-a4a9-f49e9ef02890} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1481 | 2025.07.08 01:12:04.953985 [ 275 ] {623e413d-e207-415e-a4a9-f49e9ef02890} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.001595 sec., 19435.736677115987 rows/sec., 733.49 KiB/sec. | ||
1482 | 2025.07.08 01:12:04.954086 [ 275 ] {623e413d-e207-415e-a4a9-f49e9ef02890} <Debug> TCPHandler: Processed in 0.001823002 sec. | ||
1483 | 2025.07.08 01:12:04.954283 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1484 | 2025.07.08 01:12:04.954416 [ 275 ] {559524bb-156b-496f-88ba-2b8a43e35045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
1485 | 2025.07.08 01:12:04.954633 [ 275 ] {559524bb-156b-496f-88ba-2b8a43e35045} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1486 | 2025.07.08 01:12:04.954668 [ 275 ] {559524bb-156b-496f-88ba-2b8a43e35045} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1487 | 2025.07.08 01:12:04.954862 [ 275 ] {559524bb-156b-496f-88ba-2b8a43e35045} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1488 | 2025.07.08 01:12:04.954921 [ 275 ] {559524bb-156b-496f-88ba-2b8a43e35045} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1489 | 2025.07.08 01:12:04.955018 [ 275 ] {559524bb-156b-496f-88ba-2b8a43e35045} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
1490 | 2025.07.08 01:12:04.955074 [ 289 ] {559524bb-156b-496f-88ba-2b8a43e35045} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1491 | 2025.07.08 01:12:04.955083 [ 290 ] {559524bb-156b-496f-88ba-2b8a43e35045} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1492 | 2025.07.08 01:12:04.955171 [ 275 ] {559524bb-156b-496f-88ba-2b8a43e35045} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (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 | ||
1493 | 2025.07.08 01:12:04.955197 [ 275 ] {559524bb-156b-496f-88ba-2b8a43e35045} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1494 | 2025.07.08 01:12:04.955250 [ 275 ] {559524bb-156b-496f-88ba-2b8a43e35045} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1495 | 2025.07.08 01:12:04.955266 [ 275 ] {559524bb-156b-496f-88ba-2b8a43e35045} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
1496 | 2025.07.08 01:12:04.955296 [ 275 ] {559524bb-156b-496f-88ba-2b8a43e35045} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1497 | 2025.07.08 01:12:04.955332 [ 275 ] {559524bb-156b-496f-88ba-2b8a43e35045} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1498 | 2025.07.08 01:12:04.955861 [ 275 ] {559524bb-156b-496f-88ba-2b8a43e35045} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.0015 sec., 20666.666666666668 rows/sec., 779.95 KiB/sec. | ||
1499 | 2025.07.08 01:12:04.955947 [ 275 ] {559524bb-156b-496f-88ba-2b8a43e35045} <Debug> TCPHandler: Processed in 0.00171139 sec. | ||
1500 | 2025.07.08 01:12:04.956857 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1501 | 2025.07.08 01:12:04.956992 [ 275 ] {16da238b-a5df-449b-aa8c-df7e3a808e03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) 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) | ||
1502 | 2025.07.08 01:12:04.957199 [ 275 ] {16da238b-a5df-449b-aa8c-df7e3a808e03} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1503 | 2025.07.08 01:12:04.957232 [ 275 ] {16da238b-a5df-449b-aa8c-df7e3a808e03} <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 | ||
1504 | 2025.07.08 01:12:04.957420 [ 275 ] {16da238b-a5df-449b-aa8c-df7e3a808e03} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1505 | 2025.07.08 01:12:04.957470 [ 275 ] {16da238b-a5df-449b-aa8c-df7e3a808e03} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1506 | 2025.07.08 01:12:04.957565 [ 275 ] {16da238b-a5df-449b-aa8c-df7e3a808e03} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
1507 | 2025.07.08 01:12:04.957622 [ 288 ] {16da238b-a5df-449b-aa8c-df7e3a808e03} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1508 | 2025.07.08 01:12:04.957628 [ 290 ] {16da238b-a5df-449b-aa8c-df7e3a808e03} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1509 | 2025.07.08 01:12:04.957715 [ 275 ] {16da238b-a5df-449b-aa8c-df7e3a808e03} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (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 | ||
1510 | 2025.07.08 01:12:04.957740 [ 275 ] {16da238b-a5df-449b-aa8c-df7e3a808e03} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1511 | 2025.07.08 01:12:04.957792 [ 275 ] {16da238b-a5df-449b-aa8c-df7e3a808e03} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1512 | 2025.07.08 01:12:04.957808 [ 275 ] {16da238b-a5df-449b-aa8c-df7e3a808e03} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
1513 | 2025.07.08 01:12:04.957837 [ 275 ] {16da238b-a5df-449b-aa8c-df7e3a808e03} <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'))" | ||
1514 | 2025.07.08 01:12:04.957866 [ 275 ] {16da238b-a5df-449b-aa8c-df7e3a808e03} <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'))" | ||
1515 | 2025.07.08 01:12:04.958414 [ 275 ] {16da238b-a5df-449b-aa8c-df7e3a808e03} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.001476 sec., 21002.71002710027 rows/sec., 792.63 KiB/sec. | ||
1516 | 2025.07.08 01:12:04.958498 [ 275 ] {16da238b-a5df-449b-aa8c-df7e3a808e03} <Debug> TCPHandler: Processed in 0.0016904 sec. | ||
1517 | 2025.07.08 01:12:04.964514 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1518 | 2025.07.08 01:12:04.964621 [ 275 ] {1bc4243a-46bb-48f1-93cc-907bc521cb97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
1519 | 2025.07.08 01:12:04.964661 [ 275 ] {1bc4243a-46bb-48f1-93cc-907bc521cb97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1520 | 2025.07.08 01:12:04.965166 [ 275 ] {1bc4243a-46bb-48f1-93cc-907bc521cb97} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1521 | 2025.07.08 01:12:04.965207 [ 275 ] {1bc4243a-46bb-48f1-93cc-907bc521cb97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1522 | 2025.07.08 01:12:04.965608 [ 275 ] {1bc4243a-46bb-48f1-93cc-907bc521cb97} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1523 | 2025.07.08 01:12:04.965802 [ 275 ] {1bc4243a-46bb-48f1-93cc-907bc521cb97} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1524 | 2025.07.08 01:12:04.965951 [ 275 ] {1bc4243a-46bb-48f1-93cc-907bc521cb97} <Debug> executeQuery: Read 4 rows, 386.00 B in 0.001361 sec., 2939.0154298310067 rows/sec., 276.97 KiB/sec. | ||
1525 | 2025.07.08 01:12:04.965990 [ 275 ] {1bc4243a-46bb-48f1-93cc-907bc521cb97} <Debug> TCPHandler: Processed in 0.001523147 sec. | ||
1526 | 2025.07.08 01:12:04.966097 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1527 | 2025.07.08 01:12:04.966192 [ 275 ] {4303e58f-76a7-4233-a9e4-42d0ea9cbb90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1528 | 2025.07.08 01:12:04.966231 [ 275 ] {4303e58f-76a7-4233-a9e4-42d0ea9cbb90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1529 | 2025.07.08 01:12:04.966666 [ 275 ] {4303e58f-76a7-4233-a9e4-42d0ea9cbb90} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1530 | 2025.07.08 01:12:04.966703 [ 275 ] {4303e58f-76a7-4233-a9e4-42d0ea9cbb90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1531 | 2025.07.08 01:12:04.967024 [ 275 ] {4303e58f-76a7-4233-a9e4-42d0ea9cbb90} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1532 | 2025.07.08 01:12:04.967239 [ 275 ] {4303e58f-76a7-4233-a9e4-42d0ea9cbb90} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1533 | 2025.07.08 01:12:04.967338 [ 62 ] {} <Debug> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1534 | 2025.07.08 01:12:04.967370 [ 275 ] {4303e58f-76a7-4233-a9e4-42d0ea9cbb90} <Debug> executeQuery: Read 113 rows, 9.72 KiB in 0.001199 sec., 94245.20433694746 rows/sec., 7.92 MiB/sec. | ||
1535 | 2025.07.08 01:12:04.967386 [ 62 ] {} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1536 | 2025.07.08 01:12:04.967413 [ 275 ] {4303e58f-76a7-4233-a9e4-42d0ea9cbb90} <Debug> TCPHandler: Processed in 0.001363744 sec. | ||
1537 | 2025.07.08 01:12:04.967414 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1538 | 2025.07.08 01:12:04.967531 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1539 | 2025.07.08 01:12:04.967573 [ 191 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::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 | ||
1540 | 2025.07.08 01:12:04.967628 [ 275 ] {3945150d-4bea-4322-b662-3a744e6c260e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1541 | 2025.07.08 01:12:04.967672 [ 275 ] {3945150d-4bea-4322-b662-3a744e6c260e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1542 | 2025.07.08 01:12:04.967741 [ 191 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1543 | 2025.07.08 01:12:04.967798 [ 191 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part | ||
1544 | 2025.07.08 01:12:04.967903 [ 191 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::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 | ||
1545 | 2025.07.08 01:12:04.967960 [ 191 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 609 rows starting from the beginning of the part | ||
1546 | 2025.07.08 01:12:04.968010 [ 191 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
1547 | 2025.07.08 01:12:04.968072 [ 191 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 635 rows starting from the beginning of the part | ||
1548 | 2025.07.08 01:12:04.968081 [ 275 ] {3945150d-4bea-4322-b662-3a744e6c260e} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1549 | 2025.07.08 01:12:04.968122 [ 191 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 113 rows starting from the beginning of the part | ||
1550 | 2025.07.08 01:12:04.968123 [ 275 ] {3945150d-4bea-4322-b662-3a744e6c260e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1551 | 2025.07.08 01:12:04.968585 [ 275 ] {3945150d-4bea-4322-b662-3a744e6c260e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1552 | 2025.07.08 01:12:04.968823 [ 275 ] {3945150d-4bea-4322-b662-3a744e6c260e} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1553 | 2025.07.08 01:12:04.968968 [ 275 ] {3945150d-4bea-4322-b662-3a744e6c260e} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001359 sec., 20603.38484179544 rows/sec., 1.51 MiB/sec. | ||
1554 | 2025.07.08 01:12:04.969006 [ 275 ] {3945150d-4bea-4322-b662-3a744e6c260e} <Debug> TCPHandler: Processed in 0.001522807 sec. | ||
1555 | 2025.07.08 01:12:04.969109 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1556 | 2025.07.08 01:12:04.969201 [ 275 ] {56f83f1a-733a-4c34-b68f-c33379482fe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
1557 | 2025.07.08 01:12:04.969240 [ 275 ] {56f83f1a-733a-4c34-b68f-c33379482fe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1558 | 2025.07.08 01:12:04.969435 [ 200 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1473 rows, containing 5 columns (5 merged, 0 gathered) in 0.001938825 sec., 759738.5014119376 rows/sec., 62.81 MiB/sec. | ||
1559 | 2025.07.08 01:12:04.969620 [ 275 ] {56f83f1a-733a-4c34-b68f-c33379482fe4} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1560 | 2025.07.08 01:12:04.969661 [ 275 ] {56f83f1a-733a-4c34-b68f-c33379482fe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1561 | 2025.07.08 01:12:04.969724 [ 190 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1562 | 2025.07.08 01:12:04.969986 [ 275 ] {56f83f1a-733a-4c34-b68f-c33379482fe4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1563 | 2025.07.08 01:12:04.970125 [ 190 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_6_1} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1564 | 2025.07.08 01:12:04.970215 [ 190 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_6_1} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1565 | 2025.07.08 01:12:04.970249 [ 275 ] {56f83f1a-733a-4c34-b68f-c33379482fe4} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1566 | 2025.07.08 01:12:04.970302 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
1567 | 2025.07.08 01:12:04.970387 [ 275 ] {56f83f1a-733a-4c34-b68f-c33379482fe4} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001203 sec., 831.2551953449708 rows/sec., 55.20 KiB/sec. | ||
1568 | 2025.07.08 01:12:04.970428 [ 275 ] {56f83f1a-733a-4c34-b68f-c33379482fe4} <Debug> TCPHandler: Processed in 0.001367085 sec. | ||
1569 | 2025.07.08 01:12:04.970530 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1570 | 2025.07.08 01:12:04.970623 [ 275 ] {d0e085f3-4ac5-48b8-88ac-9874583663e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1571 | 2025.07.08 01:12:04.970661 [ 275 ] {d0e085f3-4ac5-48b8-88ac-9874583663e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1572 | 2025.07.08 01:12:04.971059 [ 275 ] {d0e085f3-4ac5-48b8-88ac-9874583663e8} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1573 | 2025.07.08 01:12:04.971094 [ 275 ] {d0e085f3-4ac5-48b8-88ac-9874583663e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1574 | 2025.07.08 01:12:04.971406 [ 275 ] {d0e085f3-4ac5-48b8-88ac-9874583663e8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1575 | 2025.07.08 01:12:04.971625 [ 275 ] {d0e085f3-4ac5-48b8-88ac-9874583663e8} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1576 | 2025.07.08 01:12:04.971756 [ 275 ] {d0e085f3-4ac5-48b8-88ac-9874583663e8} <Debug> executeQuery: Read 108 rows, 8.65 KiB in 0.001151 sec., 93831.45091225022 rows/sec., 7.34 MiB/sec. | ||
1577 | 2025.07.08 01:12:04.971776 [ 60 ] {} <Debug> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1578 | 2025.07.08 01:12:04.971793 [ 275 ] {d0e085f3-4ac5-48b8-88ac-9874583663e8} <Debug> TCPHandler: Processed in 0.001310234 sec. | ||
1579 | 2025.07.08 01:12:04.971835 [ 60 ] {} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1580 | 2025.07.08 01:12:04.971874 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1581 | 2025.07.08 01:12:04.971912 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1582 | 2025.07.08 01:12:04.971958 [ 191 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::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 | ||
1583 | 2025.07.08 01:12:04.972011 [ 275 ] {b6e19d78-e479-4b89-b611-87a5ba3664ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1584 | 2025.07.08 01:12:04.972049 [ 191 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1585 | 2025.07.08 01:12:04.972056 [ 275 ] {b6e19d78-e479-4b89-b611-87a5ba3664ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1586 | 2025.07.08 01:12:04.972079 [ 191 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part | ||
1587 | 2025.07.08 01:12:04.972134 [ 191 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::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 | ||
1588 | 2025.07.08 01:12:04.972176 [ 191 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 363 rows starting from the beginning of the part | ||
1589 | 2025.07.08 01:12:04.972214 [ 191 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
1590 | 2025.07.08 01:12:04.972257 [ 191 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 391 rows starting from the beginning of the part | ||
1591 | 2025.07.08 01:12:04.972298 [ 191 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 108 rows starting from the beginning of the part | ||
1592 | 2025.07.08 01:12:04.972460 [ 275 ] {b6e19d78-e479-4b89-b611-87a5ba3664ce} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1593 | 2025.07.08 01:12:04.972502 [ 275 ] {b6e19d78-e479-4b89-b611-87a5ba3664ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1594 | 2025.07.08 01:12:04.972867 [ 275 ] {b6e19d78-e479-4b89-b611-87a5ba3664ce} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1595 | 2025.07.08 01:12:04.973128 [ 275 ] {b6e19d78-e479-4b89-b611-87a5ba3664ce} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1596 | 2025.07.08 01:12:04.973226 [ 60 ] {} <Debug> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1597 | 2025.07.08 01:12:04.973256 [ 60 ] {} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1598 | 2025.07.08 01:12:04.973268 [ 275 ] {b6e19d78-e479-4b89-b611-87a5ba3664ce} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001275 sec., 125490.19607843137 rows/sec., 8.74 MiB/sec. | ||
1599 | 2025.07.08 01:12:04.973272 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1600 | 2025.07.08 01:12:04.973311 [ 275 ] {b6e19d78-e479-4b89-b611-87a5ba3664ce} <Debug> TCPHandler: Processed in 0.001445986 sec. | ||
1601 | 2025.07.08 01:12:04.973323 [ 200 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 998 rows, containing 5 columns (5 merged, 0 gathered) in 0.001394675 sec., 715578.8983096421 rows/sec., 54.48 MiB/sec. | ||
1602 | 2025.07.08 01:12:04.973421 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1603 | 2025.07.08 01:12:04.973421 [ 192 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::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 | ||
1604 | 2025.07.08 01:12:04.973487 [ 191 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1605 | 2025.07.08 01:12:04.973519 [ 275 ] {885d06c6-0052-441f-ad79-d81e5cd92ac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
1606 | 2025.07.08 01:12:04.973565 [ 275 ] {885d06c6-0052-441f-ad79-d81e5cd92ac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1607 | 2025.07.08 01:12:04.973590 [ 192 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1608 | 2025.07.08 01:12:04.973630 [ 192 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part | ||
1609 | 2025.07.08 01:12:04.973726 [ 192 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::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 | ||
1610 | 2025.07.08 01:12:04.973739 [ 191 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_6_1} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1611 | 2025.07.08 01:12:04.973783 [ 192 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 187 rows starting from the beginning of the part | ||
1612 | 2025.07.08 01:12:04.973815 [ 191 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_6_1} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1613 | 2025.07.08 01:12:04.973836 [ 192 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 150 rows starting from the beginning of the part | ||
1614 | 2025.07.08 01:12:04.973888 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
1615 | 2025.07.08 01:12:04.973891 [ 275 ] {885d06c6-0052-441f-ad79-d81e5cd92ac9} <Trace> oximeter.measurements_f64 (fea3937a-d3b0-45ea-a880-34724eed8aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1616 | 2025.07.08 01:12:04.973893 [ 192 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part | ||
1617 | 2025.07.08 01:12:04.973946 [ 275 ] {885d06c6-0052-441f-ad79-d81e5cd92ac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1618 | 2025.07.08 01:12:04.973994 [ 192 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
1619 | 2025.07.08 01:12:04.974277 [ 275 ] {885d06c6-0052-441f-ad79-d81e5cd92ac9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1620 | 2025.07.08 01:12:04.974524 [ 275 ] {885d06c6-0052-441f-ad79-d81e5cd92ac9} <Trace> oximeter.measurements_f64 (fea3937a-d3b0-45ea-a880-34724eed8aa2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1621 | 2025.07.08 01:12:04.974655 [ 275 ] {885d06c6-0052-441f-ad79-d81e5cd92ac9} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001154 sec., 866.5511265164644 rows/sec., 55.01 KiB/sec. | ||
1622 | 2025.07.08 01:12:04.974691 [ 275 ] {885d06c6-0052-441f-ad79-d81e5cd92ac9} <Debug> TCPHandler: Processed in 0.001317513 sec. | ||
1623 | 2025.07.08 01:12:04.974792 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1624 | 2025.07.08 01:12:04.974886 [ 275 ] {e426b179-b3a1-4505-80b9-64d42fb4a9df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1625 | 2025.07.08 01:12:04.974939 [ 275 ] {e426b179-b3a1-4505-80b9-64d42fb4a9df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1626 | 2025.07.08 01:12:04.975755 [ 275 ] {e426b179-b3a1-4505-80b9-64d42fb4a9df} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1627 | 2025.07.08 01:12:04.975791 [ 275 ] {e426b179-b3a1-4505-80b9-64d42fb4a9df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1628 | 2025.07.08 01:12:04.976369 [ 275 ] {e426b179-b3a1-4505-80b9-64d42fb4a9df} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1629 | 2025.07.08 01:12:04.976599 [ 275 ] {e426b179-b3a1-4505-80b9-64d42fb4a9df} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1630 | 2025.07.08 01:12:04.976741 [ 275 ] {e426b179-b3a1-4505-80b9-64d42fb4a9df} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001872 sec., 14957.264957264957 rows/sec., 26.80 MiB/sec. | ||
1631 | 2025.07.08 01:12:04.976800 [ 275 ] {e426b179-b3a1-4505-80b9-64d42fb4a9df} <Debug> TCPHandler: Processed in 0.002055027 sec. | ||
1632 | 2025.07.08 01:12:04.976921 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1633 | 2025.07.08 01:12:04.977016 [ 275 ] {81e35f9b-b9cc-47dc-95f6-44d88c6935a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
1634 | 2025.07.08 01:12:04.977057 [ 275 ] {81e35f9b-b9cc-47dc-95f6-44d88c6935a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1635 | 2025.07.08 01:12:04.977275 [ 198 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 932 rows, containing 5 columns (5 merged, 0 gathered) in 0.003907139 sec., 238537.7126332081 rows/sec., 16.31 MiB/sec. | ||
1636 | 2025.07.08 01:12:04.977392 [ 275 ] {81e35f9b-b9cc-47dc-95f6-44d88c6935a0} <Trace> oximeter.measurements_i64 (f79fc22a-2f58-40a7-add6-2cbb99c12801): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1637 | 2025.07.08 01:12:04.977433 [ 275 ] {81e35f9b-b9cc-47dc-95f6-44d88c6935a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1638 | 2025.07.08 01:12:04.977547 [ 198 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1639 | 2025.07.08 01:12:04.977786 [ 275 ] {81e35f9b-b9cc-47dc-95f6-44d88c6935a0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1640 | 2025.07.08 01:12:04.977891 [ 198 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1641 | 2025.07.08 01:12:04.977979 [ 198 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1642 | 2025.07.08 01:12:04.978071 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
1643 | 2025.07.08 01:12:04.978072 [ 275 ] {81e35f9b-b9cc-47dc-95f6-44d88c6935a0} <Trace> oximeter.measurements_i64 (f79fc22a-2f58-40a7-add6-2cbb99c12801): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1644 | 2025.07.08 01:12:04.978222 [ 275 ] {81e35f9b-b9cc-47dc-95f6-44d88c6935a0} <Debug> executeQuery: Read 24 rows, 1.78 KiB in 0.001225 sec., 19591.83673469388 rows/sec., 1.42 MiB/sec. | ||
1645 | 2025.07.08 01:12:04.978257 [ 275 ] {81e35f9b-b9cc-47dc-95f6-44d88c6935a0} <Debug> TCPHandler: Processed in 0.001394954 sec. | ||
1646 | 2025.07.08 01:12:04.978359 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1647 | 2025.07.08 01:12:04.978450 [ 275 ] {a580a20d-0cbc-443e-9d23-b8877a0859f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1648 | 2025.07.08 01:12:04.978490 [ 275 ] {a580a20d-0cbc-443e-9d23-b8877a0859f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1649 | 2025.07.08 01:12:04.978814 [ 275 ] {a580a20d-0cbc-443e-9d23-b8877a0859f6} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1650 | 2025.07.08 01:12:04.978849 [ 275 ] {a580a20d-0cbc-443e-9d23-b8877a0859f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1651 | 2025.07.08 01:12:04.979141 [ 275 ] {a580a20d-0cbc-443e-9d23-b8877a0859f6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1652 | 2025.07.08 01:12:04.979344 [ 275 ] {a580a20d-0cbc-443e-9d23-b8877a0859f6} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1653 | 2025.07.08 01:12:04.979434 [ 60 ] {} <Debug> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1654 | 2025.07.08 01:12:04.979474 [ 275 ] {a580a20d-0cbc-443e-9d23-b8877a0859f6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001041 sec., 57636.88760806916 rows/sec., 3.88 MiB/sec. | ||
1655 | 2025.07.08 01:12:04.979471 [ 60 ] {} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1656 | 2025.07.08 01:12:04.979516 [ 275 ] {a580a20d-0cbc-443e-9d23-b8877a0859f6} <Debug> TCPHandler: Processed in 0.001203952 sec. | ||
1657 | 2025.07.08 01:12:04.979516 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1658 | 2025.07.08 01:12:04.979626 [ 200 ] {0331b998-5f0a-4d11-92ae-11d48a001464::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 | ||
1659 | 2025.07.08 01:12:04.979747 [ 200 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1660 | 2025.07.08 01:12:04.979776 [ 200 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 32 rows starting from the beginning of the part | ||
1661 | 2025.07.08 01:12:04.979846 [ 200 ] {0331b998-5f0a-4d11-92ae-11d48a001464::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 | ||
1662 | 2025.07.08 01:12:04.979893 [ 200 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 62 rows starting from the beginning of the part | ||
1663 | 2025.07.08 01:12:04.979936 [ 200 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
1664 | 2025.07.08 01:12:04.979977 [ 200 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part | ||
1665 | 2025.07.08 01:12:04.980018 [ 200 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
1666 | 2025.07.08 01:12:04.980866 [ 198 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 332 rows, containing 4 columns (4 merged, 0 gathered) in 0.001278532 sec., 259672.81225655673 rows/sec., 16.94 MiB/sec. | ||
1667 | 2025.07.08 01:12:04.981036 [ 192 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1668 | 2025.07.08 01:12:04.981309 [ 192 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_6_1} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1669 | 2025.07.08 01:12:04.981374 [ 192 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_6_1} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1670 | 2025.07.08 01:12:04.981437 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
1671 | 2025.07.08 01:12:05.888375 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 250 | ||
1672 | 2025.07.08 01:12:05.891277 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1673 | 2025.07.08 01:12:05.891323 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1674 | 2025.07.08 01:12:05.892513 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1675 | 2025.07.08 01:12:05.892778 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1676 | 2025.07.08 01:12:05.893079 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 250 | ||
1677 | 2025.07.08 01:12:08.390941 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
1678 | 2025.07.08 01:12:08.391505 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1679 | 2025.07.08 01:12:08.391559 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1680 | 2025.07.08 01:12:08.392137 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1681 | 2025.07.08 01:12:08.392383 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1682 | 2025.07.08 01:12:08.392523 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
1683 | 2025.07.08 01:12:08.563765 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
1684 | 2025.07.08 01:12:08.581035 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1685 | 2025.07.08 01:12:08.581085 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1686 | 2025.07.08 01:12:08.586551 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1687 | 2025.07.08 01:12:08.587238 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1688 | 2025.07.08 01:12:08.590259 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
1689 | 2025.07.08 01:12:09.948652 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1690 | 2025.07.08 01:12:09.948866 [ 275 ] {b21aac32-471d-4a76-976e-47493b8a988a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1691 | 2025.07.08 01:12:09.948941 [ 275 ] {b21aac32-471d-4a76-976e-47493b8a988a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1692 | 2025.07.08 01:12:09.949631 [ 275 ] {b21aac32-471d-4a76-976e-47493b8a988a} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1693 | 2025.07.08 01:12:09.949679 [ 275 ] {b21aac32-471d-4a76-976e-47493b8a988a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1694 | 2025.07.08 01:12:09.950080 [ 275 ] {b21aac32-471d-4a76-976e-47493b8a988a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1695 | 2025.07.08 01:12:09.950309 [ 275 ] {b21aac32-471d-4a76-976e-47493b8a988a} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1696 | 2025.07.08 01:12:09.950471 [ 275 ] {b21aac32-471d-4a76-976e-47493b8a988a} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001657 sec., 44659.022329511165 rows/sec., 3.63 MiB/sec. | ||
1697 | 2025.07.08 01:12:09.950519 [ 275 ] {b21aac32-471d-4a76-976e-47493b8a988a} <Debug> TCPHandler: Processed in 0.002002195 sec. | ||
1698 | 2025.07.08 01:12:09.950644 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1699 | 2025.07.08 01:12:09.950746 [ 275 ] {304059ba-33ea-4cd8-8769-e4461cfc085e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1700 | 2025.07.08 01:12:09.950790 [ 275 ] {304059ba-33ea-4cd8-8769-e4461cfc085e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1701 | 2025.07.08 01:12:09.951192 [ 275 ] {304059ba-33ea-4cd8-8769-e4461cfc085e} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1702 | 2025.07.08 01:12:09.951229 [ 275 ] {304059ba-33ea-4cd8-8769-e4461cfc085e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1703 | 2025.07.08 01:12:09.951523 [ 275 ] {304059ba-33ea-4cd8-8769-e4461cfc085e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1704 | 2025.07.08 01:12:09.951728 [ 275 ] {304059ba-33ea-4cd8-8769-e4461cfc085e} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1705 | 2025.07.08 01:12:09.951855 [ 275 ] {304059ba-33ea-4cd8-8769-e4461cfc085e} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001132 sec., 7950.530035335689 rows/sec., 597.84 KiB/sec. | ||
1706 | 2025.07.08 01:12:09.951893 [ 275 ] {304059ba-33ea-4cd8-8769-e4461cfc085e} <Debug> TCPHandler: Processed in 0.001302174 sec. | ||
1707 | 2025.07.08 01:12:09.952000 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1708 | 2025.07.08 01:12:09.952098 [ 275 ] {301b3c1f-a850-430f-9db0-371f4e250dbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1709 | 2025.07.08 01:12:09.952138 [ 275 ] {301b3c1f-a850-430f-9db0-371f4e250dbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1710 | 2025.07.08 01:12:09.952534 [ 275 ] {301b3c1f-a850-430f-9db0-371f4e250dbf} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1711 | 2025.07.08 01:12:09.952571 [ 275 ] {301b3c1f-a850-430f-9db0-371f4e250dbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1712 | 2025.07.08 01:12:09.952864 [ 275 ] {301b3c1f-a850-430f-9db0-371f4e250dbf} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1713 | 2025.07.08 01:12:09.953068 [ 275 ] {301b3c1f-a850-430f-9db0-371f4e250dbf} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1714 | 2025.07.08 01:12:09.953193 [ 275 ] {301b3c1f-a850-430f-9db0-371f4e250dbf} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001115 sec., 65470.85201793721 rows/sec., 5.11 MiB/sec. | ||
1715 | 2025.07.08 01:12:09.953229 [ 275 ] {301b3c1f-a850-430f-9db0-371f4e250dbf} <Debug> TCPHandler: Processed in 0.001279372 sec. | ||
1716 | 2025.07.08 01:12:09.953333 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1717 | 2025.07.08 01:12:09.953427 [ 275 ] {bed12182-b981-4c5f-8b32-4031ee58bd5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1718 | 2025.07.08 01:12:09.953469 [ 275 ] {bed12182-b981-4c5f-8b32-4031ee58bd5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1719 | 2025.07.08 01:12:09.953866 [ 275 ] {bed12182-b981-4c5f-8b32-4031ee58bd5e} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1720 | 2025.07.08 01:12:09.953903 [ 275 ] {bed12182-b981-4c5f-8b32-4031ee58bd5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1721 | 2025.07.08 01:12:09.954233 [ 275 ] {bed12182-b981-4c5f-8b32-4031ee58bd5e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1722 | 2025.07.08 01:12:09.954437 [ 275 ] {bed12182-b981-4c5f-8b32-4031ee58bd5e} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1723 | 2025.07.08 01:12:09.954564 [ 275 ] {bed12182-b981-4c5f-8b32-4031ee58bd5e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001156 sec., 138408.30449826992 rows/sec., 9.64 MiB/sec. | ||
1724 | 2025.07.08 01:12:09.954601 [ 275 ] {bed12182-b981-4c5f-8b32-4031ee58bd5e} <Debug> TCPHandler: Processed in 0.001317534 sec. | ||
1725 | 2025.07.08 01:12:09.954699 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1726 | 2025.07.08 01:12:09.954795 [ 275 ] {d0e70859-318d-4687-9f12-b72974dc72e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1727 | 2025.07.08 01:12:09.954848 [ 275 ] {d0e70859-318d-4687-9f12-b72974dc72e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1728 | 2025.07.08 01:12:09.955560 [ 275 ] {d0e70859-318d-4687-9f12-b72974dc72e9} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1729 | 2025.07.08 01:12:09.955597 [ 275 ] {d0e70859-318d-4687-9f12-b72974dc72e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1730 | 2025.07.08 01:12:09.956084 [ 275 ] {d0e70859-318d-4687-9f12-b72974dc72e9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1731 | 2025.07.08 01:12:09.956298 [ 275 ] {d0e70859-318d-4687-9f12-b72974dc72e9} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1732 | 2025.07.08 01:12:09.956434 [ 275 ] {d0e70859-318d-4687-9f12-b72974dc72e9} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001658 sec., 5428.226779252111 rows/sec., 9.73 MiB/sec. | ||
1733 | 2025.07.08 01:12:09.956496 [ 275 ] {d0e70859-318d-4687-9f12-b72974dc72e9} <Debug> TCPHandler: Processed in 0.001844732 sec. | ||
1734 | 2025.07.08 01:12:09.956604 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1735 | 2025.07.08 01:12:09.956699 [ 275 ] {382b3480-7fd2-4d0e-9d3c-75b657259b84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1736 | 2025.07.08 01:12:09.956738 [ 275 ] {382b3480-7fd2-4d0e-9d3c-75b657259b84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1737 | 2025.07.08 01:12:09.957061 [ 275 ] {382b3480-7fd2-4d0e-9d3c-75b657259b84} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1738 | 2025.07.08 01:12:09.957097 [ 275 ] {382b3480-7fd2-4d0e-9d3c-75b657259b84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1739 | 2025.07.08 01:12:09.957389 [ 275 ] {382b3480-7fd2-4d0e-9d3c-75b657259b84} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1740 | 2025.07.08 01:12:09.957593 [ 275 ] {382b3480-7fd2-4d0e-9d3c-75b657259b84} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1741 | 2025.07.08 01:12:09.957718 [ 275 ] {382b3480-7fd2-4d0e-9d3c-75b657259b84} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001037 sec., 57859.209257473485 rows/sec., 3.90 MiB/sec. | ||
1742 | 2025.07.08 01:12:09.957753 [ 275 ] {382b3480-7fd2-4d0e-9d3c-75b657259b84} <Debug> TCPHandler: Processed in 0.001200042 sec. | ||
1743 | 2025.07.08 01:12:14.950004 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1744 | 2025.07.08 01:12:14.950215 [ 275 ] {09d6c884-df19-4a9f-9ac3-b776c5e577a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1745 | 2025.07.08 01:12:14.950284 [ 275 ] {09d6c884-df19-4a9f-9ac3-b776c5e577a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1746 | 2025.07.08 01:12:14.951029 [ 275 ] {09d6c884-df19-4a9f-9ac3-b776c5e577a5} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1747 | 2025.07.08 01:12:14.951077 [ 275 ] {09d6c884-df19-4a9f-9ac3-b776c5e577a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1748 | 2025.07.08 01:12:14.951466 [ 275 ] {09d6c884-df19-4a9f-9ac3-b776c5e577a5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1749 | 2025.07.08 01:12:14.951696 [ 275 ] {09d6c884-df19-4a9f-9ac3-b776c5e577a5} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1750 | 2025.07.08 01:12:14.951843 [ 275 ] {09d6c884-df19-4a9f-9ac3-b776c5e577a5} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001681 sec., 66627.00773349196 rows/sec., 5.59 MiB/sec. | ||
1751 | 2025.07.08 01:12:14.951884 [ 275 ] {09d6c884-df19-4a9f-9ac3-b776c5e577a5} <Debug> TCPHandler: Processed in 0.002012996 sec. | ||
1752 | 2025.07.08 01:12:14.952003 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1753 | 2025.07.08 01:12:14.952097 [ 275 ] {e7c661ce-1702-488d-8a2c-1ce36166b326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1754 | 2025.07.08 01:12:14.952136 [ 275 ] {e7c661ce-1702-488d-8a2c-1ce36166b326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1755 | 2025.07.08 01:12:14.952533 [ 275 ] {e7c661ce-1702-488d-8a2c-1ce36166b326} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1756 | 2025.07.08 01:12:14.952569 [ 275 ] {e7c661ce-1702-488d-8a2c-1ce36166b326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1757 | 2025.07.08 01:12:14.952859 [ 275 ] {e7c661ce-1702-488d-8a2c-1ce36166b326} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1758 | 2025.07.08 01:12:14.953074 [ 275 ] {e7c661ce-1702-488d-8a2c-1ce36166b326} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1759 | 2025.07.08 01:12:14.953198 [ 275 ] {e7c661ce-1702-488d-8a2c-1ce36166b326} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.00112 sec., 25000.000000000004 rows/sec., 1.84 MiB/sec. | ||
1760 | 2025.07.08 01:12:14.953234 [ 275 ] {e7c661ce-1702-488d-8a2c-1ce36166b326} <Debug> TCPHandler: Processed in 0.001277693 sec. | ||
1761 | 2025.07.08 01:12:14.953341 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1762 | 2025.07.08 01:12:14.953433 [ 275 ] {80d18fb2-a030-4455-9ad7-27950b1a9fac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1763 | 2025.07.08 01:12:14.953472 [ 275 ] {80d18fb2-a030-4455-9ad7-27950b1a9fac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1764 | 2025.07.08 01:12:14.953921 [ 275 ] {80d18fb2-a030-4455-9ad7-27950b1a9fac} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1765 | 2025.07.08 01:12:14.953958 [ 275 ] {80d18fb2-a030-4455-9ad7-27950b1a9fac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1766 | 2025.07.08 01:12:14.954259 [ 275 ] {80d18fb2-a030-4455-9ad7-27950b1a9fac} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1767 | 2025.07.08 01:12:14.954467 [ 275 ] {80d18fb2-a030-4455-9ad7-27950b1a9fac} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1768 | 2025.07.08 01:12:14.954590 [ 275 ] {80d18fb2-a030-4455-9ad7-27950b1a9fac} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001174 sec., 78364.56558773425 rows/sec., 6.12 MiB/sec. | ||
1769 | 2025.07.08 01:12:14.954626 [ 275 ] {80d18fb2-a030-4455-9ad7-27950b1a9fac} <Debug> TCPHandler: Processed in 0.001331664 sec. | ||
1770 | 2025.07.08 01:12:14.954735 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1771 | 2025.07.08 01:12:14.954828 [ 275 ] {d354d51c-a205-46c1-88a2-04dd1ab3ff1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1772 | 2025.07.08 01:12:14.954870 [ 275 ] {d354d51c-a205-46c1-88a2-04dd1ab3ff1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1773 | 2025.07.08 01:12:14.955261 [ 275 ] {d354d51c-a205-46c1-88a2-04dd1ab3ff1a} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1774 | 2025.07.08 01:12:14.955296 [ 275 ] {d354d51c-a205-46c1-88a2-04dd1ab3ff1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1775 | 2025.07.08 01:12:14.955607 [ 275 ] {d354d51c-a205-46c1-88a2-04dd1ab3ff1a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1776 | 2025.07.08 01:12:14.955822 [ 275 ] {d354d51c-a205-46c1-88a2-04dd1ab3ff1a} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1777 | 2025.07.08 01:12:14.955945 [ 275 ] {d354d51c-a205-46c1-88a2-04dd1ab3ff1a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001135 sec., 140969.16299559473 rows/sec., 9.82 MiB/sec. | ||
1778 | 2025.07.08 01:12:14.955980 [ 275 ] {d354d51c-a205-46c1-88a2-04dd1ab3ff1a} <Debug> TCPHandler: Processed in 0.001292533 sec. | ||
1779 | 2025.07.08 01:12:14.956085 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1780 | 2025.07.08 01:12:14.956177 [ 275 ] {c19c5a5c-f6e9-4d15-b1f9-b133470d93f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1781 | 2025.07.08 01:12:14.956230 [ 275 ] {c19c5a5c-f6e9-4d15-b1f9-b133470d93f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1782 | 2025.07.08 01:12:14.956986 [ 275 ] {c19c5a5c-f6e9-4d15-b1f9-b133470d93f5} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1783 | 2025.07.08 01:12:14.957021 [ 275 ] {c19c5a5c-f6e9-4d15-b1f9-b133470d93f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1784 | 2025.07.08 01:12:14.957527 [ 275 ] {c19c5a5c-f6e9-4d15-b1f9-b133470d93f5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1785 | 2025.07.08 01:12:14.957742 [ 275 ] {c19c5a5c-f6e9-4d15-b1f9-b133470d93f5} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1786 | 2025.07.08 01:12:14.957872 [ 275 ] {c19c5a5c-f6e9-4d15-b1f9-b133470d93f5} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001713 sec., 16345.592527729132 rows/sec., 29.29 MiB/sec. | ||
1787 | 2025.07.08 01:12:14.957922 [ 275 ] {c19c5a5c-f6e9-4d15-b1f9-b133470d93f5} <Debug> TCPHandler: Processed in 0.001883263 sec. | ||
1788 | 2025.07.08 01:12:14.958032 [ 275 ] {} <Trace> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1789 | 2025.07.08 01:12:14.958125 [ 275 ] {2d137f17-8b7c-49a0-8352-cf7488f8a1ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48515) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1790 | 2025.07.08 01:12:14.958163 [ 275 ] {2d137f17-8b7c-49a0-8352-cf7488f8a1ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1791 | 2025.07.08 01:12:14.958487 [ 275 ] {2d137f17-8b7c-49a0-8352-cf7488f8a1ca} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1792 | 2025.07.08 01:12:14.958522 [ 275 ] {2d137f17-8b7c-49a0-8352-cf7488f8a1ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1793 | 2025.07.08 01:12:14.958822 [ 275 ] {2d137f17-8b7c-49a0-8352-cf7488f8a1ca} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1794 | 2025.07.08 01:12:14.959023 [ 275 ] {2d137f17-8b7c-49a0-8352-cf7488f8a1ca} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1795 | 2025.07.08 01:12:14.959145 [ 275 ] {2d137f17-8b7c-49a0-8352-cf7488f8a1ca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001038 sec., 57803.46820809248 rows/sec., 3.90 MiB/sec. | ||
1796 | 2025.07.08 01:12:14.959180 [ 275 ] {2d137f17-8b7c-49a0-8352-cf7488f8a1ca} <Debug> TCPHandler: Processed in 0.001194431 sec. | ||
1797 | 2025.07.08 01:12:15.832926 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1798 | 2025.07.08 01:12:15.832977 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1799 | 2025.07.08 01:12:15.892634 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 | ||
1800 | 2025.07.08 01:12:15.893292 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 274 | ||
1801 | 2025.07.08 01:12:15.893350 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1802 | 2025.07.08 01:12:15.893419 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1803 | 2025.07.08 01:12:15.893934 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1804 | 2025.07.08 01:12:15.894176 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1805 | 2025.07.08 01:12:15.894315 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
1806 | 2025.07.08 01:12:15.895478 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1807 | 2025.07.08 01:12:15.895519 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1808 | 2025.07.08 01:12:15.896676 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1809 | 2025.07.08 01:12:15.896948 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1810 | 2025.07.08 01:12:15.897284 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 274 | ||
1811 | 2025.07.08 01:12:16.090355 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
1812 | 2025.07.08 01:12:16.108100 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1813 | 2025.07.08 01:12:16.108161 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1814 | 2025.07.08 01:12:16.114102 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1815 | 2025.07.08 01:12:16.114788 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1816 | 2025.07.08 01:12:16.118147 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
1817 | 2025.07.08 01:12:19.324670 [ 275 ] {} <Debug> TCPHandler: Done processing connection. | ||
1818 | 2025.07.08 01:12:19.324768 [ 275 ] {} <Debug> TCP-Session: a25669a3-6917-4ee8-b578-04aa404020cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1819 | 2025.07.08 01:12:19.949156 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1820 | 2025.07.08 01:12:19.949357 [ 276 ] {c60044be-f253-41bf-b99e-a38021f31c83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1821 | 2025.07.08 01:12:19.949476 [ 276 ] {c60044be-f253-41bf-b99e-a38021f31c83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1822 | 2025.07.08 01:12:19.950170 [ 276 ] {c60044be-f253-41bf-b99e-a38021f31c83} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1823 | 2025.07.08 01:12:19.950217 [ 276 ] {c60044be-f253-41bf-b99e-a38021f31c83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1824 | 2025.07.08 01:12:19.950643 [ 276 ] {c60044be-f253-41bf-b99e-a38021f31c83} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1825 | 2025.07.08 01:12:19.950877 [ 276 ] {c60044be-f253-41bf-b99e-a38021f31c83} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1826 | 2025.07.08 01:12:19.951025 [ 276 ] {c60044be-f253-41bf-b99e-a38021f31c83} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001724 sec., 42923.433874709975 rows/sec., 3.49 MiB/sec. | ||
1827 | 2025.07.08 01:12:19.951066 [ 276 ] {c60044be-f253-41bf-b99e-a38021f31c83} <Debug> TCPHandler: Processed in 0.002051626 sec. | ||
1828 | 2025.07.08 01:12:19.951198 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1829 | 2025.07.08 01:12:19.951304 [ 276 ] {252d49fd-51a0-434c-9a74-0c480cf6273a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1830 | 2025.07.08 01:12:19.951372 [ 276 ] {252d49fd-51a0-434c-9a74-0c480cf6273a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1831 | 2025.07.08 01:12:19.951777 [ 276 ] {252d49fd-51a0-434c-9a74-0c480cf6273a} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1832 | 2025.07.08 01:12:19.951813 [ 276 ] {252d49fd-51a0-434c-9a74-0c480cf6273a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1833 | 2025.07.08 01:12:19.952145 [ 276 ] {252d49fd-51a0-434c-9a74-0c480cf6273a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1834 | 2025.07.08 01:12:19.952352 [ 276 ] {252d49fd-51a0-434c-9a74-0c480cf6273a} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1835 | 2025.07.08 01:12:19.952457 [ 49 ] {} <Debug> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1836 | 2025.07.08 01:12:19.952485 [ 276 ] {252d49fd-51a0-434c-9a74-0c480cf6273a} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001202 sec., 7487.520798668886 rows/sec., 563.03 KiB/sec. | ||
1837 | 2025.07.08 01:12:19.952526 [ 49 ] {} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1838 | 2025.07.08 01:12:19.952531 [ 276 ] {252d49fd-51a0-434c-9a74-0c480cf6273a} <Debug> TCPHandler: Processed in 0.001384345 sec. | ||
1839 | 2025.07.08 01:12:19.952555 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1840 | 2025.07.08 01:12:19.952660 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1841 | 2025.07.08 01:12:19.952682 [ 200 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::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 | ||
1842 | 2025.07.08 01:12:19.952760 [ 276 ] {1d256fc5-3115-48e8-bf00-fa6b225b839a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1843 | 2025.07.08 01:12:19.952807 [ 276 ] {1d256fc5-3115-48e8-bf00-fa6b225b839a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1844 | 2025.07.08 01:12:19.952846 [ 200 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1845 | 2025.07.08 01:12:19.952898 [ 200 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 115 rows starting from the beginning of the part | ||
1846 | 2025.07.08 01:12:19.952965 [ 200 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 115 rows starting from the beginning of the part | ||
1847 | 2025.07.08 01:12:19.953011 [ 200 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 28 rows starting from the beginning of the part | ||
1848 | 2025.07.08 01:12:19.953060 [ 200 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 9 rows starting from the beginning of the part | ||
1849 | 2025.07.08 01:12:19.953102 [ 200 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 28 rows starting from the beginning of the part | ||
1850 | 2025.07.08 01:12:19.953141 [ 200 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 9 rows starting from the beginning of the part | ||
1851 | 2025.07.08 01:12:19.953292 [ 276 ] {1d256fc5-3115-48e8-bf00-fa6b225b839a} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1852 | 2025.07.08 01:12:19.953339 [ 276 ] {1d256fc5-3115-48e8-bf00-fa6b225b839a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1853 | 2025.07.08 01:12:19.953770 [ 276 ] {1d256fc5-3115-48e8-bf00-fa6b225b839a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1854 | 2025.07.08 01:12:19.954025 [ 276 ] {1d256fc5-3115-48e8-bf00-fa6b225b839a} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1855 | 2025.07.08 01:12:19.954046 [ 198 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 304 rows, containing 5 columns (5 merged, 0 gathered) in 0.001418715 sec., 214278.4139168191 rows/sec., 14.37 MiB/sec. | ||
1856 | 2025.07.08 01:12:19.954169 [ 276 ] {1d256fc5-3115-48e8-bf00-fa6b225b839a} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001427 sec., 51156.27189908899 rows/sec., 3.99 MiB/sec. | ||
1857 | 2025.07.08 01:12:19.954215 [ 276 ] {1d256fc5-3115-48e8-bf00-fa6b225b839a} <Debug> TCPHandler: Processed in 0.001604819 sec. | ||
1858 | 2025.07.08 01:12:19.954295 [ 197 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1859 | 2025.07.08 01:12:19.954336 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1860 | 2025.07.08 01:12:19.954439 [ 276 ] {5588d6b9-c57d-4691-a63e-2682e273a3fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1861 | 2025.07.08 01:12:19.954486 [ 276 ] {5588d6b9-c57d-4691-a63e-2682e273a3fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1862 | 2025.07.08 01:12:19.954613 [ 197 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_6_1} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1863 | 2025.07.08 01:12:19.954701 [ 197 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_6_1} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1864 | 2025.07.08 01:12:19.954796 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
1865 | 2025.07.08 01:12:19.954937 [ 276 ] {5588d6b9-c57d-4691-a63e-2682e273a3fd} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1866 | 2025.07.08 01:12:19.954982 [ 276 ] {5588d6b9-c57d-4691-a63e-2682e273a3fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1867 | 2025.07.08 01:12:19.955331 [ 276 ] {5588d6b9-c57d-4691-a63e-2682e273a3fd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1868 | 2025.07.08 01:12:19.955550 [ 276 ] {5588d6b9-c57d-4691-a63e-2682e273a3fd} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1869 | 2025.07.08 01:12:19.955679 [ 276 ] {5588d6b9-c57d-4691-a63e-2682e273a3fd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001261 sec., 126883.42585249803 rows/sec., 8.84 MiB/sec. | ||
1870 | 2025.07.08 01:12:19.955717 [ 276 ] {5588d6b9-c57d-4691-a63e-2682e273a3fd} <Debug> TCPHandler: Processed in 0.001431155 sec. | ||
1871 | 2025.07.08 01:12:19.955831 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1872 | 2025.07.08 01:12:19.955925 [ 276 ] {d50be249-871b-4f8d-b8eb-cbca63529e9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1873 | 2025.07.08 01:12:19.955978 [ 276 ] {d50be249-871b-4f8d-b8eb-cbca63529e9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1874 | 2025.07.08 01:12:19.956741 [ 276 ] {d50be249-871b-4f8d-b8eb-cbca63529e9a} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1875 | 2025.07.08 01:12:19.956778 [ 276 ] {d50be249-871b-4f8d-b8eb-cbca63529e9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1876 | 2025.07.08 01:12:19.957268 [ 276 ] {d50be249-871b-4f8d-b8eb-cbca63529e9a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1877 | 2025.07.08 01:12:19.957483 [ 276 ] {d50be249-871b-4f8d-b8eb-cbca63529e9a} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1878 | 2025.07.08 01:12:19.957587 [ 49 ] {} <Debug> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1879 | 2025.07.08 01:12:19.957615 [ 276 ] {d50be249-871b-4f8d-b8eb-cbca63529e9a} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001709 sec., 5266.23756582797 rows/sec., 9.44 MiB/sec. | ||
1880 | 2025.07.08 01:12:19.957626 [ 49 ] {} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1881 | 2025.07.08 01:12:19.957656 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1882 | 2025.07.08 01:12:19.957672 [ 276 ] {d50be249-871b-4f8d-b8eb-cbca63529e9a} <Debug> TCPHandler: Processed in 0.001891413 sec. | ||
1883 | 2025.07.08 01:12:19.957730 [ 200 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::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 | ||
1884 | 2025.07.08 01:12:19.957795 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1885 | 2025.07.08 01:12:19.957896 [ 276 ] {f3703702-56af-469f-8c5c-3dce99e78d91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1886 | 2025.07.08 01:12:19.957932 [ 200 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1887 | 2025.07.08 01:12:19.957937 [ 276 ] {f3703702-56af-469f-8c5c-3dce99e78d91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1888 | 2025.07.08 01:12:19.958000 [ 200 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 9 rows starting from the beginning of the part | ||
1889 | 2025.07.08 01:12:19.958122 [ 200 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 9 rows starting from the beginning of the part | ||
1890 | 2025.07.08 01:12:19.958248 [ 200 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 28 rows starting from the beginning of the part | ||
1891 | 2025.07.08 01:12:19.958320 [ 276 ] {f3703702-56af-469f-8c5c-3dce99e78d91} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1892 | 2025.07.08 01:12:19.958351 [ 200 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 9 rows starting from the beginning of the part | ||
1893 | 2025.07.08 01:12:19.958362 [ 276 ] {f3703702-56af-469f-8c5c-3dce99e78d91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1894 | 2025.07.08 01:12:19.958459 [ 200 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 28 rows starting from the beginning of the part | ||
1895 | 2025.07.08 01:12:19.958569 [ 200 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 9 rows starting from the beginning of the part | ||
1896 | 2025.07.08 01:12:19.958695 [ 276 ] {f3703702-56af-469f-8c5c-3dce99e78d91} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1897 | 2025.07.08 01:12:19.958932 [ 276 ] {f3703702-56af-469f-8c5c-3dce99e78d91} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1898 | 2025.07.08 01:12:19.959098 [ 276 ] {f3703702-56af-469f-8c5c-3dce99e78d91} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001222 sec., 49099.836333878884 rows/sec., 3.31 MiB/sec. | ||
1899 | 2025.07.08 01:12:19.959138 [ 276 ] {f3703702-56af-469f-8c5c-3dce99e78d91} <Debug> TCPHandler: Processed in 0.001392155 sec. | ||
1900 | 2025.07.08 01:12:19.960400 [ 196 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 92 rows, containing 19 columns (19 merged, 0 gathered) in 0.002699998 sec., 34074.09931414764 rows/sec., 61.06 MiB/sec. | ||
1901 | 2025.07.08 01:12:19.960813 [ 195 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1902 | 2025.07.08 01:12:19.961256 [ 195 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1903 | 2025.07.08 01:12:19.961336 [ 195 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1904 | 2025.07.08 01:12:19.961457 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
1905 | 2025.07.08 01:12:20.000144 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.93 MiB, peak 182.85 MiB, free memory in arenas 0.00 B, will set to 179.82 MiB (RSS), difference: 1.90 MiB | ||
1906 | 2025.07.08 01:12:23.394465 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 | ||
1907 | 2025.07.08 01:12:23.394956 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1908 | 2025.07.08 01:12:23.394993 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1909 | 2025.07.08 01:12:23.395510 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1910 | 2025.07.08 01:12:23.395756 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1911 | 2025.07.08 01:12:23.395895 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 | ||
1912 | 2025.07.08 01:12:23.618301 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
1913 | 2025.07.08 01:12:23.634040 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1914 | 2025.07.08 01:12:23.634093 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1915 | 2025.07.08 01:12:23.640064 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1916 | 2025.07.08 01:12:23.640780 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1917 | 2025.07.08 01:12:23.643793 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
1918 | 2025.07.08 01:12:24.950030 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1919 | 2025.07.08 01:12:24.950200 [ 276 ] {bbce80ba-9142-4875-a8d5-4e88987b8b61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1920 | 2025.07.08 01:12:24.950261 [ 276 ] {bbce80ba-9142-4875-a8d5-4e88987b8b61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1921 | 2025.07.08 01:12:24.950875 [ 276 ] {bbce80ba-9142-4875-a8d5-4e88987b8b61} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1922 | 2025.07.08 01:12:24.950910 [ 276 ] {bbce80ba-9142-4875-a8d5-4e88987b8b61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1923 | 2025.07.08 01:12:24.951292 [ 276 ] {bbce80ba-9142-4875-a8d5-4e88987b8b61} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1924 | 2025.07.08 01:12:24.951517 [ 276 ] {bbce80ba-9142-4875-a8d5-4e88987b8b61} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1925 | 2025.07.08 01:12:24.951654 [ 276 ] {bbce80ba-9142-4875-a8d5-4e88987b8b61} <Debug> executeQuery: Read 112 rows, 9.63 KiB in 0.001502 sec., 74567.24367509986 rows/sec., 6.26 MiB/sec. | ||
1926 | 2025.07.08 01:12:24.951693 [ 276 ] {bbce80ba-9142-4875-a8d5-4e88987b8b61} <Debug> TCPHandler: Processed in 0.001784581 sec. | ||
1927 | 2025.07.08 01:12:24.951814 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1928 | 2025.07.08 01:12:24.951906 [ 276 ] {125ef58e-21dc-45cd-9ddc-9c6eda31f623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1929 | 2025.07.08 01:12:24.951944 [ 276 ] {125ef58e-21dc-45cd-9ddc-9c6eda31f623} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1930 | 2025.07.08 01:12:24.952333 [ 276 ] {125ef58e-21dc-45cd-9ddc-9c6eda31f623} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1931 | 2025.07.08 01:12:24.952366 [ 276 ] {125ef58e-21dc-45cd-9ddc-9c6eda31f623} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1932 | 2025.07.08 01:12:24.952647 [ 276 ] {125ef58e-21dc-45cd-9ddc-9c6eda31f623} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1933 | 2025.07.08 01:12:24.952848 [ 276 ] {125ef58e-21dc-45cd-9ddc-9c6eda31f623} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1934 | 2025.07.08 01:12:24.952966 [ 276 ] {125ef58e-21dc-45cd-9ddc-9c6eda31f623} <Debug> executeQuery: Read 28 rows, 2.11 KiB in 0.001079 sec., 25949.953660797033 rows/sec., 1.91 MiB/sec. | ||
1935 | 2025.07.08 01:12:24.953000 [ 276 ] {125ef58e-21dc-45cd-9ddc-9c6eda31f623} <Debug> TCPHandler: Processed in 0.001233902 sec. | ||
1936 | 2025.07.08 01:12:24.953112 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1937 | 2025.07.08 01:12:24.953203 [ 276 ] {dc4e4bea-b32c-4fc4-9399-6ec3805d5aeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1938 | 2025.07.08 01:12:24.953241 [ 276 ] {dc4e4bea-b32c-4fc4-9399-6ec3805d5aeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1939 | 2025.07.08 01:12:24.953644 [ 276 ] {dc4e4bea-b32c-4fc4-9399-6ec3805d5aeb} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1940 | 2025.07.08 01:12:24.953677 [ 276 ] {dc4e4bea-b32c-4fc4-9399-6ec3805d5aeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1941 | 2025.07.08 01:12:24.953966 [ 276 ] {dc4e4bea-b32c-4fc4-9399-6ec3805d5aeb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1942 | 2025.07.08 01:12:24.954163 [ 276 ] {dc4e4bea-b32c-4fc4-9399-6ec3805d5aeb} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1943 | 2025.07.08 01:12:24.954279 [ 276 ] {dc4e4bea-b32c-4fc4-9399-6ec3805d5aeb} <Debug> executeQuery: Read 92 rows, 7.36 KiB in 0.001094 sec., 84095.06398537477 rows/sec., 6.57 MiB/sec. | ||
1944 | 2025.07.08 01:12:24.954313 [ 276 ] {dc4e4bea-b32c-4fc4-9399-6ec3805d5aeb} <Debug> TCPHandler: Processed in 0.001247542 sec. | ||
1945 | 2025.07.08 01:12:24.954421 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1946 | 2025.07.08 01:12:24.954512 [ 276 ] {83189cab-d207-4812-8f1b-b9f70fb0890e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1947 | 2025.07.08 01:12:24.954553 [ 276 ] {83189cab-d207-4812-8f1b-b9f70fb0890e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1948 | 2025.07.08 01:12:24.954938 [ 276 ] {83189cab-d207-4812-8f1b-b9f70fb0890e} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1949 | 2025.07.08 01:12:24.954970 [ 276 ] {83189cab-d207-4812-8f1b-b9f70fb0890e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1950 | 2025.07.08 01:12:24.955281 [ 276 ] {83189cab-d207-4812-8f1b-b9f70fb0890e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1951 | 2025.07.08 01:12:24.955486 [ 276 ] {83189cab-d207-4812-8f1b-b9f70fb0890e} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1952 | 2025.07.08 01:12:24.955607 [ 276 ] {83189cab-d207-4812-8f1b-b9f70fb0890e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001113 sec., 143755.61545372865 rows/sec., 10.01 MiB/sec. | ||
1953 | 2025.07.08 01:12:24.955641 [ 276 ] {83189cab-d207-4812-8f1b-b9f70fb0890e} <Debug> TCPHandler: Processed in 0.001266192 sec. | ||
1954 | 2025.07.08 01:12:24.955745 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1955 | 2025.07.08 01:12:24.955836 [ 276 ] {8855554d-35dc-4038-83eb-6691e9455df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1956 | 2025.07.08 01:12:24.955888 [ 276 ] {8855554d-35dc-4038-83eb-6691e9455df3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1957 | 2025.07.08 01:12:24.956628 [ 276 ] {8855554d-35dc-4038-83eb-6691e9455df3} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1958 | 2025.07.08 01:12:24.956662 [ 276 ] {8855554d-35dc-4038-83eb-6691e9455df3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1959 | 2025.07.08 01:12:24.957171 [ 276 ] {8855554d-35dc-4038-83eb-6691e9455df3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1960 | 2025.07.08 01:12:24.957384 [ 276 ] {8855554d-35dc-4038-83eb-6691e9455df3} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1961 | 2025.07.08 01:12:24.957510 [ 276 ] {8855554d-35dc-4038-83eb-6691e9455df3} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.001692 sec., 16548.463356973996 rows/sec., 29.65 MiB/sec. | ||
1962 | 2025.07.08 01:12:24.957556 [ 276 ] {8855554d-35dc-4038-83eb-6691e9455df3} <Debug> TCPHandler: Processed in 0.001856733 sec. | ||
1963 | 2025.07.08 01:12:24.957665 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1964 | 2025.07.08 01:12:24.957756 [ 276 ] {d264f2fc-035a-4c3a-85a6-76b88b07d7df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1965 | 2025.07.08 01:12:24.957796 [ 276 ] {d264f2fc-035a-4c3a-85a6-76b88b07d7df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1966 | 2025.07.08 01:12:24.958113 [ 276 ] {d264f2fc-035a-4c3a-85a6-76b88b07d7df} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1967 | 2025.07.08 01:12:24.958146 [ 276 ] {d264f2fc-035a-4c3a-85a6-76b88b07d7df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1968 | 2025.07.08 01:12:24.958433 [ 276 ] {d264f2fc-035a-4c3a-85a6-76b88b07d7df} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1969 | 2025.07.08 01:12:24.958632 [ 276 ] {d264f2fc-035a-4c3a-85a6-76b88b07d7df} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1970 | 2025.07.08 01:12:24.958749 [ 276 ] {d264f2fc-035a-4c3a-85a6-76b88b07d7df} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001011 sec., 59347.18100890208 rows/sec., 4.00 MiB/sec. | ||
1971 | 2025.07.08 01:12:24.958783 [ 276 ] {d264f2fc-035a-4c3a-85a6-76b88b07d7df} <Debug> TCPHandler: Processed in 0.001164751 sec. | ||
1972 | 2025.07.08 01:12:25.897515 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 298 | ||
1973 | 2025.07.08 01:12:25.899562 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1974 | 2025.07.08 01:12:25.899599 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1975 | 2025.07.08 01:12:25.900735 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1976 | 2025.07.08 01:12:25.900994 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1977 | 2025.07.08 01:12:25.901109 [ 42 ] {} <Debug> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1978 | 2025.07.08 01:12:25.901149 [ 42 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1979 | 2025.07.08 01:12:25.901170 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1980 | 2025.07.08 01:12:25.901228 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 298 | ||
1981 | 2025.07.08 01:12:25.901286 [ 198 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::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 | ||
1982 | 2025.07.08 01:12:25.901913 [ 198 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1983 | 2025.07.08 01:12:25.902106 [ 198 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part | ||
1984 | 2025.07.08 01:12:25.902557 [ 198 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part | ||
1985 | 2025.07.08 01:12:25.902960 [ 198 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part | ||
1986 | 2025.07.08 01:12:25.903345 [ 198 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 50 rows starting from the beginning of the part | ||
1987 | 2025.07.08 01:12:25.903729 [ 198 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
1988 | 2025.07.08 01:12:25.904106 [ 198 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part | ||
1989 | 2025.07.08 01:12:25.909723 [ 196 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 72 columns (72 merged, 0 gathered) in 0.00847423 sec., 35165.436859750094 rows/sec., 34.91 MiB/sec. | ||
1990 | 2025.07.08 01:12:25.910744 [ 196 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1991 | 2025.07.08 01:12:25.911375 [ 196 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_6_1} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1992 | 2025.07.08 01:12:25.911455 [ 196 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_6_1} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1993 | 2025.07.08 01:12:25.911684 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.65 MiB. | ||
1994 | 2025.07.08 01:12:29.949585 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1995 | 2025.07.08 01:12:29.949776 [ 276 ] {ca3298bf-08d4-46e3-9de4-29d462aa4924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1996 | 2025.07.08 01:12:29.949840 [ 276 ] {ca3298bf-08d4-46e3-9de4-29d462aa4924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1997 | 2025.07.08 01:12:29.950439 [ 276 ] {ca3298bf-08d4-46e3-9de4-29d462aa4924} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1998 | 2025.07.08 01:12:29.950485 [ 276 ] {ca3298bf-08d4-46e3-9de4-29d462aa4924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1999 | 2025.07.08 01:12:29.950870 [ 276 ] {ca3298bf-08d4-46e3-9de4-29d462aa4924} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2000 | 2025.07.08 01:12:29.951096 [ 276 ] {ca3298bf-08d4-46e3-9de4-29d462aa4924} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2001 | 2025.07.08 01:12:29.951240 [ 276 ] {ca3298bf-08d4-46e3-9de4-29d462aa4924} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001513 sec., 48909.451421017846 rows/sec., 3.98 MiB/sec. | ||
2002 | 2025.07.08 01:12:29.951249 [ 37 ] {} <Debug> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2003 | 2025.07.08 01:12:29.951280 [ 276 ] {ca3298bf-08d4-46e3-9de4-29d462aa4924} <Debug> TCPHandler: Processed in 0.001823002 sec. | ||
2004 | 2025.07.08 01:12:29.951318 [ 37 ] {} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2005 | 2025.07.08 01:12:29.951345 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2006 | 2025.07.08 01:12:29.951423 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2007 | 2025.07.08 01:12:29.951510 [ 194 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::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 | ||
2008 | 2025.07.08 01:12:29.951524 [ 276 ] {f0e108bb-f2c4-48af-826e-840fd79ba185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2009 | 2025.07.08 01:12:29.951606 [ 276 ] {f0e108bb-f2c4-48af-826e-840fd79ba185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2010 | 2025.07.08 01:12:29.951685 [ 194 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2011 | 2025.07.08 01:12:29.951734 [ 194 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 692 rows starting from the beginning of the part | ||
2012 | 2025.07.08 01:12:29.951847 [ 194 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::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 | ||
2013 | 2025.07.08 01:12:29.951906 [ 194 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 112 rows starting from the beginning of the part | ||
2014 | 2025.07.08 01:12:29.951961 [ 194 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 74 rows starting from the beginning of the part | ||
2015 | 2025.07.08 01:12:29.952011 [ 194 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 112 rows starting from the beginning of the part | ||
2016 | 2025.07.08 01:12:29.952011 [ 276 ] {f0e108bb-f2c4-48af-826e-840fd79ba185} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2017 | 2025.07.08 01:12:29.952056 [ 194 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 74 rows starting from the beginning of the part | ||
2018 | 2025.07.08 01:12:29.952060 [ 276 ] {f0e108bb-f2c4-48af-826e-840fd79ba185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2019 | 2025.07.08 01:12:29.952410 [ 276 ] {f0e108bb-f2c4-48af-826e-840fd79ba185} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2020 | 2025.07.08 01:12:29.952643 [ 276 ] {f0e108bb-f2c4-48af-826e-840fd79ba185} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2021 | 2025.07.08 01:12:29.952777 [ 276 ] {f0e108bb-f2c4-48af-826e-840fd79ba185} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001273 sec., 7069.913589945011 rows/sec., 531.62 KiB/sec. | ||
2022 | 2025.07.08 01:12:29.952814 [ 276 ] {f0e108bb-f2c4-48af-826e-840fd79ba185} <Debug> TCPHandler: Processed in 0.001441156 sec. | ||
2023 | 2025.07.08 01:12:29.952927 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2024 | 2025.07.08 01:12:29.953022 [ 276 ] {e962747e-0a21-4b20-b9df-fd4179b53ca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2025 | 2025.07.08 01:12:29.953062 [ 276 ] {e962747e-0a21-4b20-b9df-fd4179b53ca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2026 | 2025.07.08 01:12:29.953184 [ 196 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1138 rows, containing 5 columns (5 merged, 0 gathered) in 0.001749511 sec., 650467.4734825903 rows/sec., 55.08 MiB/sec. | ||
2027 | 2025.07.08 01:12:29.953374 [ 194 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2028 | 2025.07.08 01:12:29.953476 [ 276 ] {e962747e-0a21-4b20-b9df-fd4179b53ca8} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2029 | 2025.07.08 01:12:29.953519 [ 276 ] {e962747e-0a21-4b20-b9df-fd4179b53ca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2030 | 2025.07.08 01:12:29.953655 [ 194 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_11_2} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2031 | 2025.07.08 01:12:29.953739 [ 194 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_11_2} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2032 | 2025.07.08 01:12:29.953812 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
2033 | 2025.07.08 01:12:29.953861 [ 276 ] {e962747e-0a21-4b20-b9df-fd4179b53ca8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2034 | 2025.07.08 01:12:29.954072 [ 276 ] {e962747e-0a21-4b20-b9df-fd4179b53ca8} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2035 | 2025.07.08 01:12:29.954169 [ 37 ] {} <Debug> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2036 | 2025.07.08 01:12:29.954198 [ 276 ] {e962747e-0a21-4b20-b9df-fd4179b53ca8} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001194 sec., 61139.02847571189 rows/sec., 4.77 MiB/sec. | ||
2037 | 2025.07.08 01:12:29.954200 [ 37 ] {} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2038 | 2025.07.08 01:12:29.954236 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2039 | 2025.07.08 01:12:29.954242 [ 276 ] {e962747e-0a21-4b20-b9df-fd4179b53ca8} <Debug> TCPHandler: Processed in 0.001363854 sec. | ||
2040 | 2025.07.08 01:12:29.954375 [ 189 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
2041 | 2025.07.08 01:12:29.954384 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2042 | 2025.07.08 01:12:29.954500 [ 276 ] {dc7883a7-e4f9-46c3-90c3-6c0ecd2736a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2043 | 2025.07.08 01:12:29.954520 [ 189 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2044 | 2025.07.08 01:12:29.954544 [ 276 ] {dc7883a7-e4f9-46c3-90c3-6c0ecd2736a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2045 | 2025.07.08 01:12:29.954565 [ 189 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 435 rows starting from the beginning of the part | ||
2046 | 2025.07.08 01:12:29.954673 [ 189 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 73 rows starting from the beginning of the part | ||
2047 | 2025.07.08 01:12:29.954731 [ 189 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 92 rows starting from the beginning of the part | ||
2048 | 2025.07.08 01:12:29.954793 [ 189 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 73 rows starting from the beginning of the part | ||
2049 | 2025.07.08 01:12:29.954850 [ 189 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 92 rows starting from the beginning of the part | ||
2050 | 2025.07.08 01:12:29.954913 [ 189 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 73 rows starting from the beginning of the part | ||
2051 | 2025.07.08 01:12:29.954975 [ 276 ] {dc7883a7-e4f9-46c3-90c3-6c0ecd2736a6} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2052 | 2025.07.08 01:12:29.955015 [ 276 ] {dc7883a7-e4f9-46c3-90c3-6c0ecd2736a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2053 | 2025.07.08 01:12:29.955418 [ 276 ] {dc7883a7-e4f9-46c3-90c3-6c0ecd2736a6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2054 | 2025.07.08 01:12:29.955682 [ 276 ] {dc7883a7-e4f9-46c3-90c3-6c0ecd2736a6} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2055 | 2025.07.08 01:12:29.955790 [ 37 ] {} <Debug> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2056 | 2025.07.08 01:12:29.955818 [ 276 ] {dc7883a7-e4f9-46c3-90c3-6c0ecd2736a6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001337 sec., 119670.90501121915 rows/sec., 8.33 MiB/sec. | ||
2057 | 2025.07.08 01:12:29.955829 [ 37 ] {} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2058 | 2025.07.08 01:12:29.955861 [ 276 ] {dc7883a7-e4f9-46c3-90c3-6c0ecd2736a6} <Debug> TCPHandler: Processed in 0.001526177 sec. | ||
2059 | 2025.07.08 01:12:29.955865 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2060 | 2025.07.08 01:12:29.955953 [ 194 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::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 | ||
2061 | 2025.07.08 01:12:29.955992 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2062 | 2025.07.08 01:12:29.956049 [ 194 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2063 | 2025.07.08 01:12:29.956078 [ 194 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 932 rows starting from the beginning of the part | ||
2064 | 2025.07.08 01:12:29.956092 [ 276 ] {f754bdf3-dd8d-4126-ad61-0f7d41943675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2065 | 2025.07.08 01:12:29.956125 [ 194 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::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 | ||
2066 | 2025.07.08 01:12:29.956132 [ 196 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 838 rows, containing 5 columns (5 merged, 0 gathered) in 0.001836493 sec., 456304.4890451529 rows/sec., 35.81 MiB/sec. | ||
2067 | 2025.07.08 01:12:29.956153 [ 276 ] {f754bdf3-dd8d-4126-ad61-0f7d41943675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2068 | 2025.07.08 01:12:29.956168 [ 194 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part | ||
2069 | 2025.07.08 01:12:29.956217 [ 194 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::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 | ||
2070 | 2025.07.08 01:12:29.956249 [ 194 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
2071 | 2025.07.08 01:12:29.956286 [ 194 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::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 | ||
2072 | 2025.07.08 01:12:29.956414 [ 201 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2073 | 2025.07.08 01:12:29.956846 [ 201 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_11_2} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2074 | 2025.07.08 01:12:29.956928 [ 276 ] {f754bdf3-dd8d-4126-ad61-0f7d41943675} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2075 | 2025.07.08 01:12:29.956937 [ 201 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_11_2} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2076 | 2025.07.08 01:12:29.956973 [ 276 ] {f754bdf3-dd8d-4126-ad61-0f7d41943675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2077 | 2025.07.08 01:12:29.957035 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
2078 | 2025.07.08 01:12:29.957425 [ 201 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1732 rows, containing 5 columns (5 merged, 0 gathered) in 0.001500436 sec., 1154331.141081659 rows/sec., 79.60 MiB/sec. | ||
2079 | 2025.07.08 01:12:29.957549 [ 276 ] {f754bdf3-dd8d-4126-ad61-0f7d41943675} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2080 | 2025.07.08 01:12:29.957719 [ 196 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2081 | 2025.07.08 01:12:29.957810 [ 276 ] {f754bdf3-dd8d-4126-ad61-0f7d41943675} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2082 | 2025.07.08 01:12:29.957959 [ 276 ] {f754bdf3-dd8d-4126-ad61-0f7d41943675} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001886 sec., 4772.004241781548 rows/sec., 8.55 MiB/sec. | ||
2083 | 2025.07.08 01:12:29.958012 [ 276 ] {f754bdf3-dd8d-4126-ad61-0f7d41943675} <Debug> TCPHandler: Processed in 0.002069937 sec. | ||
2084 | 2025.07.08 01:12:29.958077 [ 196 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2085 | 2025.07.08 01:12:29.958129 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2086 | 2025.07.08 01:12:29.958172 [ 196 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2087 | 2025.07.08 01:12:29.958231 [ 276 ] {daf43abb-aa01-446a-9b11-814a24580bcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2088 | 2025.07.08 01:12:29.958270 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
2089 | 2025.07.08 01:12:29.958276 [ 276 ] {daf43abb-aa01-446a-9b11-814a24580bcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2090 | 2025.07.08 01:12:29.958636 [ 276 ] {daf43abb-aa01-446a-9b11-814a24580bcf} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2091 | 2025.07.08 01:12:29.958672 [ 276 ] {daf43abb-aa01-446a-9b11-814a24580bcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2092 | 2025.07.08 01:12:29.958975 [ 276 ] {daf43abb-aa01-446a-9b11-814a24580bcf} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2093 | 2025.07.08 01:12:29.959177 [ 276 ] {daf43abb-aa01-446a-9b11-814a24580bcf} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2094 | 2025.07.08 01:12:29.959282 [ 36 ] {} <Debug> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2095 | 2025.07.08 01:12:29.959300 [ 276 ] {daf43abb-aa01-446a-9b11-814a24580bcf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. | ||
2096 | 2025.07.08 01:12:29.959332 [ 36 ] {} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2097 | 2025.07.08 01:12:29.959347 [ 276 ] {daf43abb-aa01-446a-9b11-814a24580bcf} <Debug> TCPHandler: Processed in 0.001267402 sec. | ||
2098 | 2025.07.08 01:12:29.959358 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2099 | 2025.07.08 01:12:29.959471 [ 199 ] {0331b998-5f0a-4d11-92ae-11d48a001464::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 | ||
2100 | 2025.07.08 01:12:29.959584 [ 199 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2101 | 2025.07.08 01:12:29.959619 [ 199 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 332 rows starting from the beginning of the part | ||
2102 | 2025.07.08 01:12:29.959714 [ 199 ] {0331b998-5f0a-4d11-92ae-11d48a001464::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 | ||
2103 | 2025.07.08 01:12:29.959772 [ 199 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
2104 | 2025.07.08 01:12:29.959814 [ 199 ] {0331b998-5f0a-4d11-92ae-11d48a001464::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 | ||
2105 | 2025.07.08 01:12:29.959852 [ 199 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
2106 | 2025.07.08 01:12:29.959898 [ 199 ] {0331b998-5f0a-4d11-92ae-11d48a001464::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 | ||
2107 | 2025.07.08 01:12:29.960719 [ 199 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 632 rows, containing 4 columns (4 merged, 0 gathered) in 0.001290103 sec., 489883.36590179236 rows/sec., 32.46 MiB/sec. | ||
2108 | 2025.07.08 01:12:29.960878 [ 188 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2109 | 2025.07.08 01:12:29.961152 [ 188 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_11_2} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2110 | 2025.07.08 01:12:29.961225 [ 188 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_11_2} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2111 | 2025.07.08 01:12:29.961293 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
2112 | 2025.07.08 01:12:30.833220 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2113 | 2025.07.08 01:12:30.833274 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2114 | 2025.07.08 01:12:30.896067 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 | ||
2115 | 2025.07.08 01:12:30.896867 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2116 | 2025.07.08 01:12:30.896936 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2117 | 2025.07.08 01:12:30.897658 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2118 | 2025.07.08 01:12:30.897889 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2119 | 2025.07.08 01:12:30.898017 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
2120 | 2025.07.08 01:12:31.143904 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
2121 | 2025.07.08 01:12:31.162711 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2122 | 2025.07.08 01:12:31.162768 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2123 | 2025.07.08 01:12:31.169063 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2124 | 2025.07.08 01:12:31.169786 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2125 | 2025.07.08 01:12:31.173162 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
2126 | 2025.07.08 01:12:32.000164 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.99 MiB, peak 187.51 MiB, free memory in arenas 0.00 B, will set to 185.09 MiB (RSS), difference: 3.11 MiB | ||
2127 | 2025.07.08 01:12:34.950687 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2128 | 2025.07.08 01:12:34.950898 [ 276 ] {45474ad5-b780-4b53-bafd-6e13bd80c302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2129 | 2025.07.08 01:12:34.950970 [ 276 ] {45474ad5-b780-4b53-bafd-6e13bd80c302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2130 | 2025.07.08 01:12:34.951757 [ 276 ] {45474ad5-b780-4b53-bafd-6e13bd80c302} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2131 | 2025.07.08 01:12:34.951805 [ 276 ] {45474ad5-b780-4b53-bafd-6e13bd80c302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2132 | 2025.07.08 01:12:34.952205 [ 276 ] {45474ad5-b780-4b53-bafd-6e13bd80c302} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2133 | 2025.07.08 01:12:34.952444 [ 276 ] {45474ad5-b780-4b53-bafd-6e13bd80c302} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2134 | 2025.07.08 01:12:34.952588 [ 276 ] {45474ad5-b780-4b53-bafd-6e13bd80c302} <Debug> executeQuery: Read 119 rows, 10.31 KiB in 0.001742 sec., 68312.28473019517 rows/sec., 5.78 MiB/sec. | ||
2135 | 2025.07.08 01:12:34.952628 [ 276 ] {45474ad5-b780-4b53-bafd-6e13bd80c302} <Debug> TCPHandler: Processed in 0.002077787 sec. | ||
2136 | 2025.07.08 01:12:34.952758 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2137 | 2025.07.08 01:12:34.952861 [ 276 ] {740d289f-06a4-48a1-a4b7-7ac821c9210d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2138 | 2025.07.08 01:12:34.952900 [ 276 ] {740d289f-06a4-48a1-a4b7-7ac821c9210d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2139 | 2025.07.08 01:12:34.953387 [ 276 ] {740d289f-06a4-48a1-a4b7-7ac821c9210d} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2140 | 2025.07.08 01:12:34.953422 [ 276 ] {740d289f-06a4-48a1-a4b7-7ac821c9210d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2141 | 2025.07.08 01:12:34.953713 [ 276 ] {740d289f-06a4-48a1-a4b7-7ac821c9210d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2142 | 2025.07.08 01:12:34.953920 [ 276 ] {740d289f-06a4-48a1-a4b7-7ac821c9210d} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2143 | 2025.07.08 01:12:34.954042 [ 276 ] {740d289f-06a4-48a1-a4b7-7ac821c9210d} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001201 sec., 25811.823480432973 rows/sec., 1.90 MiB/sec. | ||
2144 | 2025.07.08 01:12:34.954078 [ 276 ] {740d289f-06a4-48a1-a4b7-7ac821c9210d} <Debug> TCPHandler: Processed in 0.001368164 sec. | ||
2145 | 2025.07.08 01:12:34.954220 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2146 | 2025.07.08 01:12:34.954317 [ 276 ] {34d54884-c5c2-4bb6-8fcc-5de39fbcfa33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2147 | 2025.07.08 01:12:34.954355 [ 276 ] {34d54884-c5c2-4bb6-8fcc-5de39fbcfa33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2148 | 2025.07.08 01:12:34.954754 [ 276 ] {34d54884-c5c2-4bb6-8fcc-5de39fbcfa33} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2149 | 2025.07.08 01:12:34.954790 [ 276 ] {34d54884-c5c2-4bb6-8fcc-5de39fbcfa33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2150 | 2025.07.08 01:12:34.955065 [ 276 ] {34d54884-c5c2-4bb6-8fcc-5de39fbcfa33} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2151 | 2025.07.08 01:12:34.955260 [ 276 ] {34d54884-c5c2-4bb6-8fcc-5de39fbcfa33} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2152 | 2025.07.08 01:12:34.955380 [ 276 ] {34d54884-c5c2-4bb6-8fcc-5de39fbcfa33} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.00108 sec., 925.9259259259259 rows/sec., 61.49 KiB/sec. | ||
2153 | 2025.07.08 01:12:34.955415 [ 276 ] {34d54884-c5c2-4bb6-8fcc-5de39fbcfa33} <Debug> TCPHandler: Processed in 0.001242233 sec. | ||
2154 | 2025.07.08 01:12:34.955530 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2155 | 2025.07.08 01:12:34.955621 [ 276 ] {9fc46b5b-9d8d-4a10-8b4d-952da388cf9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2156 | 2025.07.08 01:12:34.955659 [ 276 ] {9fc46b5b-9d8d-4a10-8b4d-952da388cf9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2157 | 2025.07.08 01:12:34.956136 [ 276 ] {9fc46b5b-9d8d-4a10-8b4d-952da388cf9f} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2158 | 2025.07.08 01:12:34.956173 [ 276 ] {9fc46b5b-9d8d-4a10-8b4d-952da388cf9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2159 | 2025.07.08 01:12:34.956471 [ 276 ] {9fc46b5b-9d8d-4a10-8b4d-952da388cf9f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2160 | 2025.07.08 01:12:34.956676 [ 276 ] {9fc46b5b-9d8d-4a10-8b4d-952da388cf9f} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2161 | 2025.07.08 01:12:34.956800 [ 276 ] {9fc46b5b-9d8d-4a10-8b4d-952da388cf9f} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001196 sec., 81939.79933110368 rows/sec., 6.40 MiB/sec. | ||
2162 | 2025.07.08 01:12:34.956835 [ 276 ] {9fc46b5b-9d8d-4a10-8b4d-952da388cf9f} <Debug> TCPHandler: Processed in 0.001351754 sec. | ||
2163 | 2025.07.08 01:12:34.956949 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2164 | 2025.07.08 01:12:34.957042 [ 276 ] {213eee10-5b25-42d7-b633-617379868bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2165 | 2025.07.08 01:12:34.957085 [ 276 ] {213eee10-5b25-42d7-b633-617379868bb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2166 | 2025.07.08 01:12:34.957527 [ 276 ] {213eee10-5b25-42d7-b633-617379868bb9} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2167 | 2025.07.08 01:12:34.957564 [ 276 ] {213eee10-5b25-42d7-b633-617379868bb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2168 | 2025.07.08 01:12:34.957885 [ 276 ] {213eee10-5b25-42d7-b633-617379868bb9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2169 | 2025.07.08 01:12:34.958091 [ 276 ] {213eee10-5b25-42d7-b633-617379868bb9} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2170 | 2025.07.08 01:12:34.958227 [ 276 ] {213eee10-5b25-42d7-b633-617379868bb9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001203 sec., 133000.83125519534 rows/sec., 9.26 MiB/sec. | ||
2171 | 2025.07.08 01:12:34.958263 [ 276 ] {213eee10-5b25-42d7-b633-617379868bb9} <Debug> TCPHandler: Processed in 0.001361404 sec. | ||
2172 | 2025.07.08 01:12:34.958372 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2173 | 2025.07.08 01:12:34.958464 [ 276 ] {a84b01cd-c26a-4cfa-957d-b97119e1d9d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
2174 | 2025.07.08 01:12:34.958505 [ 276 ] {a84b01cd-c26a-4cfa-957d-b97119e1d9d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2175 | 2025.07.08 01:12:34.958808 [ 276 ] {a84b01cd-c26a-4cfa-957d-b97119e1d9d3} <Trace> oximeter.measurements_f64 (fea3937a-d3b0-45ea-a880-34724eed8aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2176 | 2025.07.08 01:12:34.958844 [ 276 ] {a84b01cd-c26a-4cfa-957d-b97119e1d9d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2177 | 2025.07.08 01:12:34.959129 [ 276 ] {a84b01cd-c26a-4cfa-957d-b97119e1d9d3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2178 | 2025.07.08 01:12:34.959328 [ 276 ] {a84b01cd-c26a-4cfa-957d-b97119e1d9d3} <Trace> oximeter.measurements_f64 (fea3937a-d3b0-45ea-a880-34724eed8aa2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2179 | 2025.07.08 01:12:34.959447 [ 276 ] {a84b01cd-c26a-4cfa-957d-b97119e1d9d3} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001001 sec., 999.0009990009991 rows/sec., 63.41 KiB/sec. | ||
2180 | 2025.07.08 01:12:34.959482 [ 276 ] {a84b01cd-c26a-4cfa-957d-b97119e1d9d3} <Debug> TCPHandler: Processed in 0.001157191 sec. | ||
2181 | 2025.07.08 01:12:34.959589 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2182 | 2025.07.08 01:12:34.959681 [ 276 ] {5b67592a-c9d6-49ed-baae-5e42be60c573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2183 | 2025.07.08 01:12:34.959732 [ 276 ] {5b67592a-c9d6-49ed-baae-5e42be60c573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2184 | 2025.07.08 01:12:34.960541 [ 276 ] {5b67592a-c9d6-49ed-baae-5e42be60c573} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2185 | 2025.07.08 01:12:34.960576 [ 276 ] {5b67592a-c9d6-49ed-baae-5e42be60c573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2186 | 2025.07.08 01:12:34.961075 [ 276 ] {5b67592a-c9d6-49ed-baae-5e42be60c573} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2187 | 2025.07.08 01:12:34.961287 [ 276 ] {5b67592a-c9d6-49ed-baae-5e42be60c573} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2188 | 2025.07.08 01:12:34.961414 [ 276 ] {5b67592a-c9d6-49ed-baae-5e42be60c573} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.001751 sec., 17704.16904625928 rows/sec., 31.73 MiB/sec. | ||
2189 | 2025.07.08 01:12:34.961462 [ 276 ] {5b67592a-c9d6-49ed-baae-5e42be60c573} <Debug> TCPHandler: Processed in 0.001919224 sec. | ||
2190 | 2025.07.08 01:12:34.961572 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2191 | 2025.07.08 01:12:34.961665 [ 276 ] {8d4ad31a-47a4-4957-a0dd-b9c3baadf937} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
2192 | 2025.07.08 01:12:34.961704 [ 276 ] {8d4ad31a-47a4-4957-a0dd-b9c3baadf937} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2193 | 2025.07.08 01:12:34.962010 [ 276 ] {8d4ad31a-47a4-4957-a0dd-b9c3baadf937} <Trace> oximeter.measurements_i64 (f79fc22a-2f58-40a7-add6-2cbb99c12801): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2194 | 2025.07.08 01:12:34.962046 [ 276 ] {8d4ad31a-47a4-4957-a0dd-b9c3baadf937} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2195 | 2025.07.08 01:12:34.962324 [ 276 ] {8d4ad31a-47a4-4957-a0dd-b9c3baadf937} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2196 | 2025.07.08 01:12:34.962525 [ 276 ] {8d4ad31a-47a4-4957-a0dd-b9c3baadf937} <Trace> oximeter.measurements_i64 (f79fc22a-2f58-40a7-add6-2cbb99c12801): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2197 | 2025.07.08 01:12:34.962642 [ 276 ] {8d4ad31a-47a4-4957-a0dd-b9c3baadf937} <Debug> executeQuery: Read 3 rows, 217.00 B in 0.000995 sec., 3015.075376884422 rows/sec., 212.98 KiB/sec. | ||
2198 | 2025.07.08 01:12:34.962676 [ 276 ] {8d4ad31a-47a4-4957-a0dd-b9c3baadf937} <Debug> TCPHandler: Processed in 0.00115088 sec. | ||
2199 | 2025.07.08 01:12:34.962782 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2200 | 2025.07.08 01:12:34.962874 [ 276 ] {01716c3a-a3b8-4788-b739-0a44c7b63631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2201 | 2025.07.08 01:12:34.962913 [ 276 ] {01716c3a-a3b8-4788-b739-0a44c7b63631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2202 | 2025.07.08 01:12:34.963233 [ 276 ] {01716c3a-a3b8-4788-b739-0a44c7b63631} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2203 | 2025.07.08 01:12:34.963268 [ 276 ] {01716c3a-a3b8-4788-b739-0a44c7b63631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2204 | 2025.07.08 01:12:34.963551 [ 276 ] {01716c3a-a3b8-4788-b739-0a44c7b63631} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2205 | 2025.07.08 01:12:34.963746 [ 276 ] {01716c3a-a3b8-4788-b739-0a44c7b63631} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2206 | 2025.07.08 01:12:34.963865 [ 276 ] {01716c3a-a3b8-4788-b739-0a44c7b63631} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001009 sec., 59464.81665014867 rows/sec., 4.01 MiB/sec. | ||
2207 | 2025.07.08 01:12:34.963899 [ 276 ] {01716c3a-a3b8-4788-b739-0a44c7b63631} <Debug> TCPHandler: Processed in 0.001163571 sec. | ||
2208 | 2025.07.08 01:12:35.901371 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 328 | ||
2209 | 2025.07.08 01:12:35.903590 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2210 | 2025.07.08 01:12:35.903642 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2211 | 2025.07.08 01:12:35.904817 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2212 | 2025.07.08 01:12:35.905087 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2213 | 2025.07.08 01:12:35.905419 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 328 | ||
2214 | 2025.07.08 01:12:38.398093 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 | ||
2215 | 2025.07.08 01:12:38.398645 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2216 | 2025.07.08 01:12:38.398689 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2217 | 2025.07.08 01:12:38.399340 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2218 | 2025.07.08 01:12:38.399580 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2219 | 2025.07.08 01:12:38.399702 [ 29 ] {} <Debug> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2220 | 2025.07.08 01:12:38.399718 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 | ||
2221 | 2025.07.08 01:12:38.399750 [ 29 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2222 | 2025.07.08 01:12:38.399774 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2223 | 2025.07.08 01:12:38.399888 [ 201 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
2224 | 2025.07.08 01:12:38.399993 [ 201 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2225 | 2025.07.08 01:12:38.400028 [ 201 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
2226 | 2025.07.08 01:12:38.400121 [ 201 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
2227 | 2025.07.08 01:12:38.400181 [ 201 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
2228 | 2025.07.08 01:12:38.400236 [ 201 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
2229 | 2025.07.08 01:12:38.400286 [ 201 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
2230 | 2025.07.08 01:12:38.400332 [ 201 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
2231 | 2025.07.08 01:12:38.401643 [ 199 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.001797201 sec., 2851100.127364719 rows/sec., 40.79 MiB/sec. | ||
2232 | 2025.07.08 01:12:38.402602 [ 186 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2233 | 2025.07.08 01:12:38.402919 [ 186 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::all_1_11_2} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2234 | 2025.07.08 01:12:38.403001 [ 186 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::all_1_11_2} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2235 | 2025.07.08 01:12:38.403119 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
2236 | 2025.07.08 01:12:38.673236 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
2237 | 2025.07.08 01:12:38.689697 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2238 | 2025.07.08 01:12:38.689745 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2239 | 2025.07.08 01:12:38.695511 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2240 | 2025.07.08 01:12:38.696174 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2241 | 2025.07.08 01:12:38.696473 [ 29 ] {} <Debug> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2242 | 2025.07.08 01:12:38.696544 [ 29 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2243 | 2025.07.08 01:12:38.696567 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2244 | 2025.07.08 01:12:38.696679 [ 201 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
2245 | 2025.07.08 01:12:38.699388 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
2246 | 2025.07.08 01:12:38.700802 [ 201 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2247 | 2025.07.08 01:12:38.702132 [ 201 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
2248 | 2025.07.08 01:12:38.706592 [ 201 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
2249 | 2025.07.08 01:12:38.710719 [ 201 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
2250 | 2025.07.08 01:12:38.714636 [ 201 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
2251 | 2025.07.08 01:12:38.719221 [ 201 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
2252 | 2025.07.08 01:12:38.723435 [ 201 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
2253 | 2025.07.08 01:12:38.775884 [ 199 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.079256315 sec., 1047.2351635323948 rows/sec., 5.42 MiB/sec. | ||
2254 | 2025.07.08 01:12:38.778349 [ 187 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2255 | 2025.07.08 01:12:38.780284 [ 187 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_11_2} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2256 | 2025.07.08 01:12:38.780370 [ 187 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_11_2} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2257 | 2025.07.08 01:12:38.782704 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
2258 | 2025.07.08 01:12:39.000201 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.23 MiB, peak 196.11 MiB, free memory in arenas 0.00 B, will set to 195.95 MiB (RSS), difference: 9.72 MiB | ||
2259 | 2025.07.08 01:12:39.941273 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2260 | 2025.07.08 01:12:39.941530 [ 276 ] {cd277795-d2b1-434c-affd-4b6eea22cd72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) 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) | ||
2261 | 2025.07.08 01:12:39.941929 [ 276 ] {cd277795-d2b1-434c-affd-4b6eea22cd72} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2262 | 2025.07.08 01:12:39.941976 [ 276 ] {cd277795-d2b1-434c-affd-4b6eea22cd72} <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 | ||
2263 | 2025.07.08 01:12:39.942279 [ 276 ] {cd277795-d2b1-434c-affd-4b6eea22cd72} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2264 | 2025.07.08 01:12:39.942353 [ 276 ] {cd277795-d2b1-434c-affd-4b6eea22cd72} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2265 | 2025.07.08 01:12:39.942488 [ 276 ] {cd277795-d2b1-434c-affd-4b6eea22cd72} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
2266 | 2025.07.08 01:12:39.942663 [ 290 ] {cd277795-d2b1-434c-affd-4b6eea22cd72} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2267 | 2025.07.08 01:12:39.942669 [ 288 ] {cd277795-d2b1-434c-affd-4b6eea22cd72} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2268 | 2025.07.08 01:12:39.942692 [ 292 ] {cd277795-d2b1-434c-affd-4b6eea22cd72} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2269 | 2025.07.08 01:12:39.942834 [ 276 ] {cd277795-d2b1-434c-affd-4b6eea22cd72} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2270 | 2025.07.08 01:12:39.942863 [ 276 ] {cd277795-d2b1-434c-affd-4b6eea22cd72} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2271 | 2025.07.08 01:12:39.942944 [ 276 ] {cd277795-d2b1-434c-affd-4b6eea22cd72} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2272 | 2025.07.08 01:12:39.942964 [ 276 ] {cd277795-d2b1-434c-affd-4b6eea22cd72} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Reading approx. 35 rows with 3 streams | ||
2273 | 2025.07.08 01:12:39.943001 [ 276 ] {cd277795-d2b1-434c-affd-4b6eea22cd72} <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'))" | ||
2274 | 2025.07.08 01:12:39.943043 [ 276 ] {cd277795-d2b1-434c-affd-4b6eea22cd72} <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'))" | ||
2275 | 2025.07.08 01:12:39.943076 [ 276 ] {cd277795-d2b1-434c-affd-4b6eea22cd72} <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'))" | ||
2276 | 2025.07.08 01:12:39.943925 [ 276 ] {cd277795-d2b1-434c-affd-4b6eea22cd72} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.00251 sec., 13944.22310756972 rows/sec., 536.91 KiB/sec. | ||
2277 | 2025.07.08 01:12:39.944044 [ 276 ] {cd277795-d2b1-434c-affd-4b6eea22cd72} <Debug> TCPHandler: Processed in 0.002912111 sec. | ||
2278 | 2025.07.08 01:12:39.945881 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2279 | 2025.07.08 01:12:39.946018 [ 276 ] {f0a3645b-34ce-43a4-8b32-0192eac669f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) 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) | ||
2280 | 2025.07.08 01:12:39.946236 [ 276 ] {f0a3645b-34ce-43a4-8b32-0192eac669f0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2281 | 2025.07.08 01:12:39.946272 [ 276 ] {f0a3645b-34ce-43a4-8b32-0192eac669f0} <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 | ||
2282 | 2025.07.08 01:12:39.946468 [ 276 ] {f0a3645b-34ce-43a4-8b32-0192eac669f0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2283 | 2025.07.08 01:12:39.946521 [ 276 ] {f0a3645b-34ce-43a4-8b32-0192eac669f0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2284 | 2025.07.08 01:12:39.946619 [ 276 ] {f0a3645b-34ce-43a4-8b32-0192eac669f0} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
2285 | 2025.07.08 01:12:39.946687 [ 292 ] {f0a3645b-34ce-43a4-8b32-0192eac669f0} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2286 | 2025.07.08 01:12:39.946689 [ 290 ] {f0a3645b-34ce-43a4-8b32-0192eac669f0} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2287 | 2025.07.08 01:12:39.946693 [ 293 ] {f0a3645b-34ce-43a4-8b32-0192eac669f0} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2288 | 2025.07.08 01:12:39.946804 [ 276 ] {f0a3645b-34ce-43a4-8b32-0192eac669f0} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2289 | 2025.07.08 01:12:39.946825 [ 276 ] {f0a3645b-34ce-43a4-8b32-0192eac669f0} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2290 | 2025.07.08 01:12:39.946892 [ 276 ] {f0a3645b-34ce-43a4-8b32-0192eac669f0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2291 | 2025.07.08 01:12:39.946909 [ 276 ] {f0a3645b-34ce-43a4-8b32-0192eac669f0} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Reading approx. 35 rows with 3 streams | ||
2292 | 2025.07.08 01:12:39.946939 [ 276 ] {f0a3645b-34ce-43a4-8b32-0192eac669f0} <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'))" | ||
2293 | 2025.07.08 01:12:39.946969 [ 276 ] {f0a3645b-34ce-43a4-8b32-0192eac669f0} <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'))" | ||
2294 | 2025.07.08 01:12:39.946998 [ 276 ] {f0a3645b-34ce-43a4-8b32-0192eac669f0} <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'))" | ||
2295 | 2025.07.08 01:12:39.947777 [ 276 ] {f0a3645b-34ce-43a4-8b32-0192eac669f0} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.001816 sec., 19273.127753303965 rows/sec., 742.10 KiB/sec. | ||
2296 | 2025.07.08 01:12:39.947890 [ 276 ] {f0a3645b-34ce-43a4-8b32-0192eac669f0} <Debug> TCPHandler: Processed in 0.002058977 sec. | ||
2297 | 2025.07.08 01:12:39.948140 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2298 | 2025.07.08 01:12:39.948275 [ 276 ] {d7b033bc-7543-4f39-8e1b-882cf43b297c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) 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_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2299 | 2025.07.08 01:12:39.948485 [ 276 ] {d7b033bc-7543-4f39-8e1b-882cf43b297c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2300 | 2025.07.08 01:12:39.948521 [ 276 ] {d7b033bc-7543-4f39-8e1b-882cf43b297c} <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_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2301 | 2025.07.08 01:12:39.948719 [ 276 ] {d7b033bc-7543-4f39-8e1b-882cf43b297c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2302 | 2025.07.08 01:12:39.948770 [ 276 ] {d7b033bc-7543-4f39-8e1b-882cf43b297c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2303 | 2025.07.08 01:12:39.948867 [ 276 ] {d7b033bc-7543-4f39-8e1b-882cf43b297c} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
2304 | 2025.07.08 01:12:39.948932 [ 288 ] {d7b033bc-7543-4f39-8e1b-882cf43b297c} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2305 | 2025.07.08 01:12:39.948940 [ 292 ] {d7b033bc-7543-4f39-8e1b-882cf43b297c} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2306 | 2025.07.08 01:12:39.948940 [ 293 ] {d7b033bc-7543-4f39-8e1b-882cf43b297c} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2307 | 2025.07.08 01:12:39.949059 [ 276 ] {d7b033bc-7543-4f39-8e1b-882cf43b297c} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2308 | 2025.07.08 01:12:39.949080 [ 276 ] {d7b033bc-7543-4f39-8e1b-882cf43b297c} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2309 | 2025.07.08 01:12:39.949148 [ 276 ] {d7b033bc-7543-4f39-8e1b-882cf43b297c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2310 | 2025.07.08 01:12:39.949165 [ 276 ] {d7b033bc-7543-4f39-8e1b-882cf43b297c} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Reading approx. 35 rows with 3 streams | ||
2311 | 2025.07.08 01:12:39.949194 [ 276 ] {d7b033bc-7543-4f39-8e1b-882cf43b297c} <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_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2312 | 2025.07.08 01:12:39.949223 [ 276 ] {d7b033bc-7543-4f39-8e1b-882cf43b297c} <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_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2313 | 2025.07.08 01:12:39.949250 [ 276 ] {d7b033bc-7543-4f39-8e1b-882cf43b297c} <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_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2314 | 2025.07.08 01:12:39.949818 [ 276 ] {d7b033bc-7543-4f39-8e1b-882cf43b297c} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.001601 sec., 21861.336664584636 rows/sec., 841.76 KiB/sec. | ||
2315 | 2025.07.08 01:12:39.949929 [ 276 ] {d7b033bc-7543-4f39-8e1b-882cf43b297c} <Debug> TCPHandler: Processed in 0.001837153 sec. | ||
2316 | 2025.07.08 01:12:39.950144 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2317 | 2025.07.08 01:12:39.950278 [ 276 ] {a996701d-42e6-4675-9911-d6f96faf1476} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) 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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2318 | 2025.07.08 01:12:39.950491 [ 276 ] {a996701d-42e6-4675-9911-d6f96faf1476} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2319 | 2025.07.08 01:12:39.950526 [ 276 ] {a996701d-42e6-4675-9911-d6f96faf1476} <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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2320 | 2025.07.08 01:12:39.950729 [ 276 ] {a996701d-42e6-4675-9911-d6f96faf1476} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2321 | 2025.07.08 01:12:39.950781 [ 276 ] {a996701d-42e6-4675-9911-d6f96faf1476} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2322 | 2025.07.08 01:12:39.950877 [ 276 ] {a996701d-42e6-4675-9911-d6f96faf1476} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
2323 | 2025.07.08 01:12:39.950932 [ 293 ] {a996701d-42e6-4675-9911-d6f96faf1476} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2324 | 2025.07.08 01:12:39.950939 [ 292 ] {a996701d-42e6-4675-9911-d6f96faf1476} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2325 | 2025.07.08 01:12:39.950937 [ 290 ] {a996701d-42e6-4675-9911-d6f96faf1476} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2326 | 2025.07.08 01:12:39.951030 [ 276 ] {a996701d-42e6-4675-9911-d6f96faf1476} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2327 | 2025.07.08 01:12:39.951055 [ 276 ] {a996701d-42e6-4675-9911-d6f96faf1476} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2328 | 2025.07.08 01:12:39.951125 [ 276 ] {a996701d-42e6-4675-9911-d6f96faf1476} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2329 | 2025.07.08 01:12:39.951143 [ 276 ] {a996701d-42e6-4675-9911-d6f96faf1476} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Reading approx. 35 rows with 3 streams | ||
2330 | 2025.07.08 01:12:39.951172 [ 276 ] {a996701d-42e6-4675-9911-d6f96faf1476} <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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2331 | 2025.07.08 01:12:39.951205 [ 276 ] {a996701d-42e6-4675-9911-d6f96faf1476} <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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2332 | 2025.07.08 01:12:39.951236 [ 276 ] {a996701d-42e6-4675-9911-d6f96faf1476} <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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2333 | 2025.07.08 01:12:39.951793 [ 276 ] {a996701d-42e6-4675-9911-d6f96faf1476} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.00157 sec., 22292.993630573248 rows/sec., 858.38 KiB/sec. | ||
2334 | 2025.07.08 01:12:39.951910 [ 276 ] {a996701d-42e6-4675-9911-d6f96faf1476} <Debug> TCPHandler: Processed in 0.001814182 sec. | ||
2335 | 2025.07.08 01:12:39.952125 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2336 | 2025.07.08 01:12:39.952261 [ 276 ] {3cf26c94-00a4-4dad-b451-68f019156e84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2337 | 2025.07.08 01:12:39.952472 [ 276 ] {3cf26c94-00a4-4dad-b451-68f019156e84} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2338 | 2025.07.08 01:12:39.952508 [ 276 ] {3cf26c94-00a4-4dad-b451-68f019156e84} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2339 | 2025.07.08 01:12:39.952709 [ 276 ] {3cf26c94-00a4-4dad-b451-68f019156e84} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2340 | 2025.07.08 01:12:39.952761 [ 276 ] {3cf26c94-00a4-4dad-b451-68f019156e84} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2341 | 2025.07.08 01:12:39.952858 [ 276 ] {3cf26c94-00a4-4dad-b451-68f019156e84} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
2342 | 2025.07.08 01:12:39.952914 [ 288 ] {3cf26c94-00a4-4dad-b451-68f019156e84} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2343 | 2025.07.08 01:12:39.952921 [ 292 ] {3cf26c94-00a4-4dad-b451-68f019156e84} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2344 | 2025.07.08 01:12:39.952920 [ 290 ] {3cf26c94-00a4-4dad-b451-68f019156e84} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2345 | 2025.07.08 01:12:39.953027 [ 276 ] {3cf26c94-00a4-4dad-b451-68f019156e84} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2346 | 2025.07.08 01:12:39.953052 [ 276 ] {3cf26c94-00a4-4dad-b451-68f019156e84} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2347 | 2025.07.08 01:12:39.953118 [ 276 ] {3cf26c94-00a4-4dad-b451-68f019156e84} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2348 | 2025.07.08 01:12:39.953135 [ 276 ] {3cf26c94-00a4-4dad-b451-68f019156e84} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Reading approx. 35 rows with 3 streams | ||
2349 | 2025.07.08 01:12:39.953164 [ 276 ] {3cf26c94-00a4-4dad-b451-68f019156e84} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2350 | 2025.07.08 01:12:39.953275 [ 276 ] {3cf26c94-00a4-4dad-b451-68f019156e84} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2351 | 2025.07.08 01:12:39.953383 [ 276 ] {3cf26c94-00a4-4dad-b451-68f019156e84} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2352 | 2025.07.08 01:12:39.953925 [ 276 ] {3cf26c94-00a4-4dad-b451-68f019156e84} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.001723 sec., 20313.406848520022 rows/sec., 782.16 KiB/sec. | ||
2353 | 2025.07.08 01:12:39.954030 [ 276 ] {3cf26c94-00a4-4dad-b451-68f019156e84} <Debug> TCPHandler: Processed in 0.001955565 sec. | ||
2354 | 2025.07.08 01:12:39.954242 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2355 | 2025.07.08 01:12:39.954377 [ 276 ] {896ece47-65e4-40e3-997c-7b464901877e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2356 | 2025.07.08 01:12:39.954589 [ 276 ] {896ece47-65e4-40e3-997c-7b464901877e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2357 | 2025.07.08 01:12:39.954626 [ 276 ] {896ece47-65e4-40e3-997c-7b464901877e} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2358 | 2025.07.08 01:12:39.954828 [ 276 ] {896ece47-65e4-40e3-997c-7b464901877e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2359 | 2025.07.08 01:12:39.954880 [ 276 ] {896ece47-65e4-40e3-997c-7b464901877e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2360 | 2025.07.08 01:12:39.954976 [ 276 ] {896ece47-65e4-40e3-997c-7b464901877e} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
2361 | 2025.07.08 01:12:39.955034 [ 292 ] {896ece47-65e4-40e3-997c-7b464901877e} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2362 | 2025.07.08 01:12:39.955037 [ 290 ] {896ece47-65e4-40e3-997c-7b464901877e} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2363 | 2025.07.08 01:12:39.955045 [ 288 ] {896ece47-65e4-40e3-997c-7b464901877e} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2364 | 2025.07.08 01:12:39.955153 [ 276 ] {896ece47-65e4-40e3-997c-7b464901877e} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2365 | 2025.07.08 01:12:39.955180 [ 276 ] {896ece47-65e4-40e3-997c-7b464901877e} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2366 | 2025.07.08 01:12:39.955247 [ 276 ] {896ece47-65e4-40e3-997c-7b464901877e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2367 | 2025.07.08 01:12:39.955263 [ 276 ] {896ece47-65e4-40e3-997c-7b464901877e} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Reading approx. 35 rows with 3 streams | ||
2368 | 2025.07.08 01:12:39.955293 [ 276 ] {896ece47-65e4-40e3-997c-7b464901877e} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2369 | 2025.07.08 01:12:39.955323 [ 276 ] {896ece47-65e4-40e3-997c-7b464901877e} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2370 | 2025.07.08 01:12:39.955362 [ 276 ] {896ece47-65e4-40e3-997c-7b464901877e} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2371 | 2025.07.08 01:12:39.955965 [ 276 ] {896ece47-65e4-40e3-997c-7b464901877e} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.001645 sec., 21276.59574468085 rows/sec., 819.24 KiB/sec. | ||
2372 | 2025.07.08 01:12:39.956075 [ 276 ] {896ece47-65e4-40e3-997c-7b464901877e} <Debug> TCPHandler: Processed in 0.001882444 sec. | ||
2373 | 2025.07.08 01:12:39.956295 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2374 | 2025.07.08 01:12:39.956430 [ 276 ] {4f90d9ec-0616-4005-8b09-4b8ee711fdeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2375 | 2025.07.08 01:12:39.956641 [ 276 ] {4f90d9ec-0616-4005-8b09-4b8ee711fdeb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2376 | 2025.07.08 01:12:39.956677 [ 276 ] {4f90d9ec-0616-4005-8b09-4b8ee711fdeb} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2377 | 2025.07.08 01:12:39.956884 [ 276 ] {4f90d9ec-0616-4005-8b09-4b8ee711fdeb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2378 | 2025.07.08 01:12:39.956936 [ 276 ] {4f90d9ec-0616-4005-8b09-4b8ee711fdeb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2379 | 2025.07.08 01:12:39.957032 [ 276 ] {4f90d9ec-0616-4005-8b09-4b8ee711fdeb} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
2380 | 2025.07.08 01:12:39.957088 [ 290 ] {4f90d9ec-0616-4005-8b09-4b8ee711fdeb} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2381 | 2025.07.08 01:12:39.957108 [ 293 ] {4f90d9ec-0616-4005-8b09-4b8ee711fdeb} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2382 | 2025.07.08 01:12:39.957100 [ 288 ] {4f90d9ec-0616-4005-8b09-4b8ee711fdeb} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2383 | 2025.07.08 01:12:39.957206 [ 276 ] {4f90d9ec-0616-4005-8b09-4b8ee711fdeb} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2384 | 2025.07.08 01:12:39.957231 [ 276 ] {4f90d9ec-0616-4005-8b09-4b8ee711fdeb} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2385 | 2025.07.08 01:12:39.957297 [ 276 ] {4f90d9ec-0616-4005-8b09-4b8ee711fdeb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2386 | 2025.07.08 01:12:39.957314 [ 276 ] {4f90d9ec-0616-4005-8b09-4b8ee711fdeb} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Reading approx. 35 rows with 3 streams | ||
2387 | 2025.07.08 01:12:39.957343 [ 276 ] {4f90d9ec-0616-4005-8b09-4b8ee711fdeb} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2388 | 2025.07.08 01:12:39.957373 [ 276 ] {4f90d9ec-0616-4005-8b09-4b8ee711fdeb} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2389 | 2025.07.08 01:12:39.957408 [ 276 ] {4f90d9ec-0616-4005-8b09-4b8ee711fdeb} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2390 | 2025.07.08 01:12:39.957985 [ 276 ] {4f90d9ec-0616-4005-8b09-4b8ee711fdeb} <Debug> executeQuery: Read 35 rows, 1.35 KiB in 0.001611 sec., 21725.636250775915 rows/sec., 836.53 KiB/sec. | ||
2391 | 2025.07.08 01:12:39.958107 [ 276 ] {4f90d9ec-0616-4005-8b09-4b8ee711fdeb} <Debug> TCPHandler: Processed in 0.001860813 sec. | ||
2392 | 2025.07.08 01:12:39.973550 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2393 | 2025.07.08 01:12:39.973661 [ 276 ] {3b1ed1e7-0bf5-4927-98cd-83d5b257a912} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
2394 | 2025.07.08 01:12:39.973703 [ 276 ] {3b1ed1e7-0bf5-4927-98cd-83d5b257a912} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2395 | 2025.07.08 01:12:39.974291 [ 276 ] {3b1ed1e7-0bf5-4927-98cd-83d5b257a912} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2396 | 2025.07.08 01:12:39.974332 [ 276 ] {3b1ed1e7-0bf5-4927-98cd-83d5b257a912} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2397 | 2025.07.08 01:12:39.974805 [ 276 ] {3b1ed1e7-0bf5-4927-98cd-83d5b257a912} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2398 | 2025.07.08 01:12:39.974995 [ 276 ] {3b1ed1e7-0bf5-4927-98cd-83d5b257a912} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2399 | 2025.07.08 01:12:39.975135 [ 276 ] {3b1ed1e7-0bf5-4927-98cd-83d5b257a912} <Debug> executeQuery: Read 7 rows, 3.07 KiB in 0.001505 sec., 4651.162790697675 rows/sec., 1.99 MiB/sec. | ||
2400 | 2025.07.08 01:12:39.975174 [ 276 ] {3b1ed1e7-0bf5-4927-98cd-83d5b257a912} <Debug> TCPHandler: Processed in 0.001675019 sec. | ||
2401 | 2025.07.08 01:12:39.975301 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2402 | 2025.07.08 01:12:39.975396 [ 276 ] {0c4455f3-4aa1-4e25-9223-85b13f5025ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
2403 | 2025.07.08 01:12:39.975437 [ 276 ] {0c4455f3-4aa1-4e25-9223-85b13f5025ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
2404 | 2025.07.08 01:12:39.975857 [ 276 ] {0c4455f3-4aa1-4e25-9223-85b13f5025ab} <Trace> oximeter.fields_i16 (dbc30c45-46e6-4cfb-a480-63848dccbbb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2405 | 2025.07.08 01:12:39.975894 [ 276 ] {0c4455f3-4aa1-4e25-9223-85b13f5025ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2406 | 2025.07.08 01:12:39.976188 [ 276 ] {0c4455f3-4aa1-4e25-9223-85b13f5025ab} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2407 | 2025.07.08 01:12:39.976395 [ 276 ] {0c4455f3-4aa1-4e25-9223-85b13f5025ab} <Trace> oximeter.fields_i16 (dbc30c45-46e6-4cfb-a480-63848dccbbb9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2408 | 2025.07.08 01:12:39.976517 [ 276 ] {0c4455f3-4aa1-4e25-9223-85b13f5025ab} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00114 sec., 21052.63157894737 rows/sec., 1.75 MiB/sec. | ||
2409 | 2025.07.08 01:12:39.976554 [ 276 ] {0c4455f3-4aa1-4e25-9223-85b13f5025ab} <Debug> TCPHandler: Processed in 0.001302583 sec. | ||
2410 | 2025.07.08 01:12:39.976666 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2411 | 2025.07.08 01:12:39.976759 [ 276 ] {d92df245-a15d-49f6-b784-85d3c293dcc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
2412 | 2025.07.08 01:12:39.976798 [ 276 ] {d92df245-a15d-49f6-b784-85d3c293dcc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2413 | 2025.07.08 01:12:39.977181 [ 276 ] {d92df245-a15d-49f6-b784-85d3c293dcc3} <Trace> oximeter.fields_ipaddr (d5152c3e-de89-4e55-974b-3e6b5ff2d5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2414 | 2025.07.08 01:12:39.977217 [ 276 ] {d92df245-a15d-49f6-b784-85d3c293dcc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2415 | 2025.07.08 01:12:39.977492 [ 276 ] {d92df245-a15d-49f6-b784-85d3c293dcc3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2416 | 2025.07.08 01:12:39.977698 [ 276 ] {d92df245-a15d-49f6-b784-85d3c293dcc3} <Trace> oximeter.fields_ipaddr (d5152c3e-de89-4e55-974b-3e6b5ff2d5cc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2417 | 2025.07.08 01:12:39.977818 [ 276 ] {d92df245-a15d-49f6-b784-85d3c293dcc3} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001078 sec., 7421.150278293136 rows/sec., 605.14 KiB/sec. | ||
2418 | 2025.07.08 01:12:39.977856 [ 276 ] {d92df245-a15d-49f6-b784-85d3c293dcc3} <Debug> TCPHandler: Processed in 0.001238092 sec. | ||
2419 | 2025.07.08 01:12:39.977954 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2420 | 2025.07.08 01:12:39.978045 [ 276 ] {adce1732-0ed2-4581-a405-b520e4721b6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2421 | 2025.07.08 01:12:39.978083 [ 276 ] {adce1732-0ed2-4581-a405-b520e4721b6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2422 | 2025.07.08 01:12:39.978560 [ 276 ] {adce1732-0ed2-4581-a405-b520e4721b6e} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2423 | 2025.07.08 01:12:39.978596 [ 276 ] {adce1732-0ed2-4581-a405-b520e4721b6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2424 | 2025.07.08 01:12:39.978923 [ 276 ] {adce1732-0ed2-4581-a405-b520e4721b6e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2425 | 2025.07.08 01:12:39.979131 [ 276 ] {adce1732-0ed2-4581-a405-b520e4721b6e} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2426 | 2025.07.08 01:12:39.979253 [ 276 ] {adce1732-0ed2-4581-a405-b520e4721b6e} <Debug> executeQuery: Read 198 rows, 17.89 KiB in 0.001225 sec., 161632.6530612245 rows/sec., 14.26 MiB/sec. | ||
2427 | 2025.07.08 01:12:39.979289 [ 276 ] {adce1732-0ed2-4581-a405-b520e4721b6e} <Debug> TCPHandler: Processed in 0.001383304 sec. | ||
2428 | 2025.07.08 01:12:39.979398 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2429 | 2025.07.08 01:12:39.979490 [ 276 ] {5f31ef38-64b3-4bf3-add8-658df3c89806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2430 | 2025.07.08 01:12:39.979528 [ 276 ] {5f31ef38-64b3-4bf3-add8-658df3c89806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2431 | 2025.07.08 01:12:39.979913 [ 276 ] {5f31ef38-64b3-4bf3-add8-658df3c89806} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2432 | 2025.07.08 01:12:39.979948 [ 276 ] {5f31ef38-64b3-4bf3-add8-658df3c89806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2433 | 2025.07.08 01:12:39.980230 [ 276 ] {5f31ef38-64b3-4bf3-add8-658df3c89806} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2434 | 2025.07.08 01:12:39.980433 [ 276 ] {5f31ef38-64b3-4bf3-add8-658df3c89806} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2435 | 2025.07.08 01:12:39.980554 [ 276 ] {5f31ef38-64b3-4bf3-add8-658df3c89806} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001082 sec., 26802.218114602587 rows/sec., 1.98 MiB/sec. | ||
2436 | 2025.07.08 01:12:39.980591 [ 276 ] {5f31ef38-64b3-4bf3-add8-658df3c89806} <Debug> TCPHandler: Processed in 0.001242452 sec. | ||
2437 | 2025.07.08 01:12:39.980708 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2438 | 2025.07.08 01:12:39.980801 [ 276 ] {f31afee6-bc3b-403d-bd32-8a445c52bb14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2439 | 2025.07.08 01:12:39.980839 [ 276 ] {f31afee6-bc3b-403d-bd32-8a445c52bb14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2440 | 2025.07.08 01:12:39.981268 [ 276 ] {f31afee6-bc3b-403d-bd32-8a445c52bb14} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2441 | 2025.07.08 01:12:39.981314 [ 276 ] {f31afee6-bc3b-403d-bd32-8a445c52bb14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2442 | 2025.07.08 01:12:39.981690 [ 276 ] {f31afee6-bc3b-403d-bd32-8a445c52bb14} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2443 | 2025.07.08 01:12:39.981942 [ 276 ] {f31afee6-bc3b-403d-bd32-8a445c52bb14} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2444 | 2025.07.08 01:12:39.982102 [ 276 ] {f31afee6-bc3b-403d-bd32-8a445c52bb14} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001316 sec., 18237.0820668693 rows/sec., 1.51 MiB/sec. | ||
2445 | 2025.07.08 01:12:39.982149 [ 276 ] {f31afee6-bc3b-403d-bd32-8a445c52bb14} <Debug> TCPHandler: Processed in 0.001489156 sec. | ||
2446 | 2025.07.08 01:12:39.982254 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2447 | 2025.07.08 01:12:39.982349 [ 276 ] {b1111b2f-8f1b-4b41-a763-e35873e3be41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
2448 | 2025.07.08 01:12:39.982387 [ 276 ] {b1111b2f-8f1b-4b41-a763-e35873e3be41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2449 | 2025.07.08 01:12:39.982778 [ 276 ] {b1111b2f-8f1b-4b41-a763-e35873e3be41} <Trace> oximeter.fields_u8 (eb4decb7-5820-449c-aa1f-b1383ebf2f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2450 | 2025.07.08 01:12:39.982813 [ 276 ] {b1111b2f-8f1b-4b41-a763-e35873e3be41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2451 | 2025.07.08 01:12:39.983092 [ 276 ] {b1111b2f-8f1b-4b41-a763-e35873e3be41} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2452 | 2025.07.08 01:12:39.983308 [ 276 ] {b1111b2f-8f1b-4b41-a763-e35873e3be41} <Trace> oximeter.fields_u8 (eb4decb7-5820-449c-aa1f-b1383ebf2f5b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2453 | 2025.07.08 01:12:39.983429 [ 276 ] {b1111b2f-8f1b-4b41-a763-e35873e3be41} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001098 sec., 10928.96174863388 rows/sec., 853.83 KiB/sec. | ||
2454 | 2025.07.08 01:12:39.983466 [ 276 ] {b1111b2f-8f1b-4b41-a763-e35873e3be41} <Debug> TCPHandler: Processed in 0.001260002 sec. | ||
2455 | 2025.07.08 01:12:39.983581 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2456 | 2025.07.08 01:12:39.983698 [ 276 ] {6011c61a-2299-4f23-9cfd-7fe891b09a4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2457 | 2025.07.08 01:12:39.983745 [ 276 ] {6011c61a-2299-4f23-9cfd-7fe891b09a4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2458 | 2025.07.08 01:12:39.984272 [ 276 ] {6011c61a-2299-4f23-9cfd-7fe891b09a4d} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2459 | 2025.07.08 01:12:39.984313 [ 276 ] {6011c61a-2299-4f23-9cfd-7fe891b09a4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2460 | 2025.07.08 01:12:39.984626 [ 276 ] {6011c61a-2299-4f23-9cfd-7fe891b09a4d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2461 | 2025.07.08 01:12:39.984831 [ 276 ] {6011c61a-2299-4f23-9cfd-7fe891b09a4d} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2462 | 2025.07.08 01:12:39.984956 [ 276 ] {6011c61a-2299-4f23-9cfd-7fe891b09a4d} <Debug> executeQuery: Read 117 rows, 9.75 KiB in 0.001282 sec., 91263.65054602185 rows/sec., 7.42 MiB/sec. | ||
2463 | 2025.07.08 01:12:39.984993 [ 276 ] {6011c61a-2299-4f23-9cfd-7fe891b09a4d} <Debug> TCPHandler: Processed in 0.001471696 sec. | ||
2464 | 2025.07.08 01:12:39.985103 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2465 | 2025.07.08 01:12:39.985196 [ 276 ] {b8068134-25f0-4495-846b-85f5e17c91e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2466 | 2025.07.08 01:12:39.985238 [ 276 ] {b8068134-25f0-4495-846b-85f5e17c91e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2467 | 2025.07.08 01:12:39.985702 [ 276 ] {b8068134-25f0-4495-846b-85f5e17c91e1} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2468 | 2025.07.08 01:12:39.985738 [ 276 ] {b8068134-25f0-4495-846b-85f5e17c91e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2469 | 2025.07.08 01:12:39.986123 [ 276 ] {b8068134-25f0-4495-846b-85f5e17c91e1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2470 | 2025.07.08 01:12:39.986329 [ 276 ] {b8068134-25f0-4495-846b-85f5e17c91e1} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2471 | 2025.07.08 01:12:39.986454 [ 276 ] {b8068134-25f0-4495-846b-85f5e17c91e1} <Debug> executeQuery: Read 392 rows, 30.62 KiB in 0.001276 sec., 307210.0313479624 rows/sec., 23.43 MiB/sec. | ||
2472 | 2025.07.08 01:12:39.986490 [ 276 ] {b8068134-25f0-4495-846b-85f5e17c91e1} <Debug> TCPHandler: Processed in 0.001435376 sec. | ||
2473 | 2025.07.08 01:12:39.986591 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2474 | 2025.07.08 01:12:39.986684 [ 276 ] {25103b21-6d59-4dea-8f4f-705e9eb3e469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2475 | 2025.07.08 01:12:39.986736 [ 276 ] {25103b21-6d59-4dea-8f4f-705e9eb3e469} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2476 | 2025.07.08 01:12:39.987438 [ 276 ] {25103b21-6d59-4dea-8f4f-705e9eb3e469} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2477 | 2025.07.08 01:12:39.987474 [ 276 ] {25103b21-6d59-4dea-8f4f-705e9eb3e469} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2478 | 2025.07.08 01:12:39.987984 [ 276 ] {25103b21-6d59-4dea-8f4f-705e9eb3e469} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2479 | 2025.07.08 01:12:39.988198 [ 276 ] {25103b21-6d59-4dea-8f4f-705e9eb3e469} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2480 | 2025.07.08 01:12:39.988327 [ 276 ] {25103b21-6d59-4dea-8f4f-705e9eb3e469} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001662 sec., 5415.162454873646 rows/sec., 9.70 MiB/sec. | ||
2481 | 2025.07.08 01:12:39.988378 [ 276 ] {25103b21-6d59-4dea-8f4f-705e9eb3e469} <Debug> TCPHandler: Processed in 0.001834552 sec. | ||
2482 | 2025.07.08 01:12:39.988490 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2483 | 2025.07.08 01:12:39.988584 [ 276 ] {f2d8e176-904a-4b02-916c-258bec1ffe20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2484 | 2025.07.08 01:12:39.988624 [ 276 ] {f2d8e176-904a-4b02-916c-258bec1ffe20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2485 | 2025.07.08 01:12:39.988968 [ 276 ] {f2d8e176-904a-4b02-916c-258bec1ffe20} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2486 | 2025.07.08 01:12:39.989003 [ 276 ] {f2d8e176-904a-4b02-916c-258bec1ffe20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2487 | 2025.07.08 01:12:39.989307 [ 276 ] {f2d8e176-904a-4b02-916c-258bec1ffe20} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2488 | 2025.07.08 01:12:39.989509 [ 276 ] {f2d8e176-904a-4b02-916c-258bec1ffe20} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2489 | 2025.07.08 01:12:39.989633 [ 276 ] {f2d8e176-904a-4b02-916c-258bec1ffe20} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. | ||
2490 | 2025.07.08 01:12:39.989668 [ 276 ] {f2d8e176-904a-4b02-916c-258bec1ffe20} <Debug> TCPHandler: Processed in 0.001226631 sec. | ||
2491 | 2025.07.08 01:12:44.950050 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2492 | 2025.07.08 01:12:44.950273 [ 276 ] {83185552-fd88-48eb-becf-15601160ed6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2493 | 2025.07.08 01:12:44.950347 [ 276 ] {83185552-fd88-48eb-becf-15601160ed6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2494 | 2025.07.08 01:12:44.951100 [ 276 ] {83185552-fd88-48eb-becf-15601160ed6d} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2495 | 2025.07.08 01:12:44.951143 [ 276 ] {83185552-fd88-48eb-becf-15601160ed6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2496 | 2025.07.08 01:12:44.951544 [ 276 ] {83185552-fd88-48eb-becf-15601160ed6d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2497 | 2025.07.08 01:12:44.951783 [ 276 ] {83185552-fd88-48eb-becf-15601160ed6d} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2498 | 2025.07.08 01:12:44.951945 [ 276 ] {83185552-fd88-48eb-becf-15601160ed6d} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.001723 sec., 69645.96633778294 rows/sec., 5.90 MiB/sec. | ||
2499 | 2025.07.08 01:12:44.951996 [ 276 ] {83185552-fd88-48eb-becf-15601160ed6d} <Debug> TCPHandler: Processed in 0.002072367 sec. | ||
2500 | 2025.07.08 01:12:44.952130 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2501 | 2025.07.08 01:12:44.952234 [ 276 ] {075ccfca-876e-4e5b-8bb1-66184fd2372d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2502 | 2025.07.08 01:12:44.952276 [ 276 ] {075ccfca-876e-4e5b-8bb1-66184fd2372d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2503 | 2025.07.08 01:12:44.952724 [ 276 ] {075ccfca-876e-4e5b-8bb1-66184fd2372d} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2504 | 2025.07.08 01:12:44.952761 [ 276 ] {075ccfca-876e-4e5b-8bb1-66184fd2372d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2505 | 2025.07.08 01:12:44.953080 [ 276 ] {075ccfca-876e-4e5b-8bb1-66184fd2372d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2506 | 2025.07.08 01:12:44.953293 [ 276 ] {075ccfca-876e-4e5b-8bb1-66184fd2372d} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2507 | 2025.07.08 01:12:44.953421 [ 148 ] {} <Debug> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2508 | 2025.07.08 01:12:44.953435 [ 276 ] {075ccfca-876e-4e5b-8bb1-66184fd2372d} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001225 sec., 26122.448979591838 rows/sec., 1.92 MiB/sec. | ||
2509 | 2025.07.08 01:12:44.953495 [ 148 ] {} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2510 | 2025.07.08 01:12:44.953503 [ 276 ] {075ccfca-876e-4e5b-8bb1-66184fd2372d} <Debug> TCPHandler: Processed in 0.001425355 sec. | ||
2511 | 2025.07.08 01:12:44.953530 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2512 | 2025.07.08 01:12:44.953635 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2513 | 2025.07.08 01:12:44.953656 [ 190 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::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 | ||
2514 | 2025.07.08 01:12:44.953756 [ 276 ] {861335f6-68d3-4bd6-aacd-44282ae49647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2515 | 2025.07.08 01:12:44.953818 [ 276 ] {861335f6-68d3-4bd6-aacd-44282ae49647} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2516 | 2025.07.08 01:12:44.953821 [ 190 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2517 | 2025.07.08 01:12:44.953872 [ 190 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 143 rows starting from the beginning of the part | ||
2518 | 2025.07.08 01:12:44.953970 [ 190 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part | ||
2519 | 2025.07.08 01:12:44.954026 [ 190 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 9 rows starting from the beginning of the part | ||
2520 | 2025.07.08 01:12:44.954072 [ 190 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 31 rows starting from the beginning of the part | ||
2521 | 2025.07.08 01:12:44.954132 [ 190 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 29 rows starting from the beginning of the part | ||
2522 | 2025.07.08 01:12:44.954176 [ 190 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 32 rows starting from the beginning of the part | ||
2523 | 2025.07.08 01:12:44.954325 [ 276 ] {861335f6-68d3-4bd6-aacd-44282ae49647} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2524 | 2025.07.08 01:12:44.954368 [ 276 ] {861335f6-68d3-4bd6-aacd-44282ae49647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2525 | 2025.07.08 01:12:44.954799 [ 276 ] {861335f6-68d3-4bd6-aacd-44282ae49647} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2526 | 2025.07.08 01:12:44.955026 [ 276 ] {861335f6-68d3-4bd6-aacd-44282ae49647} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2527 | 2025.07.08 01:12:44.955160 [ 199 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.001559048 sec., 174465.44301394184 rows/sec., 12.49 MiB/sec. | ||
2528 | 2025.07.08 01:12:44.955162 [ 276 ] {861335f6-68d3-4bd6-aacd-44282ae49647} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001436 sec., 66852.36768802228 rows/sec., 5.22 MiB/sec. | ||
2529 | 2025.07.08 01:12:44.955216 [ 276 ] {861335f6-68d3-4bd6-aacd-44282ae49647} <Debug> TCPHandler: Processed in 0.001631369 sec. | ||
2530 | 2025.07.08 01:12:44.955316 [ 191 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2531 | 2025.07.08 01:12:44.955331 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2532 | 2025.07.08 01:12:44.955426 [ 276 ] {9b538b7f-c605-4b88-92f6-bb0270dfbc38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2533 | 2025.07.08 01:12:44.955471 [ 276 ] {9b538b7f-c605-4b88-92f6-bb0270dfbc38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2534 | 2025.07.08 01:12:44.955580 [ 191 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_11_2} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2535 | 2025.07.08 01:12:44.955650 [ 191 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_11_2} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2536 | 2025.07.08 01:12:44.955729 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
2537 | 2025.07.08 01:12:44.955874 [ 276 ] {9b538b7f-c605-4b88-92f6-bb0270dfbc38} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2538 | 2025.07.08 01:12:44.955909 [ 276 ] {9b538b7f-c605-4b88-92f6-bb0270dfbc38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2539 | 2025.07.08 01:12:44.956230 [ 276 ] {9b538b7f-c605-4b88-92f6-bb0270dfbc38} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2540 | 2025.07.08 01:12:44.956433 [ 276 ] {9b538b7f-c605-4b88-92f6-bb0270dfbc38} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2541 | 2025.07.08 01:12:44.956559 [ 276 ] {9b538b7f-c605-4b88-92f6-bb0270dfbc38} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001152 sec., 138888.88888888888 rows/sec., 9.67 MiB/sec. | ||
2542 | 2025.07.08 01:12:44.956596 [ 276 ] {9b538b7f-c605-4b88-92f6-bb0270dfbc38} <Debug> TCPHandler: Processed in 0.001315063 sec. | ||
2543 | 2025.07.08 01:12:44.956704 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2544 | 2025.07.08 01:12:44.956798 [ 276 ] {b67687a4-95e8-48cc-8394-9b3e715dfe9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2545 | 2025.07.08 01:12:44.956852 [ 276 ] {b67687a4-95e8-48cc-8394-9b3e715dfe9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2546 | 2025.07.08 01:12:44.957615 [ 276 ] {b67687a4-95e8-48cc-8394-9b3e715dfe9a} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2547 | 2025.07.08 01:12:44.957651 [ 276 ] {b67687a4-95e8-48cc-8394-9b3e715dfe9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2548 | 2025.07.08 01:12:44.958184 [ 276 ] {b67687a4-95e8-48cc-8394-9b3e715dfe9a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2549 | 2025.07.08 01:12:44.958411 [ 276 ] {b67687a4-95e8-48cc-8394-9b3e715dfe9a} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2550 | 2025.07.08 01:12:44.958523 [ 148 ] {} <Debug> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2551 | 2025.07.08 01:12:44.958545 [ 276 ] {b67687a4-95e8-48cc-8394-9b3e715dfe9a} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001766 sec., 18120.045300113252 rows/sec., 32.47 MiB/sec. | ||
2552 | 2025.07.08 01:12:44.958565 [ 148 ] {} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2553 | 2025.07.08 01:12:44.958589 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2554 | 2025.07.08 01:12:44.958600 [ 276 ] {b67687a4-95e8-48cc-8394-9b3e715dfe9a} <Debug> TCPHandler: Processed in 0.001944895 sec. | ||
2555 | 2025.07.08 01:12:44.958665 [ 187 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::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 | ||
2556 | 2025.07.08 01:12:44.958723 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2557 | 2025.07.08 01:12:44.958818 [ 276 ] {36573747-3027-4016-ad4f-80a447f0eb32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2558 | 2025.07.08 01:12:44.958838 [ 187 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2559 | 2025.07.08 01:12:44.958859 [ 276 ] {36573747-3027-4016-ad4f-80a447f0eb32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2560 | 2025.07.08 01:12:44.958884 [ 187 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 92 rows starting from the beginning of the part | ||
2561 | 2025.07.08 01:12:44.958990 [ 187 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part | ||
2562 | 2025.07.08 01:12:44.959089 [ 187 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 9 rows starting from the beginning of the part | ||
2563 | 2025.07.08 01:12:44.959199 [ 276 ] {36573747-3027-4016-ad4f-80a447f0eb32} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2564 | 2025.07.08 01:12:44.959202 [ 187 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 31 rows starting from the beginning of the part | ||
2565 | 2025.07.08 01:12:44.959236 [ 276 ] {36573747-3027-4016-ad4f-80a447f0eb32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2566 | 2025.07.08 01:12:44.959312 [ 187 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 9 rows starting from the beginning of the part | ||
2567 | 2025.07.08 01:12:44.959404 [ 187 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 32 rows starting from the beginning of the part | ||
2568 | 2025.07.08 01:12:44.959548 [ 276 ] {36573747-3027-4016-ad4f-80a447f0eb32} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2569 | 2025.07.08 01:12:44.959760 [ 276 ] {36573747-3027-4016-ad4f-80a447f0eb32} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2570 | 2025.07.08 01:12:44.959892 [ 276 ] {36573747-3027-4016-ad4f-80a447f0eb32} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. | ||
2571 | 2025.07.08 01:12:44.959929 [ 276 ] {36573747-3027-4016-ad4f-80a447f0eb32} <Debug> TCPHandler: Processed in 0.001255122 sec. | ||
2572 | 2025.07.08 01:12:44.966569 [ 199 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 201 rows, containing 19 columns (19 merged, 0 gathered) in 0.007937351 sec., 25323.310006071293 rows/sec., 45.38 MiB/sec. | ||
2573 | 2025.07.08 01:12:44.966994 [ 187 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2574 | 2025.07.08 01:12:44.967317 [ 187 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2575 | 2025.07.08 01:12:44.967388 [ 187 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2576 | 2025.07.08 01:12:44.967482 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. | ||
2577 | 2025.07.08 01:12:45.833516 [ 152 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2578 | 2025.07.08 01:12:45.833565 [ 152 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2579 | 2025.07.08 01:12:45.899800 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 | ||
2580 | 2025.07.08 01:12:45.900306 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2581 | 2025.07.08 01:12:45.900353 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2582 | 2025.07.08 01:12:45.900862 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2583 | 2025.07.08 01:12:45.901126 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2584 | 2025.07.08 01:12:45.901259 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
2585 | 2025.07.08 01:12:45.905558 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 376 | ||
2586 | 2025.07.08 01:12:45.908284 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2587 | 2025.07.08 01:12:45.908340 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2588 | 2025.07.08 01:12:45.909596 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2589 | 2025.07.08 01:12:45.909888 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2590 | 2025.07.08 01:12:45.910231 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 376 | ||
2591 | 2025.07.08 01:12:46.199468 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
2592 | 2025.07.08 01:12:46.217276 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2593 | 2025.07.08 01:12:46.217323 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2594 | 2025.07.08 01:12:46.222821 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2595 | 2025.07.08 01:12:46.223486 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2596 | 2025.07.08 01:12:46.226325 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
2597 | 2025.07.08 01:12:49.949126 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2598 | 2025.07.08 01:12:49.949338 [ 276 ] {3e05dbaa-57ac-4162-8b2a-dc4c14ca0099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2599 | 2025.07.08 01:12:49.949409 [ 276 ] {3e05dbaa-57ac-4162-8b2a-dc4c14ca0099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2600 | 2025.07.08 01:12:49.950062 [ 276 ] {3e05dbaa-57ac-4162-8b2a-dc4c14ca0099} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2601 | 2025.07.08 01:12:49.950106 [ 276 ] {3e05dbaa-57ac-4162-8b2a-dc4c14ca0099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2602 | 2025.07.08 01:12:49.950486 [ 276 ] {3e05dbaa-57ac-4162-8b2a-dc4c14ca0099} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2603 | 2025.07.08 01:12:49.950706 [ 276 ] {3e05dbaa-57ac-4162-8b2a-dc4c14ca0099} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2604 | 2025.07.08 01:12:49.950848 [ 276 ] {3e05dbaa-57ac-4162-8b2a-dc4c14ca0099} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001565 sec., 47284.34504792332 rows/sec., 3.85 MiB/sec. | ||
2605 | 2025.07.08 01:12:49.950889 [ 276 ] {3e05dbaa-57ac-4162-8b2a-dc4c14ca0099} <Debug> TCPHandler: Processed in 0.001899394 sec. | ||
2606 | 2025.07.08 01:12:49.951011 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2607 | 2025.07.08 01:12:49.951105 [ 276 ] {1ba5ea83-d575-400f-b9c9-3d9b8f95776c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2608 | 2025.07.08 01:12:49.951149 [ 276 ] {1ba5ea83-d575-400f-b9c9-3d9b8f95776c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2609 | 2025.07.08 01:12:49.951543 [ 276 ] {1ba5ea83-d575-400f-b9c9-3d9b8f95776c} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2610 | 2025.07.08 01:12:49.951579 [ 276 ] {1ba5ea83-d575-400f-b9c9-3d9b8f95776c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2611 | 2025.07.08 01:12:49.951869 [ 276 ] {1ba5ea83-d575-400f-b9c9-3d9b8f95776c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2612 | 2025.07.08 01:12:49.952097 [ 276 ] {1ba5ea83-d575-400f-b9c9-3d9b8f95776c} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2613 | 2025.07.08 01:12:49.952223 [ 276 ] {1ba5ea83-d575-400f-b9c9-3d9b8f95776c} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001138 sec., 7908.611599297013 rows/sec., 594.69 KiB/sec. | ||
2614 | 2025.07.08 01:12:49.952261 [ 276 ] {1ba5ea83-d575-400f-b9c9-3d9b8f95776c} <Debug> TCPHandler: Processed in 0.001298363 sec. | ||
2615 | 2025.07.08 01:12:49.952367 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2616 | 2025.07.08 01:12:49.952461 [ 276 ] {2d8671b2-83a9-4edc-afd2-fa9414d15384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2617 | 2025.07.08 01:12:49.952500 [ 276 ] {2d8671b2-83a9-4edc-afd2-fa9414d15384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2618 | 2025.07.08 01:12:49.952911 [ 276 ] {2d8671b2-83a9-4edc-afd2-fa9414d15384} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2619 | 2025.07.08 01:12:49.952947 [ 276 ] {2d8671b2-83a9-4edc-afd2-fa9414d15384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2620 | 2025.07.08 01:12:49.953246 [ 276 ] {2d8671b2-83a9-4edc-afd2-fa9414d15384} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2621 | 2025.07.08 01:12:49.953454 [ 276 ] {2d8671b2-83a9-4edc-afd2-fa9414d15384} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2622 | 2025.07.08 01:12:49.953577 [ 276 ] {2d8671b2-83a9-4edc-afd2-fa9414d15384} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001135 sec., 64317.180616740094 rows/sec., 5.02 MiB/sec. | ||
2623 | 2025.07.08 01:12:49.953614 [ 276 ] {2d8671b2-83a9-4edc-afd2-fa9414d15384} <Debug> TCPHandler: Processed in 0.001294593 sec. | ||
2624 | 2025.07.08 01:12:49.953739 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2625 | 2025.07.08 01:12:49.953832 [ 276 ] {60597fcf-20fa-4674-aeb2-e854a60da9f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2626 | 2025.07.08 01:12:49.953875 [ 276 ] {60597fcf-20fa-4674-aeb2-e854a60da9f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2627 | 2025.07.08 01:12:49.954288 [ 276 ] {60597fcf-20fa-4674-aeb2-e854a60da9f9} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2628 | 2025.07.08 01:12:49.954325 [ 276 ] {60597fcf-20fa-4674-aeb2-e854a60da9f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2629 | 2025.07.08 01:12:49.954650 [ 276 ] {60597fcf-20fa-4674-aeb2-e854a60da9f9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2630 | 2025.07.08 01:12:49.954854 [ 276 ] {60597fcf-20fa-4674-aeb2-e854a60da9f9} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2631 | 2025.07.08 01:12:49.954977 [ 276 ] {60597fcf-20fa-4674-aeb2-e854a60da9f9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001164 sec., 137457.0446735395 rows/sec., 9.57 MiB/sec. | ||
2632 | 2025.07.08 01:12:49.955013 [ 276 ] {60597fcf-20fa-4674-aeb2-e854a60da9f9} <Debug> TCPHandler: Processed in 0.001323274 sec. | ||
2633 | 2025.07.08 01:12:49.955116 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2634 | 2025.07.08 01:12:49.955211 [ 276 ] {b23f3c45-ab69-48b0-a3e6-51c1e320a33f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2635 | 2025.07.08 01:12:49.955264 [ 276 ] {b23f3c45-ab69-48b0-a3e6-51c1e320a33f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2636 | 2025.07.08 01:12:49.955961 [ 276 ] {b23f3c45-ab69-48b0-a3e6-51c1e320a33f} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2637 | 2025.07.08 01:12:49.955999 [ 276 ] {b23f3c45-ab69-48b0-a3e6-51c1e320a33f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2638 | 2025.07.08 01:12:49.956491 [ 276 ] {b23f3c45-ab69-48b0-a3e6-51c1e320a33f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2639 | 2025.07.08 01:12:49.956716 [ 276 ] {b23f3c45-ab69-48b0-a3e6-51c1e320a33f} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2640 | 2025.07.08 01:12:49.956849 [ 276 ] {b23f3c45-ab69-48b0-a3e6-51c1e320a33f} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001656 sec., 5434.782608695652 rows/sec., 9.74 MiB/sec. | ||
2641 | 2025.07.08 01:12:49.956900 [ 276 ] {b23f3c45-ab69-48b0-a3e6-51c1e320a33f} <Debug> TCPHandler: Processed in 0.001832132 sec. | ||
2642 | 2025.07.08 01:12:49.957013 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2643 | 2025.07.08 01:12:49.957108 [ 276 ] {3ca5fa09-68e8-40f3-aef9-8c7c83887946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2644 | 2025.07.08 01:12:49.957149 [ 276 ] {3ca5fa09-68e8-40f3-aef9-8c7c83887946} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2645 | 2025.07.08 01:12:49.957481 [ 276 ] {3ca5fa09-68e8-40f3-aef9-8c7c83887946} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2646 | 2025.07.08 01:12:49.957517 [ 276 ] {3ca5fa09-68e8-40f3-aef9-8c7c83887946} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2647 | 2025.07.08 01:12:49.957809 [ 276 ] {3ca5fa09-68e8-40f3-aef9-8c7c83887946} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2648 | 2025.07.08 01:12:49.958012 [ 276 ] {3ca5fa09-68e8-40f3-aef9-8c7c83887946} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2649 | 2025.07.08 01:12:49.958138 [ 276 ] {3ca5fa09-68e8-40f3-aef9-8c7c83887946} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001049 sec., 57197.33079122974 rows/sec., 3.85 MiB/sec. | ||
2650 | 2025.07.08 01:12:49.958174 [ 276 ] {3ca5fa09-68e8-40f3-aef9-8c7c83887946} <Debug> TCPHandler: Processed in 0.001209952 sec. | ||
2651 | 2025.07.08 01:12:50.004004 [ 149 ] {} <Debug> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2652 | 2025.07.08 01:12:50.004069 [ 149 ] {} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2653 | 2025.07.08 01:12:50.004089 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2654 | 2025.07.08 01:12:50.004177 [ 191 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::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 | ||
2655 | 2025.07.08 01:12:50.004277 [ 191 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2656 | 2025.07.08 01:12:50.004305 [ 191 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 113 rows starting from the beginning of the part | ||
2657 | 2025.07.08 01:12:50.004361 [ 191 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 113 rows starting from the beginning of the part | ||
2658 | 2025.07.08 01:12:50.004403 [ 191 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::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 | ||
2659 | 2025.07.08 01:12:50.004445 [ 191 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::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 | ||
2660 | 2025.07.08 01:12:50.004492 [ 191 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
2661 | 2025.07.08 01:12:50.005178 [ 192 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 252 rows, containing 5 columns (5 merged, 0 gathered) in 0.001030229 sec., 244605.81094106263 rows/sec., 17.19 MiB/sec. | ||
2662 | 2025.07.08 01:12:50.005414 [ 197 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2663 | 2025.07.08 01:12:50.005815 [ 197 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::all_1_5_1} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2664 | 2025.07.08 01:12:50.005927 [ 197 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::all_1_5_1} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2665 | 2025.07.08 01:12:50.006059 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
2666 | 2025.07.08 01:12:50.462474 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2667 | 2025.07.08 01:12:50.462720 [ 276 ] {3720d0ad-fe01-4b1c-866d-95d3d4caaa89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2668 | 2025.07.08 01:12:50.463077 [ 276 ] {3720d0ad-fe01-4b1c-866d-95d3d4caaa89} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2669 | 2025.07.08 01:12:50.463120 [ 276 ] {3720d0ad-fe01-4b1c-866d-95d3d4caaa89} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2670 | 2025.07.08 01:12:50.463394 [ 276 ] {3720d0ad-fe01-4b1c-866d-95d3d4caaa89} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2671 | 2025.07.08 01:12:50.463465 [ 276 ] {3720d0ad-fe01-4b1c-866d-95d3d4caaa89} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2672 | 2025.07.08 01:12:50.463610 [ 276 ] {3720d0ad-fe01-4b1c-866d-95d3d4caaa89} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
2673 | 2025.07.08 01:12:50.463742 [ 293 ] {3720d0ad-fe01-4b1c-866d-95d3d4caaa89} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2674 | 2025.07.08 01:12:50.463743 [ 292 ] {3720d0ad-fe01-4b1c-866d-95d3d4caaa89} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2675 | 2025.07.08 01:12:50.463743 [ 290 ] {3720d0ad-fe01-4b1c-866d-95d3d4caaa89} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2676 | 2025.07.08 01:12:50.463802 [ 293 ] {3720d0ad-fe01-4b1c-866d-95d3d4caaa89} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2677 | 2025.07.08 01:12:50.463899 [ 276 ] {3720d0ad-fe01-4b1c-866d-95d3d4caaa89} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
2678 | 2025.07.08 01:12:50.463931 [ 276 ] {3720d0ad-fe01-4b1c-866d-95d3d4caaa89} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2679 | 2025.07.08 01:12:50.464033 [ 276 ] {3720d0ad-fe01-4b1c-866d-95d3d4caaa89} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2680 | 2025.07.08 01:12:50.464056 [ 276 ] {3720d0ad-fe01-4b1c-866d-95d3d4caaa89} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Reading approx. 42 rows with 4 streams | ||
2681 | 2025.07.08 01:12:50.464093 [ 276 ] {3720d0ad-fe01-4b1c-866d-95d3d4caaa89} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2682 | 2025.07.08 01:12:50.464136 [ 276 ] {3720d0ad-fe01-4b1c-866d-95d3d4caaa89} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2683 | 2025.07.08 01:12:50.464181 [ 276 ] {3720d0ad-fe01-4b1c-866d-95d3d4caaa89} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2684 | 2025.07.08 01:12:50.464216 [ 276 ] {3720d0ad-fe01-4b1c-866d-95d3d4caaa89} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2685 | 2025.07.08 01:12:50.465268 [ 276 ] {3720d0ad-fe01-4b1c-866d-95d3d4caaa89} <Debug> executeQuery: Read 42 rows, 1.69 KiB in 0.002655 sec., 15819.209039548025 rows/sec., 636.70 KiB/sec. | ||
2686 | 2025.07.08 01:12:50.465427 [ 276 ] {3720d0ad-fe01-4b1c-866d-95d3d4caaa89} <Debug> MemoryTracker: Peak memory usage (for query): 143.99 KiB. | ||
2687 | 2025.07.08 01:12:50.465449 [ 276 ] {3720d0ad-fe01-4b1c-866d-95d3d4caaa89} <Debug> TCPHandler: Processed in 0.003102605 sec. | ||
2688 | 2025.07.08 01:12:50.465714 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2689 | 2025.07.08 01:12:50.465856 [ 276 ] {18766c63-268f-4d3b-8be7-8b08a1b2a34e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2690 | 2025.07.08 01:12:50.466087 [ 276 ] {18766c63-268f-4d3b-8be7-8b08a1b2a34e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2691 | 2025.07.08 01:12:50.466126 [ 276 ] {18766c63-268f-4d3b-8be7-8b08a1b2a34e} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2692 | 2025.07.08 01:12:50.466349 [ 276 ] {18766c63-268f-4d3b-8be7-8b08a1b2a34e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2693 | 2025.07.08 01:12:50.466404 [ 276 ] {18766c63-268f-4d3b-8be7-8b08a1b2a34e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2694 | 2025.07.08 01:12:50.466509 [ 276 ] {18766c63-268f-4d3b-8be7-8b08a1b2a34e} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 43-element set) | ||
2695 | 2025.07.08 01:12:50.466583 [ 293 ] {18766c63-268f-4d3b-8be7-8b08a1b2a34e} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2696 | 2025.07.08 01:12:50.466593 [ 288 ] {18766c63-268f-4d3b-8be7-8b08a1b2a34e} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2697 | 2025.07.08 01:12:50.466610 [ 295 ] {18766c63-268f-4d3b-8be7-8b08a1b2a34e} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2698 | 2025.07.08 01:12:50.466606 [ 290 ] {18766c63-268f-4d3b-8be7-8b08a1b2a34e} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2699 | 2025.07.08 01:12:50.466780 [ 276 ] {18766c63-268f-4d3b-8be7-8b08a1b2a34e} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
2700 | 2025.07.08 01:12:50.466807 [ 276 ] {18766c63-268f-4d3b-8be7-8b08a1b2a34e} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2701 | 2025.07.08 01:12:50.466891 [ 276 ] {18766c63-268f-4d3b-8be7-8b08a1b2a34e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2702 | 2025.07.08 01:12:50.466913 [ 276 ] {18766c63-268f-4d3b-8be7-8b08a1b2a34e} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Reading approx. 42 rows with 4 streams | ||
2703 | 2025.07.08 01:12:50.466945 [ 276 ] {18766c63-268f-4d3b-8be7-8b08a1b2a34e} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2704 | 2025.07.08 01:12:50.466978 [ 276 ] {18766c63-268f-4d3b-8be7-8b08a1b2a34e} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2705 | 2025.07.08 01:12:50.467009 [ 276 ] {18766c63-268f-4d3b-8be7-8b08a1b2a34e} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2706 | 2025.07.08 01:12:50.467038 [ 276 ] {18766c63-268f-4d3b-8be7-8b08a1b2a34e} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2707 | 2025.07.08 01:12:50.467851 [ 276 ] {18766c63-268f-4d3b-8be7-8b08a1b2a34e} <Debug> executeQuery: Read 42 rows, 1.69 KiB in 0.002053 sec., 20457.866536775447 rows/sec., 823.39 KiB/sec. | ||
2708 | 2025.07.08 01:12:50.468009 [ 276 ] {18766c63-268f-4d3b-8be7-8b08a1b2a34e} <Debug> MemoryTracker: Peak memory usage (for query): 145.54 KiB. | ||
2709 | 2025.07.08 01:12:50.468028 [ 276 ] {18766c63-268f-4d3b-8be7-8b08a1b2a34e} <Debug> TCPHandler: Processed in 0.002367292 sec. | ||
2710 | 2025.07.08 01:12:50.468258 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2711 | 2025.07.08 01:12:50.468398 [ 276 ] {54aaf7a5-2073-4557-a1d5-ca0f8fb4b3e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2712 | 2025.07.08 01:12:50.468632 [ 276 ] {54aaf7a5-2073-4557-a1d5-ca0f8fb4b3e5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2713 | 2025.07.08 01:12:50.468670 [ 276 ] {54aaf7a5-2073-4557-a1d5-ca0f8fb4b3e5} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2714 | 2025.07.08 01:12:50.468894 [ 276 ] {54aaf7a5-2073-4557-a1d5-ca0f8fb4b3e5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2715 | 2025.07.08 01:12:50.468950 [ 276 ] {54aaf7a5-2073-4557-a1d5-ca0f8fb4b3e5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2716 | 2025.07.08 01:12:50.469052 [ 276 ] {54aaf7a5-2073-4557-a1d5-ca0f8fb4b3e5} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 44-element set) | ||
2717 | 2025.07.08 01:12:50.469118 [ 292 ] {54aaf7a5-2073-4557-a1d5-ca0f8fb4b3e5} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2718 | 2025.07.08 01:12:50.469137 [ 295 ] {54aaf7a5-2073-4557-a1d5-ca0f8fb4b3e5} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2719 | 2025.07.08 01:12:50.469141 [ 293 ] {54aaf7a5-2073-4557-a1d5-ca0f8fb4b3e5} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2720 | 2025.07.08 01:12:50.469148 [ 290 ] {54aaf7a5-2073-4557-a1d5-ca0f8fb4b3e5} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2721 | 2025.07.08 01:12:50.469268 [ 276 ] {54aaf7a5-2073-4557-a1d5-ca0f8fb4b3e5} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
2722 | 2025.07.08 01:12:50.469294 [ 276 ] {54aaf7a5-2073-4557-a1d5-ca0f8fb4b3e5} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2723 | 2025.07.08 01:12:50.469376 [ 276 ] {54aaf7a5-2073-4557-a1d5-ca0f8fb4b3e5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2724 | 2025.07.08 01:12:50.469396 [ 276 ] {54aaf7a5-2073-4557-a1d5-ca0f8fb4b3e5} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Reading approx. 42 rows with 4 streams | ||
2725 | 2025.07.08 01:12:50.469427 [ 276 ] {54aaf7a5-2073-4557-a1d5-ca0f8fb4b3e5} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2726 | 2025.07.08 01:12:50.469469 [ 276 ] {54aaf7a5-2073-4557-a1d5-ca0f8fb4b3e5} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2727 | 2025.07.08 01:12:50.469503 [ 276 ] {54aaf7a5-2073-4557-a1d5-ca0f8fb4b3e5} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2728 | 2025.07.08 01:12:50.469537 [ 276 ] {54aaf7a5-2073-4557-a1d5-ca0f8fb4b3e5} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2729 | 2025.07.08 01:12:50.470196 [ 276 ] {54aaf7a5-2073-4557-a1d5-ca0f8fb4b3e5} <Debug> executeQuery: Read 42 rows, 1.69 KiB in 0.001858 sec., 22604.951560818085 rows/sec., 909.81 KiB/sec. | ||
2730 | 2025.07.08 01:12:50.470330 [ 276 ] {54aaf7a5-2073-4557-a1d5-ca0f8fb4b3e5} <Debug> MemoryTracker: Peak memory usage (for query): 145.88 KiB. | ||
2731 | 2025.07.08 01:12:50.470346 [ 276 ] {54aaf7a5-2073-4557-a1d5-ca0f8fb4b3e5} <Debug> TCPHandler: Processed in 0.002140068 sec. | ||
2732 | 2025.07.08 01:12:50.470589 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2733 | 2025.07.08 01:12:50.470727 [ 276 ] {5a69c419-3760-49ad-af5f-1e6420f59a5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2734 | 2025.07.08 01:12:50.470949 [ 276 ] {5a69c419-3760-49ad-af5f-1e6420f59a5d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2735 | 2025.07.08 01:12:50.470987 [ 276 ] {5a69c419-3760-49ad-af5f-1e6420f59a5d} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2736 | 2025.07.08 01:12:50.471203 [ 276 ] {5a69c419-3760-49ad-af5f-1e6420f59a5d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2737 | 2025.07.08 01:12:50.471257 [ 276 ] {5a69c419-3760-49ad-af5f-1e6420f59a5d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2738 | 2025.07.08 01:12:50.471357 [ 276 ] {5a69c419-3760-49ad-af5f-1e6420f59a5d} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 45-element set) | ||
2739 | 2025.07.08 01:12:50.471429 [ 292 ] {5a69c419-3760-49ad-af5f-1e6420f59a5d} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2740 | 2025.07.08 01:12:50.471429 [ 290 ] {5a69c419-3760-49ad-af5f-1e6420f59a5d} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2741 | 2025.07.08 01:12:50.471449 [ 295 ] {5a69c419-3760-49ad-af5f-1e6420f59a5d} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2742 | 2025.07.08 01:12:50.471447 [ 288 ] {5a69c419-3760-49ad-af5f-1e6420f59a5d} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2743 | 2025.07.08 01:12:50.471577 [ 276 ] {5a69c419-3760-49ad-af5f-1e6420f59a5d} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
2744 | 2025.07.08 01:12:50.471603 [ 276 ] {5a69c419-3760-49ad-af5f-1e6420f59a5d} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2745 | 2025.07.08 01:12:50.471682 [ 276 ] {5a69c419-3760-49ad-af5f-1e6420f59a5d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2746 | 2025.07.08 01:12:50.471700 [ 276 ] {5a69c419-3760-49ad-af5f-1e6420f59a5d} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Reading approx. 42 rows with 4 streams | ||
2747 | 2025.07.08 01:12:50.471731 [ 276 ] {5a69c419-3760-49ad-af5f-1e6420f59a5d} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2748 | 2025.07.08 01:12:50.471762 [ 276 ] {5a69c419-3760-49ad-af5f-1e6420f59a5d} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2749 | 2025.07.08 01:12:50.471790 [ 276 ] {5a69c419-3760-49ad-af5f-1e6420f59a5d} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2750 | 2025.07.08 01:12:50.471939 [ 276 ] {5a69c419-3760-49ad-af5f-1e6420f59a5d} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2751 | 2025.07.08 01:12:50.472587 [ 276 ] {5a69c419-3760-49ad-af5f-1e6420f59a5d} <Debug> executeQuery: Read 42 rows, 1.69 KiB in 0.001919 sec., 21886.399166232415 rows/sec., 880.89 KiB/sec. | ||
2752 | 2025.07.08 01:12:50.472720 [ 276 ] {5a69c419-3760-49ad-af5f-1e6420f59a5d} <Debug> MemoryTracker: Peak memory usage (for query): 146.09 KiB. | ||
2753 | 2025.07.08 01:12:50.472737 [ 276 ] {5a69c419-3760-49ad-af5f-1e6420f59a5d} <Debug> TCPHandler: Processed in 0.002199999 sec. | ||
2754 | 2025.07.08 01:12:50.472981 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2755 | 2025.07.08 01:12:50.473121 [ 276 ] {b5d34a45-6f49-4ea2-a1c3-7421eddecf8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2756 | 2025.07.08 01:12:50.473345 [ 276 ] {b5d34a45-6f49-4ea2-a1c3-7421eddecf8a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2757 | 2025.07.08 01:12:50.473383 [ 276 ] {b5d34a45-6f49-4ea2-a1c3-7421eddecf8a} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2758 | 2025.07.08 01:12:50.473597 [ 276 ] {b5d34a45-6f49-4ea2-a1c3-7421eddecf8a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2759 | 2025.07.08 01:12:50.473651 [ 276 ] {b5d34a45-6f49-4ea2-a1c3-7421eddecf8a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2760 | 2025.07.08 01:12:50.473750 [ 276 ] {b5d34a45-6f49-4ea2-a1c3-7421eddecf8a} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 46-element set) | ||
2761 | 2025.07.08 01:12:50.473828 [ 288 ] {b5d34a45-6f49-4ea2-a1c3-7421eddecf8a} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2762 | 2025.07.08 01:12:50.473836 [ 290 ] {b5d34a45-6f49-4ea2-a1c3-7421eddecf8a} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2763 | 2025.07.08 01:12:50.473840 [ 295 ] {b5d34a45-6f49-4ea2-a1c3-7421eddecf8a} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2764 | 2025.07.08 01:12:50.473835 [ 293 ] {b5d34a45-6f49-4ea2-a1c3-7421eddecf8a} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2765 | 2025.07.08 01:12:50.473992 [ 276 ] {b5d34a45-6f49-4ea2-a1c3-7421eddecf8a} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
2766 | 2025.07.08 01:12:50.474013 [ 276 ] {b5d34a45-6f49-4ea2-a1c3-7421eddecf8a} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2767 | 2025.07.08 01:12:50.474091 [ 276 ] {b5d34a45-6f49-4ea2-a1c3-7421eddecf8a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2768 | 2025.07.08 01:12:50.474110 [ 276 ] {b5d34a45-6f49-4ea2-a1c3-7421eddecf8a} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Reading approx. 42 rows with 4 streams | ||
2769 | 2025.07.08 01:12:50.474146 [ 276 ] {b5d34a45-6f49-4ea2-a1c3-7421eddecf8a} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2770 | 2025.07.08 01:12:50.474179 [ 276 ] {b5d34a45-6f49-4ea2-a1c3-7421eddecf8a} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2771 | 2025.07.08 01:12:50.474208 [ 276 ] {b5d34a45-6f49-4ea2-a1c3-7421eddecf8a} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2772 | 2025.07.08 01:12:50.474237 [ 276 ] {b5d34a45-6f49-4ea2-a1c3-7421eddecf8a} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2773 | 2025.07.08 01:12:50.474892 [ 276 ] {b5d34a45-6f49-4ea2-a1c3-7421eddecf8a} <Debug> executeQuery: Read 42 rows, 1.69 KiB in 0.001832 sec., 22925.764192139737 rows/sec., 922.72 KiB/sec. | ||
2774 | 2025.07.08 01:12:50.475030 [ 276 ] {b5d34a45-6f49-4ea2-a1c3-7421eddecf8a} <Debug> MemoryTracker: Peak memory usage (for query): 146.63 KiB. | ||
2775 | 2025.07.08 01:12:50.475046 [ 276 ] {b5d34a45-6f49-4ea2-a1c3-7421eddecf8a} <Debug> TCPHandler: Processed in 0.002116937 sec. | ||
2776 | 2025.07.08 01:12:50.475256 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2777 | 2025.07.08 01:12:50.475397 [ 276 ] {e58aafec-3007-4687-9f85-4796c7f92ad1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
2778 | 2025.07.08 01:12:50.475618 [ 276 ] {e58aafec-3007-4687-9f85-4796c7f92ad1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2779 | 2025.07.08 01:12:50.475656 [ 276 ] {e58aafec-3007-4687-9f85-4796c7f92ad1} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2780 | 2025.07.08 01:12:50.475872 [ 276 ] {e58aafec-3007-4687-9f85-4796c7f92ad1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2781 | 2025.07.08 01:12:50.475924 [ 276 ] {e58aafec-3007-4687-9f85-4796c7f92ad1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2782 | 2025.07.08 01:12:50.476020 [ 276 ] {e58aafec-3007-4687-9f85-4796c7f92ad1} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Key condition: (column 0 notIn 47-element set) | ||
2783 | 2025.07.08 01:12:50.476081 [ 290 ] {e58aafec-3007-4687-9f85-4796c7f92ad1} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2784 | 2025.07.08 01:12:50.476098 [ 295 ] {e58aafec-3007-4687-9f85-4796c7f92ad1} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2785 | 2025.07.08 01:12:50.476106 [ 288 ] {e58aafec-3007-4687-9f85-4796c7f92ad1} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2786 | 2025.07.08 01:12:50.476100 [ 292 ] {e58aafec-3007-4687-9f85-4796c7f92ad1} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2787 | 2025.07.08 01:12:50.476237 [ 276 ] {e58aafec-3007-4687-9f85-4796c7f92ad1} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
2788 | 2025.07.08 01:12:50.476264 [ 276 ] {e58aafec-3007-4687-9f85-4796c7f92ad1} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2789 | 2025.07.08 01:12:50.476342 [ 276 ] {e58aafec-3007-4687-9f85-4796c7f92ad1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2790 | 2025.07.08 01:12:50.476362 [ 276 ] {e58aafec-3007-4687-9f85-4796c7f92ad1} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (SelectExecutor): Reading approx. 42 rows with 4 streams | ||
2791 | 2025.07.08 01:12:50.476392 [ 276 ] {e58aafec-3007-4687-9f85-4796c7f92ad1} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2792 | 2025.07.08 01:12:50.476424 [ 276 ] {e58aafec-3007-4687-9f85-4796c7f92ad1} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2793 | 2025.07.08 01:12:50.476454 [ 276 ] {e58aafec-3007-4687-9f85-4796c7f92ad1} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2794 | 2025.07.08 01:12:50.476481 [ 276 ] {e58aafec-3007-4687-9f85-4796c7f92ad1} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2795 | 2025.07.08 01:12:50.477134 [ 276 ] {e58aafec-3007-4687-9f85-4796c7f92ad1} <Debug> executeQuery: Read 42 rows, 1.69 KiB in 0.001795 sec., 23398.3286908078 rows/sec., 941.74 KiB/sec. | ||
2796 | 2025.07.08 01:12:50.477272 [ 276 ] {e58aafec-3007-4687-9f85-4796c7f92ad1} <Debug> MemoryTracker: Peak memory usage (for query): 146.73 KiB. | ||
2797 | 2025.07.08 01:12:50.477288 [ 276 ] {e58aafec-3007-4687-9f85-4796c7f92ad1} <Debug> TCPHandler: Processed in 0.002083877 sec. | ||
2798 | 2025.07.08 01:12:50.633161 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2799 | 2025.07.08 01:12:50.633339 [ 276 ] {e3d4c401-4881-4b81-91be-2fa62815260d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
2800 | 2025.07.08 01:12:50.633411 [ 276 ] {e3d4c401-4881-4b81-91be-2fa62815260d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2801 | 2025.07.08 01:12:50.634090 [ 276 ] {e3d4c401-4881-4b81-91be-2fa62815260d} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2802 | 2025.07.08 01:12:50.634138 [ 276 ] {e3d4c401-4881-4b81-91be-2fa62815260d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2803 | 2025.07.08 01:12:50.634582 [ 276 ] {e3d4c401-4881-4b81-91be-2fa62815260d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2804 | 2025.07.08 01:12:50.634786 [ 276 ] {e3d4c401-4881-4b81-91be-2fa62815260d} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2805 | 2025.07.08 01:12:50.634948 [ 276 ] {e3d4c401-4881-4b81-91be-2fa62815260d} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001659 sec., 3616.636528028933 rows/sec., 805.27 KiB/sec. | ||
2806 | 2025.07.08 01:12:50.634999 [ 276 ] {e3d4c401-4881-4b81-91be-2fa62815260d} <Debug> TCPHandler: Processed in 0.001973855 sec. | ||
2807 | 2025.07.08 01:12:50.635117 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2808 | 2025.07.08 01:12:50.635221 [ 276 ] {74ea08a9-2dc6-4d18-acf1-f2cb85f14345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
2809 | 2025.07.08 01:12:50.635265 [ 276 ] {74ea08a9-2dc6-4d18-acf1-f2cb85f14345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2810 | 2025.07.08 01:12:50.635693 [ 276 ] {74ea08a9-2dc6-4d18-acf1-f2cb85f14345} <Trace> oximeter.fields_ipaddr (d5152c3e-de89-4e55-974b-3e6b5ff2d5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2811 | 2025.07.08 01:12:50.635728 [ 276 ] {74ea08a9-2dc6-4d18-acf1-f2cb85f14345} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2812 | 2025.07.08 01:12:50.636037 [ 276 ] {74ea08a9-2dc6-4d18-acf1-f2cb85f14345} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2813 | 2025.07.08 01:12:50.636248 [ 276 ] {74ea08a9-2dc6-4d18-acf1-f2cb85f14345} <Trace> oximeter.fields_ipaddr (d5152c3e-de89-4e55-974b-3e6b5ff2d5cc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2814 | 2025.07.08 01:12:50.636375 [ 276 ] {74ea08a9-2dc6-4d18-acf1-f2cb85f14345} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00118 sec., 3389.830508474576 rows/sec., 276.42 KiB/sec. | ||
2815 | 2025.07.08 01:12:50.636414 [ 276 ] {74ea08a9-2dc6-4d18-acf1-f2cb85f14345} <Debug> TCPHandler: Processed in 0.001349944 sec. | ||
2816 | 2025.07.08 01:12:50.636531 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2817 | 2025.07.08 01:12:50.636629 [ 276 ] {51ebc478-33ef-4b10-bc17-39f6205a30b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2818 | 2025.07.08 01:12:50.636670 [ 276 ] {51ebc478-33ef-4b10-bc17-39f6205a30b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2819 | 2025.07.08 01:12:50.637701 [ 276 ] {51ebc478-33ef-4b10-bc17-39f6205a30b2} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2820 | 2025.07.08 01:12:50.637738 [ 276 ] {51ebc478-33ef-4b10-bc17-39f6205a30b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2821 | 2025.07.08 01:12:50.638141 [ 276 ] {51ebc478-33ef-4b10-bc17-39f6205a30b2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2822 | 2025.07.08 01:12:50.638350 [ 276 ] {51ebc478-33ef-4b10-bc17-39f6205a30b2} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2823 | 2025.07.08 01:12:50.638443 [ 147 ] {} <Debug> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2824 | 2025.07.08 01:12:50.638476 [ 147 ] {} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2825 | 2025.07.08 01:12:50.638477 [ 276 ] {51ebc478-33ef-4b10-bc17-39f6205a30b2} <Debug> executeQuery: Read 1262 rows, 106.68 KiB in 0.001868 sec., 675588.8650963597 rows/sec., 55.77 MiB/sec. | ||
2826 | 2025.07.08 01:12:50.638494 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2827 | 2025.07.08 01:12:50.638521 [ 276 ] {51ebc478-33ef-4b10-bc17-39f6205a30b2} <Debug> TCPHandler: Processed in 0.002041776 sec. | ||
2828 | 2025.07.08 01:12:50.638629 [ 197 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::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 | ||
2829 | 2025.07.08 01:12:50.638659 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2830 | 2025.07.08 01:12:50.638770 [ 276 ] {2decfd8d-a90f-4937-b403-b0a75b1bd808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2831 | 2025.07.08 01:12:50.638792 [ 197 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2832 | 2025.07.08 01:12:50.638811 [ 276 ] {2decfd8d-a90f-4937-b403-b0a75b1bd808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2833 | 2025.07.08 01:12:50.638836 [ 197 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 692 rows starting from the beginning of the part | ||
2834 | 2025.07.08 01:12:50.638944 [ 197 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 119 rows starting from the beginning of the part | ||
2835 | 2025.07.08 01:12:50.639007 [ 197 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 198 rows starting from the beginning of the part | ||
2836 | 2025.07.08 01:12:50.639083 [ 197 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 120 rows starting from the beginning of the part | ||
2837 | 2025.07.08 01:12:50.639146 [ 197 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 74 rows starting from the beginning of the part | ||
2838 | 2025.07.08 01:12:50.639196 [ 197 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1262 rows starting from the beginning of the part | ||
2839 | 2025.07.08 01:12:50.639253 [ 276 ] {2decfd8d-a90f-4937-b403-b0a75b1bd808} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2840 | 2025.07.08 01:12:50.639293 [ 276 ] {2decfd8d-a90f-4937-b403-b0a75b1bd808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2841 | 2025.07.08 01:12:50.639616 [ 276 ] {2decfd8d-a90f-4937-b403-b0a75b1bd808} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2842 | 2025.07.08 01:12:50.639846 [ 276 ] {2decfd8d-a90f-4937-b403-b0a75b1bd808} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2843 | 2025.07.08 01:12:50.639979 [ 276 ] {2decfd8d-a90f-4937-b403-b0a75b1bd808} <Debug> executeQuery: Read 36 rows, 2.69 KiB in 0.001228 sec., 29315.96091205212 rows/sec., 2.14 MiB/sec. | ||
2844 | 2025.07.08 01:12:50.640017 [ 276 ] {2decfd8d-a90f-4937-b403-b0a75b1bd808} <Debug> TCPHandler: Processed in 0.001409135 sec. | ||
2845 | 2025.07.08 01:12:50.640151 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2846 | 2025.07.08 01:12:50.640244 [ 276 ] {2e0ac9c5-7387-47f3-b9db-b3e56bd93ed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2847 | 2025.07.08 01:12:50.640285 [ 276 ] {2e0ac9c5-7387-47f3-b9db-b3e56bd93ed3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2848 | 2025.07.08 01:12:50.640637 [ 192 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2465 rows, containing 5 columns (5 merged, 0 gathered) in 0.002075677 sec., 1187564.3464758727 rows/sec., 102.36 MiB/sec. | ||
2849 | 2025.07.08 01:12:50.640794 [ 276 ] {2e0ac9c5-7387-47f3-b9db-b3e56bd93ed3} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2850 | 2025.07.08 01:12:50.640833 [ 276 ] {2e0ac9c5-7387-47f3-b9db-b3e56bd93ed3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2851 | 2025.07.08 01:12:50.640942 [ 192 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2852 | 2025.07.08 01:12:50.641176 [ 276 ] {2e0ac9c5-7387-47f3-b9db-b3e56bd93ed3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2853 | 2025.07.08 01:12:50.641284 [ 192 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_16_3} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2854 | 2025.07.08 01:12:50.641392 [ 192 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_16_3} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2855 | 2025.07.08 01:12:50.641454 [ 276 ] {2e0ac9c5-7387-47f3-b9db-b3e56bd93ed3} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2856 | 2025.07.08 01:12:50.641498 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
2857 | 2025.07.08 01:12:50.641593 [ 276 ] {2e0ac9c5-7387-47f3-b9db-b3e56bd93ed3} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001366 sec., 166910.68814055636 rows/sec., 11.30 MiB/sec. | ||
2858 | 2025.07.08 01:12:50.641634 [ 276 ] {2e0ac9c5-7387-47f3-b9db-b3e56bd93ed3} <Debug> TCPHandler: Processed in 0.001533947 sec. | ||
2859 | 2025.07.08 01:12:50.641747 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2860 | 2025.07.08 01:12:50.641842 [ 276 ] {da763232-50c9-41a2-bbd4-4e5e971d44ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2861 | 2025.07.08 01:12:50.641883 [ 276 ] {da763232-50c9-41a2-bbd4-4e5e971d44ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2862 | 2025.07.08 01:12:50.642468 [ 276 ] {da763232-50c9-41a2-bbd4-4e5e971d44ad} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2863 | 2025.07.08 01:12:50.642503 [ 276 ] {da763232-50c9-41a2-bbd4-4e5e971d44ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2864 | 2025.07.08 01:12:50.642823 [ 276 ] {da763232-50c9-41a2-bbd4-4e5e971d44ad} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2865 | 2025.07.08 01:12:50.643036 [ 276 ] {da763232-50c9-41a2-bbd4-4e5e971d44ad} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2866 | 2025.07.08 01:12:50.643126 [ 147 ] {} <Debug> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2867 | 2025.07.08 01:12:50.643154 [ 147 ] {} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2868 | 2025.07.08 01:12:50.643160 [ 276 ] {da763232-50c9-41a2-bbd4-4e5e971d44ad} <Debug> executeQuery: Read 556 rows, 42.29 KiB in 0.001337 sec., 415856.3949139865 rows/sec., 30.89 MiB/sec. | ||
2869 | 2025.07.08 01:12:50.643171 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2870 | 2025.07.08 01:12:50.643198 [ 276 ] {da763232-50c9-41a2-bbd4-4e5e971d44ad} <Debug> TCPHandler: Processed in 0.001499737 sec. | ||
2871 | 2025.07.08 01:12:50.643267 [ 200 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::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 | ||
2872 | 2025.07.08 01:12:50.643315 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2873 | 2025.07.08 01:12:50.643390 [ 200 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2874 | 2025.07.08 01:12:50.643414 [ 276 ] {1f9e7a5f-82a0-49b9-bdc2-f3f5a7777cc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2875 | 2025.07.08 01:12:50.643432 [ 200 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 435 rows starting from the beginning of the part | ||
2876 | 2025.07.08 01:12:50.643464 [ 276 ] {1f9e7a5f-82a0-49b9-bdc2-f3f5a7777cc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2877 | 2025.07.08 01:12:50.643509 [ 200 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 98 rows starting from the beginning of the part | ||
2878 | 2025.07.08 01:12:50.643567 [ 200 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 117 rows starting from the beginning of the part | ||
2879 | 2025.07.08 01:12:50.643612 [ 200 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 96 rows starting from the beginning of the part | ||
2880 | 2025.07.08 01:12:50.643652 [ 200 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 73 rows starting from the beginning of the part | ||
2881 | 2025.07.08 01:12:50.643695 [ 200 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 556 rows starting from the beginning of the part | ||
2882 | 2025.07.08 01:12:50.644673 [ 197 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1375 rows, containing 5 columns (5 merged, 0 gathered) in 0.001447456 sec., 949942.5198417085 rows/sec., 74.62 MiB/sec. | ||
2883 | 2025.07.08 01:12:50.644872 [ 276 ] {1f9e7a5f-82a0-49b9-bdc2-f3f5a7777cc9} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2884 | 2025.07.08 01:12:50.644890 [ 195 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2885 | 2025.07.08 01:12:50.644914 [ 276 ] {1f9e7a5f-82a0-49b9-bdc2-f3f5a7777cc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2886 | 2025.07.08 01:12:50.645208 [ 195 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_16_3} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2887 | 2025.07.08 01:12:50.645287 [ 195 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_16_3} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2888 | 2025.07.08 01:12:50.645374 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
2889 | 2025.07.08 01:12:50.645478 [ 276 ] {1f9e7a5f-82a0-49b9-bdc2-f3f5a7777cc9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2890 | 2025.07.08 01:12:50.645693 [ 276 ] {1f9e7a5f-82a0-49b9-bdc2-f3f5a7777cc9} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2891 | 2025.07.08 01:12:50.645786 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2892 | 2025.07.08 01:12:50.645812 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2893 | 2025.07.08 01:12:50.645820 [ 276 ] {1f9e7a5f-82a0-49b9-bdc2-f3f5a7777cc9} <Debug> executeQuery: Read 3970 rows, 271.49 KiB in 0.002424 sec., 1637788.7788778879 rows/sec., 109.37 MiB/sec. | ||
2894 | 2025.07.08 01:12:50.645828 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2895 | 2025.07.08 01:12:50.645858 [ 276 ] {1f9e7a5f-82a0-49b9-bdc2-f3f5a7777cc9} <Debug> TCPHandler: Processed in 0.002591266 sec. | ||
2896 | 2025.07.08 01:12:50.645899 [ 192 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::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 | ||
2897 | 2025.07.08 01:12:50.645971 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2898 | 2025.07.08 01:12:50.645996 [ 192 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2899 | 2025.07.08 01:12:50.646028 [ 192 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1732 rows starting from the beginning of the part | ||
2900 | 2025.07.08 01:12:50.646072 [ 276 ] {a52b2079-4834-44d5-910b-ad55fb29447c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2901 | 2025.07.08 01:12:50.646079 [ 192 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
2902 | 2025.07.08 01:12:50.646136 [ 276 ] {a52b2079-4834-44d5-910b-ad55fb29447c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2903 | 2025.07.08 01:12:50.646143 [ 192 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 392 rows starting from the beginning of the part | ||
2904 | 2025.07.08 01:12:50.646196 [ 192 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part | ||
2905 | 2025.07.08 01:12:50.646234 [ 192 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part | ||
2906 | 2025.07.08 01:12:50.646270 [ 192 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 3970 rows starting from the beginning of the part | ||
2907 | 2025.07.08 01:12:50.646912 [ 276 ] {a52b2079-4834-44d5-910b-ad55fb29447c} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2908 | 2025.07.08 01:12:50.646953 [ 276 ] {a52b2079-4834-44d5-910b-ad55fb29447c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2909 | 2025.07.08 01:12:50.647478 [ 276 ] {a52b2079-4834-44d5-910b-ad55fb29447c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2910 | 2025.07.08 01:12:50.647713 [ 276 ] {a52b2079-4834-44d5-910b-ad55fb29447c} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2911 | 2025.07.08 01:12:50.647853 [ 276 ] {a52b2079-4834-44d5-910b-ad55fb29447c} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001799 sec., 17787.659811006113 rows/sec., 31.87 MiB/sec. | ||
2912 | 2025.07.08 01:12:50.647910 [ 276 ] {a52b2079-4834-44d5-910b-ad55fb29447c} <Debug> TCPHandler: Processed in 0.001987515 sec. | ||
2913 | 2025.07.08 01:12:50.648022 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2914 | 2025.07.08 01:12:50.648118 [ 276 ] {3981bd6d-08e0-4bd1-9f26-58366ca4ec21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2915 | 2025.07.08 01:12:50.648161 [ 276 ] {3981bd6d-08e0-4bd1-9f26-58366ca4ec21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2916 | 2025.07.08 01:12:50.648374 [ 195 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6574 rows, containing 5 columns (5 merged, 0 gathered) in 0.002503655 sec., 2625761.137217388 rows/sec., 178.89 MiB/sec. | ||
2917 | 2025.07.08 01:12:50.648480 [ 276 ] {3981bd6d-08e0-4bd1-9f26-58366ca4ec21} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2918 | 2025.07.08 01:12:50.648516 [ 276 ] {3981bd6d-08e0-4bd1-9f26-58366ca4ec21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2919 | 2025.07.08 01:12:50.648818 [ 276 ] {3981bd6d-08e0-4bd1-9f26-58366ca4ec21} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2920 | 2025.07.08 01:12:50.648988 [ 197 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2921 | 2025.07.08 01:12:50.649049 [ 276 ] {3981bd6d-08e0-4bd1-9f26-58366ca4ec21} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2922 | 2025.07.08 01:12:50.649162 [ 147 ] {} <Debug> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2923 | 2025.07.08 01:12:50.649189 [ 276 ] {3981bd6d-08e0-4bd1-9f26-58366ca4ec21} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001089 sec., 11019.283746556475 rows/sec., 760.45 KiB/sec. | ||
2924 | 2025.07.08 01:12:50.649198 [ 147 ] {} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2925 | 2025.07.08 01:12:50.649226 [ 276 ] {3981bd6d-08e0-4bd1-9f26-58366ca4ec21} <Debug> TCPHandler: Processed in 0.001253333 sec. | ||
2926 | 2025.07.08 01:12:50.649227 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2927 | 2025.07.08 01:12:50.649339 [ 198 ] {0331b998-5f0a-4d11-92ae-11d48a001464::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 | ||
2928 | 2025.07.08 01:12:50.649371 [ 197 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2929 | 2025.07.08 01:12:50.649474 [ 197 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2930 | 2025.07.08 01:12:50.649481 [ 198 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2931 | 2025.07.08 01:12:50.649525 [ 198 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 632 rows starting from the beginning of the part | ||
2932 | 2025.07.08 01:12:50.649574 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
2933 | 2025.07.08 01:12:50.649588 [ 198 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
2934 | 2025.07.08 01:12:50.649637 [ 198 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
2935 | 2025.07.08 01:12:50.649674 [ 198 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
2936 | 2025.07.08 01:12:50.649709 [ 198 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
2937 | 2025.07.08 01:12:50.649751 [ 198 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part | ||
2938 | 2025.07.08 01:12:50.650641 [ 193 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 884 rows, containing 4 columns (4 merged, 0 gathered) in 0.001352383 sec., 653660.9821330201 rows/sec., 43.53 MiB/sec. | ||
2939 | 2025.07.08 01:12:50.650798 [ 197 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2940 | 2025.07.08 01:12:50.651047 [ 197 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_16_3} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2941 | 2025.07.08 01:12:50.651115 [ 197 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_16_3} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2942 | 2025.07.08 01:12:50.651185 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
2943 | 2025.07.08 01:12:53.401349 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 | ||
2944 | 2025.07.08 01:12:53.401851 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2945 | 2025.07.08 01:12:53.401895 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2946 | 2025.07.08 01:12:53.402365 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2947 | 2025.07.08 01:12:53.402593 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2948 | 2025.07.08 01:12:53.402721 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 | ||
2949 | 2025.07.08 01:12:53.726404 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
2950 | 2025.07.08 01:12:53.743069 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2951 | 2025.07.08 01:12:53.743134 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2952 | 2025.07.08 01:12:53.749348 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2953 | 2025.07.08 01:12:53.750041 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2954 | 2025.07.08 01:12:53.753178 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
2955 | 2025.07.08 01:12:54.000165 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.01 MiB, peak 203.01 MiB, free memory in arenas 0.00 B, will set to 200.03 MiB (RSS), difference: 1.02 MiB | ||
2956 | 2025.07.08 01:12:54.948394 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2957 | 2025.07.08 01:12:54.948589 [ 276 ] {1bdc4fbe-adfb-4418-9f6f-95c3702d37fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2958 | 2025.07.08 01:12:54.948659 [ 276 ] {1bdc4fbe-adfb-4418-9f6f-95c3702d37fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2959 | 2025.07.08 01:12:54.949391 [ 276 ] {1bdc4fbe-adfb-4418-9f6f-95c3702d37fa} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2960 | 2025.07.08 01:12:54.949429 [ 276 ] {1bdc4fbe-adfb-4418-9f6f-95c3702d37fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2961 | 2025.07.08 01:12:54.949806 [ 276 ] {1bdc4fbe-adfb-4418-9f6f-95c3702d37fa} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2962 | 2025.07.08 01:12:54.950034 [ 276 ] {1bdc4fbe-adfb-4418-9f6f-95c3702d37fa} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2963 | 2025.07.08 01:12:54.950177 [ 276 ] {1bdc4fbe-adfb-4418-9f6f-95c3702d37fa} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001642 sec., 34104.7503045067 rows/sec., 2.60 MiB/sec. | ||
2964 | 2025.07.08 01:12:54.950217 [ 276 ] {1bdc4fbe-adfb-4418-9f6f-95c3702d37fa} <Debug> TCPHandler: Processed in 0.001956444 sec. | ||
2965 | 2025.07.08 01:12:54.950339 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2966 | 2025.07.08 01:12:54.950438 [ 276 ] {cc14559f-59ce-4562-8367-23c4c63a6bfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2967 | 2025.07.08 01:12:54.950477 [ 276 ] {cc14559f-59ce-4562-8367-23c4c63a6bfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2968 | 2025.07.08 01:12:54.950958 [ 276 ] {cc14559f-59ce-4562-8367-23c4c63a6bfc} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2969 | 2025.07.08 01:12:54.950994 [ 276 ] {cc14559f-59ce-4562-8367-23c4c63a6bfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2970 | 2025.07.08 01:12:54.951273 [ 276 ] {cc14559f-59ce-4562-8367-23c4c63a6bfc} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2971 | 2025.07.08 01:12:54.951478 [ 276 ] {cc14559f-59ce-4562-8367-23c4c63a6bfc} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2972 | 2025.07.08 01:12:54.951598 [ 276 ] {cc14559f-59ce-4562-8367-23c4c63a6bfc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001179 sec., 54283.2909245123 rows/sec., 4.24 MiB/sec. | ||
2973 | 2025.07.08 01:12:54.951633 [ 276 ] {cc14559f-59ce-4562-8367-23c4c63a6bfc} <Debug> TCPHandler: Processed in 0.001341923 sec. | ||
2974 | 2025.07.08 01:12:54.951750 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2975 | 2025.07.08 01:12:54.951850 [ 276 ] {9a46de80-b358-4bd7-ad97-9282bbfdcf05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2976 | 2025.07.08 01:12:54.951892 [ 276 ] {9a46de80-b358-4bd7-ad97-9282bbfdcf05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2977 | 2025.07.08 01:12:54.952280 [ 276 ] {9a46de80-b358-4bd7-ad97-9282bbfdcf05} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2978 | 2025.07.08 01:12:54.952315 [ 276 ] {9a46de80-b358-4bd7-ad97-9282bbfdcf05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2979 | 2025.07.08 01:12:54.952626 [ 276 ] {9a46de80-b358-4bd7-ad97-9282bbfdcf05} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2980 | 2025.07.08 01:12:54.952830 [ 276 ] {9a46de80-b358-4bd7-ad97-9282bbfdcf05} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2981 | 2025.07.08 01:12:54.952948 [ 276 ] {9a46de80-b358-4bd7-ad97-9282bbfdcf05} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001116 sec., 114695.34050179212 rows/sec., 7.99 MiB/sec. | ||
2982 | 2025.07.08 01:12:54.952983 [ 276 ] {9a46de80-b358-4bd7-ad97-9282bbfdcf05} <Debug> TCPHandler: Processed in 0.001279182 sec. | ||
2983 | 2025.07.08 01:12:54.953095 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2984 | 2025.07.08 01:12:54.953199 [ 276 ] {ff1b43c9-e9d6-4b82-87e9-78d247e9035a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2985 | 2025.07.08 01:12:54.953239 [ 276 ] {ff1b43c9-e9d6-4b82-87e9-78d247e9035a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2986 | 2025.07.08 01:12:54.953580 [ 276 ] {ff1b43c9-e9d6-4b82-87e9-78d247e9035a} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2987 | 2025.07.08 01:12:54.953615 [ 276 ] {ff1b43c9-e9d6-4b82-87e9-78d247e9035a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2988 | 2025.07.08 01:12:54.953902 [ 276 ] {ff1b43c9-e9d6-4b82-87e9-78d247e9035a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2989 | 2025.07.08 01:12:54.954100 [ 276 ] {ff1b43c9-e9d6-4b82-87e9-78d247e9035a} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2990 | 2025.07.08 01:12:54.954219 [ 276 ] {ff1b43c9-e9d6-4b82-87e9-78d247e9035a} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001038 sec., 46242.774566473985 rows/sec., 3.12 MiB/sec. | ||
2991 | 2025.07.08 01:12:54.954253 [ 276 ] {ff1b43c9-e9d6-4b82-87e9-78d247e9035a} <Debug> TCPHandler: Processed in 0.001203842 sec. | ||
2992 | 2025.07.08 01:12:55.910447 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 426 | ||
2993 | 2025.07.08 01:12:55.912985 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2994 | 2025.07.08 01:12:55.913028 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2995 | 2025.07.08 01:12:55.914223 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2996 | 2025.07.08 01:12:55.914481 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2997 | 2025.07.08 01:12:55.914731 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 426 | ||
2998 | 2025.07.08 01:12:59.949207 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2999 | 2025.07.08 01:12:59.949403 [ 276 ] {9f6a9ed1-2742-4449-bba5-713e3de473f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3000 | 2025.07.08 01:12:59.949473 [ 276 ] {9f6a9ed1-2742-4449-bba5-713e3de473f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3001 | 2025.07.08 01:12:59.950136 [ 276 ] {9f6a9ed1-2742-4449-bba5-713e3de473f8} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3002 | 2025.07.08 01:12:59.950187 [ 276 ] {9f6a9ed1-2742-4449-bba5-713e3de473f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3003 | 2025.07.08 01:12:59.950605 [ 276 ] {9f6a9ed1-2742-4449-bba5-713e3de473f8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3004 | 2025.07.08 01:12:59.950840 [ 276 ] {9f6a9ed1-2742-4449-bba5-713e3de473f8} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3005 | 2025.07.08 01:12:59.951000 [ 276 ] {9f6a9ed1-2742-4449-bba5-713e3de473f8} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001646 sec., 44957.472660996355 rows/sec., 3.66 MiB/sec. | ||
3006 | 2025.07.08 01:12:59.951049 [ 276 ] {9f6a9ed1-2742-4449-bba5-713e3de473f8} <Debug> TCPHandler: Processed in 0.001973565 sec. | ||
3007 | 2025.07.08 01:12:59.951176 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3008 | 2025.07.08 01:12:59.951279 [ 276 ] {ce1cd352-1aaa-43ab-9dc3-1bfe2366dd90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3009 | 2025.07.08 01:12:59.951323 [ 276 ] {ce1cd352-1aaa-43ab-9dc3-1bfe2366dd90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3010 | 2025.07.08 01:12:59.951740 [ 276 ] {ce1cd352-1aaa-43ab-9dc3-1bfe2366dd90} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3011 | 2025.07.08 01:12:59.951777 [ 276 ] {ce1cd352-1aaa-43ab-9dc3-1bfe2366dd90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3012 | 2025.07.08 01:12:59.952087 [ 276 ] {ce1cd352-1aaa-43ab-9dc3-1bfe2366dd90} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3013 | 2025.07.08 01:12:59.952299 [ 276 ] {ce1cd352-1aaa-43ab-9dc3-1bfe2366dd90} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3014 | 2025.07.08 01:12:59.952432 [ 276 ] {ce1cd352-1aaa-43ab-9dc3-1bfe2366dd90} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001176 sec., 7653.061224489797 rows/sec., 575.47 KiB/sec. | ||
3015 | 2025.07.08 01:12:59.952473 [ 276 ] {ce1cd352-1aaa-43ab-9dc3-1bfe2366dd90} <Debug> TCPHandler: Processed in 0.001349694 sec. | ||
3016 | 2025.07.08 01:12:59.952582 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3017 | 2025.07.08 01:12:59.952680 [ 276 ] {bed26fda-6fb2-473b-8e8a-779080869890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3018 | 2025.07.08 01:12:59.952722 [ 276 ] {bed26fda-6fb2-473b-8e8a-779080869890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3019 | 2025.07.08 01:12:59.953132 [ 276 ] {bed26fda-6fb2-473b-8e8a-779080869890} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3020 | 2025.07.08 01:12:59.953175 [ 276 ] {bed26fda-6fb2-473b-8e8a-779080869890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3021 | 2025.07.08 01:12:59.953482 [ 276 ] {bed26fda-6fb2-473b-8e8a-779080869890} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3022 | 2025.07.08 01:12:59.953696 [ 276 ] {bed26fda-6fb2-473b-8e8a-779080869890} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3023 | 2025.07.08 01:12:59.953826 [ 276 ] {bed26fda-6fb2-473b-8e8a-779080869890} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001167 sec., 62553.556126820906 rows/sec., 4.88 MiB/sec. | ||
3024 | 2025.07.08 01:12:59.953865 [ 276 ] {bed26fda-6fb2-473b-8e8a-779080869890} <Debug> TCPHandler: Processed in 0.001334004 sec. | ||
3025 | 2025.07.08 01:12:59.953977 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3026 | 2025.07.08 01:12:59.954075 [ 276 ] {24604aca-a1d2-4861-bc82-f40dd33b8e4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3027 | 2025.07.08 01:12:59.954119 [ 276 ] {24604aca-a1d2-4861-bc82-f40dd33b8e4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3028 | 2025.07.08 01:12:59.954532 [ 276 ] {24604aca-a1d2-4861-bc82-f40dd33b8e4b} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3029 | 2025.07.08 01:12:59.954569 [ 276 ] {24604aca-a1d2-4861-bc82-f40dd33b8e4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3030 | 2025.07.08 01:12:59.954906 [ 276 ] {24604aca-a1d2-4861-bc82-f40dd33b8e4b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3031 | 2025.07.08 01:12:59.955117 [ 276 ] {24604aca-a1d2-4861-bc82-f40dd33b8e4b} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3032 | 2025.07.08 01:12:59.955249 [ 276 ] {24604aca-a1d2-4861-bc82-f40dd33b8e4b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001194 sec., 134003.3500837521 rows/sec., 9.33 MiB/sec. | ||
3033 | 2025.07.08 01:12:59.955287 [ 276 ] {24604aca-a1d2-4861-bc82-f40dd33b8e4b} <Debug> TCPHandler: Processed in 0.001359034 sec. | ||
3034 | 2025.07.08 01:12:59.955389 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3035 | 2025.07.08 01:12:59.955484 [ 276 ] {ece5b93f-30b9-4638-87f5-2e2f8ed5ea3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3036 | 2025.07.08 01:12:59.955539 [ 276 ] {ece5b93f-30b9-4638-87f5-2e2f8ed5ea3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3037 | 2025.07.08 01:12:59.956246 [ 276 ] {ece5b93f-30b9-4638-87f5-2e2f8ed5ea3b} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3038 | 2025.07.08 01:12:59.956283 [ 276 ] {ece5b93f-30b9-4638-87f5-2e2f8ed5ea3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3039 | 2025.07.08 01:12:59.956786 [ 276 ] {ece5b93f-30b9-4638-87f5-2e2f8ed5ea3b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3040 | 2025.07.08 01:12:59.957008 [ 276 ] {ece5b93f-30b9-4638-87f5-2e2f8ed5ea3b} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3041 | 2025.07.08 01:12:59.957141 [ 276 ] {ece5b93f-30b9-4638-87f5-2e2f8ed5ea3b} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001675 sec., 5373.134328358209 rows/sec., 9.63 MiB/sec. | ||
3042 | 2025.07.08 01:12:59.957197 [ 276 ] {ece5b93f-30b9-4638-87f5-2e2f8ed5ea3b} <Debug> TCPHandler: Processed in 0.001856973 sec. | ||
3043 | 2025.07.08 01:12:59.957310 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3044 | 2025.07.08 01:12:59.957405 [ 276 ] {f73d96a7-439d-49a5-94db-6b4e2ace9c84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3045 | 2025.07.08 01:12:59.957447 [ 276 ] {f73d96a7-439d-49a5-94db-6b4e2ace9c84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3046 | 2025.07.08 01:12:59.957778 [ 276 ] {f73d96a7-439d-49a5-94db-6b4e2ace9c84} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3047 | 2025.07.08 01:12:59.957814 [ 276 ] {f73d96a7-439d-49a5-94db-6b4e2ace9c84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3048 | 2025.07.08 01:12:59.958117 [ 276 ] {f73d96a7-439d-49a5-94db-6b4e2ace9c84} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3049 | 2025.07.08 01:12:59.958321 [ 276 ] {f73d96a7-439d-49a5-94db-6b4e2ace9c84} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3050 | 2025.07.08 01:12:59.958460 [ 276 ] {f73d96a7-439d-49a5-94db-6b4e2ace9c84} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. | ||
3051 | 2025.07.08 01:12:59.958495 [ 276 ] {f73d96a7-439d-49a5-94db-6b4e2ace9c84} <Debug> TCPHandler: Processed in 0.001235102 sec. | ||
3052 | 2025.07.08 01:13:00.833611 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3053 | 2025.07.08 01:13:00.833690 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3054 | 2025.07.08 01:13:00.902826 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 | ||
3055 | 2025.07.08 01:13:00.903620 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3056 | 2025.07.08 01:13:00.903690 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3057 | 2025.07.08 01:13:00.904552 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3058 | 2025.07.08 01:13:00.904795 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3059 | 2025.07.08 01:13:00.904927 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
3060 | 2025.07.08 01:13:01.253236 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
3061 | 2025.07.08 01:13:01.269585 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3062 | 2025.07.08 01:13:01.269641 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3063 | 2025.07.08 01:13:01.275423 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3064 | 2025.07.08 01:13:01.276365 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3065 | 2025.07.08 01:13:01.279570 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
3066 | 2025.07.08 01:13:03.217971 [ 127 ] {} <Debug> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3067 | 2025.07.08 01:13:03.218071 [ 127 ] {} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3068 | 2025.07.08 01:13:03.218113 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3069 | 2025.07.08 01:13:03.218308 [ 197 ] {d43b3261-5994-4d3a-a3ce-4c9228233808::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 | ||
3070 | 2025.07.08 01:13:03.218671 [ 197 ] {d43b3261-5994-4d3a-a3ce-4c9228233808::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3071 | 2025.07.08 01:13:03.218719 [ 197 ] {d43b3261-5994-4d3a-a3ce-4c9228233808::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
3072 | 2025.07.08 01:13:03.218809 [ 197 ] {d43b3261-5994-4d3a-a3ce-4c9228233808::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 | ||
3073 | 2025.07.08 01:13:03.218880 [ 197 ] {d43b3261-5994-4d3a-a3ce-4c9228233808::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
3074 | 2025.07.08 01:13:03.218947 [ 197 ] {d43b3261-5994-4d3a-a3ce-4c9228233808::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 7 rows starting from the beginning of the part | ||
3075 | 2025.07.08 01:13:03.219005 [ 197 ] {d43b3261-5994-4d3a-a3ce-4c9228233808::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
3076 | 2025.07.08 01:13:03.220448 [ 193 ] {d43b3261-5994-4d3a-a3ce-4c9228233808::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 6 columns (6 merged, 0 gathered) in 0.002232259 sec., 21502.881162087375 rows/sec., 5.17 MiB/sec. | ||
3077 | 2025.07.08 01:13:03.220630 [ 193 ] {d43b3261-5994-4d3a-a3ce-4c9228233808::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3078 | 2025.07.08 01:13:03.220974 [ 193 ] {d43b3261-5994-4d3a-a3ce-4c9228233808::all_1_5_1} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3079 | 2025.07.08 01:13:03.221045 [ 193 ] {d43b3261-5994-4d3a-a3ce-4c9228233808::all_1_5_1} <Trace> oximeter.timeseries_schema (d43b3261-5994-4d3a-a3ce-4c9228233808) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3080 | 2025.07.08 01:13:03.221115 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
3081 | 2025.07.08 01:13:04.949993 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3082 | 2025.07.08 01:13:04.950201 [ 276 ] {1454b6d4-0fee-442b-9cdd-d641e93a7990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3083 | 2025.07.08 01:13:04.950271 [ 276 ] {1454b6d4-0fee-442b-9cdd-d641e93a7990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3084 | 2025.07.08 01:13:04.951123 [ 276 ] {1454b6d4-0fee-442b-9cdd-d641e93a7990} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3085 | 2025.07.08 01:13:04.951161 [ 276 ] {1454b6d4-0fee-442b-9cdd-d641e93a7990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3086 | 2025.07.08 01:13:04.951542 [ 276 ] {1454b6d4-0fee-442b-9cdd-d641e93a7990} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3087 | 2025.07.08 01:13:04.951763 [ 276 ] {1454b6d4-0fee-442b-9cdd-d641e93a7990} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3088 | 2025.07.08 01:13:04.951906 [ 276 ] {1454b6d4-0fee-442b-9cdd-d641e93a7990} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.001758 sec., 68259.38566552901 rows/sec., 5.78 MiB/sec. | ||
3089 | 2025.07.08 01:13:04.951945 [ 276 ] {1454b6d4-0fee-442b-9cdd-d641e93a7990} <Debug> TCPHandler: Processed in 0.002084497 sec. | ||
3090 | 2025.07.08 01:13:04.952095 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3091 | 2025.07.08 01:13:04.952189 [ 276 ] {d1bc80ba-d044-414c-9e33-b7d84c676b38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3092 | 2025.07.08 01:13:04.952228 [ 276 ] {d1bc80ba-d044-414c-9e33-b7d84c676b38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3093 | 2025.07.08 01:13:04.952684 [ 276 ] {d1bc80ba-d044-414c-9e33-b7d84c676b38} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3094 | 2025.07.08 01:13:04.952718 [ 276 ] {d1bc80ba-d044-414c-9e33-b7d84c676b38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3095 | 2025.07.08 01:13:04.953014 [ 276 ] {d1bc80ba-d044-414c-9e33-b7d84c676b38} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3096 | 2025.07.08 01:13:04.953215 [ 276 ] {d1bc80ba-d044-414c-9e33-b7d84c676b38} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3097 | 2025.07.08 01:13:04.953334 [ 276 ] {d1bc80ba-d044-414c-9e33-b7d84c676b38} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001164 sec., 27491.408934707903 rows/sec., 2.02 MiB/sec. | ||
3098 | 2025.07.08 01:13:04.953369 [ 276 ] {d1bc80ba-d044-414c-9e33-b7d84c676b38} <Debug> TCPHandler: Processed in 0.001321913 sec. | ||
3099 | 2025.07.08 01:13:04.953489 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3100 | 2025.07.08 01:13:04.953581 [ 276 ] {fdfa887b-6164-4ea1-906b-313def9229ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3101 | 2025.07.08 01:13:04.953620 [ 276 ] {fdfa887b-6164-4ea1-906b-313def9229ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3102 | 2025.07.08 01:13:04.954081 [ 276 ] {fdfa887b-6164-4ea1-906b-313def9229ca} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3103 | 2025.07.08 01:13:04.954118 [ 276 ] {fdfa887b-6164-4ea1-906b-313def9229ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3104 | 2025.07.08 01:13:04.954423 [ 276 ] {fdfa887b-6164-4ea1-906b-313def9229ca} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3105 | 2025.07.08 01:13:04.954659 [ 276 ] {fdfa887b-6164-4ea1-906b-313def9229ca} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3106 | 2025.07.08 01:13:04.954782 [ 276 ] {fdfa887b-6164-4ea1-906b-313def9229ca} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001219 sec., 78753.07629204265 rows/sec., 6.15 MiB/sec. | ||
3107 | 2025.07.08 01:13:04.954818 [ 276 ] {fdfa887b-6164-4ea1-906b-313def9229ca} <Debug> TCPHandler: Processed in 0.001375915 sec. | ||
3108 | 2025.07.08 01:13:04.954938 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3109 | 2025.07.08 01:13:04.955031 [ 276 ] {a34045c7-5362-4e0a-9eb1-077ab56392c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3110 | 2025.07.08 01:13:04.955074 [ 276 ] {a34045c7-5362-4e0a-9eb1-077ab56392c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3111 | 2025.07.08 01:13:04.955530 [ 276 ] {a34045c7-5362-4e0a-9eb1-077ab56392c4} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3112 | 2025.07.08 01:13:04.955564 [ 276 ] {a34045c7-5362-4e0a-9eb1-077ab56392c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3113 | 2025.07.08 01:13:04.955895 [ 276 ] {a34045c7-5362-4e0a-9eb1-077ab56392c4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3114 | 2025.07.08 01:13:04.956105 [ 276 ] {a34045c7-5362-4e0a-9eb1-077ab56392c4} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3115 | 2025.07.08 01:13:04.956227 [ 276 ] {a34045c7-5362-4e0a-9eb1-077ab56392c4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001215 sec., 131687.24279835392 rows/sec., 9.17 MiB/sec. | ||
3116 | 2025.07.08 01:13:04.956263 [ 276 ] {a34045c7-5362-4e0a-9eb1-077ab56392c4} <Debug> TCPHandler: Processed in 0.001371764 sec. | ||
3117 | 2025.07.08 01:13:04.956373 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3118 | 2025.07.08 01:13:04.956467 [ 276 ] {53922c73-88d8-4b82-b301-866b10397b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3119 | 2025.07.08 01:13:04.956520 [ 276 ] {53922c73-88d8-4b82-b301-866b10397b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3120 | 2025.07.08 01:13:04.957300 [ 276 ] {53922c73-88d8-4b82-b301-866b10397b2c} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3121 | 2025.07.08 01:13:04.957335 [ 276 ] {53922c73-88d8-4b82-b301-866b10397b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3122 | 2025.07.08 01:13:04.957847 [ 276 ] {53922c73-88d8-4b82-b301-866b10397b2c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3123 | 2025.07.08 01:13:04.958061 [ 276 ] {53922c73-88d8-4b82-b301-866b10397b2c} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3124 | 2025.07.08 01:13:04.958187 [ 276 ] {53922c73-88d8-4b82-b301-866b10397b2c} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00174 sec., 18390.80459770115 rows/sec., 32.96 MiB/sec. | ||
3125 | 2025.07.08 01:13:04.958236 [ 276 ] {53922c73-88d8-4b82-b301-866b10397b2c} <Debug> TCPHandler: Processed in 0.001909724 sec. | ||
3126 | 2025.07.08 01:13:04.958348 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3127 | 2025.07.08 01:13:04.958441 [ 276 ] {8e6cae87-cb21-4ec4-9999-2ddc73a57681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3128 | 2025.07.08 01:13:04.958481 [ 276 ] {8e6cae87-cb21-4ec4-9999-2ddc73a57681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3129 | 2025.07.08 01:13:04.958812 [ 276 ] {8e6cae87-cb21-4ec4-9999-2ddc73a57681} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3130 | 2025.07.08 01:13:04.958845 [ 276 ] {8e6cae87-cb21-4ec4-9999-2ddc73a57681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3131 | 2025.07.08 01:13:04.959135 [ 276 ] {8e6cae87-cb21-4ec4-9999-2ddc73a57681} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3132 | 2025.07.08 01:13:04.959355 [ 276 ] {8e6cae87-cb21-4ec4-9999-2ddc73a57681} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3133 | 2025.07.08 01:13:04.959476 [ 276 ] {8e6cae87-cb21-4ec4-9999-2ddc73a57681} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. | ||
3134 | 2025.07.08 01:13:04.959509 [ 276 ] {8e6cae87-cb21-4ec4-9999-2ddc73a57681} <Debug> TCPHandler: Processed in 0.001208121 sec. | ||
3135 | 2025.07.08 01:13:05.915924 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 450 | ||
3136 | 2025.07.08 01:13:05.918034 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3137 | 2025.07.08 01:13:05.918070 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3138 | 2025.07.08 01:13:05.919193 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3139 | 2025.07.08 01:13:05.919457 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3140 | 2025.07.08 01:13:05.919763 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 450 | ||
3141 | 2025.07.08 01:13:08.405921 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 | ||
3142 | 2025.07.08 01:13:08.406486 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3143 | 2025.07.08 01:13:08.406534 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3144 | 2025.07.08 01:13:08.407019 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3145 | 2025.07.08 01:13:08.407253 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3146 | 2025.07.08 01:13:08.407395 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 | ||
3147 | 2025.07.08 01:13:08.780549 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
3148 | 2025.07.08 01:13:08.796213 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3149 | 2025.07.08 01:13:08.796273 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3150 | 2025.07.08 01:13:08.801488 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3151 | 2025.07.08 01:13:08.802192 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3152 | 2025.07.08 01:13:08.804882 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
3153 | 2025.07.08 01:13:09.950581 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3154 | 2025.07.08 01:13:09.950781 [ 276 ] {4ec186bf-d11a-44d6-8f6b-9374ec730f36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
3155 | 2025.07.08 01:13:09.950855 [ 276 ] {4ec186bf-d11a-44d6-8f6b-9374ec730f36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
3156 | 2025.07.08 01:13:09.951512 [ 276 ] {4ec186bf-d11a-44d6-8f6b-9374ec730f36} <Trace> oximeter.fields_i16 (dbc30c45-46e6-4cfb-a480-63848dccbbb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3157 | 2025.07.08 01:13:09.951559 [ 276 ] {4ec186bf-d11a-44d6-8f6b-9374ec730f36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3158 | 2025.07.08 01:13:09.951950 [ 276 ] {4ec186bf-d11a-44d6-8f6b-9374ec730f36} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3159 | 2025.07.08 01:13:09.952175 [ 276 ] {4ec186bf-d11a-44d6-8f6b-9374ec730f36} <Trace> oximeter.fields_i16 (dbc30c45-46e6-4cfb-a480-63848dccbbb9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3160 | 2025.07.08 01:13:09.952327 [ 276 ] {4ec186bf-d11a-44d6-8f6b-9374ec730f36} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.0016 sec., 15000 rows/sec., 1.24 MiB/sec. | ||
3161 | 2025.07.08 01:13:09.952368 [ 276 ] {4ec186bf-d11a-44d6-8f6b-9374ec730f36} <Debug> TCPHandler: Processed in 0.001926784 sec. | ||
3162 | 2025.07.08 01:13:09.952489 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3163 | 2025.07.08 01:13:09.952584 [ 276 ] {b57c5ad8-9bef-41d8-af24-f78fe4294523} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3164 | 2025.07.08 01:13:09.952626 [ 276 ] {b57c5ad8-9bef-41d8-af24-f78fe4294523} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3165 | 2025.07.08 01:13:09.953098 [ 276 ] {b57c5ad8-9bef-41d8-af24-f78fe4294523} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3166 | 2025.07.08 01:13:09.953134 [ 276 ] {b57c5ad8-9bef-41d8-af24-f78fe4294523} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3167 | 2025.07.08 01:13:09.953460 [ 276 ] {b57c5ad8-9bef-41d8-af24-f78fe4294523} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3168 | 2025.07.08 01:13:09.953678 [ 276 ] {b57c5ad8-9bef-41d8-af24-f78fe4294523} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3169 | 2025.07.08 01:13:09.953803 [ 276 ] {b57c5ad8-9bef-41d8-af24-f78fe4294523} <Debug> executeQuery: Read 194 rows, 17.60 KiB in 0.001237 sec., 156831.04284559417 rows/sec., 13.89 MiB/sec. | ||
3170 | 2025.07.08 01:13:09.953839 [ 276 ] {b57c5ad8-9bef-41d8-af24-f78fe4294523} <Debug> TCPHandler: Processed in 0.001399805 sec. | ||
3171 | 2025.07.08 01:13:09.953952 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3172 | 2025.07.08 01:13:09.954047 [ 276 ] {4a930da3-f2cd-44d1-a26e-f5961da49bd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3173 | 2025.07.08 01:13:09.954093 [ 276 ] {4a930da3-f2cd-44d1-a26e-f5961da49bd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3174 | 2025.07.08 01:13:09.954484 [ 276 ] {4a930da3-f2cd-44d1-a26e-f5961da49bd4} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3175 | 2025.07.08 01:13:09.954519 [ 276 ] {4a930da3-f2cd-44d1-a26e-f5961da49bd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3176 | 2025.07.08 01:13:09.954811 [ 276 ] {4a930da3-f2cd-44d1-a26e-f5961da49bd4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3177 | 2025.07.08 01:13:09.955017 [ 276 ] {4a930da3-f2cd-44d1-a26e-f5961da49bd4} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3178 | 2025.07.08 01:13:09.955106 [ 131 ] {} <Debug> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3179 | 2025.07.08 01:13:09.955140 [ 131 ] {} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3180 | 2025.07.08 01:13:09.955141 [ 276 ] {4a930da3-f2cd-44d1-a26e-f5961da49bd4} <Debug> executeQuery: Read 21 rows, 1.64 KiB in 0.001112 sec., 18884.892086330936 rows/sec., 1.44 MiB/sec. | ||
3181 | 2025.07.08 01:13:09.955158 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3182 | 2025.07.08 01:13:09.955184 [ 276 ] {4a930da3-f2cd-44d1-a26e-f5961da49bd4} <Debug> TCPHandler: Processed in 0.001281373 sec. | ||
3183 | 2025.07.08 01:13:09.955275 [ 194 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::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 | ||
3184 | 2025.07.08 01:13:09.955292 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3185 | 2025.07.08 01:13:09.955410 [ 276 ] {48d9ee9d-5d60-485d-a752-cd954b7205f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
3186 | 2025.07.08 01:13:09.955424 [ 194 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3187 | 2025.07.08 01:13:09.955451 [ 276 ] {48d9ee9d-5d60-485d-a752-cd954b7205f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3188 | 2025.07.08 01:13:09.955465 [ 194 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 167 rows starting from the beginning of the part | ||
3189 | 2025.07.08 01:13:09.955541 [ 194 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 9 rows starting from the beginning of the part | ||
3190 | 2025.07.08 01:13:09.955590 [ 194 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 36 rows starting from the beginning of the part | ||
3191 | 2025.07.08 01:13:09.955639 [ 194 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 9 rows starting from the beginning of the part | ||
3192 | 2025.07.08 01:13:09.955681 [ 194 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 32 rows starting from the beginning of the part | ||
3193 | 2025.07.08 01:13:09.955723 [ 194 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 21 rows starting from the beginning of the part | ||
3194 | 2025.07.08 01:13:09.955845 [ 276 ] {48d9ee9d-5d60-485d-a752-cd954b7205f0} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3195 | 2025.07.08 01:13:09.955887 [ 276 ] {48d9ee9d-5d60-485d-a752-cd954b7205f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3196 | 2025.07.08 01:13:09.956235 [ 276 ] {48d9ee9d-5d60-485d-a752-cd954b7205f0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3197 | 2025.07.08 01:13:09.956472 [ 276 ] {48d9ee9d-5d60-485d-a752-cd954b7205f0} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3198 | 2025.07.08 01:13:09.956599 [ 276 ] {48d9ee9d-5d60-485d-a752-cd954b7205f0} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001206 sec., 19900.49751243781 rows/sec., 1.65 MiB/sec. | ||
3199 | 2025.07.08 01:13:09.956621 [ 196 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 274 rows, containing 5 columns (5 merged, 0 gathered) in 0.001397935 sec., 196003.3907155912 rows/sec., 14.07 MiB/sec. | ||
3200 | 2025.07.08 01:13:09.956634 [ 276 ] {48d9ee9d-5d60-485d-a752-cd954b7205f0} <Debug> TCPHandler: Processed in 0.001391925 sec. | ||
3201 | 2025.07.08 01:13:09.956786 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3202 | 2025.07.08 01:13:09.956843 [ 196 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3203 | 2025.07.08 01:13:09.956883 [ 276 ] {179f2cd9-0e71-475a-8cfd-3a48d1a98039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
3204 | 2025.07.08 01:13:09.956927 [ 276 ] {179f2cd9-0e71-475a-8cfd-3a48d1a98039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3205 | 2025.07.08 01:13:09.957175 [ 196 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_16_3} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3206 | 2025.07.08 01:13:09.957256 [ 196 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_16_3} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3207 | 2025.07.08 01:13:09.957311 [ 276 ] {179f2cd9-0e71-475a-8cfd-3a48d1a98039} <Trace> oximeter.fields_u8 (eb4decb7-5820-449c-aa1f-b1383ebf2f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3208 | 2025.07.08 01:13:09.957349 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
3209 | 2025.07.08 01:13:09.957352 [ 276 ] {179f2cd9-0e71-475a-8cfd-3a48d1a98039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3210 | 2025.07.08 01:13:09.957678 [ 276 ] {179f2cd9-0e71-475a-8cfd-3a48d1a98039} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3211 | 2025.07.08 01:13:09.957891 [ 276 ] {179f2cd9-0e71-475a-8cfd-3a48d1a98039} <Trace> oximeter.fields_u8 (eb4decb7-5820-449c-aa1f-b1383ebf2f5b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3212 | 2025.07.08 01:13:09.958014 [ 276 ] {179f2cd9-0e71-475a-8cfd-3a48d1a98039} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001148 sec., 10452.961672473868 rows/sec., 816.64 KiB/sec. | ||
3213 | 2025.07.08 01:13:09.958050 [ 276 ] {179f2cd9-0e71-475a-8cfd-3a48d1a98039} <Debug> TCPHandler: Processed in 0.001313563 sec. | ||
3214 | 2025.07.08 01:13:09.958158 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3215 | 2025.07.08 01:13:09.958252 [ 276 ] {6cafaea4-ddd9-4ef8-b0e7-c6fdc230dfe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3216 | 2025.07.08 01:13:09.958292 [ 276 ] {6cafaea4-ddd9-4ef8-b0e7-c6fdc230dfe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3217 | 2025.07.08 01:13:09.958700 [ 276 ] {6cafaea4-ddd9-4ef8-b0e7-c6fdc230dfe9} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3218 | 2025.07.08 01:13:09.958735 [ 276 ] {6cafaea4-ddd9-4ef8-b0e7-c6fdc230dfe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3219 | 2025.07.08 01:13:09.959041 [ 276 ] {6cafaea4-ddd9-4ef8-b0e7-c6fdc230dfe9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3220 | 2025.07.08 01:13:09.959261 [ 276 ] {6cafaea4-ddd9-4ef8-b0e7-c6fdc230dfe9} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3221 | 2025.07.08 01:13:09.959384 [ 276 ] {6cafaea4-ddd9-4ef8-b0e7-c6fdc230dfe9} <Debug> executeQuery: Read 109 rows, 9.09 KiB in 0.001149 sec., 94865.1000870322 rows/sec., 7.73 MiB/sec. | ||
3222 | 2025.07.08 01:13:09.959420 [ 276 ] {6cafaea4-ddd9-4ef8-b0e7-c6fdc230dfe9} <Debug> TCPHandler: Processed in 0.001311123 sec. | ||
3223 | 2025.07.08 01:13:09.959531 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3224 | 2025.07.08 01:13:09.959624 [ 276 ] {3bf5075e-ffaa-4bd7-82cd-b5b91f4ffc9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3225 | 2025.07.08 01:13:09.959667 [ 276 ] {3bf5075e-ffaa-4bd7-82cd-b5b91f4ffc9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3226 | 2025.07.08 01:13:09.960061 [ 276 ] {3bf5075e-ffaa-4bd7-82cd-b5b91f4ffc9d} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3227 | 2025.07.08 01:13:09.960095 [ 276 ] {3bf5075e-ffaa-4bd7-82cd-b5b91f4ffc9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3228 | 2025.07.08 01:13:09.960446 [ 276 ] {3bf5075e-ffaa-4bd7-82cd-b5b91f4ffc9d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3229 | 2025.07.08 01:13:09.960658 [ 276 ] {3bf5075e-ffaa-4bd7-82cd-b5b91f4ffc9d} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3230 | 2025.07.08 01:13:09.960781 [ 276 ] {3bf5075e-ffaa-4bd7-82cd-b5b91f4ffc9d} <Debug> executeQuery: Read 196 rows, 14.40 KiB in 0.001174 sec., 166950.59625212947 rows/sec., 11.98 MiB/sec. | ||
3231 | 2025.07.08 01:13:09.960816 [ 276 ] {3bf5075e-ffaa-4bd7-82cd-b5b91f4ffc9d} <Debug> TCPHandler: Processed in 0.001334104 sec. | ||
3232 | 2025.07.08 01:13:09.960927 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3233 | 2025.07.08 01:13:09.961020 [ 276 ] {c1a1f554-a4cc-4041-b1e3-0228eec6282e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3234 | 2025.07.08 01:13:09.961074 [ 276 ] {c1a1f554-a4cc-4041-b1e3-0228eec6282e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3235 | 2025.07.08 01:13:09.961795 [ 276 ] {c1a1f554-a4cc-4041-b1e3-0228eec6282e} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3236 | 2025.07.08 01:13:09.961829 [ 276 ] {c1a1f554-a4cc-4041-b1e3-0228eec6282e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3237 | 2025.07.08 01:13:09.962324 [ 276 ] {c1a1f554-a4cc-4041-b1e3-0228eec6282e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3238 | 2025.07.08 01:13:09.962546 [ 276 ] {c1a1f554-a4cc-4041-b1e3-0228eec6282e} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3239 | 2025.07.08 01:13:09.962637 [ 131 ] {} <Debug> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3240 | 2025.07.08 01:13:09.962665 [ 131 ] {} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3241 | 2025.07.08 01:13:09.962677 [ 276 ] {c1a1f554-a4cc-4041-b1e3-0228eec6282e} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001674 sec., 5376.344086021506 rows/sec., 9.63 MiB/sec. | ||
3242 | 2025.07.08 01:13:09.962681 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3243 | 2025.07.08 01:13:09.962727 [ 276 ] {c1a1f554-a4cc-4041-b1e3-0228eec6282e} <Debug> TCPHandler: Processed in 0.001848243 sec. | ||
3244 | 2025.07.08 01:13:09.962782 [ 188 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::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 | ||
3245 | 2025.07.08 01:13:09.962842 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3246 | 2025.07.08 01:13:09.962941 [ 276 ] {26be7bf0-9fea-4f80-bd71-39e7c1d2a991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3247 | 2025.07.08 01:13:09.962982 [ 276 ] {26be7bf0-9fea-4f80-bd71-39e7c1d2a991} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3248 | 2025.07.08 01:13:09.963029 [ 188 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3249 | 2025.07.08 01:13:09.963097 [ 188 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 201 rows starting from the beginning of the part | ||
3250 | 2025.07.08 01:13:09.963223 [ 188 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 9 rows starting from the beginning of the part | ||
3251 | 2025.07.08 01:13:09.963318 [ 276 ] {26be7bf0-9fea-4f80-bd71-39e7c1d2a991} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3252 | 2025.07.08 01:13:09.963341 [ 188 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 32 rows starting from the beginning of the part | ||
3253 | 2025.07.08 01:13:09.963358 [ 276 ] {26be7bf0-9fea-4f80-bd71-39e7c1d2a991} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3254 | 2025.07.08 01:13:09.963454 [ 188 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 9 rows starting from the beginning of the part | ||
3255 | 2025.07.08 01:13:09.963562 [ 188 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 32 rows starting from the beginning of the part | ||
3256 | 2025.07.08 01:13:09.963665 [ 188 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 9 rows starting from the beginning of the part | ||
3257 | 2025.07.08 01:13:09.963689 [ 276 ] {26be7bf0-9fea-4f80-bd71-39e7c1d2a991} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3258 | 2025.07.08 01:13:09.963916 [ 276 ] {26be7bf0-9fea-4f80-bd71-39e7c1d2a991} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3259 | 2025.07.08 01:13:09.964051 [ 276 ] {26be7bf0-9fea-4f80-bd71-39e7c1d2a991} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001128 sec., 53191.48936170212 rows/sec., 3.58 MiB/sec. | ||
3260 | 2025.07.08 01:13:09.964088 [ 276 ] {26be7bf0-9fea-4f80-bd71-39e7c1d2a991} <Debug> TCPHandler: Processed in 0.001296183 sec. | ||
3261 | 2025.07.08 01:13:09.966729 [ 186 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 292 rows, containing 19 columns (19 merged, 0 gathered) in 0.00398457 sec., 73282.6879688398 rows/sec., 131.32 MiB/sec. | ||
3262 | 2025.07.08 01:13:09.967318 [ 201 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3263 | 2025.07.08 01:13:09.967727 [ 201 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3264 | 2025.07.08 01:13:09.967810 [ 201 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3265 | 2025.07.08 01:13:09.967973 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.75 MiB. | ||
3266 | 2025.07.08 01:13:14.950546 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3267 | 2025.07.08 01:13:14.950762 [ 276 ] {e1f7d159-8225-41d4-80e9-42c32d1ed8fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3268 | 2025.07.08 01:13:14.950837 [ 276 ] {e1f7d159-8225-41d4-80e9-42c32d1ed8fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3269 | 2025.07.08 01:13:14.951547 [ 276 ] {e1f7d159-8225-41d4-80e9-42c32d1ed8fd} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3270 | 2025.07.08 01:13:14.951593 [ 276 ] {e1f7d159-8225-41d4-80e9-42c32d1ed8fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3271 | 2025.07.08 01:13:14.951999 [ 276 ] {e1f7d159-8225-41d4-80e9-42c32d1ed8fd} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3272 | 2025.07.08 01:13:14.952246 [ 276 ] {e1f7d159-8225-41d4-80e9-42c32d1ed8fd} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3273 | 2025.07.08 01:13:14.952361 [ 122 ] {} <Debug> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3274 | 2025.07.08 01:13:14.952396 [ 276 ] {e1f7d159-8225-41d4-80e9-42c32d1ed8fd} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.001688 sec., 71090.04739336493 rows/sec., 6.02 MiB/sec. | ||
3275 | 2025.07.08 01:13:14.952431 [ 122 ] {} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3276 | 2025.07.08 01:13:14.952451 [ 276 ] {e1f7d159-8225-41d4-80e9-42c32d1ed8fd} <Debug> TCPHandler: Processed in 0.002043067 sec. | ||
3277 | 2025.07.08 01:13:14.952457 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3278 | 2025.07.08 01:13:14.952576 [ 190 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::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 | ||
3279 | 2025.07.08 01:13:14.952591 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3280 | 2025.07.08 01:13:14.952706 [ 190 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3281 | 2025.07.08 01:13:14.952709 [ 276 ] {c21ed420-9b97-4046-89f1-d51c7addc194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3282 | 2025.07.08 01:13:14.952748 [ 190 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1966 rows starting from the beginning of the part | ||
3283 | 2025.07.08 01:13:14.952769 [ 276 ] {c21ed420-9b97-4046-89f1-d51c7addc194} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3284 | 2025.07.08 01:13:14.952825 [ 190 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part | ||
3285 | 2025.07.08 01:13:14.952879 [ 190 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 74 rows starting from the beginning of the part | ||
3286 | 2025.07.08 01:13:14.952924 [ 190 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 120 rows starting from the beginning of the part | ||
3287 | 2025.07.08 01:13:14.952967 [ 190 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 194 rows starting from the beginning of the part | ||
3288 | 2025.07.08 01:13:14.953012 [ 190 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 120 rows starting from the beginning of the part | ||
3289 | 2025.07.08 01:13:14.953195 [ 276 ] {c21ed420-9b97-4046-89f1-d51c7addc194} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3290 | 2025.07.08 01:13:14.953239 [ 276 ] {c21ed420-9b97-4046-89f1-d51c7addc194} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3291 | 2025.07.08 01:13:14.953567 [ 276 ] {c21ed420-9b97-4046-89f1-d51c7addc194} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3292 | 2025.07.08 01:13:14.953805 [ 276 ] {c21ed420-9b97-4046-89f1-d51c7addc194} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3293 | 2025.07.08 01:13:14.953940 [ 276 ] {c21ed420-9b97-4046-89f1-d51c7addc194} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001256 sec., 25477.707006369426 rows/sec., 1.87 MiB/sec. | ||
3294 | 2025.07.08 01:13:14.953980 [ 276 ] {c21ed420-9b97-4046-89f1-d51c7addc194} <Debug> TCPHandler: Processed in 0.001441876 sec. | ||
3295 | 2025.07.08 01:13:14.954088 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3296 | 2025.07.08 01:13:14.954185 [ 276 ] {123a4b57-1da4-4e8d-a6a5-a6ebd8b159a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3297 | 2025.07.08 01:13:14.954225 [ 276 ] {123a4b57-1da4-4e8d-a6a5-a6ebd8b159a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3298 | 2025.07.08 01:13:14.954290 [ 201 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2530 rows, containing 5 columns (5 merged, 0 gathered) in 0.001757331 sec., 1439683.2469238862 rows/sec., 124.54 MiB/sec. | ||
3299 | 2025.07.08 01:13:14.954582 [ 186 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3300 | 2025.07.08 01:13:14.954655 [ 276 ] {123a4b57-1da4-4e8d-a6a5-a6ebd8b159a5} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3301 | 2025.07.08 01:13:14.954698 [ 276 ] {123a4b57-1da4-4e8d-a6a5-a6ebd8b159a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3302 | 2025.07.08 01:13:14.954906 [ 186 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_21_4} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3303 | 2025.07.08 01:13:14.954995 [ 186 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_21_4} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3304 | 2025.07.08 01:13:14.955051 [ 276 ] {123a4b57-1da4-4e8d-a6a5-a6ebd8b159a5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3305 | 2025.07.08 01:13:14.955091 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
3306 | 2025.07.08 01:13:14.955272 [ 276 ] {123a4b57-1da4-4e8d-a6a5-a6ebd8b159a5} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3307 | 2025.07.08 01:13:14.955378 [ 122 ] {} <Debug> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3308 | 2025.07.08 01:13:14.955406 [ 276 ] {123a4b57-1da4-4e8d-a6a5-a6ebd8b159a5} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001242 sec., 77294.68599033816 rows/sec., 6.04 MiB/sec. | ||
3309 | 2025.07.08 01:13:14.955454 [ 122 ] {} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3310 | 2025.07.08 01:13:14.955483 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3311 | 2025.07.08 01:13:14.955489 [ 276 ] {123a4b57-1da4-4e8d-a6a5-a6ebd8b159a5} <Debug> TCPHandler: Processed in 0.001450365 sec. | ||
3312 | 2025.07.08 01:13:14.955572 [ 199 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::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 | ||
3313 | 2025.07.08 01:13:14.955613 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3314 | 2025.07.08 01:13:14.955668 [ 199 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3315 | 2025.07.08 01:13:14.955698 [ 199 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 945 rows starting from the beginning of the part | ||
3316 | 2025.07.08 01:13:14.955709 [ 276 ] {41361e6d-bbf1-4c35-b53d-99f05bda00b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3317 | 2025.07.08 01:13:14.955754 [ 199 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part | ||
3318 | 2025.07.08 01:13:14.955826 [ 276 ] {41361e6d-bbf1-4c35-b53d-99f05bda00b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3319 | 2025.07.08 01:13:14.955838 [ 199 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 73 rows starting from the beginning of the part | ||
3320 | 2025.07.08 01:13:14.955887 [ 199 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 96 rows starting from the beginning of the part | ||
3321 | 2025.07.08 01:13:14.955927 [ 199 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 109 rows starting from the beginning of the part | ||
3322 | 2025.07.08 01:13:14.955966 [ 199 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 96 rows starting from the beginning of the part | ||
3323 | 2025.07.08 01:13:14.956236 [ 276 ] {41361e6d-bbf1-4c35-b53d-99f05bda00b5} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3324 | 2025.07.08 01:13:14.956271 [ 276 ] {41361e6d-bbf1-4c35-b53d-99f05bda00b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3325 | 2025.07.08 01:13:14.956622 [ 276 ] {41361e6d-bbf1-4c35-b53d-99f05bda00b5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3326 | 2025.07.08 01:13:14.956859 [ 276 ] {41361e6d-bbf1-4c35-b53d-99f05bda00b5} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3327 | 2025.07.08 01:13:14.956932 [ 187 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1383 rows, containing 5 columns (5 merged, 0 gathered) in 0.001405785 sec., 983791.9738793627 rows/sec., 77.56 MiB/sec. | ||
3328 | 2025.07.08 01:13:14.956963 [ 122 ] {} <Debug> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3329 | 2025.07.08 01:13:14.956989 [ 276 ] {41361e6d-bbf1-4c35-b53d-99f05bda00b5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001299 sec., 123171.67051578137 rows/sec., 8.58 MiB/sec. | ||
3330 | 2025.07.08 01:13:14.956998 [ 122 ] {} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3331 | 2025.07.08 01:13:14.957029 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3332 | 2025.07.08 01:13:14.957033 [ 276 ] {41361e6d-bbf1-4c35-b53d-99f05bda00b5} <Debug> TCPHandler: Processed in 0.001469216 sec. | ||
3333 | 2025.07.08 01:13:14.957102 [ 199 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::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 | ||
3334 | 2025.07.08 01:13:14.957128 [ 187 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3335 | 2025.07.08 01:13:14.957160 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3336 | 2025.07.08 01:13:14.957186 [ 199 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3337 | 2025.07.08 01:13:14.957211 [ 199 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6574 rows starting from the beginning of the part | ||
3338 | 2025.07.08 01:13:14.957256 [ 199 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 128 rows starting from the beginning of the part | ||
3339 | 2025.07.08 01:13:14.957256 [ 276 ] {4f3c99ea-d434-4444-8b29-ebffc698e346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3340 | 2025.07.08 01:13:14.957291 [ 199 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::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 | ||
3341 | 2025.07.08 01:13:14.957321 [ 276 ] {4f3c99ea-d434-4444-8b29-ebffc698e346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3342 | 2025.07.08 01:13:14.957328 [ 199 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
3343 | 2025.07.08 01:13:14.957364 [ 199 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 196 rows starting from the beginning of the part | ||
3344 | 2025.07.08 01:13:14.957398 [ 199 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
3345 | 2025.07.08 01:13:14.957432 [ 187 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_21_4} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3346 | 2025.07.08 01:13:14.957509 [ 187 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_21_4} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3347 | 2025.07.08 01:13:14.957590 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
3348 | 2025.07.08 01:13:14.958120 [ 276 ] {4f3c99ea-d434-4444-8b29-ebffc698e346} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3349 | 2025.07.08 01:13:14.958157 [ 276 ] {4f3c99ea-d434-4444-8b29-ebffc698e346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3350 | 2025.07.08 01:13:14.958719 [ 276 ] {4f3c99ea-d434-4444-8b29-ebffc698e346} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3351 | 2025.07.08 01:13:14.958961 [ 276 ] {4f3c99ea-d434-4444-8b29-ebffc698e346} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3352 | 2025.07.08 01:13:14.959104 [ 276 ] {4f3c99ea-d434-4444-8b29-ebffc698e346} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001866 sec., 17148.98177920686 rows/sec., 30.73 MiB/sec. | ||
3353 | 2025.07.08 01:13:14.959169 [ 276 ] {4f3c99ea-d434-4444-8b29-ebffc698e346} <Debug> TCPHandler: Processed in 0.002059027 sec. | ||
3354 | 2025.07.08 01:13:14.959283 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3355 | 2025.07.08 01:13:14.959379 [ 276 ] {567ff352-2048-4ebc-b397-bfda3c252644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3356 | 2025.07.08 01:13:14.959406 [ 195 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7378 rows, containing 5 columns (5 merged, 0 gathered) in 0.002330021 sec., 3166495.065924299 rows/sec., 216.43 MiB/sec. | ||
3357 | 2025.07.08 01:13:14.959421 [ 276 ] {567ff352-2048-4ebc-b397-bfda3c252644} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3358 | 2025.07.08 01:13:14.959766 [ 276 ] {567ff352-2048-4ebc-b397-bfda3c252644} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3359 | 2025.07.08 01:13:14.959804 [ 276 ] {567ff352-2048-4ebc-b397-bfda3c252644} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3360 | 2025.07.08 01:13:14.959927 [ 195 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3361 | 2025.07.08 01:13:14.960192 [ 276 ] {567ff352-2048-4ebc-b397-bfda3c252644} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3362 | 2025.07.08 01:13:14.960238 [ 195 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3363 | 2025.07.08 01:13:14.960304 [ 195 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3364 | 2025.07.08 01:13:14.960365 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. | ||
3365 | 2025.07.08 01:13:14.960410 [ 276 ] {567ff352-2048-4ebc-b397-bfda3c252644} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3366 | 2025.07.08 01:13:14.960509 [ 122 ] {} <Debug> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3367 | 2025.07.08 01:13:14.960538 [ 276 ] {567ff352-2048-4ebc-b397-bfda3c252644} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001177 sec., 50977.06032285471 rows/sec., 3.44 MiB/sec. | ||
3368 | 2025.07.08 01:13:14.960542 [ 122 ] {} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3369 | 2025.07.08 01:13:14.960578 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3370 | 2025.07.08 01:13:14.960580 [ 276 ] {567ff352-2048-4ebc-b397-bfda3c252644} <Debug> TCPHandler: Processed in 0.001345384 sec. | ||
3371 | 2025.07.08 01:13:14.960641 [ 187 ] {0331b998-5f0a-4d11-92ae-11d48a001464::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 | ||
3372 | 2025.07.08 01:13:14.960717 [ 187 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3373 | 2025.07.08 01:13:14.960742 [ 187 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 884 rows starting from the beginning of the part | ||
3374 | 2025.07.08 01:13:14.960787 [ 187 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 48 rows starting from the beginning of the part | ||
3375 | 2025.07.08 01:13:14.960825 [ 187 ] {0331b998-5f0a-4d11-92ae-11d48a001464::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 | ||
3376 | 2025.07.08 01:13:14.960865 [ 187 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part | ||
3377 | 2025.07.08 01:13:14.960899 [ 187 ] {0331b998-5f0a-4d11-92ae-11d48a001464::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 | ||
3378 | 2025.07.08 01:13:14.960937 [ 187 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part | ||
3379 | 2025.07.08 01:13:14.961698 [ 200 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1172 rows, containing 4 columns (4 merged, 0 gathered) in 0.001075389 sec., 1089838.1887856396 rows/sec., 72.78 MiB/sec. | ||
3380 | 2025.07.08 01:13:14.961876 [ 195 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3381 | 2025.07.08 01:13:14.962126 [ 195 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_21_4} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3382 | 2025.07.08 01:13:14.962185 [ 195 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_21_4} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3383 | 2025.07.08 01:13:14.962238 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
3384 | 2025.07.08 01:13:15.833748 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3385 | 2025.07.08 01:13:15.833826 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3386 | 2025.07.08 01:13:15.907487 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 | ||
3387 | 2025.07.08 01:13:15.908218 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3388 | 2025.07.08 01:13:15.908289 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3389 | 2025.07.08 01:13:15.908787 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3390 | 2025.07.08 01:13:15.909013 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3391 | 2025.07.08 01:13:15.909134 [ 121 ] {} <Debug> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3392 | 2025.07.08 01:13:15.909139 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
3393 | 2025.07.08 01:13:15.909179 [ 121 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3394 | 2025.07.08 01:13:15.909202 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3395 | 2025.07.08 01:13:15.909379 [ 198 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
3396 | 2025.07.08 01:13:15.909598 [ 198 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3397 | 2025.07.08 01:13:15.909661 [ 198 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
3398 | 2025.07.08 01:13:15.909759 [ 198 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
3399 | 2025.07.08 01:13:15.909835 [ 198 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
3400 | 2025.07.08 01:13:15.909898 [ 198 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
3401 | 2025.07.08 01:13:15.909960 [ 198 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
3402 | 2025.07.08 01:13:15.910025 [ 198 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
3403 | 2025.07.08 01:13:15.911549 [ 192 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.0022605 sec., 3265206.812652068 rows/sec., 46.71 MiB/sec. | ||
3404 | 2025.07.08 01:13:15.912090 [ 192 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3405 | 2025.07.08 01:13:15.912398 [ 192 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::all_1_16_3} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3406 | 2025.07.08 01:13:15.912479 [ 192 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::all_1_16_3} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3407 | 2025.07.08 01:13:15.912575 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
3408 | 2025.07.08 01:13:15.920834 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 480 | ||
3409 | 2025.07.08 01:13:15.922968 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3410 | 2025.07.08 01:13:15.923013 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3411 | 2025.07.08 01:13:15.924169 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3412 | 2025.07.08 01:13:15.924444 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3413 | 2025.07.08 01:13:15.924642 [ 119 ] {} <Debug> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3414 | 2025.07.08 01:13:15.924712 [ 119 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3415 | 2025.07.08 01:13:15.924735 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3416 | 2025.07.08 01:13:15.924784 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 480 | ||
3417 | 2025.07.08 01:13:15.924862 [ 200 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::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 | ||
3418 | 2025.07.08 01:13:15.925562 [ 200 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3419 | 2025.07.08 01:13:15.925689 [ 200 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 298 rows starting from the beginning of the part | ||
3420 | 2025.07.08 01:13:15.926048 [ 200 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part | ||
3421 | 2025.07.08 01:13:15.926409 [ 200 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part | ||
3422 | 2025.07.08 01:13:15.926768 [ 200 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 50 rows starting from the beginning of the part | ||
3423 | 2025.07.08 01:13:15.927111 [ 200 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part | ||
3424 | 2025.07.08 01:13:15.927464 [ 200 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part | ||
3425 | 2025.07.08 01:13:15.933519 [ 197 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 480 rows, containing 72 columns (72 merged, 0 gathered) in 0.008721905 sec., 55033.8486832865 rows/sec., 53.14 MiB/sec. | ||
3426 | 2025.07.08 01:13:15.934591 [ 193 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3427 | 2025.07.08 01:13:15.935192 [ 193 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_11_2} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3428 | 2025.07.08 01:13:15.935275 [ 193 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_11_2} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3429 | 2025.07.08 01:13:15.935519 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB. | ||
3430 | 2025.07.08 01:13:16.001261 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000935696 sec. | ||
3431 | 2025.07.08 01:13:16.304933 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
3432 | 2025.07.08 01:13:16.321272 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3433 | 2025.07.08 01:13:16.321321 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3434 | 2025.07.08 01:13:16.327331 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3435 | 2025.07.08 01:13:16.328031 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3436 | 2025.07.08 01:13:16.328326 [ 121 ] {} <Debug> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3437 | 2025.07.08 01:13:16.328388 [ 121 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3438 | 2025.07.08 01:13:16.328412 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3439 | 2025.07.08 01:13:16.328536 [ 192 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
3440 | 2025.07.08 01:13:16.330803 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
3441 | 2025.07.08 01:13:16.332446 [ 192 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3442 | 2025.07.08 01:13:16.333832 [ 192 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
3443 | 2025.07.08 01:13:16.338232 [ 192 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
3444 | 2025.07.08 01:13:16.342401 [ 192 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
3445 | 2025.07.08 01:13:16.346596 [ 192 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
3446 | 2025.07.08 01:13:16.351224 [ 192 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part | ||
3447 | 2025.07.08 01:13:16.355552 [ 192 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
3448 | 2025.07.08 01:13:16.409459 [ 193 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.080980045 sec., 1494.1952674884287 rows/sec., 7.73 MiB/sec. | ||
3449 | 2025.07.08 01:13:16.412230 [ 197 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3450 | 2025.07.08 01:13:16.414347 [ 197 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_16_3} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3451 | 2025.07.08 01:13:16.414450 [ 197 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_16_3} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3452 | 2025.07.08 01:13:16.416600 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
3453 | 2025.07.08 01:13:17.000149 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 203.18 MiB, peak 213.15 MiB, free memory in arenas 0.00 B, will set to 214.21 MiB (RSS), difference: 11.03 MiB | ||
3454 | 2025.07.08 01:13:19.949144 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3455 | 2025.07.08 01:13:19.949362 [ 276 ] {53641f56-bb86-498d-b52f-6cc53c0bac95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3456 | 2025.07.08 01:13:19.949434 [ 276 ] {53641f56-bb86-498d-b52f-6cc53c0bac95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3457 | 2025.07.08 01:13:19.950053 [ 276 ] {53641f56-bb86-498d-b52f-6cc53c0bac95} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3458 | 2025.07.08 01:13:19.950104 [ 276 ] {53641f56-bb86-498d-b52f-6cc53c0bac95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3459 | 2025.07.08 01:13:19.950509 [ 276 ] {53641f56-bb86-498d-b52f-6cc53c0bac95} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3460 | 2025.07.08 01:13:19.950755 [ 276 ] {53641f56-bb86-498d-b52f-6cc53c0bac95} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3461 | 2025.07.08 01:13:19.950916 [ 276 ] {53641f56-bb86-498d-b52f-6cc53c0bac95} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001607 sec., 46048.537647790916 rows/sec., 3.75 MiB/sec. | ||
3462 | 2025.07.08 01:13:19.950964 [ 276 ] {53641f56-bb86-498d-b52f-6cc53c0bac95} <Debug> TCPHandler: Processed in 0.001960565 sec. | ||
3463 | 2025.07.08 01:13:19.951094 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3464 | 2025.07.08 01:13:19.951200 [ 276 ] {9c1fee70-8202-4ff5-aa3d-f40bb8952117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3465 | 2025.07.08 01:13:19.951245 [ 276 ] {9c1fee70-8202-4ff5-aa3d-f40bb8952117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3466 | 2025.07.08 01:13:19.951659 [ 276 ] {9c1fee70-8202-4ff5-aa3d-f40bb8952117} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3467 | 2025.07.08 01:13:19.951698 [ 276 ] {9c1fee70-8202-4ff5-aa3d-f40bb8952117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3468 | 2025.07.08 01:13:19.952012 [ 276 ] {9c1fee70-8202-4ff5-aa3d-f40bb8952117} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3469 | 2025.07.08 01:13:19.952226 [ 276 ] {9c1fee70-8202-4ff5-aa3d-f40bb8952117} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3470 | 2025.07.08 01:13:19.952366 [ 276 ] {9c1fee70-8202-4ff5-aa3d-f40bb8952117} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.00119 sec., 7563.0252100840335 rows/sec., 568.70 KiB/sec. | ||
3471 | 2025.07.08 01:13:19.952404 [ 276 ] {9c1fee70-8202-4ff5-aa3d-f40bb8952117} <Debug> TCPHandler: Processed in 0.001365094 sec. | ||
3472 | 2025.07.08 01:13:19.952518 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3473 | 2025.07.08 01:13:19.952614 [ 276 ] {52ab3a0c-9e8e-423e-9cb4-ec41bcf7e0e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3474 | 2025.07.08 01:13:19.952656 [ 276 ] {52ab3a0c-9e8e-423e-9cb4-ec41bcf7e0e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3475 | 2025.07.08 01:13:19.953053 [ 276 ] {52ab3a0c-9e8e-423e-9cb4-ec41bcf7e0e4} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3476 | 2025.07.08 01:13:19.953107 [ 276 ] {52ab3a0c-9e8e-423e-9cb4-ec41bcf7e0e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3477 | 2025.07.08 01:13:19.953492 [ 276 ] {52ab3a0c-9e8e-423e-9cb4-ec41bcf7e0e4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3478 | 2025.07.08 01:13:19.953721 [ 276 ] {52ab3a0c-9e8e-423e-9cb4-ec41bcf7e0e4} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3479 | 2025.07.08 01:13:19.953849 [ 276 ] {52ab3a0c-9e8e-423e-9cb4-ec41bcf7e0e4} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001253 sec., 58260.175578611335 rows/sec., 4.55 MiB/sec. | ||
3480 | 2025.07.08 01:13:19.953887 [ 276 ] {52ab3a0c-9e8e-423e-9cb4-ec41bcf7e0e4} <Debug> TCPHandler: Processed in 0.001419965 sec. | ||
3481 | 2025.07.08 01:13:19.954002 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3482 | 2025.07.08 01:13:19.954099 [ 276 ] {6b30671f-9859-4ef9-b38e-42dd8a994f56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3483 | 2025.07.08 01:13:19.954143 [ 276 ] {6b30671f-9859-4ef9-b38e-42dd8a994f56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3484 | 2025.07.08 01:13:19.954549 [ 276 ] {6b30671f-9859-4ef9-b38e-42dd8a994f56} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3485 | 2025.07.08 01:13:19.954587 [ 276 ] {6b30671f-9859-4ef9-b38e-42dd8a994f56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3486 | 2025.07.08 01:13:19.954928 [ 276 ] {6b30671f-9859-4ef9-b38e-42dd8a994f56} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3487 | 2025.07.08 01:13:19.955138 [ 276 ] {6b30671f-9859-4ef9-b38e-42dd8a994f56} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3488 | 2025.07.08 01:13:19.955263 [ 276 ] {6b30671f-9859-4ef9-b38e-42dd8a994f56} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001183 sec., 135249.36601859677 rows/sec., 9.42 MiB/sec. | ||
3489 | 2025.07.08 01:13:19.955299 [ 276 ] {6b30671f-9859-4ef9-b38e-42dd8a994f56} <Debug> TCPHandler: Processed in 0.001346364 sec. | ||
3490 | 2025.07.08 01:13:19.955411 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3491 | 2025.07.08 01:13:19.955505 [ 276 ] {508e0329-e691-4368-b2eb-706822e78035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3492 | 2025.07.08 01:13:19.955561 [ 276 ] {508e0329-e691-4368-b2eb-706822e78035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3493 | 2025.07.08 01:13:19.956255 [ 276 ] {508e0329-e691-4368-b2eb-706822e78035} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3494 | 2025.07.08 01:13:19.956291 [ 276 ] {508e0329-e691-4368-b2eb-706822e78035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3495 | 2025.07.08 01:13:19.956788 [ 276 ] {508e0329-e691-4368-b2eb-706822e78035} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3496 | 2025.07.08 01:13:19.956998 [ 276 ] {508e0329-e691-4368-b2eb-706822e78035} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3497 | 2025.07.08 01:13:19.957141 [ 276 ] {508e0329-e691-4368-b2eb-706822e78035} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001655 sec., 5438.0664652567975 rows/sec., 9.74 MiB/sec. | ||
3498 | 2025.07.08 01:13:19.957192 [ 276 ] {508e0329-e691-4368-b2eb-706822e78035} <Debug> TCPHandler: Processed in 0.001829942 sec. | ||
3499 | 2025.07.08 01:13:19.957308 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3500 | 2025.07.08 01:13:19.957401 [ 276 ] {f019984d-feb9-4bb5-8147-2f37cb1f2af4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3501 | 2025.07.08 01:13:19.957442 [ 276 ] {f019984d-feb9-4bb5-8147-2f37cb1f2af4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3502 | 2025.07.08 01:13:19.957771 [ 276 ] {f019984d-feb9-4bb5-8147-2f37cb1f2af4} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3503 | 2025.07.08 01:13:19.957807 [ 276 ] {f019984d-feb9-4bb5-8147-2f37cb1f2af4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3504 | 2025.07.08 01:13:19.958103 [ 276 ] {f019984d-feb9-4bb5-8147-2f37cb1f2af4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3505 | 2025.07.08 01:13:19.958306 [ 276 ] {f019984d-feb9-4bb5-8147-2f37cb1f2af4} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3506 | 2025.07.08 01:13:19.958430 [ 276 ] {f019984d-feb9-4bb5-8147-2f37cb1f2af4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001046 sec., 57361.37667304015 rows/sec., 3.87 MiB/sec. | ||
3507 | 2025.07.08 01:13:19.958465 [ 276 ] {f019984d-feb9-4bb5-8147-2f37cb1f2af4} <Debug> TCPHandler: Processed in 0.001206091 sec. | ||
3508 | 2025.07.08 01:13:23.409259 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 | ||
3509 | 2025.07.08 01:13:23.410036 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3510 | 2025.07.08 01:13:23.410070 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3511 | 2025.07.08 01:13:23.410667 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3512 | 2025.07.08 01:13:23.410928 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3513 | 2025.07.08 01:13:23.411053 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 | ||
3514 | 2025.07.08 01:13:23.830871 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 | ||
3515 | 2025.07.08 01:13:23.845634 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3516 | 2025.07.08 01:13:23.845680 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3517 | 2025.07.08 01:13:23.851892 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3518 | 2025.07.08 01:13:23.852626 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3519 | 2025.07.08 01:13:23.855258 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 128 | ||
3520 | 2025.07.08 01:13:24.270574 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3521 | 2025.07.08 01:13:24.270745 [ 276 ] {f2548bbc-2f76-4968-b957-5c866d62d18b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
3522 | 2025.07.08 01:13:24.270806 [ 276 ] {f2548bbc-2f76-4968-b957-5c866d62d18b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3523 | 2025.07.08 01:13:24.271436 [ 276 ] {f2548bbc-2f76-4968-b957-5c866d62d18b} <Trace> oximeter.fields_ipaddr (d5152c3e-de89-4e55-974b-3e6b5ff2d5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3524 | 2025.07.08 01:13:24.271477 [ 276 ] {f2548bbc-2f76-4968-b957-5c866d62d18b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3525 | 2025.07.08 01:13:24.271864 [ 276 ] {f2548bbc-2f76-4968-b957-5c866d62d18b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3526 | 2025.07.08 01:13:24.272084 [ 276 ] {f2548bbc-2f76-4968-b957-5c866d62d18b} <Trace> oximeter.fields_ipaddr (d5152c3e-de89-4e55-974b-3e6b5ff2d5cc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3527 | 2025.07.08 01:13:24.272229 [ 276 ] {f2548bbc-2f76-4968-b957-5c866d62d18b} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00153 sec., 3921.568627450981 rows/sec., 319.78 KiB/sec. | ||
3528 | 2025.07.08 01:13:24.272269 [ 276 ] {f2548bbc-2f76-4968-b957-5c866d62d18b} <Debug> TCPHandler: Processed in 0.001819812 sec. | ||
3529 | 2025.07.08 01:13:24.272389 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3530 | 2025.07.08 01:13:24.272482 [ 276 ] {b6d1b64b-39b6-4de7-bf39-230efed27638} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3531 | 2025.07.08 01:13:24.272521 [ 276 ] {b6d1b64b-39b6-4de7-bf39-230efed27638} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3532 | 2025.07.08 01:13:24.273642 [ 276 ] {b6d1b64b-39b6-4de7-bf39-230efed27638} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3533 | 2025.07.08 01:13:24.273677 [ 276 ] {b6d1b64b-39b6-4de7-bf39-230efed27638} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3534 | 2025.07.08 01:13:24.274092 [ 276 ] {b6d1b64b-39b6-4de7-bf39-230efed27638} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3535 | 2025.07.08 01:13:24.274298 [ 276 ] {b6d1b64b-39b6-4de7-bf39-230efed27638} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3536 | 2025.07.08 01:13:24.274422 [ 276 ] {b6d1b64b-39b6-4de7-bf39-230efed27638} <Debug> executeQuery: Read 1263 rows, 106.75 KiB in 0.001957 sec., 645375.5748594789 rows/sec., 53.27 MiB/sec. | ||
3537 | 2025.07.08 01:13:24.274461 [ 276 ] {b6d1b64b-39b6-4de7-bf39-230efed27638} <Debug> TCPHandler: Processed in 0.002123448 sec. | ||
3538 | 2025.07.08 01:13:24.274761 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3539 | 2025.07.08 01:13:24.274853 [ 276 ] {21c45240-f0b6-4ec1-aae0-689f9bccecd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3540 | 2025.07.08 01:13:24.274895 [ 276 ] {21c45240-f0b6-4ec1-aae0-689f9bccecd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3541 | 2025.07.08 01:13:24.275455 [ 276 ] {21c45240-f0b6-4ec1-aae0-689f9bccecd9} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3542 | 2025.07.08 01:13:24.275491 [ 276 ] {21c45240-f0b6-4ec1-aae0-689f9bccecd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3543 | 2025.07.08 01:13:24.275784 [ 276 ] {21c45240-f0b6-4ec1-aae0-689f9bccecd9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3544 | 2025.07.08 01:13:24.275988 [ 276 ] {21c45240-f0b6-4ec1-aae0-689f9bccecd9} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3545 | 2025.07.08 01:13:24.276117 [ 276 ] {21c45240-f0b6-4ec1-aae0-689f9bccecd9} <Debug> executeQuery: Read 38 rows, 2.83 KiB in 0.001282 sec., 29641.1856474259 rows/sec., 2.15 MiB/sec. | ||
3546 | 2025.07.08 01:13:24.276156 [ 276 ] {21c45240-f0b6-4ec1-aae0-689f9bccecd9} <Debug> TCPHandler: Processed in 0.001442856 sec. | ||
3547 | 2025.07.08 01:13:24.276263 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3548 | 2025.07.08 01:13:24.276355 [ 276 ] {5286f6a5-6d6a-433a-a1d1-7446c59f6f2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
3549 | 2025.07.08 01:13:24.276393 [ 276 ] {5286f6a5-6d6a-433a-a1d1-7446c59f6f2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3550 | 2025.07.08 01:13:24.276861 [ 276 ] {5286f6a5-6d6a-433a-a1d1-7446c59f6f2e} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3551 | 2025.07.08 01:13:24.276897 [ 276 ] {5286f6a5-6d6a-433a-a1d1-7446c59f6f2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3552 | 2025.07.08 01:13:24.277204 [ 276 ] {5286f6a5-6d6a-433a-a1d1-7446c59f6f2e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3553 | 2025.07.08 01:13:24.277412 [ 276 ] {5286f6a5-6d6a-433a-a1d1-7446c59f6f2e} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3554 | 2025.07.08 01:13:24.277533 [ 276 ] {5286f6a5-6d6a-433a-a1d1-7446c59f6f2e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001195 sec., 190794.9790794979 rows/sec., 12.92 MiB/sec. | ||
3555 | 2025.07.08 01:13:24.277572 [ 276 ] {5286f6a5-6d6a-433a-a1d1-7446c59f6f2e} <Debug> TCPHandler: Processed in 0.001355674 sec. | ||
3556 | 2025.07.08 01:13:24.277678 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3557 | 2025.07.08 01:13:24.277770 [ 276 ] {0649279e-8e8b-4961-8acb-54a4ba836894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3558 | 2025.07.08 01:13:24.277809 [ 276 ] {0649279e-8e8b-4961-8acb-54a4ba836894} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3559 | 2025.07.08 01:13:24.278373 [ 276 ] {0649279e-8e8b-4961-8acb-54a4ba836894} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3560 | 2025.07.08 01:13:24.278409 [ 276 ] {0649279e-8e8b-4961-8acb-54a4ba836894} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3561 | 2025.07.08 01:13:24.278745 [ 276 ] {0649279e-8e8b-4961-8acb-54a4ba836894} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3562 | 2025.07.08 01:13:24.278950 [ 276 ] {0649279e-8e8b-4961-8acb-54a4ba836894} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3563 | 2025.07.08 01:13:24.279071 [ 276 ] {0649279e-8e8b-4961-8acb-54a4ba836894} <Debug> executeQuery: Read 558 rows, 42.46 KiB in 0.001318 sec., 423368.74051593326 rows/sec., 31.46 MiB/sec. | ||
3564 | 2025.07.08 01:13:24.279110 [ 276 ] {0649279e-8e8b-4961-8acb-54a4ba836894} <Debug> TCPHandler: Processed in 0.001477886 sec. | ||
3565 | 2025.07.08 01:13:24.279220 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3566 | 2025.07.08 01:13:24.279311 [ 276 ] {3abe1cf3-4356-4c6d-bc06-2437521334b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3567 | 2025.07.08 01:13:24.279352 [ 276 ] {3abe1cf3-4356-4c6d-bc06-2437521334b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3568 | 2025.07.08 01:13:24.279917 [ 276 ] {3abe1cf3-4356-4c6d-bc06-2437521334b4} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3569 | 2025.07.08 01:13:24.279952 [ 276 ] {3abe1cf3-4356-4c6d-bc06-2437521334b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3570 | 2025.07.08 01:13:24.280326 [ 276 ] {3abe1cf3-4356-4c6d-bc06-2437521334b4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3571 | 2025.07.08 01:13:24.280547 [ 276 ] {3abe1cf3-4356-4c6d-bc06-2437521334b4} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3572 | 2025.07.08 01:13:24.280669 [ 276 ] {3abe1cf3-4356-4c6d-bc06-2437521334b4} <Debug> executeQuery: Read 927 rows, 63.82 KiB in 0.001376 sec., 673691.8604651162 rows/sec., 45.30 MiB/sec. | ||
3573 | 2025.07.08 01:13:24.280708 [ 276 ] {3abe1cf3-4356-4c6d-bc06-2437521334b4} <Debug> TCPHandler: Processed in 0.001535637 sec. | ||
3574 | 2025.07.08 01:13:24.280828 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3575 | 2025.07.08 01:13:24.280926 [ 276 ] {60edfd18-c31f-464e-b4f1-cf94a73870a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3576 | 2025.07.08 01:13:24.280978 [ 276 ] {60edfd18-c31f-464e-b4f1-cf94a73870a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3577 | 2025.07.08 01:13:24.281769 [ 276 ] {60edfd18-c31f-464e-b4f1-cf94a73870a3} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3578 | 2025.07.08 01:13:24.281805 [ 276 ] {60edfd18-c31f-464e-b4f1-cf94a73870a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3579 | 2025.07.08 01:13:24.282340 [ 276 ] {60edfd18-c31f-464e-b4f1-cf94a73870a3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3580 | 2025.07.08 01:13:24.282580 [ 276 ] {60edfd18-c31f-464e-b4f1-cf94a73870a3} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3581 | 2025.07.08 01:13:24.282710 [ 276 ] {60edfd18-c31f-464e-b4f1-cf94a73870a3} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001802 sec., 17758.046614872364 rows/sec., 31.82 MiB/sec. | ||
3582 | 2025.07.08 01:13:24.282759 [ 276 ] {60edfd18-c31f-464e-b4f1-cf94a73870a3} <Debug> TCPHandler: Processed in 0.001983245 sec. | ||
3583 | 2025.07.08 01:13:24.282889 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3584 | 2025.07.08 01:13:24.282982 [ 276 ] {31bf4154-131c-4f5c-a8a6-9ea6f31611f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3585 | 2025.07.08 01:13:24.283022 [ 276 ] {31bf4154-131c-4f5c-a8a6-9ea6f31611f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3586 | 2025.07.08 01:13:24.283385 [ 276 ] {31bf4154-131c-4f5c-a8a6-9ea6f31611f4} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3587 | 2025.07.08 01:13:24.283420 [ 276 ] {31bf4154-131c-4f5c-a8a6-9ea6f31611f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3588 | 2025.07.08 01:13:24.283713 [ 276 ] {31bf4154-131c-4f5c-a8a6-9ea6f31611f4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3589 | 2025.07.08 01:13:24.283912 [ 276 ] {31bf4154-131c-4f5c-a8a6-9ea6f31611f4} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3590 | 2025.07.08 01:13:24.284033 [ 276 ] {31bf4154-131c-4f5c-a8a6-9ea6f31611f4} <Debug> executeQuery: Read 56 rows, 3.86 KiB in 0.00107 sec., 52336.44859813084 rows/sec., 3.52 MiB/sec. | ||
3591 | 2025.07.08 01:13:24.284067 [ 276 ] {31bf4154-131c-4f5c-a8a6-9ea6f31611f4} <Debug> TCPHandler: Processed in 0.001225592 sec. | ||
3592 | 2025.07.08 01:13:24.942229 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3593 | 2025.07.08 01:13:24.942427 [ 276 ] {092bd1dd-bae4-43ce-8c61-26e4e1f7918f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3594 | 2025.07.08 01:13:24.942502 [ 276 ] {092bd1dd-bae4-43ce-8c61-26e4e1f7918f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3595 | 2025.07.08 01:13:24.943123 [ 276 ] {092bd1dd-bae4-43ce-8c61-26e4e1f7918f} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3596 | 2025.07.08 01:13:24.943162 [ 276 ] {092bd1dd-bae4-43ce-8c61-26e4e1f7918f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3597 | 2025.07.08 01:13:24.943566 [ 276 ] {092bd1dd-bae4-43ce-8c61-26e4e1f7918f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3598 | 2025.07.08 01:13:24.943792 [ 276 ] {092bd1dd-bae4-43ce-8c61-26e4e1f7918f} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3599 | 2025.07.08 01:13:24.943944 [ 276 ] {092bd1dd-bae4-43ce-8c61-26e4e1f7918f} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.00157 sec., 16560.509554140128 rows/sec., 1.28 MiB/sec. | ||
3600 | 2025.07.08 01:13:24.943992 [ 276 ] {092bd1dd-bae4-43ce-8c61-26e4e1f7918f} <Debug> TCPHandler: Processed in 0.001899754 sec. | ||
3601 | 2025.07.08 01:13:24.944113 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3602 | 2025.07.08 01:13:24.944217 [ 276 ] {db76f902-46e1-4f37-9acf-0c4ce79207c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3603 | 2025.07.08 01:13:24.944261 [ 276 ] {db76f902-46e1-4f37-9acf-0c4ce79207c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3604 | 2025.07.08 01:13:24.944677 [ 276 ] {db76f902-46e1-4f37-9acf-0c4ce79207c3} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3605 | 2025.07.08 01:13:24.944712 [ 276 ] {db76f902-46e1-4f37-9acf-0c4ce79207c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3606 | 2025.07.08 01:13:24.945046 [ 276 ] {db76f902-46e1-4f37-9acf-0c4ce79207c3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3607 | 2025.07.08 01:13:24.945291 [ 276 ] {db76f902-46e1-4f37-9acf-0c4ce79207c3} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3608 | 2025.07.08 01:13:24.945418 [ 276 ] {db76f902-46e1-4f37-9acf-0c4ce79207c3} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001225 sec., 22857.14285714286 rows/sec., 1.78 MiB/sec. | ||
3609 | 2025.07.08 01:13:24.945457 [ 276 ] {db76f902-46e1-4f37-9acf-0c4ce79207c3} <Debug> TCPHandler: Processed in 0.001394875 sec. | ||
3610 | 2025.07.08 01:13:24.945566 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3611 | 2025.07.08 01:13:24.945663 [ 276 ] {cce2a7ca-5624-450a-b819-f03658bce2ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3612 | 2025.07.08 01:13:24.945707 [ 276 ] {cce2a7ca-5624-450a-b819-f03658bce2ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3613 | 2025.07.08 01:13:24.946058 [ 276 ] {cce2a7ca-5624-450a-b819-f03658bce2ed} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3614 | 2025.07.08 01:13:24.946092 [ 276 ] {cce2a7ca-5624-450a-b819-f03658bce2ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3615 | 2025.07.08 01:13:24.946401 [ 276 ] {cce2a7ca-5624-450a-b819-f03658bce2ed} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3616 | 2025.07.08 01:13:24.946609 [ 276 ] {cce2a7ca-5624-450a-b819-f03658bce2ed} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3617 | 2025.07.08 01:13:24.946736 [ 276 ] {cce2a7ca-5624-450a-b819-f03658bce2ed} <Debug> executeQuery: Read 10 rows, 727.00 B in 0.001092 sec., 9157.509157509157 rows/sec., 650.15 KiB/sec. | ||
3618 | 2025.07.08 01:13:24.946772 [ 276 ] {cce2a7ca-5624-450a-b819-f03658bce2ed} <Debug> TCPHandler: Processed in 0.001255003 sec. | ||
3619 | 2025.07.08 01:13:24.946879 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3620 | 2025.07.08 01:13:24.946971 [ 276 ] {fd861092-6db7-4cfa-994e-94206f0fd9f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3621 | 2025.07.08 01:13:24.947013 [ 276 ] {fd861092-6db7-4cfa-994e-94206f0fd9f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3622 | 2025.07.08 01:13:24.947320 [ 276 ] {fd861092-6db7-4cfa-994e-94206f0fd9f6} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3623 | 2025.07.08 01:13:24.947356 [ 276 ] {fd861092-6db7-4cfa-994e-94206f0fd9f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3624 | 2025.07.08 01:13:24.947661 [ 276 ] {fd861092-6db7-4cfa-994e-94206f0fd9f6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3625 | 2025.07.08 01:13:24.947867 [ 276 ] {fd861092-6db7-4cfa-994e-94206f0fd9f6} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3626 | 2025.07.08 01:13:24.947992 [ 276 ] {fd861092-6db7-4cfa-994e-94206f0fd9f6} <Debug> executeQuery: Read 4 rows, 288.00 B in 0.001039 sec., 3849.8556304138597 rows/sec., 270.69 KiB/sec. | ||
3627 | 2025.07.08 01:13:24.948026 [ 276 ] {fd861092-6db7-4cfa-994e-94206f0fd9f6} <Debug> TCPHandler: Processed in 0.001196522 sec. | ||
3628 | 2025.07.08 01:13:25.924914 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 516 | ||
3629 | 2025.07.08 01:13:25.927340 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3630 | 2025.07.08 01:13:25.927387 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3631 | 2025.07.08 01:13:25.928636 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3632 | 2025.07.08 01:13:25.928919 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3633 | 2025.07.08 01:13:25.929253 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 516 | ||
3634 | 2025.07.08 01:13:29.949447 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3635 | 2025.07.08 01:13:29.949665 [ 276 ] {749990f1-fd02-4dcb-8120-4923b0018578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3636 | 2025.07.08 01:13:29.949736 [ 276 ] {749990f1-fd02-4dcb-8120-4923b0018578} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3637 | 2025.07.08 01:13:29.950378 [ 276 ] {749990f1-fd02-4dcb-8120-4923b0018578} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3638 | 2025.07.08 01:13:29.950427 [ 276 ] {749990f1-fd02-4dcb-8120-4923b0018578} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3639 | 2025.07.08 01:13:29.950827 [ 276 ] {749990f1-fd02-4dcb-8120-4923b0018578} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3640 | 2025.07.08 01:13:29.951061 [ 276 ] {749990f1-fd02-4dcb-8120-4923b0018578} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3641 | 2025.07.08 01:13:29.951220 [ 276 ] {749990f1-fd02-4dcb-8120-4923b0018578} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.00161 sec., 45962.73291925465 rows/sec., 3.74 MiB/sec. | ||
3642 | 2025.07.08 01:13:29.951270 [ 276 ] {749990f1-fd02-4dcb-8120-4923b0018578} <Debug> TCPHandler: Processed in 0.001963055 sec. | ||
3643 | 2025.07.08 01:13:29.951392 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3644 | 2025.07.08 01:13:29.951494 [ 276 ] {00257783-0426-4ec8-afaf-aaa73efd58bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3645 | 2025.07.08 01:13:29.951538 [ 276 ] {00257783-0426-4ec8-afaf-aaa73efd58bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3646 | 2025.07.08 01:13:29.951943 [ 276 ] {00257783-0426-4ec8-afaf-aaa73efd58bb} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3647 | 2025.07.08 01:13:29.951980 [ 276 ] {00257783-0426-4ec8-afaf-aaa73efd58bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3648 | 2025.07.08 01:13:29.952277 [ 276 ] {00257783-0426-4ec8-afaf-aaa73efd58bb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3649 | 2025.07.08 01:13:29.952488 [ 276 ] {00257783-0426-4ec8-afaf-aaa73efd58bb} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3650 | 2025.07.08 01:13:29.952614 [ 276 ] {00257783-0426-4ec8-afaf-aaa73efd58bb} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001144 sec., 7867.1328671328665 rows/sec., 591.57 KiB/sec. | ||
3651 | 2025.07.08 01:13:29.952651 [ 276 ] {00257783-0426-4ec8-afaf-aaa73efd58bb} <Debug> TCPHandler: Processed in 0.001312824 sec. | ||
3652 | 2025.07.08 01:13:29.952753 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3653 | 2025.07.08 01:13:29.952846 [ 276 ] {ae541abf-1365-400e-92d8-524641d2914d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3654 | 2025.07.08 01:13:29.952887 [ 276 ] {ae541abf-1365-400e-92d8-524641d2914d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3655 | 2025.07.08 01:13:29.953304 [ 276 ] {ae541abf-1365-400e-92d8-524641d2914d} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3656 | 2025.07.08 01:13:29.953342 [ 276 ] {ae541abf-1365-400e-92d8-524641d2914d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3657 | 2025.07.08 01:13:29.953652 [ 276 ] {ae541abf-1365-400e-92d8-524641d2914d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3658 | 2025.07.08 01:13:29.953860 [ 276 ] {ae541abf-1365-400e-92d8-524641d2914d} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3659 | 2025.07.08 01:13:29.953988 [ 276 ] {ae541abf-1365-400e-92d8-524641d2914d} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001159 sec., 62985.3321829163 rows/sec., 4.92 MiB/sec. | ||
3660 | 2025.07.08 01:13:29.954025 [ 276 ] {ae541abf-1365-400e-92d8-524641d2914d} <Debug> TCPHandler: Processed in 0.001320623 sec. | ||
3661 | 2025.07.08 01:13:29.954135 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3662 | 2025.07.08 01:13:29.954229 [ 276 ] {4d148c3e-1fe9-4eea-b563-7e0deec1e289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3663 | 2025.07.08 01:13:29.954273 [ 276 ] {4d148c3e-1fe9-4eea-b563-7e0deec1e289} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3664 | 2025.07.08 01:13:29.954666 [ 276 ] {4d148c3e-1fe9-4eea-b563-7e0deec1e289} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3665 | 2025.07.08 01:13:29.954702 [ 276 ] {4d148c3e-1fe9-4eea-b563-7e0deec1e289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3666 | 2025.07.08 01:13:29.955057 [ 276 ] {4d148c3e-1fe9-4eea-b563-7e0deec1e289} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3667 | 2025.07.08 01:13:29.955272 [ 276 ] {4d148c3e-1fe9-4eea-b563-7e0deec1e289} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3668 | 2025.07.08 01:13:29.955402 [ 276 ] {4d148c3e-1fe9-4eea-b563-7e0deec1e289} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. | ||
3669 | 2025.07.08 01:13:29.955438 [ 276 ] {4d148c3e-1fe9-4eea-b563-7e0deec1e289} <Debug> TCPHandler: Processed in 0.001352314 sec. | ||
3670 | 2025.07.08 01:13:29.955540 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3671 | 2025.07.08 01:13:29.955634 [ 276 ] {f71004a0-c9bc-41f3-94f2-1701e6203280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3672 | 2025.07.08 01:13:29.955689 [ 276 ] {f71004a0-c9bc-41f3-94f2-1701e6203280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3673 | 2025.07.08 01:13:29.956398 [ 276 ] {f71004a0-c9bc-41f3-94f2-1701e6203280} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3674 | 2025.07.08 01:13:29.956435 [ 276 ] {f71004a0-c9bc-41f3-94f2-1701e6203280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3675 | 2025.07.08 01:13:29.956950 [ 276 ] {f71004a0-c9bc-41f3-94f2-1701e6203280} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3676 | 2025.07.08 01:13:29.957165 [ 276 ] {f71004a0-c9bc-41f3-94f2-1701e6203280} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3677 | 2025.07.08 01:13:29.957297 [ 276 ] {f71004a0-c9bc-41f3-94f2-1701e6203280} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001682 sec., 5350.772889417361 rows/sec., 9.59 MiB/sec. | ||
3678 | 2025.07.08 01:13:29.957347 [ 276 ] {f71004a0-c9bc-41f3-94f2-1701e6203280} <Debug> TCPHandler: Processed in 0.001856033 sec. | ||
3679 | 2025.07.08 01:13:29.957477 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3680 | 2025.07.08 01:13:29.957572 [ 276 ] {866150c1-2e54-45ff-abbe-d80ea656151f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3681 | 2025.07.08 01:13:29.957614 [ 276 ] {866150c1-2e54-45ff-abbe-d80ea656151f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3682 | 2025.07.08 01:13:29.957955 [ 276 ] {866150c1-2e54-45ff-abbe-d80ea656151f} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3683 | 2025.07.08 01:13:29.957990 [ 276 ] {866150c1-2e54-45ff-abbe-d80ea656151f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3684 | 2025.07.08 01:13:29.958297 [ 276 ] {866150c1-2e54-45ff-abbe-d80ea656151f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3685 | 2025.07.08 01:13:29.958501 [ 276 ] {866150c1-2e54-45ff-abbe-d80ea656151f} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3686 | 2025.07.08 01:13:29.958627 [ 276 ] {866150c1-2e54-45ff-abbe-d80ea656151f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. | ||
3687 | 2025.07.08 01:13:29.958662 [ 276 ] {866150c1-2e54-45ff-abbe-d80ea656151f} <Debug> TCPHandler: Processed in 0.001234262 sec. | ||
3688 | 2025.07.08 01:13:30.833874 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3689 | 2025.07.08 01:13:30.833930 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3690 | 2025.07.08 01:13:30.911126 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 | ||
3691 | 2025.07.08 01:13:30.911586 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3692 | 2025.07.08 01:13:30.911630 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3693 | 2025.07.08 01:13:30.912245 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3694 | 2025.07.08 01:13:30.912489 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3695 | 2025.07.08 01:13:30.912646 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
3696 | 2025.07.08 01:13:31.355329 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 | ||
3697 | 2025.07.08 01:13:31.370496 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3698 | 2025.07.08 01:13:31.370545 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3699 | 2025.07.08 01:13:31.376460 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3700 | 2025.07.08 01:13:31.377179 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3701 | 2025.07.08 01:13:31.379777 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
3702 | 2025.07.08 01:13:34.951063 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3703 | 2025.07.08 01:13:34.951256 [ 276 ] {9d16bff9-19ef-435b-a80c-1e706c29aa19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3704 | 2025.07.08 01:13:34.951323 [ 276 ] {9d16bff9-19ef-435b-a80c-1e706c29aa19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3705 | 2025.07.08 01:13:34.952046 [ 276 ] {9d16bff9-19ef-435b-a80c-1e706c29aa19} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3706 | 2025.07.08 01:13:34.952084 [ 276 ] {9d16bff9-19ef-435b-a80c-1e706c29aa19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3707 | 2025.07.08 01:13:34.952471 [ 276 ] {9d16bff9-19ef-435b-a80c-1e706c29aa19} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3708 | 2025.07.08 01:13:34.952683 [ 276 ] {9d16bff9-19ef-435b-a80c-1e706c29aa19} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3709 | 2025.07.08 01:13:34.952813 [ 102 ] {} <Debug> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3710 | 2025.07.08 01:13:34.952825 [ 276 ] {9d16bff9-19ef-435b-a80c-1e706c29aa19} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.00166 sec., 72289.15662650602 rows/sec., 6.13 MiB/sec. | ||
3711 | 2025.07.08 01:13:34.952886 [ 102 ] {} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3712 | 2025.07.08 01:13:34.952902 [ 276 ] {9d16bff9-19ef-435b-a80c-1e706c29aa19} <Debug> TCPHandler: Processed in 0.002033476 sec. | ||
3713 | 2025.07.08 01:13:34.952914 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3714 | 2025.07.08 01:13:34.953094 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3715 | 2025.07.08 01:13:34.953098 [ 196 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::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 | ||
3716 | 2025.07.08 01:13:34.953188 [ 276 ] {fcd554bf-bcc4-4d9b-b074-4e8844978b8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3717 | 2025.07.08 01:13:34.953232 [ 276 ] {fcd554bf-bcc4-4d9b-b074-4e8844978b8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3718 | 2025.07.08 01:13:34.953241 [ 196 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3719 | 2025.07.08 01:13:34.953278 [ 196 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1966 rows starting from the beginning of the part | ||
3720 | 2025.07.08 01:13:34.953366 [ 196 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 74 rows starting from the beginning of the part | ||
3721 | 2025.07.08 01:13:34.953413 [ 196 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1263 rows starting from the beginning of the part | ||
3722 | 2025.07.08 01:13:34.953457 [ 196 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 26 rows starting from the beginning of the part | ||
3723 | 2025.07.08 01:13:34.953492 [ 196 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 74 rows starting from the beginning of the part | ||
3724 | 2025.07.08 01:13:34.953529 [ 196 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 120 rows starting from the beginning of the part | ||
3725 | 2025.07.08 01:13:34.953624 [ 276 ] {fcd554bf-bcc4-4d9b-b074-4e8844978b8b} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3726 | 2025.07.08 01:13:34.953666 [ 276 ] {fcd554bf-bcc4-4d9b-b074-4e8844978b8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3727 | 2025.07.08 01:13:34.954064 [ 276 ] {fcd554bf-bcc4-4d9b-b074-4e8844978b8b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3728 | 2025.07.08 01:13:34.954280 [ 276 ] {fcd554bf-bcc4-4d9b-b074-4e8844978b8b} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3729 | 2025.07.08 01:13:34.954381 [ 102 ] {} <Debug> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3730 | 2025.07.08 01:13:34.954404 [ 276 ] {fcd554bf-bcc4-4d9b-b074-4e8844978b8b} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001248 sec., 25641.02564102564 rows/sec., 1.88 MiB/sec. | ||
3731 | 2025.07.08 01:13:34.954412 [ 102 ] {} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3732 | 2025.07.08 01:13:34.954443 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3733 | 2025.07.08 01:13:34.954447 [ 276 ] {fcd554bf-bcc4-4d9b-b074-4e8844978b8b} <Debug> TCPHandler: Processed in 0.001425135 sec. | ||
3734 | 2025.07.08 01:13:34.954547 [ 193 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::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 | ||
3735 | 2025.07.08 01:13:34.954589 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3736 | 2025.07.08 01:13:34.954685 [ 276 ] {e70eeba1-5bf4-45b6-9dab-27d7fd56a1c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3737 | 2025.07.08 01:13:34.954685 [ 193 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3738 | 2025.07.08 01:13:34.954727 [ 276 ] {e70eeba1-5bf4-45b6-9dab-27d7fd56a1c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3739 | 2025.07.08 01:13:34.954734 [ 193 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 171 rows starting from the beginning of the part | ||
3740 | 2025.07.08 01:13:34.954844 [ 193 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part | ||
3741 | 2025.07.08 01:13:34.954887 [ 193 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 9 rows starting from the beginning of the part | ||
3742 | 2025.07.08 01:13:34.954989 [ 193 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 38 rows starting from the beginning of the part | ||
3743 | 2025.07.08 01:13:34.955038 [ 193 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 9 rows starting from the beginning of the part | ||
3744 | 2025.07.08 01:13:34.955080 [ 193 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 32 rows starting from the beginning of the part | ||
3745 | 2025.07.08 01:13:34.955212 [ 194 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3523 rows, containing 5 columns (5 merged, 0 gathered) in 0.002176658 sec., 1618536.306576412 rows/sec., 139.34 MiB/sec. | ||
3746 | 2025.07.08 01:13:34.955217 [ 276 ] {e70eeba1-5bf4-45b6-9dab-27d7fd56a1c2} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3747 | 2025.07.08 01:13:34.955274 [ 276 ] {e70eeba1-5bf4-45b6-9dab-27d7fd56a1c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3748 | 2025.07.08 01:13:34.955474 [ 196 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3749 | 2025.07.08 01:13:34.955755 [ 276 ] {e70eeba1-5bf4-45b6-9dab-27d7fd56a1c2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3750 | 2025.07.08 01:13:34.955764 [ 196 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_26_5} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3751 | 2025.07.08 01:13:34.955856 [ 196 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_26_5} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3752 | 2025.07.08 01:13:34.955881 [ 186 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 291 rows, containing 5 columns (5 merged, 0 gathered) in 0.001414315 sec., 205753.3152091295 rows/sec., 14.77 MiB/sec. | ||
3753 | 2025.07.08 01:13:34.955999 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
3754 | 2025.07.08 01:13:34.956082 [ 276 ] {e70eeba1-5bf4-45b6-9dab-27d7fd56a1c2} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3755 | 2025.07.08 01:13:34.956150 [ 194 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3756 | 2025.07.08 01:13:34.956194 [ 102 ] {} <Debug> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3757 | 2025.07.08 01:13:34.956217 [ 276 ] {e70eeba1-5bf4-45b6-9dab-27d7fd56a1c2} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001518 sec., 63241.106719367584 rows/sec., 4.94 MiB/sec. | ||
3758 | 2025.07.08 01:13:34.956221 [ 102 ] {} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3759 | 2025.07.08 01:13:34.956256 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3760 | 2025.07.08 01:13:34.956261 [ 276 ] {e70eeba1-5bf4-45b6-9dab-27d7fd56a1c2} <Debug> TCPHandler: Processed in 0.00169872 sec. | ||
3761 | 2025.07.08 01:13:34.956327 [ 186 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::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 | ||
3762 | 2025.07.08 01:13:34.956384 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3763 | 2025.07.08 01:13:34.956416 [ 186 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3764 | 2025.07.08 01:13:34.956448 [ 186 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 945 rows starting from the beginning of the part | ||
3765 | 2025.07.08 01:13:34.956479 [ 276 ] {c1ff88f5-538f-4521-9dfc-a479f2fd7144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3766 | 2025.07.08 01:13:34.956483 [ 194 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_21_4} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3767 | 2025.07.08 01:13:34.956527 [ 186 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 73 rows starting from the beginning of the part | ||
3768 | 2025.07.08 01:13:34.956531 [ 276 ] {c1ff88f5-538f-4521-9dfc-a479f2fd7144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3769 | 2025.07.08 01:13:34.956573 [ 186 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 558 rows starting from the beginning of the part | ||
3770 | 2025.07.08 01:13:34.956578 [ 194 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_21_4} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3771 | 2025.07.08 01:13:34.956629 [ 186 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 28 rows starting from the beginning of the part | ||
3772 | 2025.07.08 01:13:34.956662 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
3773 | 2025.07.08 01:13:34.956665 [ 186 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 73 rows starting from the beginning of the part | ||
3774 | 2025.07.08 01:13:34.956709 [ 186 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 96 rows starting from the beginning of the part | ||
3775 | 2025.07.08 01:13:34.956993 [ 276 ] {c1ff88f5-538f-4521-9dfc-a479f2fd7144} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3776 | 2025.07.08 01:13:34.957033 [ 276 ] {c1ff88f5-538f-4521-9dfc-a479f2fd7144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3777 | 2025.07.08 01:13:34.957387 [ 276 ] {c1ff88f5-538f-4521-9dfc-a479f2fd7144} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3778 | 2025.07.08 01:13:34.957593 [ 276 ] {c1ff88f5-538f-4521-9dfc-a479f2fd7144} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3779 | 2025.07.08 01:13:34.957686 [ 102 ] {} <Debug> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3780 | 2025.07.08 01:13:34.957712 [ 276 ] {c1ff88f5-538f-4521-9dfc-a479f2fd7144} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001266 sec., 126382.30647709321 rows/sec., 8.80 MiB/sec. | ||
3781 | 2025.07.08 01:13:34.957713 [ 102 ] {} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3782 | 2025.07.08 01:13:34.957747 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3783 | 2025.07.08 01:13:34.957752 [ 276 ] {c1ff88f5-538f-4521-9dfc-a479f2fd7144} <Debug> TCPHandler: Processed in 0.001441956 sec. | ||
3784 | 2025.07.08 01:13:34.957805 [ 186 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::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 | ||
3785 | 2025.07.08 01:13:34.957821 [ 201 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1773 rows, containing 5 columns (5 merged, 0 gathered) in 0.001556288 sec., 1139249.290619731 rows/sec., 88.98 MiB/sec. | ||
3786 | 2025.07.08 01:13:34.957869 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3787 | 2025.07.08 01:13:34.957904 [ 186 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3788 | 2025.07.08 01:13:34.958006 [ 186 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7378 rows starting from the beginning of the part | ||
3789 | 2025.07.08 01:13:34.958034 [ 276 ] {a692b4fb-bf6d-403b-bfe5-3f43499c2f37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3790 | 2025.07.08 01:13:34.958067 [ 186 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::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 | ||
3791 | 2025.07.08 01:13:34.958073 [ 196 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3792 | 2025.07.08 01:13:34.958092 [ 276 ] {a692b4fb-bf6d-403b-bfe5-3f43499c2f37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3793 | 2025.07.08 01:13:34.958124 [ 186 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 927 rows starting from the beginning of the part | ||
3794 | 2025.07.08 01:13:34.958178 [ 186 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 10 rows starting from the beginning of the part | ||
3795 | 2025.07.08 01:13:34.958223 [ 186 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part | ||
3796 | 2025.07.08 01:13:34.958270 [ 186 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
3797 | 2025.07.08 01:13:34.958391 [ 196 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_26_5} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3798 | 2025.07.08 01:13:34.958467 [ 196 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_26_5} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3799 | 2025.07.08 01:13:34.958546 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
3800 | 2025.07.08 01:13:34.958916 [ 276 ] {a692b4fb-bf6d-403b-bfe5-3f43499c2f37} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3801 | 2025.07.08 01:13:34.959020 [ 276 ] {a692b4fb-bf6d-403b-bfe5-3f43499c2f37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3802 | 2025.07.08 01:13:34.959566 [ 276 ] {a692b4fb-bf6d-403b-bfe5-3f43499c2f37} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3803 | 2025.07.08 01:13:34.959808 [ 276 ] {a692b4fb-bf6d-403b-bfe5-3f43499c2f37} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3804 | 2025.07.08 01:13:34.959909 [ 102 ] {} <Debug> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3805 | 2025.07.08 01:13:34.960001 [ 276 ] {a692b4fb-bf6d-403b-bfe5-3f43499c2f37} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001983 sec., 16137.165910237016 rows/sec., 28.92 MiB/sec. | ||
3806 | 2025.07.08 01:13:34.960004 [ 102 ] {} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3807 | 2025.07.08 01:13:34.960040 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3808 | 2025.07.08 01:13:34.960056 [ 276 ] {a692b4fb-bf6d-403b-bfe5-3f43499c2f37} <Debug> TCPHandler: Processed in 0.002181699 sec. | ||
3809 | 2025.07.08 01:13:34.960118 [ 189 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::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 | ||
3810 | 2025.07.08 01:13:34.960173 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3811 | 2025.07.08 01:13:34.960267 [ 276 ] {f78526df-d3d0-48e9-81ec-fa43d58cac37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3812 | 2025.07.08 01:13:34.960306 [ 276 ] {f78526df-d3d0-48e9-81ec-fa43d58cac37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3813 | 2025.07.08 01:13:34.960326 [ 189 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3814 | 2025.07.08 01:13:34.960387 [ 189 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 292 rows starting from the beginning of the part | ||
3815 | 2025.07.08 01:13:34.960496 [ 189 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part | ||
3816 | 2025.07.08 01:13:34.960606 [ 189 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 9 rows starting from the beginning of the part | ||
3817 | 2025.07.08 01:13:34.960626 [ 276 ] {f78526df-d3d0-48e9-81ec-fa43d58cac37} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3818 | 2025.07.08 01:13:34.960665 [ 276 ] {f78526df-d3d0-48e9-81ec-fa43d58cac37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3819 | 2025.07.08 01:13:34.960705 [ 189 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 32 rows starting from the beginning of the part | ||
3820 | 2025.07.08 01:13:34.960805 [ 189 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 9 rows starting from the beginning of the part | ||
3821 | 2025.07.08 01:13:34.960906 [ 189 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 32 rows starting from the beginning of the part | ||
3822 | 2025.07.08 01:13:34.961036 [ 276 ] {f78526df-d3d0-48e9-81ec-fa43d58cac37} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3823 | 2025.07.08 01:13:34.961261 [ 276 ] {f78526df-d3d0-48e9-81ec-fa43d58cac37} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3824 | 2025.07.08 01:13:34.961372 [ 102 ] {} <Debug> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3825 | 2025.07.08 01:13:34.961399 [ 276 ] {f78526df-d3d0-48e9-81ec-fa43d58cac37} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001132 sec., 53003.5335689046 rows/sec., 3.57 MiB/sec. | ||
3826 | 2025.07.08 01:13:34.961400 [ 102 ] {} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3827 | 2025.07.08 01:13:34.961440 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3828 | 2025.07.08 01:13:34.961442 [ 276 ] {f78526df-d3d0-48e9-81ec-fa43d58cac37} <Debug> TCPHandler: Processed in 0.001306623 sec. | ||
3829 | 2025.07.08 01:13:34.961520 [ 195 ] {0331b998-5f0a-4d11-92ae-11d48a001464::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 | ||
3830 | 2025.07.08 01:13:34.961627 [ 195 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3831 | 2025.07.08 01:13:34.961661 [ 195 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1172 rows starting from the beginning of the part | ||
3832 | 2025.07.08 01:13:34.961689 [ 199 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8795 rows, containing 5 columns (5 merged, 0 gathered) in 0.003847418 sec., 2285948.654396273 rows/sec., 156.14 MiB/sec. | ||
3833 | 2025.07.08 01:13:34.961747 [ 195 ] {0331b998-5f0a-4d11-92ae-11d48a001464::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 | ||
3834 | 2025.07.08 01:13:34.961799 [ 195 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part | ||
3835 | 2025.07.08 01:13:34.961846 [ 195 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
3836 | 2025.07.08 01:13:34.961888 [ 195 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
3837 | 2025.07.08 01:13:34.961901 [ 190 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3838 | 2025.07.08 01:13:34.961947 [ 195 ] {0331b998-5f0a-4d11-92ae-11d48a001464::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 | ||
3839 | 2025.07.08 01:13:34.962189 [ 190 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3840 | 2025.07.08 01:13:34.962249 [ 190 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3841 | 2025.07.08 01:13:34.962309 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. | ||
3842 | 2025.07.08 01:13:34.963098 [ 190 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1412 rows, containing 4 columns (4 merged, 0 gathered) in 0.001619479 sec., 871885.3409028458 rows/sec., 58.32 MiB/sec. | ||
3843 | 2025.07.08 01:13:34.963300 [ 199 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3844 | 2025.07.08 01:13:34.963544 [ 199 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_26_5} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3845 | 2025.07.08 01:13:34.963605 [ 199 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_26_5} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3846 | 2025.07.08 01:13:34.963663 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
3847 | 2025.07.08 01:13:34.965324 [ 199 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 406 rows, containing 19 columns (19 merged, 0 gathered) in 0.005255544 sec., 77251.75547954693 rows/sec., 138.43 MiB/sec. | ||
3848 | 2025.07.08 01:13:34.966031 [ 190 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3849 | 2025.07.08 01:13:34.966333 [ 190 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3850 | 2025.07.08 01:13:34.966394 [ 190 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3851 | 2025.07.08 01:13:34.966494 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. | ||
3852 | 2025.07.08 01:13:35.001064 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.92 MiB, peak 224.71 MiB, free memory in arenas 0.00 B, will set to 219.95 MiB (RSS), difference: 3.03 MiB | ||
3853 | 2025.07.08 01:13:35.931020 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 540 | ||
3854 | 2025.07.08 01:13:35.933358 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3855 | 2025.07.08 01:13:35.933398 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3856 | 2025.07.08 01:13:35.934611 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3857 | 2025.07.08 01:13:35.934869 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3858 | 2025.07.08 01:13:35.935173 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 540 | ||
3859 | 2025.07.08 01:13:38.414171 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 | ||
3860 | 2025.07.08 01:13:38.414969 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3861 | 2025.07.08 01:13:38.415032 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3862 | 2025.07.08 01:13:38.415638 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3863 | 2025.07.08 01:13:38.415862 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3864 | 2025.07.08 01:13:38.415990 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 | ||
3865 | 2025.07.08 01:13:38.881255 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
3866 | 2025.07.08 01:13:38.896854 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3867 | 2025.07.08 01:13:38.896904 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3868 | 2025.07.08 01:13:38.902898 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3869 | 2025.07.08 01:13:38.903610 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3870 | 2025.07.08 01:13:38.906309 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
3871 | 2025.07.08 01:13:39.952571 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3872 | 2025.07.08 01:13:39.952755 [ 276 ] {e4cebe6a-6e54-45f9-95c7-f8b5db434aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
3873 | 2025.07.08 01:13:39.952829 [ 276 ] {e4cebe6a-6e54-45f9-95c7-f8b5db434aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
3874 | 2025.07.08 01:13:39.953495 [ 276 ] {e4cebe6a-6e54-45f9-95c7-f8b5db434aed} <Trace> oximeter.fields_i16 (dbc30c45-46e6-4cfb-a480-63848dccbbb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3875 | 2025.07.08 01:13:39.953548 [ 276 ] {e4cebe6a-6e54-45f9-95c7-f8b5db434aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3876 | 2025.07.08 01:13:39.953941 [ 276 ] {e4cebe6a-6e54-45f9-95c7-f8b5db434aed} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3877 | 2025.07.08 01:13:39.954174 [ 276 ] {e4cebe6a-6e54-45f9-95c7-f8b5db434aed} <Trace> oximeter.fields_i16 (dbc30c45-46e6-4cfb-a480-63848dccbbb9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3878 | 2025.07.08 01:13:39.954332 [ 276 ] {e4cebe6a-6e54-45f9-95c7-f8b5db434aed} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001627 sec., 14751.075599262447 rows/sec., 1.22 MiB/sec. | ||
3879 | 2025.07.08 01:13:39.954384 [ 276 ] {e4cebe6a-6e54-45f9-95c7-f8b5db434aed} <Debug> TCPHandler: Processed in 0.001947414 sec. | ||
3880 | 2025.07.08 01:13:39.954527 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3881 | 2025.07.08 01:13:39.954631 [ 276 ] {9341a394-c550-40e7-b1fd-4b609c2b7f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
3882 | 2025.07.08 01:13:39.954677 [ 276 ] {9341a394-c550-40e7-b1fd-4b609c2b7f28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3883 | 2025.07.08 01:13:39.955093 [ 276 ] {9341a394-c550-40e7-b1fd-4b609c2b7f28} <Trace> oximeter.fields_ipaddr (d5152c3e-de89-4e55-974b-3e6b5ff2d5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3884 | 2025.07.08 01:13:39.955132 [ 276 ] {9341a394-c550-40e7-b1fd-4b609c2b7f28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3885 | 2025.07.08 01:13:39.955437 [ 276 ] {9341a394-c550-40e7-b1fd-4b609c2b7f28} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3886 | 2025.07.08 01:13:39.955650 [ 276 ] {9341a394-c550-40e7-b1fd-4b609c2b7f28} <Trace> oximeter.fields_ipaddr (d5152c3e-de89-4e55-974b-3e6b5ff2d5cc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3887 | 2025.07.08 01:13:39.955782 [ 276 ] {9341a394-c550-40e7-b1fd-4b609c2b7f28} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001174 sec., 6814.310051107326 rows/sec., 555.66 KiB/sec. | ||
3888 | 2025.07.08 01:13:39.955821 [ 276 ] {9341a394-c550-40e7-b1fd-4b609c2b7f28} <Debug> TCPHandler: Processed in 0.001348294 sec. | ||
3889 | 2025.07.08 01:13:39.955934 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3890 | 2025.07.08 01:13:39.956033 [ 276 ] {f558bd2e-f185-4928-bd04-85bdfb12340c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3891 | 2025.07.08 01:13:39.956075 [ 276 ] {f558bd2e-f185-4928-bd04-85bdfb12340c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3892 | 2025.07.08 01:13:39.956579 [ 276 ] {f558bd2e-f185-4928-bd04-85bdfb12340c} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3893 | 2025.07.08 01:13:39.956616 [ 276 ] {f558bd2e-f185-4928-bd04-85bdfb12340c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3894 | 2025.07.08 01:13:39.956958 [ 276 ] {f558bd2e-f185-4928-bd04-85bdfb12340c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3895 | 2025.07.08 01:13:39.957177 [ 276 ] {f558bd2e-f185-4928-bd04-85bdfb12340c} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3896 | 2025.07.08 01:13:39.957306 [ 276 ] {f558bd2e-f185-4928-bd04-85bdfb12340c} <Debug> executeQuery: Read 198 rows, 17.89 KiB in 0.001294 sec., 153013.91035548685 rows/sec., 13.50 MiB/sec. | ||
3897 | 2025.07.08 01:13:39.957343 [ 276 ] {f558bd2e-f185-4928-bd04-85bdfb12340c} <Debug> TCPHandler: Processed in 0.001461876 sec. | ||
3898 | 2025.07.08 01:13:39.957460 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3899 | 2025.07.08 01:13:39.957555 [ 276 ] {3780b09d-fe2a-4a1d-a791-309ca420fdb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3900 | 2025.07.08 01:13:39.957595 [ 276 ] {3780b09d-fe2a-4a1d-a791-309ca420fdb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3901 | 2025.07.08 01:13:39.957999 [ 276 ] {3780b09d-fe2a-4a1d-a791-309ca420fdb4} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3902 | 2025.07.08 01:13:39.958036 [ 276 ] {3780b09d-fe2a-4a1d-a791-309ca420fdb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3903 | 2025.07.08 01:13:39.958353 [ 276 ] {3780b09d-fe2a-4a1d-a791-309ca420fdb4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3904 | 2025.07.08 01:13:39.958643 [ 276 ] {3780b09d-fe2a-4a1d-a791-309ca420fdb4} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3905 | 2025.07.08 01:13:39.958777 [ 276 ] {3780b09d-fe2a-4a1d-a791-309ca420fdb4} <Debug> executeQuery: Read 29 rows, 2.20 KiB in 0.001241 sec., 23368.251410153105 rows/sec., 1.73 MiB/sec. | ||
3906 | 2025.07.08 01:13:39.958814 [ 276 ] {3780b09d-fe2a-4a1d-a791-309ca420fdb4} <Debug> TCPHandler: Processed in 0.001405645 sec. | ||
3907 | 2025.07.08 01:13:39.958933 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3908 | 2025.07.08 01:13:39.959029 [ 276 ] {59a06488-3999-4650-826d-6f1b2599ff7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
3909 | 2025.07.08 01:13:39.959069 [ 276 ] {59a06488-3999-4650-826d-6f1b2599ff7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3910 | 2025.07.08 01:13:39.959462 [ 276 ] {59a06488-3999-4650-826d-6f1b2599ff7a} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3911 | 2025.07.08 01:13:39.959500 [ 276 ] {59a06488-3999-4650-826d-6f1b2599ff7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3912 | 2025.07.08 01:13:39.959798 [ 276 ] {59a06488-3999-4650-826d-6f1b2599ff7a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3913 | 2025.07.08 01:13:39.960011 [ 276 ] {59a06488-3999-4650-826d-6f1b2599ff7a} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3914 | 2025.07.08 01:13:39.960135 [ 276 ] {59a06488-3999-4650-826d-6f1b2599ff7a} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001123 sec., 21371.3268032057 rows/sec., 1.77 MiB/sec. | ||
3915 | 2025.07.08 01:13:39.960172 [ 276 ] {59a06488-3999-4650-826d-6f1b2599ff7a} <Debug> TCPHandler: Processed in 0.001298693 sec. | ||
3916 | 2025.07.08 01:13:39.960283 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3917 | 2025.07.08 01:13:39.960377 [ 276 ] {a234e92f-8b62-4b9d-8500-4735600f1261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
3918 | 2025.07.08 01:13:39.960417 [ 276 ] {a234e92f-8b62-4b9d-8500-4735600f1261} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3919 | 2025.07.08 01:13:39.960810 [ 276 ] {a234e92f-8b62-4b9d-8500-4735600f1261} <Trace> oximeter.fields_u8 (eb4decb7-5820-449c-aa1f-b1383ebf2f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3920 | 2025.07.08 01:13:39.960847 [ 276 ] {a234e92f-8b62-4b9d-8500-4735600f1261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3921 | 2025.07.08 01:13:39.961154 [ 276 ] {a234e92f-8b62-4b9d-8500-4735600f1261} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3922 | 2025.07.08 01:13:39.961365 [ 276 ] {a234e92f-8b62-4b9d-8500-4735600f1261} <Trace> oximeter.fields_u8 (eb4decb7-5820-449c-aa1f-b1383ebf2f5b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3923 | 2025.07.08 01:13:39.961498 [ 276 ] {a234e92f-8b62-4b9d-8500-4735600f1261} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001138 sec., 10544.81546572935 rows/sec., 823.81 KiB/sec. | ||
3924 | 2025.07.08 01:13:39.961539 [ 276 ] {a234e92f-8b62-4b9d-8500-4735600f1261} <Debug> TCPHandler: Processed in 0.001304633 sec. | ||
3925 | 2025.07.08 01:13:39.961642 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3926 | 2025.07.08 01:13:39.961736 [ 276 ] {bf4e2bff-373e-49ee-bd85-7759ba6af276} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3927 | 2025.07.08 01:13:39.961775 [ 276 ] {bf4e2bff-373e-49ee-bd85-7759ba6af276} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3928 | 2025.07.08 01:13:39.962213 [ 276 ] {bf4e2bff-373e-49ee-bd85-7759ba6af276} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3929 | 2025.07.08 01:13:39.962249 [ 276 ] {bf4e2bff-373e-49ee-bd85-7759ba6af276} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3930 | 2025.07.08 01:13:39.962553 [ 276 ] {bf4e2bff-373e-49ee-bd85-7759ba6af276} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3931 | 2025.07.08 01:13:39.962768 [ 276 ] {bf4e2bff-373e-49ee-bd85-7759ba6af276} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3932 | 2025.07.08 01:13:39.962892 [ 276 ] {bf4e2bff-373e-49ee-bd85-7759ba6af276} <Debug> executeQuery: Read 117 rows, 9.75 KiB in 0.001173 sec., 99744.24552429668 rows/sec., 8.11 MiB/sec. | ||
3933 | 2025.07.08 01:13:39.962929 [ 276 ] {bf4e2bff-373e-49ee-bd85-7759ba6af276} <Debug> TCPHandler: Processed in 0.001336404 sec. | ||
3934 | 2025.07.08 01:13:39.963040 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3935 | 2025.07.08 01:13:39.963133 [ 276 ] {566a0baf-a1ee-4241-bc46-0bdf0f83a3ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3936 | 2025.07.08 01:13:39.963176 [ 276 ] {566a0baf-a1ee-4241-bc46-0bdf0f83a3ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3937 | 2025.07.08 01:13:39.963570 [ 276 ] {566a0baf-a1ee-4241-bc46-0bdf0f83a3ac} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3938 | 2025.07.08 01:13:39.963606 [ 276 ] {566a0baf-a1ee-4241-bc46-0bdf0f83a3ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3939 | 2025.07.08 01:13:39.963940 [ 276 ] {566a0baf-a1ee-4241-bc46-0bdf0f83a3ac} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3940 | 2025.07.08 01:13:39.964157 [ 276 ] {566a0baf-a1ee-4241-bc46-0bdf0f83a3ac} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3941 | 2025.07.08 01:13:39.964281 [ 276 ] {566a0baf-a1ee-4241-bc46-0bdf0f83a3ac} <Debug> executeQuery: Read 200 rows, 14.68 KiB in 0.001165 sec., 171673.81974248926 rows/sec., 12.31 MiB/sec. | ||
3942 | 2025.07.08 01:13:39.964316 [ 276 ] {566a0baf-a1ee-4241-bc46-0bdf0f83a3ac} <Debug> TCPHandler: Processed in 0.001325783 sec. | ||
3943 | 2025.07.08 01:13:39.964425 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3944 | 2025.07.08 01:13:39.964519 [ 276 ] {bc581016-f8ab-4857-841b-0058c6d4b1ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3945 | 2025.07.08 01:13:39.964574 [ 276 ] {bc581016-f8ab-4857-841b-0058c6d4b1ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3946 | 2025.07.08 01:13:39.965294 [ 276 ] {bc581016-f8ab-4857-841b-0058c6d4b1ef} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3947 | 2025.07.08 01:13:39.965329 [ 276 ] {bc581016-f8ab-4857-841b-0058c6d4b1ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3948 | 2025.07.08 01:13:39.965836 [ 276 ] {bc581016-f8ab-4857-841b-0058c6d4b1ef} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3949 | 2025.07.08 01:13:39.966089 [ 276 ] {bc581016-f8ab-4857-841b-0058c6d4b1ef} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3950 | 2025.07.08 01:13:39.966228 [ 276 ] {bc581016-f8ab-4857-841b-0058c6d4b1ef} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001725 sec., 5217.391304347826 rows/sec., 9.35 MiB/sec. | ||
3951 | 2025.07.08 01:13:39.966282 [ 276 ] {bc581016-f8ab-4857-841b-0058c6d4b1ef} <Debug> TCPHandler: Processed in 0.001905264 sec. | ||
3952 | 2025.07.08 01:13:39.966404 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3953 | 2025.07.08 01:13:39.966501 [ 276 ] {6823ac5c-94fa-4d78-9ccc-943915cfe688} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
3954 | 2025.07.08 01:13:39.966545 [ 276 ] {6823ac5c-94fa-4d78-9ccc-943915cfe688} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3955 | 2025.07.08 01:13:39.966885 [ 276 ] {6823ac5c-94fa-4d78-9ccc-943915cfe688} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3956 | 2025.07.08 01:13:39.966920 [ 276 ] {6823ac5c-94fa-4d78-9ccc-943915cfe688} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3957 | 2025.07.08 01:13:39.967228 [ 276 ] {6823ac5c-94fa-4d78-9ccc-943915cfe688} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3958 | 2025.07.08 01:13:39.967446 [ 276 ] {6823ac5c-94fa-4d78-9ccc-943915cfe688} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3959 | 2025.07.08 01:13:39.967571 [ 276 ] {6823ac5c-94fa-4d78-9ccc-943915cfe688} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. | ||
3960 | 2025.07.08 01:13:39.967606 [ 276 ] {6823ac5c-94fa-4d78-9ccc-943915cfe688} <Debug> TCPHandler: Processed in 0.001258212 sec. | ||
3961 | 2025.07.08 01:13:44.951710 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3962 | 2025.07.08 01:13:44.951920 [ 276 ] {e997d452-a891-4383-9d4c-980d681e090e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
3963 | 2025.07.08 01:13:44.951988 [ 276 ] {e997d452-a891-4383-9d4c-980d681e090e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3964 | 2025.07.08 01:13:44.952668 [ 276 ] {e997d452-a891-4383-9d4c-980d681e090e} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3965 | 2025.07.08 01:13:44.952709 [ 276 ] {e997d452-a891-4383-9d4c-980d681e090e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3966 | 2025.07.08 01:13:44.953097 [ 276 ] {e997d452-a891-4383-9d4c-980d681e090e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3967 | 2025.07.08 01:13:44.953312 [ 276 ] {e997d452-a891-4383-9d4c-980d681e090e} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3968 | 2025.07.08 01:13:44.953453 [ 276 ] {e997d452-a891-4383-9d4c-980d681e090e} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.00159 sec., 75471.69811320755 rows/sec., 6.40 MiB/sec. | ||
3969 | 2025.07.08 01:13:44.953494 [ 276 ] {e997d452-a891-4383-9d4c-980d681e090e} <Debug> TCPHandler: Processed in 0.001917514 sec. | ||
3970 | 2025.07.08 01:13:44.953618 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3971 | 2025.07.08 01:13:44.953711 [ 276 ] {bba7844f-54cc-4104-9aeb-dc254e2ed588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
3972 | 2025.07.08 01:13:44.953751 [ 276 ] {bba7844f-54cc-4104-9aeb-dc254e2ed588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3973 | 2025.07.08 01:13:44.954150 [ 276 ] {bba7844f-54cc-4104-9aeb-dc254e2ed588} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3974 | 2025.07.08 01:13:44.954186 [ 276 ] {bba7844f-54cc-4104-9aeb-dc254e2ed588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3975 | 2025.07.08 01:13:44.954475 [ 276 ] {bba7844f-54cc-4104-9aeb-dc254e2ed588} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3976 | 2025.07.08 01:13:44.954692 [ 276 ] {bba7844f-54cc-4104-9aeb-dc254e2ed588} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3977 | 2025.07.08 01:13:44.954815 [ 276 ] {bba7844f-54cc-4104-9aeb-dc254e2ed588} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001122 sec., 28520.499108734402 rows/sec., 2.09 MiB/sec. | ||
3978 | 2025.07.08 01:13:44.954851 [ 276 ] {bba7844f-54cc-4104-9aeb-dc254e2ed588} <Debug> TCPHandler: Processed in 0.001281333 sec. | ||
3979 | 2025.07.08 01:13:44.954964 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3980 | 2025.07.08 01:13:44.955056 [ 276 ] {fd5790ed-e088-41f8-844b-ddcf66f2b23a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
3981 | 2025.07.08 01:13:44.955095 [ 276 ] {fd5790ed-e088-41f8-844b-ddcf66f2b23a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3982 | 2025.07.08 01:13:44.955522 [ 276 ] {fd5790ed-e088-41f8-844b-ddcf66f2b23a} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3983 | 2025.07.08 01:13:44.955558 [ 276 ] {fd5790ed-e088-41f8-844b-ddcf66f2b23a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3984 | 2025.07.08 01:13:44.955861 [ 276 ] {fd5790ed-e088-41f8-844b-ddcf66f2b23a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3985 | 2025.07.08 01:13:44.956076 [ 276 ] {fd5790ed-e088-41f8-844b-ddcf66f2b23a} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3986 | 2025.07.08 01:13:44.956224 [ 276 ] {fd5790ed-e088-41f8-844b-ddcf66f2b23a} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001186 sec., 80944.3507588533 rows/sec., 6.32 MiB/sec. | ||
3987 | 2025.07.08 01:13:44.956261 [ 276 ] {fd5790ed-e088-41f8-844b-ddcf66f2b23a} <Debug> TCPHandler: Processed in 0.001344204 sec. | ||
3988 | 2025.07.08 01:13:44.956370 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3989 | 2025.07.08 01:13:44.956462 [ 276 ] {cc56c96c-599b-4c62-9c20-a545eed74a32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
3990 | 2025.07.08 01:13:44.956503 [ 276 ] {cc56c96c-599b-4c62-9c20-a545eed74a32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3991 | 2025.07.08 01:13:44.956940 [ 276 ] {cc56c96c-599b-4c62-9c20-a545eed74a32} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3992 | 2025.07.08 01:13:44.956977 [ 276 ] {cc56c96c-599b-4c62-9c20-a545eed74a32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3993 | 2025.07.08 01:13:44.957310 [ 276 ] {cc56c96c-599b-4c62-9c20-a545eed74a32} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3994 | 2025.07.08 01:13:44.957551 [ 276 ] {cc56c96c-599b-4c62-9c20-a545eed74a32} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3995 | 2025.07.08 01:13:44.957676 [ 276 ] {cc56c96c-599b-4c62-9c20-a545eed74a32} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001232 sec., 129870.12987012987 rows/sec., 9.05 MiB/sec. | ||
3996 | 2025.07.08 01:13:44.957713 [ 276 ] {cc56c96c-599b-4c62-9c20-a545eed74a32} <Debug> TCPHandler: Processed in 0.001389374 sec. | ||
3997 | 2025.07.08 01:13:44.957819 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3998 | 2025.07.08 01:13:44.957912 [ 276 ] {5fb519fe-eaba-4ca9-b2c3-1506efd02da7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
3999 | 2025.07.08 01:13:44.957966 [ 276 ] {5fb519fe-eaba-4ca9-b2c3-1506efd02da7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4000 | 2025.07.08 01:13:44.958806 [ 276 ] {5fb519fe-eaba-4ca9-b2c3-1506efd02da7} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4001 | 2025.07.08 01:13:44.958844 [ 276 ] {5fb519fe-eaba-4ca9-b2c3-1506efd02da7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4002 | 2025.07.08 01:13:44.959363 [ 276 ] {5fb519fe-eaba-4ca9-b2c3-1506efd02da7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4003 | 2025.07.08 01:13:44.959583 [ 276 ] {5fb519fe-eaba-4ca9-b2c3-1506efd02da7} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4004 | 2025.07.08 01:13:44.959715 [ 276 ] {5fb519fe-eaba-4ca9-b2c3-1506efd02da7} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001822 sec., 17563.117453347968 rows/sec., 31.47 MiB/sec. | ||
4005 | 2025.07.08 01:13:44.959767 [ 276 ] {5fb519fe-eaba-4ca9-b2c3-1506efd02da7} <Debug> TCPHandler: Processed in 0.001995216 sec. | ||
4006 | 2025.07.08 01:13:44.959886 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4007 | 2025.07.08 01:13:44.959980 [ 276 ] {13bacd54-a3a6-4428-ad86-323c7e5b9bb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4008 | 2025.07.08 01:13:44.960020 [ 276 ] {13bacd54-a3a6-4428-ad86-323c7e5b9bb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4009 | 2025.07.08 01:13:44.960357 [ 276 ] {13bacd54-a3a6-4428-ad86-323c7e5b9bb3} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4010 | 2025.07.08 01:13:44.960393 [ 276 ] {13bacd54-a3a6-4428-ad86-323c7e5b9bb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4011 | 2025.07.08 01:13:44.960687 [ 276 ] {13bacd54-a3a6-4428-ad86-323c7e5b9bb3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4012 | 2025.07.08 01:13:44.960887 [ 276 ] {13bacd54-a3a6-4428-ad86-323c7e5b9bb3} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4013 | 2025.07.08 01:13:44.961012 [ 276 ] {13bacd54-a3a6-4428-ad86-323c7e5b9bb3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. | ||
4014 | 2025.07.08 01:13:44.961046 [ 276 ] {13bacd54-a3a6-4428-ad86-323c7e5b9bb3} <Debug> TCPHandler: Processed in 0.001211491 sec. | ||
4015 | 2025.07.08 01:13:45.834183 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4016 | 2025.07.08 01:13:45.834261 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4017 | 2025.07.08 01:13:45.916468 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211 | ||
4018 | 2025.07.08 01:13:45.916958 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4019 | 2025.07.08 01:13:45.917008 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4020 | 2025.07.08 01:13:45.917483 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4021 | 2025.07.08 01:13:45.917715 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4022 | 2025.07.08 01:13:45.917852 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
4023 | 2025.07.08 01:13:45.935607 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 572 | ||
4024 | 2025.07.08 01:13:45.937874 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4025 | 2025.07.08 01:13:45.937910 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4026 | 2025.07.08 01:13:45.939075 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4027 | 2025.07.08 01:13:45.939340 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4028 | 2025.07.08 01:13:45.939657 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 572 | ||
4029 | 2025.07.08 01:13:46.406774 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
4030 | 2025.07.08 01:13:46.422970 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4031 | 2025.07.08 01:13:46.423020 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4032 | 2025.07.08 01:13:46.429110 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4033 | 2025.07.08 01:13:46.429817 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4034 | 2025.07.08 01:13:46.432751 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
4035 | 2025.07.08 01:13:49.950585 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4036 | 2025.07.08 01:13:49.950801 [ 276 ] {e12dd5df-881e-482f-af20-e06e46fc246f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4037 | 2025.07.08 01:13:49.950876 [ 276 ] {e12dd5df-881e-482f-af20-e06e46fc246f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4038 | 2025.07.08 01:13:49.951553 [ 276 ] {e12dd5df-881e-482f-af20-e06e46fc246f} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4039 | 2025.07.08 01:13:49.951602 [ 276 ] {e12dd5df-881e-482f-af20-e06e46fc246f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4040 | 2025.07.08 01:13:49.951997 [ 276 ] {e12dd5df-881e-482f-af20-e06e46fc246f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4041 | 2025.07.08 01:13:49.952231 [ 276 ] {e12dd5df-881e-482f-af20-e06e46fc246f} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4042 | 2025.07.08 01:13:49.952380 [ 276 ] {e12dd5df-881e-482f-af20-e06e46fc246f} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001633 sec., 45315.3704837722 rows/sec., 3.69 MiB/sec. | ||
4043 | 2025.07.08 01:13:49.952423 [ 276 ] {e12dd5df-881e-482f-af20-e06e46fc246f} <Debug> TCPHandler: Processed in 0.001979445 sec. | ||
4044 | 2025.07.08 01:13:49.952554 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4045 | 2025.07.08 01:13:49.952650 [ 276 ] {f991f4e7-8d82-4b7d-b544-baa35255126f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4046 | 2025.07.08 01:13:49.952691 [ 276 ] {f991f4e7-8d82-4b7d-b544-baa35255126f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4047 | 2025.07.08 01:13:49.953089 [ 276 ] {f991f4e7-8d82-4b7d-b544-baa35255126f} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4048 | 2025.07.08 01:13:49.953125 [ 276 ] {f991f4e7-8d82-4b7d-b544-baa35255126f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4049 | 2025.07.08 01:13:49.953423 [ 276 ] {f991f4e7-8d82-4b7d-b544-baa35255126f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4050 | 2025.07.08 01:13:49.953642 [ 276 ] {f991f4e7-8d82-4b7d-b544-baa35255126f} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4051 | 2025.07.08 01:13:49.953770 [ 276 ] {f991f4e7-8d82-4b7d-b544-baa35255126f} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001138 sec., 7908.611599297013 rows/sec., 594.69 KiB/sec. | ||
4052 | 2025.07.08 01:13:49.953807 [ 276 ] {f991f4e7-8d82-4b7d-b544-baa35255126f} <Debug> TCPHandler: Processed in 0.001304053 sec. | ||
4053 | 2025.07.08 01:13:49.953913 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4054 | 2025.07.08 01:13:49.954008 [ 276 ] {e789e3bc-7287-415e-b7c6-d6e42f5440f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4055 | 2025.07.08 01:13:49.954048 [ 276 ] {e789e3bc-7287-415e-b7c6-d6e42f5440f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4056 | 2025.07.08 01:13:49.954443 [ 276 ] {e789e3bc-7287-415e-b7c6-d6e42f5440f2} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4057 | 2025.07.08 01:13:49.954477 [ 276 ] {e789e3bc-7287-415e-b7c6-d6e42f5440f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4058 | 2025.07.08 01:13:49.954787 [ 276 ] {e789e3bc-7287-415e-b7c6-d6e42f5440f2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4059 | 2025.07.08 01:13:49.954982 [ 276 ] {e789e3bc-7287-415e-b7c6-d6e42f5440f2} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4060 | 2025.07.08 01:13:49.955172 [ 276 ] {e789e3bc-7287-415e-b7c6-d6e42f5440f2} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001181 sec., 61812.02370872143 rows/sec., 4.83 MiB/sec. | ||
4061 | 2025.07.08 01:13:49.955210 [ 276 ] {e789e3bc-7287-415e-b7c6-d6e42f5440f2} <Debug> TCPHandler: Processed in 0.001345114 sec. | ||
4062 | 2025.07.08 01:13:49.955322 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4063 | 2025.07.08 01:13:49.955417 [ 276 ] {4462d494-d4ab-4754-a86f-c66f4212362c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4064 | 2025.07.08 01:13:49.955461 [ 276 ] {4462d494-d4ab-4754-a86f-c66f4212362c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4065 | 2025.07.08 01:13:49.955866 [ 276 ] {4462d494-d4ab-4754-a86f-c66f4212362c} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4066 | 2025.07.08 01:13:49.955902 [ 276 ] {4462d494-d4ab-4754-a86f-c66f4212362c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4067 | 2025.07.08 01:13:49.956228 [ 276 ] {4462d494-d4ab-4754-a86f-c66f4212362c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4068 | 2025.07.08 01:13:49.956441 [ 276 ] {4462d494-d4ab-4754-a86f-c66f4212362c} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4069 | 2025.07.08 01:13:49.956568 [ 276 ] {4462d494-d4ab-4754-a86f-c66f4212362c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. | ||
4070 | 2025.07.08 01:13:49.956605 [ 276 ] {4462d494-d4ab-4754-a86f-c66f4212362c} <Debug> TCPHandler: Processed in 0.001330804 sec. | ||
4071 | 2025.07.08 01:13:49.956713 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4072 | 2025.07.08 01:13:49.956808 [ 276 ] {6517af92-c238-4cb8-bc7a-d3581a6ef5d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4073 | 2025.07.08 01:13:49.956862 [ 276 ] {6517af92-c238-4cb8-bc7a-d3581a6ef5d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4074 | 2025.07.08 01:13:49.957603 [ 276 ] {6517af92-c238-4cb8-bc7a-d3581a6ef5d4} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4075 | 2025.07.08 01:13:49.957640 [ 276 ] {6517af92-c238-4cb8-bc7a-d3581a6ef5d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4076 | 2025.07.08 01:13:49.958171 [ 276 ] {6517af92-c238-4cb8-bc7a-d3581a6ef5d4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4077 | 2025.07.08 01:13:49.958392 [ 276 ] {6517af92-c238-4cb8-bc7a-d3581a6ef5d4} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4078 | 2025.07.08 01:13:49.958525 [ 276 ] {6517af92-c238-4cb8-bc7a-d3581a6ef5d4} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001734 sec., 5190.311418685121 rows/sec., 9.30 MiB/sec. | ||
4079 | 2025.07.08 01:13:49.958577 [ 276 ] {6517af92-c238-4cb8-bc7a-d3581a6ef5d4} <Debug> TCPHandler: Processed in 0.001913194 sec. | ||
4080 | 2025.07.08 01:13:49.958689 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4081 | 2025.07.08 01:13:49.958783 [ 276 ] {aca6d999-bee2-4de2-8ba7-5494a0566a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4082 | 2025.07.08 01:13:49.958825 [ 276 ] {aca6d999-bee2-4de2-8ba7-5494a0566a59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4083 | 2025.07.08 01:13:49.959151 [ 276 ] {aca6d999-bee2-4de2-8ba7-5494a0566a59} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4084 | 2025.07.08 01:13:49.959185 [ 276 ] {aca6d999-bee2-4de2-8ba7-5494a0566a59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4085 | 2025.07.08 01:13:49.959471 [ 276 ] {aca6d999-bee2-4de2-8ba7-5494a0566a59} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4086 | 2025.07.08 01:13:49.959666 [ 276 ] {aca6d999-bee2-4de2-8ba7-5494a0566a59} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4087 | 2025.07.08 01:13:49.959783 [ 276 ] {aca6d999-bee2-4de2-8ba7-5494a0566a59} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001066 sec., 56285.17823639774 rows/sec., 3.79 MiB/sec. | ||
4088 | 2025.07.08 01:13:49.959816 [ 276 ] {aca6d999-bee2-4de2-8ba7-5494a0566a59} <Debug> TCPHandler: Processed in 0.001227741 sec. | ||
4089 | 2025.07.08 01:13:52.005042 [ 84 ] {} <Debug> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
4090 | 2025.07.08 01:13:52.005143 [ 84 ] {} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4091 | 2025.07.08 01:13:52.005197 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4092 | 2025.07.08 01:13:52.005413 [ 187 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::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 | ||
4093 | 2025.07.08 01:13:52.005578 [ 187 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4094 | 2025.07.08 01:13:52.005610 [ 187 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 138 rows starting from the beginning of the part | ||
4095 | 2025.07.08 01:13:52.005673 [ 187 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 228 rows starting from the beginning of the part | ||
4096 | 2025.07.08 01:13:52.005715 [ 187 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part | ||
4097 | 2025.07.08 01:13:52.005754 [ 187 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 228 rows starting from the beginning of the part | ||
4098 | 2025.07.08 01:13:52.005796 [ 187 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part | ||
4099 | 2025.07.08 01:13:52.006522 [ 199 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 642 rows, containing 5 columns (5 merged, 0 gathered) in 0.001228802 sec., 522460.08714178525 rows/sec., 37.99 MiB/sec. | ||
4100 | 2025.07.08 01:13:52.006651 [ 187 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
4101 | 2025.07.08 01:13:52.006866 [ 187 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::all_1_9_2} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4102 | 2025.07.08 01:13:52.006926 [ 187 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::all_1_9_2} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
4103 | 2025.07.08 01:13:52.006982 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
4104 | 2025.07.08 01:13:52.276079 [ 83 ] {} <Debug> oximeter.fields_u8 (eb4decb7-5820-449c-aa1f-b1383ebf2f5b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
4105 | 2025.07.08 01:13:52.276142 [ 83 ] {} <Trace> oximeter.fields_u8 (eb4decb7-5820-449c-aa1f-b1383ebf2f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4106 | 2025.07.08 01:13:52.276162 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4107 | 2025.07.08 01:13:52.276288 [ 198 ] {eb4decb7-5820-449c-aa1f-b1383ebf2f5b::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 | ||
4108 | 2025.07.08 01:13:52.276473 [ 198 ] {eb4decb7-5820-449c-aa1f-b1383ebf2f5b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4109 | 2025.07.08 01:13:52.276511 [ 198 ] {eb4decb7-5820-449c-aa1f-b1383ebf2f5b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 112 rows starting from the beginning of the part | ||
4110 | 2025.07.08 01:13:52.276582 [ 198 ] {eb4decb7-5820-449c-aa1f-b1383ebf2f5b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 112 rows starting from the beginning of the part | ||
4111 | 2025.07.08 01:13:52.276630 [ 198 ] {eb4decb7-5820-449c-aa1f-b1383ebf2f5b::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 | ||
4112 | 2025.07.08 01:13:52.276677 [ 198 ] {eb4decb7-5820-449c-aa1f-b1383ebf2f5b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
4113 | 2025.07.08 01:13:52.276728 [ 198 ] {eb4decb7-5820-449c-aa1f-b1383ebf2f5b::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 | ||
4114 | 2025.07.08 01:13:52.277534 [ 198 ] {eb4decb7-5820-449c-aa1f-b1383ebf2f5b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 260 rows, containing 5 columns (5 merged, 0 gathered) in 0.001304553 sec., 199301.98313138678 rows/sec., 12.65 MiB/sec. | ||
4115 | 2025.07.08 01:13:52.277710 [ 199 ] {eb4decb7-5820-449c-aa1f-b1383ebf2f5b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4116 | 2025.07.08 01:13:52.278033 [ 199 ] {eb4decb7-5820-449c-aa1f-b1383ebf2f5b::all_1_5_1} <Trace> oximeter.fields_u8 (eb4decb7-5820-449c-aa1f-b1383ebf2f5b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4117 | 2025.07.08 01:13:52.278106 [ 199 ] {eb4decb7-5820-449c-aa1f-b1383ebf2f5b::all_1_5_1} <Trace> oximeter.fields_u8 (eb4decb7-5820-449c-aa1f-b1383ebf2f5b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4118 | 2025.07.08 01:13:52.278188 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
4119 | 2025.07.08 01:13:52.322341 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4120 | 2025.07.08 01:13:52.322488 [ 276 ] {6d593509-9306-4d71-b19c-1e13e803ff98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
4121 | 2025.07.08 01:13:52.322550 [ 276 ] {6d593509-9306-4d71-b19c-1e13e803ff98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4122 | 2025.07.08 01:13:52.323136 [ 276 ] {6d593509-9306-4d71-b19c-1e13e803ff98} <Trace> oximeter.fields_ipaddr (d5152c3e-de89-4e55-974b-3e6b5ff2d5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4123 | 2025.07.08 01:13:52.323174 [ 276 ] {6d593509-9306-4d71-b19c-1e13e803ff98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4124 | 2025.07.08 01:13:52.323532 [ 276 ] {6d593509-9306-4d71-b19c-1e13e803ff98} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4125 | 2025.07.08 01:13:52.323752 [ 276 ] {6d593509-9306-4d71-b19c-1e13e803ff98} <Trace> oximeter.fields_ipaddr (d5152c3e-de89-4e55-974b-3e6b5ff2d5cc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4126 | 2025.07.08 01:13:52.323895 [ 276 ] {6d593509-9306-4d71-b19c-1e13e803ff98} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00145 sec., 2758.6206896551726 rows/sec., 224.95 KiB/sec. | ||
4127 | 2025.07.08 01:13:52.323943 [ 276 ] {6d593509-9306-4d71-b19c-1e13e803ff98} <Debug> TCPHandler: Processed in 0.00172206 sec. | ||
4128 | 2025.07.08 01:13:52.324066 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4129 | 2025.07.08 01:13:52.324168 [ 276 ] {d9905347-6e9b-4e45-9f7e-d5ebee0b2e59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4130 | 2025.07.08 01:13:52.324211 [ 276 ] {d9905347-6e9b-4e45-9f7e-d5ebee0b2e59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4131 | 2025.07.08 01:13:52.325199 [ 276 ] {d9905347-6e9b-4e45-9f7e-d5ebee0b2e59} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4132 | 2025.07.08 01:13:52.325236 [ 276 ] {d9905347-6e9b-4e45-9f7e-d5ebee0b2e59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4133 | 2025.07.08 01:13:52.325644 [ 276 ] {d9905347-6e9b-4e45-9f7e-d5ebee0b2e59} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4134 | 2025.07.08 01:13:52.325854 [ 276 ] {d9905347-6e9b-4e45-9f7e-d5ebee0b2e59} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4135 | 2025.07.08 01:13:52.325986 [ 276 ] {d9905347-6e9b-4e45-9f7e-d5ebee0b2e59} <Debug> executeQuery: Read 1262 rows, 106.68 KiB in 0.001841 sec., 685497.0124932103 rows/sec., 56.59 MiB/sec. | ||
4136 | 2025.07.08 01:13:52.326025 [ 276 ] {d9905347-6e9b-4e45-9f7e-d5ebee0b2e59} <Debug> TCPHandler: Processed in 0.002011775 sec. | ||
4137 | 2025.07.08 01:13:52.326140 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4138 | 2025.07.08 01:13:52.326237 [ 276 ] {141f64ec-713b-4d2a-9c06-63be7a55c2aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4139 | 2025.07.08 01:13:52.326279 [ 276 ] {141f64ec-713b-4d2a-9c06-63be7a55c2aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4140 | 2025.07.08 01:13:52.326691 [ 276 ] {141f64ec-713b-4d2a-9c06-63be7a55c2aa} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4141 | 2025.07.08 01:13:52.326726 [ 276 ] {141f64ec-713b-4d2a-9c06-63be7a55c2aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4142 | 2025.07.08 01:13:52.327048 [ 276 ] {141f64ec-713b-4d2a-9c06-63be7a55c2aa} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4143 | 2025.07.08 01:13:52.327291 [ 276 ] {141f64ec-713b-4d2a-9c06-63be7a55c2aa} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4144 | 2025.07.08 01:13:52.327430 [ 276 ] {141f64ec-713b-4d2a-9c06-63be7a55c2aa} <Debug> executeQuery: Read 36 rows, 2.69 KiB in 0.001212 sec., 29702.970297029704 rows/sec., 2.16 MiB/sec. | ||
4145 | 2025.07.08 01:13:52.327468 [ 276 ] {141f64ec-713b-4d2a-9c06-63be7a55c2aa} <Debug> TCPHandler: Processed in 0.001377695 sec. | ||
4146 | 2025.07.08 01:13:52.327570 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4147 | 2025.07.08 01:13:52.327664 [ 276 ] {547d331a-90b2-478e-8762-b0f7e7264538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
4148 | 2025.07.08 01:13:52.327704 [ 276 ] {547d331a-90b2-478e-8762-b0f7e7264538} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4149 | 2025.07.08 01:13:52.328163 [ 276 ] {547d331a-90b2-478e-8762-b0f7e7264538} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4150 | 2025.07.08 01:13:52.328200 [ 276 ] {547d331a-90b2-478e-8762-b0f7e7264538} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4151 | 2025.07.08 01:13:52.328527 [ 276 ] {547d331a-90b2-478e-8762-b0f7e7264538} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4152 | 2025.07.08 01:13:52.328750 [ 276 ] {547d331a-90b2-478e-8762-b0f7e7264538} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4153 | 2025.07.08 01:13:52.328875 [ 276 ] {547d331a-90b2-478e-8762-b0f7e7264538} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001229 sec., 185516.68022782748 rows/sec., 12.56 MiB/sec. | ||
4154 | 2025.07.08 01:13:52.328912 [ 276 ] {547d331a-90b2-478e-8762-b0f7e7264538} <Debug> TCPHandler: Processed in 0.001391714 sec. | ||
4155 | 2025.07.08 01:13:52.329027 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4156 | 2025.07.08 01:13:52.329122 [ 276 ] {d5071b51-40da-4f28-b7b1-1018f72a04f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4157 | 2025.07.08 01:13:52.329163 [ 276 ] {d5071b51-40da-4f28-b7b1-1018f72a04f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4158 | 2025.07.08 01:13:52.329779 [ 276 ] {d5071b51-40da-4f28-b7b1-1018f72a04f2} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4159 | 2025.07.08 01:13:52.329816 [ 276 ] {d5071b51-40da-4f28-b7b1-1018f72a04f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4160 | 2025.07.08 01:13:52.330153 [ 276 ] {d5071b51-40da-4f28-b7b1-1018f72a04f2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4161 | 2025.07.08 01:13:52.330364 [ 276 ] {d5071b51-40da-4f28-b7b1-1018f72a04f2} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4162 | 2025.07.08 01:13:52.330491 [ 276 ] {d5071b51-40da-4f28-b7b1-1018f72a04f2} <Debug> executeQuery: Read 556 rows, 42.29 KiB in 0.001386 sec., 401154.40115440113 rows/sec., 29.80 MiB/sec. | ||
4163 | 2025.07.08 01:13:52.330529 [ 276 ] {d5071b51-40da-4f28-b7b1-1018f72a04f2} <Debug> TCPHandler: Processed in 0.001557287 sec. | ||
4164 | 2025.07.08 01:13:52.330647 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4165 | 2025.07.08 01:13:52.330742 [ 276 ] {ef40d325-97e5-4668-9adb-0d9b9700bc00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4166 | 2025.07.08 01:13:52.330786 [ 276 ] {ef40d325-97e5-4668-9adb-0d9b9700bc00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4167 | 2025.07.08 01:13:52.331369 [ 276 ] {ef40d325-97e5-4668-9adb-0d9b9700bc00} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4168 | 2025.07.08 01:13:52.331408 [ 276 ] {ef40d325-97e5-4668-9adb-0d9b9700bc00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4169 | 2025.07.08 01:13:52.331820 [ 276 ] {ef40d325-97e5-4668-9adb-0d9b9700bc00} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4170 | 2025.07.08 01:13:52.332062 [ 276 ] {ef40d325-97e5-4668-9adb-0d9b9700bc00} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4171 | 2025.07.08 01:13:52.332195 [ 276 ] {ef40d325-97e5-4668-9adb-0d9b9700bc00} <Debug> executeQuery: Read 944 rows, 64.82 KiB in 0.001471 sec., 641740.3127124405 rows/sec., 43.03 MiB/sec. | ||
4172 | 2025.07.08 01:13:52.332233 [ 276 ] {ef40d325-97e5-4668-9adb-0d9b9700bc00} <Debug> TCPHandler: Processed in 0.001635519 sec. | ||
4173 | 2025.07.08 01:13:52.332360 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4174 | 2025.07.08 01:13:52.332454 [ 276 ] {62d01951-f4ed-4966-a06a-1332ac26ad19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4175 | 2025.07.08 01:13:52.332509 [ 276 ] {62d01951-f4ed-4966-a06a-1332ac26ad19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4176 | 2025.07.08 01:13:52.333332 [ 276 ] {62d01951-f4ed-4966-a06a-1332ac26ad19} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4177 | 2025.07.08 01:13:52.333370 [ 276 ] {62d01951-f4ed-4966-a06a-1332ac26ad19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4178 | 2025.07.08 01:13:52.333947 [ 276 ] {62d01951-f4ed-4966-a06a-1332ac26ad19} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4179 | 2025.07.08 01:13:52.334179 [ 276 ] {62d01951-f4ed-4966-a06a-1332ac26ad19} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4180 | 2025.07.08 01:13:52.334326 [ 276 ] {62d01951-f4ed-4966-a06a-1332ac26ad19} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001889 sec., 16940.179989412387 rows/sec., 30.36 MiB/sec. | ||
4181 | 2025.07.08 01:13:52.334389 [ 276 ] {62d01951-f4ed-4966-a06a-1332ac26ad19} <Debug> TCPHandler: Processed in 0.002079586 sec. | ||
4182 | 2025.07.08 01:13:52.334513 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4183 | 2025.07.08 01:13:52.334608 [ 276 ] {373c17e9-e607-4d82-a693-b1b7f3a314b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4184 | 2025.07.08 01:13:52.334649 [ 276 ] {373c17e9-e607-4d82-a693-b1b7f3a314b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4185 | 2025.07.08 01:13:52.334987 [ 276 ] {373c17e9-e607-4d82-a693-b1b7f3a314b8} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4186 | 2025.07.08 01:13:52.335024 [ 276 ] {373c17e9-e607-4d82-a693-b1b7f3a314b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4187 | 2025.07.08 01:13:52.335327 [ 276 ] {373c17e9-e607-4d82-a693-b1b7f3a314b8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4188 | 2025.07.08 01:13:52.335541 [ 276 ] {373c17e9-e607-4d82-a693-b1b7f3a314b8} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4189 | 2025.07.08 01:13:52.335669 [ 276 ] {373c17e9-e607-4d82-a693-b1b7f3a314b8} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001079 sec., 33364.22613531047 rows/sec., 2.25 MiB/sec. | ||
4190 | 2025.07.08 01:13:52.335705 [ 276 ] {373c17e9-e607-4d82-a693-b1b7f3a314b8} <Debug> TCPHandler: Processed in 0.001242812 sec. | ||
4191 | 2025.07.08 01:13:53.319515 [ 82 ] {} <Debug> oximeter.fields_i16 (dbc30c45-46e6-4cfb-a480-63848dccbbb9) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
4192 | 2025.07.08 01:13:53.319626 [ 82 ] {} <Trace> oximeter.fields_i16 (dbc30c45-46e6-4cfb-a480-63848dccbbb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4193 | 2025.07.08 01:13:53.319671 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4194 | 2025.07.08 01:13:53.319825 [ 191 ] {dbc30c45-46e6-4cfb-a480-63848dccbbb9::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 | ||
4195 | 2025.07.08 01:13:53.320004 [ 191 ] {dbc30c45-46e6-4cfb-a480-63848dccbbb9::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4196 | 2025.07.08 01:13:53.320043 [ 191 ] {dbc30c45-46e6-4cfb-a480-63848dccbbb9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 212 rows starting from the beginning of the part | ||
4197 | 2025.07.08 01:13:53.320118 [ 191 ] {dbc30c45-46e6-4cfb-a480-63848dccbbb9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 212 rows starting from the beginning of the part | ||
4198 | 2025.07.08 01:13:53.320169 [ 191 ] {dbc30c45-46e6-4cfb-a480-63848dccbbb9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
4199 | 2025.07.08 01:13:53.320217 [ 191 ] {dbc30c45-46e6-4cfb-a480-63848dccbbb9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part | ||
4200 | 2025.07.08 01:13:53.320267 [ 191 ] {dbc30c45-46e6-4cfb-a480-63848dccbbb9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
4201 | 2025.07.08 01:13:53.321094 [ 199 ] {dbc30c45-46e6-4cfb-a480-63848dccbbb9::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 496 rows, containing 5 columns (5 merged, 0 gathered) in 0.001332643 sec., 372192.7027718602 rows/sec., 26.14 MiB/sec. | ||
4202 | 2025.07.08 01:13:53.321308 [ 198 ] {dbc30c45-46e6-4cfb-a480-63848dccbbb9::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4203 | 2025.07.08 01:13:53.321656 [ 198 ] {dbc30c45-46e6-4cfb-a480-63848dccbbb9::all_1_5_1} <Trace> oximeter.fields_i16 (dbc30c45-46e6-4cfb-a480-63848dccbbb9): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4204 | 2025.07.08 01:13:53.321739 [ 198 ] {dbc30c45-46e6-4cfb-a480-63848dccbbb9::all_1_5_1} <Trace> oximeter.fields_i16 (dbc30c45-46e6-4cfb-a480-63848dccbbb9) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4205 | 2025.07.08 01:13:53.321834 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
4206 | 2025.07.08 01:13:53.418081 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 | ||
4207 | 2025.07.08 01:13:53.418758 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4208 | 2025.07.08 01:13:53.418806 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4209 | 2025.07.08 01:13:53.419386 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4210 | 2025.07.08 01:13:53.419628 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4211 | 2025.07.08 01:13:53.419775 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 | ||
4212 | 2025.07.08 01:13:53.419793 [ 82 ] {} <Debug> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4213 | 2025.07.08 01:13:53.419834 [ 82 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4214 | 2025.07.08 01:13:53.419852 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4215 | 2025.07.08 01:13:53.419967 [ 200 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
4216 | 2025.07.08 01:13:53.420097 [ 200 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4217 | 2025.07.08 01:13:53.420132 [ 200 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
4218 | 2025.07.08 01:13:53.420193 [ 200 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
4219 | 2025.07.08 01:13:53.420236 [ 200 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
4220 | 2025.07.08 01:13:53.420291 [ 200 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
4221 | 2025.07.08 01:13:53.420329 [ 200 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
4222 | 2025.07.08 01:13:53.420369 [ 200 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
4223 | 2025.07.08 01:13:53.422077 [ 198 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.002161378 sec., 4487414.973225415 rows/sec., 64.19 MiB/sec. | ||
4224 | 2025.07.08 01:13:53.422256 [ 200 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4225 | 2025.07.08 01:13:53.422497 [ 200 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::all_1_21_4} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4226 | 2025.07.08 01:13:53.422565 [ 200 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::all_1_21_4} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4227 | 2025.07.08 01:13:53.422632 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
4228 | 2025.07.08 01:13:53.932955 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
4229 | 2025.07.08 01:13:53.949497 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4230 | 2025.07.08 01:13:53.949553 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4231 | 2025.07.08 01:13:53.955413 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4232 | 2025.07.08 01:13:53.956120 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4233 | 2025.07.08 01:13:53.956437 [ 81 ] {} <Debug> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4234 | 2025.07.08 01:13:53.956526 [ 81 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4235 | 2025.07.08 01:13:53.956562 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4236 | 2025.07.08 01:13:53.956735 [ 197 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
4237 | 2025.07.08 01:13:53.959104 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
4238 | 2025.07.08 01:13:53.960634 [ 197 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4239 | 2025.07.08 01:13:53.962019 [ 197 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
4240 | 2025.07.08 01:13:53.966419 [ 197 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part | ||
4241 | 2025.07.08 01:13:53.970761 [ 197 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part | ||
4242 | 2025.07.08 01:13:53.975038 [ 197 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
4243 | 2025.07.08 01:13:53.979500 [ 197 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
4244 | 2025.07.08 01:13:53.983541 [ 197 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
4245 | 2025.07.08 01:13:54.000167 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 232.28 MiB, peak 232.28 MiB, free memory in arenas 0.00 B, will set to 225.08 MiB (RSS), difference: -7.19 MiB | ||
4246 | 2025.07.08 01:13:54.035288 [ 200 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.078617043 sec., 2022.4622287052948 rows/sec., 10.46 MiB/sec. | ||
4247 | 2025.07.08 01:13:54.038274 [ 188 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4248 | 2025.07.08 01:13:54.040503 [ 188 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_21_4} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4249 | 2025.07.08 01:13:54.040616 [ 188 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_21_4} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4250 | 2025.07.08 01:13:54.042610 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
4251 | 2025.07.08 01:13:54.945769 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4252 | 2025.07.08 01:13:54.945965 [ 276 ] {e80ffc83-ed3e-4bcc-8c43-180902e1361b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4253 | 2025.07.08 01:13:54.946035 [ 276 ] {e80ffc83-ed3e-4bcc-8c43-180902e1361b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4254 | 2025.07.08 01:13:54.946718 [ 276 ] {e80ffc83-ed3e-4bcc-8c43-180902e1361b} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4255 | 2025.07.08 01:13:54.946762 [ 276 ] {e80ffc83-ed3e-4bcc-8c43-180902e1361b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4256 | 2025.07.08 01:13:54.947147 [ 276 ] {e80ffc83-ed3e-4bcc-8c43-180902e1361b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4257 | 2025.07.08 01:13:54.947388 [ 276 ] {e80ffc83-ed3e-4bcc-8c43-180902e1361b} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4258 | 2025.07.08 01:13:54.947531 [ 276 ] {e80ffc83-ed3e-4bcc-8c43-180902e1361b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00162 sec., 34567.9012345679 rows/sec., 2.64 MiB/sec. | ||
4259 | 2025.07.08 01:13:54.947555 [ 80 ] {} <Debug> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4260 | 2025.07.08 01:13:54.947571 [ 276 ] {e80ffc83-ed3e-4bcc-8c43-180902e1361b} <Debug> TCPHandler: Processed in 0.001935305 sec. | ||
4261 | 2025.07.08 01:13:54.947627 [ 80 ] {} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4262 | 2025.07.08 01:13:54.947655 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4263 | 2025.07.08 01:13:54.947730 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4264 | 2025.07.08 01:13:54.947788 [ 194 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::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 | ||
4265 | 2025.07.08 01:13:54.947829 [ 276 ] {f79d83b5-dd7b-43cb-9365-9f277a8fc7c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4266 | 2025.07.08 01:13:54.947876 [ 276 ] {f79d83b5-dd7b-43cb-9365-9f277a8fc7c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4267 | 2025.07.08 01:13:54.947941 [ 194 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4268 | 2025.07.08 01:13:54.947982 [ 194 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1969 rows starting from the beginning of the part | ||
4269 | 2025.07.08 01:13:54.948055 [ 194 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 198 rows starting from the beginning of the part | ||
4270 | 2025.07.08 01:13:54.948104 [ 194 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 120 rows starting from the beginning of the part | ||
4271 | 2025.07.08 01:13:54.948152 [ 194 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 74 rows starting from the beginning of the part | ||
4272 | 2025.07.08 01:13:54.948196 [ 194 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1262 rows starting from the beginning of the part | ||
4273 | 2025.07.08 01:13:54.948239 [ 194 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part | ||
4274 | 2025.07.08 01:13:54.948293 [ 276 ] {f79d83b5-dd7b-43cb-9365-9f277a8fc7c9} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4275 | 2025.07.08 01:13:54.948333 [ 276 ] {f79d83b5-dd7b-43cb-9365-9f277a8fc7c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4276 | 2025.07.08 01:13:54.948727 [ 276 ] {f79d83b5-dd7b-43cb-9365-9f277a8fc7c9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4277 | 2025.07.08 01:13:54.948953 [ 276 ] {f79d83b5-dd7b-43cb-9365-9f277a8fc7c9} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4278 | 2025.07.08 01:13:54.949081 [ 80 ] {} <Debug> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4279 | 2025.07.08 01:13:54.949088 [ 276 ] {f79d83b5-dd7b-43cb-9365-9f277a8fc7c9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001278 sec., 50078.24726134585 rows/sec., 3.91 MiB/sec. | ||
4280 | 2025.07.08 01:13:54.949123 [ 80 ] {} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4281 | 2025.07.08 01:13:54.949144 [ 276 ] {f79d83b5-dd7b-43cb-9365-9f277a8fc7c9} <Debug> TCPHandler: Processed in 0.001465746 sec. | ||
4282 | 2025.07.08 01:13:54.949149 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4283 | 2025.07.08 01:13:54.949247 [ 200 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::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 | ||
4284 | 2025.07.08 01:13:54.949265 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4285 | 2025.07.08 01:13:54.949353 [ 200 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4286 | 2025.07.08 01:13:54.949363 [ 276 ] {af33b3b3-f65b-45f1-95e2-466153e9c323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4287 | 2025.07.08 01:13:54.949390 [ 200 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 951 rows starting from the beginning of the part | ||
4288 | 2025.07.08 01:13:54.949413 [ 276 ] {af33b3b3-f65b-45f1-95e2-466153e9c323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4289 | 2025.07.08 01:13:54.949459 [ 200 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 117 rows starting from the beginning of the part | ||
4290 | 2025.07.08 01:13:54.949504 [ 200 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 96 rows starting from the beginning of the part | ||
4291 | 2025.07.08 01:13:54.949543 [ 200 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 73 rows starting from the beginning of the part | ||
4292 | 2025.07.08 01:13:54.949578 [ 200 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 556 rows starting from the beginning of the part | ||
4293 | 2025.07.08 01:13:54.949616 [ 200 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part | ||
4294 | 2025.07.08 01:13:54.949777 [ 276 ] {af33b3b3-f65b-45f1-95e2-466153e9c323} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4295 | 2025.07.08 01:13:54.949777 [ 201 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3679 rows, containing 5 columns (5 merged, 0 gathered) in 0.002039936 sec., 1803487.9525632176 rows/sec., 155.76 MiB/sec. | ||
4296 | 2025.07.08 01:13:54.949819 [ 276 ] {af33b3b3-f65b-45f1-95e2-466153e9c323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4297 | 2025.07.08 01:13:54.950173 [ 195 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4298 | 2025.07.08 01:13:54.950270 [ 276 ] {af33b3b3-f65b-45f1-95e2-466153e9c323} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4299 | 2025.07.08 01:13:54.950477 [ 195 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_31_6} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4300 | 2025.07.08 01:13:54.950489 [ 276 ] {af33b3b3-f65b-45f1-95e2-466153e9c323} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4301 | 2025.07.08 01:13:54.950554 [ 195 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_31_6} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4302 | 2025.07.08 01:13:54.950615 [ 276 ] {af33b3b3-f65b-45f1-95e2-466153e9c323} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.00127 sec., 50393.70078740157 rows/sec., 3.51 MiB/sec. | ||
4303 | 2025.07.08 01:13:54.950614 [ 80 ] {} <Debug> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4304 | 2025.07.08 01:13:54.950632 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
4305 | 2025.07.08 01:13:54.950654 [ 276 ] {af33b3b3-f65b-45f1-95e2-466153e9c323} <Debug> TCPHandler: Processed in 0.001435435 sec. | ||
4306 | 2025.07.08 01:13:54.950669 [ 80 ] {} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4307 | 2025.07.08 01:13:54.950693 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4308 | 2025.07.08 01:13:54.950763 [ 195 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::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 | ||
4309 | 2025.07.08 01:13:54.950780 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4310 | 2025.07.08 01:13:54.950836 [ 200 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1857 rows, containing 5 columns (5 merged, 0 gathered) in 0.001626769 sec., 1141526.547407776 rows/sec., 89.60 MiB/sec. | ||
4311 | 2025.07.08 01:13:54.950841 [ 195 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4312 | 2025.07.08 01:13:54.950872 [ 276 ] {592b170b-575a-45df-b300-d6d3b918e636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4313 | 2025.07.08 01:13:54.950888 [ 195 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8795 rows starting from the beginning of the part | ||
4314 | 2025.07.08 01:13:54.950920 [ 276 ] {592b170b-575a-45df-b300-d6d3b918e636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4315 | 2025.07.08 01:13:54.950949 [ 195 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 200 rows starting from the beginning of the part | ||
4316 | 2025.07.08 01:13:54.950991 [ 195 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::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 | ||
4317 | 2025.07.08 01:13:54.951034 [ 195 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
4318 | 2025.07.08 01:13:54.951064 [ 190 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4319 | 2025.07.08 01:13:54.951074 [ 195 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 944 rows starting from the beginning of the part | ||
4320 | 2025.07.08 01:13:54.951129 [ 195 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part | ||
4321 | 2025.07.08 01:13:54.951247 [ 276 ] {592b170b-575a-45df-b300-d6d3b918e636} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4322 | 2025.07.08 01:13:54.951283 [ 276 ] {592b170b-575a-45df-b300-d6d3b918e636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4323 | 2025.07.08 01:13:54.951385 [ 190 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_31_6} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4324 | 2025.07.08 01:13:54.951475 [ 190 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_31_6} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4325 | 2025.07.08 01:13:54.951563 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
4326 | 2025.07.08 01:13:54.951608 [ 276 ] {592b170b-575a-45df-b300-d6d3b918e636} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4327 | 2025.07.08 01:13:54.951819 [ 276 ] {592b170b-575a-45df-b300-d6d3b918e636} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4328 | 2025.07.08 01:13:54.951940 [ 80 ] {} <Debug> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4329 | 2025.07.08 01:13:54.951943 [ 276 ] {592b170b-575a-45df-b300-d6d3b918e636} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001088 sec., 22058.823529411766 rows/sec., 1.49 MiB/sec. | ||
4330 | 2025.07.08 01:13:54.951981 [ 80 ] {} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4331 | 2025.07.08 01:13:54.952001 [ 276 ] {592b170b-575a-45df-b300-d6d3b918e636} <Debug> TCPHandler: Processed in 0.001267912 sec. | ||
4332 | 2025.07.08 01:13:54.952005 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4333 | 2025.07.08 01:13:54.952122 [ 189 ] {0331b998-5f0a-4d11-92ae-11d48a001464::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 | ||
4334 | 2025.07.08 01:13:54.952264 [ 189 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4335 | 2025.07.08 01:13:54.952298 [ 189 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1412 rows starting from the beginning of the part | ||
4336 | 2025.07.08 01:13:54.952363 [ 189 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
4337 | 2025.07.08 01:13:54.952406 [ 189 ] {0331b998-5f0a-4d11-92ae-11d48a001464::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 | ||
4338 | 2025.07.08 01:13:54.952444 [ 189 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
4339 | 2025.07.08 01:13:54.952479 [ 189 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 36 rows starting from the beginning of the part | ||
4340 | 2025.07.08 01:13:54.952516 [ 189 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 24 rows starting from the beginning of the part | ||
4341 | 2025.07.08 01:13:54.953634 [ 200 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1652 rows, containing 4 columns (4 merged, 0 gathered) in 0.001566048 sec., 1054884.6523222788 rows/sec., 70.64 MiB/sec. | ||
4342 | 2025.07.08 01:13:54.953885 [ 200 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4343 | 2025.07.08 01:13:54.954144 [ 200 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_31_6} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4344 | 2025.07.08 01:13:54.954226 [ 200 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_31_6} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4345 | 2025.07.08 01:13:54.954306 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
4346 | 2025.07.08 01:13:54.955099 [ 186 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10323 rows, containing 5 columns (5 merged, 0 gathered) in 0.004365357 sec., 2364755.0475253225 rows/sec., 161.53 MiB/sec. | ||
4347 | 2025.07.08 01:13:54.955384 [ 200 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4348 | 2025.07.08 01:13:54.955619 [ 200 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4349 | 2025.07.08 01:13:54.955694 [ 200 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4350 | 2025.07.08 01:13:54.955763 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.98 MiB. | ||
4351 | 2025.07.08 01:13:55.000177 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.08 MiB, peak 232.28 MiB, free memory in arenas 0.00 B, will set to 227.78 MiB (RSS), difference: 11.70 MiB | ||
4352 | 2025.07.08 01:13:55.940058 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 608 | ||
4353 | 2025.07.08 01:13:55.942673 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4354 | 2025.07.08 01:13:55.942720 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4355 | 2025.07.08 01:13:55.943928 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4356 | 2025.07.08 01:13:55.944242 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4357 | 2025.07.08 01:13:55.944567 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 608 | ||
4358 | 2025.07.08 01:13:59.950477 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4359 | 2025.07.08 01:13:59.950693 [ 276 ] {4aaa631d-416e-4544-9d86-7face859144a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4360 | 2025.07.08 01:13:59.950768 [ 276 ] {4aaa631d-416e-4544-9d86-7face859144a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4361 | 2025.07.08 01:13:59.951510 [ 276 ] {4aaa631d-416e-4544-9d86-7face859144a} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4362 | 2025.07.08 01:13:59.951564 [ 276 ] {4aaa631d-416e-4544-9d86-7face859144a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4363 | 2025.07.08 01:13:59.951981 [ 276 ] {4aaa631d-416e-4544-9d86-7face859144a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4364 | 2025.07.08 01:13:59.952213 [ 276 ] {4aaa631d-416e-4544-9d86-7face859144a} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4365 | 2025.07.08 01:13:59.952363 [ 276 ] {4aaa631d-416e-4544-9d86-7face859144a} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001723 sec., 42948.34590829948 rows/sec., 3.49 MiB/sec. | ||
4366 | 2025.07.08 01:13:59.952404 [ 276 ] {4aaa631d-416e-4544-9d86-7face859144a} <Debug> TCPHandler: Processed in 0.002066516 sec. | ||
4367 | 2025.07.08 01:13:59.952526 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4368 | 2025.07.08 01:13:59.952622 [ 276 ] {b2244a4b-39a5-4dd3-b5c7-bfc0d4c6b225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4369 | 2025.07.08 01:13:59.952663 [ 276 ] {b2244a4b-39a5-4dd3-b5c7-bfc0d4c6b225} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4370 | 2025.07.08 01:13:59.953056 [ 276 ] {b2244a4b-39a5-4dd3-b5c7-bfc0d4c6b225} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4371 | 2025.07.08 01:13:59.953094 [ 276 ] {b2244a4b-39a5-4dd3-b5c7-bfc0d4c6b225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4372 | 2025.07.08 01:13:59.953392 [ 276 ] {b2244a4b-39a5-4dd3-b5c7-bfc0d4c6b225} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4373 | 2025.07.08 01:13:59.953602 [ 276 ] {b2244a4b-39a5-4dd3-b5c7-bfc0d4c6b225} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4374 | 2025.07.08 01:13:59.953712 [ 76 ] {} <Debug> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4375 | 2025.07.08 01:13:59.953731 [ 276 ] {b2244a4b-39a5-4dd3-b5c7-bfc0d4c6b225} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001127 sec., 7985.8030168589175 rows/sec., 600.49 KiB/sec. | ||
4376 | 2025.07.08 01:13:59.953782 [ 76 ] {} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4377 | 2025.07.08 01:13:59.953790 [ 276 ] {b2244a4b-39a5-4dd3-b5c7-bfc0d4c6b225} <Debug> TCPHandler: Processed in 0.001314313 sec. | ||
4378 | 2025.07.08 01:13:59.953810 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4379 | 2025.07.08 01:13:59.953912 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4380 | 2025.07.08 01:13:59.953923 [ 196 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::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 | ||
4381 | 2025.07.08 01:13:59.954013 [ 276 ] {ad09f97e-6126-44cc-8b64-d5bd5f4fc741} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4382 | 2025.07.08 01:13:59.954059 [ 276 ] {ad09f97e-6126-44cc-8b64-d5bd5f4fc741} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4383 | 2025.07.08 01:13:59.954059 [ 196 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4384 | 2025.07.08 01:13:59.954110 [ 196 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 177 rows starting from the beginning of the part | ||
4385 | 2025.07.08 01:13:59.954191 [ 196 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 29 rows starting from the beginning of the part | ||
4386 | 2025.07.08 01:13:59.954242 [ 196 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part | ||
4387 | 2025.07.08 01:13:59.954289 [ 196 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 9 rows starting from the beginning of the part | ||
4388 | 2025.07.08 01:13:59.954333 [ 196 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 36 rows starting from the beginning of the part | ||
4389 | 2025.07.08 01:13:59.954377 [ 196 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 9 rows starting from the beginning of the part | ||
4390 | 2025.07.08 01:13:59.954476 [ 276 ] {ad09f97e-6126-44cc-8b64-d5bd5f4fc741} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4391 | 2025.07.08 01:13:59.954519 [ 276 ] {ad09f97e-6126-44cc-8b64-d5bd5f4fc741} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4392 | 2025.07.08 01:13:59.954849 [ 276 ] {ad09f97e-6126-44cc-8b64-d5bd5f4fc741} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4393 | 2025.07.08 01:13:59.955088 [ 276 ] {ad09f97e-6126-44cc-8b64-d5bd5f4fc741} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4394 | 2025.07.08 01:13:59.955218 [ 276 ] {ad09f97e-6126-44cc-8b64-d5bd5f4fc741} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001223 sec., 59689.28863450532 rows/sec., 4.66 MiB/sec. | ||
4395 | 2025.07.08 01:13:59.955236 [ 200 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 292 rows, containing 5 columns (5 merged, 0 gathered) in 0.001361374 sec., 214489.18519084394 rows/sec., 15.40 MiB/sec. | ||
4396 | 2025.07.08 01:13:59.955258 [ 276 ] {ad09f97e-6126-44cc-8b64-d5bd5f4fc741} <Debug> TCPHandler: Processed in 0.001394945 sec. | ||
4397 | 2025.07.08 01:13:59.955385 [ 196 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4398 | 2025.07.08 01:13:59.955388 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4399 | 2025.07.08 01:13:59.955500 [ 276 ] {41a65c3f-a757-41c9-978e-63a90dd75e92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4400 | 2025.07.08 01:13:59.955547 [ 276 ] {41a65c3f-a757-41c9-978e-63a90dd75e92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4401 | 2025.07.08 01:13:59.955641 [ 196 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_26_5} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4402 | 2025.07.08 01:13:59.955710 [ 196 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_26_5} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4403 | 2025.07.08 01:13:59.955776 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
4404 | 2025.07.08 01:13:59.955956 [ 276 ] {41a65c3f-a757-41c9-978e-63a90dd75e92} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4405 | 2025.07.08 01:13:59.955998 [ 276 ] {41a65c3f-a757-41c9-978e-63a90dd75e92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4406 | 2025.07.08 01:13:59.956339 [ 276 ] {41a65c3f-a757-41c9-978e-63a90dd75e92} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4407 | 2025.07.08 01:13:59.956555 [ 276 ] {41a65c3f-a757-41c9-978e-63a90dd75e92} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4408 | 2025.07.08 01:13:59.956683 [ 276 ] {41a65c3f-a757-41c9-978e-63a90dd75e92} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. | ||
4409 | 2025.07.08 01:13:59.956720 [ 276 ] {41a65c3f-a757-41c9-978e-63a90dd75e92} <Debug> TCPHandler: Processed in 0.001381495 sec. | ||
4410 | 2025.07.08 01:13:59.956823 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4411 | 2025.07.08 01:13:59.956918 [ 276 ] {912bb088-1132-44f3-9bf2-5479e67cf072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4412 | 2025.07.08 01:13:59.956973 [ 276 ] {912bb088-1132-44f3-9bf2-5479e67cf072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4413 | 2025.07.08 01:13:59.957703 [ 276 ] {912bb088-1132-44f3-9bf2-5479e67cf072} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4414 | 2025.07.08 01:13:59.957740 [ 276 ] {912bb088-1132-44f3-9bf2-5479e67cf072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4415 | 2025.07.08 01:13:59.958255 [ 276 ] {912bb088-1132-44f3-9bf2-5479e67cf072} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4416 | 2025.07.08 01:13:59.958480 [ 276 ] {912bb088-1132-44f3-9bf2-5479e67cf072} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4417 | 2025.07.08 01:13:59.958592 [ 76 ] {} <Debug> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4418 | 2025.07.08 01:13:59.958612 [ 276 ] {912bb088-1132-44f3-9bf2-5479e67cf072} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001713 sec., 5253.940455341506 rows/sec., 9.41 MiB/sec. | ||
4419 | 2025.07.08 01:13:59.958657 [ 76 ] {} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4420 | 2025.07.08 01:13:59.958685 [ 276 ] {912bb088-1132-44f3-9bf2-5479e67cf072} <Debug> TCPHandler: Processed in 0.001910254 sec. | ||
4421 | 2025.07.08 01:13:59.958695 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4422 | 2025.07.08 01:13:59.958806 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4423 | 2025.07.08 01:13:59.958834 [ 193 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::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 | ||
4424 | 2025.07.08 01:13:59.958907 [ 276 ] {cfcf9c05-0ece-4dcd-97c1-a14c04abe9eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4425 | 2025.07.08 01:13:59.958954 [ 276 ] {cfcf9c05-0ece-4dcd-97c1-a14c04abe9eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4426 | 2025.07.08 01:13:59.959087 [ 193 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4427 | 2025.07.08 01:13:59.959179 [ 193 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 406 rows starting from the beginning of the part | ||
4428 | 2025.07.08 01:13:59.959288 [ 276 ] {cfcf9c05-0ece-4dcd-97c1-a14c04abe9eb} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4429 | 2025.07.08 01:13:59.959315 [ 193 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 9 rows starting from the beginning of the part | ||
4430 | 2025.07.08 01:13:59.959331 [ 276 ] {cfcf9c05-0ece-4dcd-97c1-a14c04abe9eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4431 | 2025.07.08 01:13:59.959431 [ 193 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part | ||
4432 | 2025.07.08 01:13:59.959545 [ 193 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 9 rows starting from the beginning of the part | ||
4433 | 2025.07.08 01:13:59.959658 [ 193 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part | ||
4434 | 2025.07.08 01:13:59.959661 [ 276 ] {cfcf9c05-0ece-4dcd-97c1-a14c04abe9eb} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4435 | 2025.07.08 01:13:59.959768 [ 193 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 9 rows starting from the beginning of the part | ||
4436 | 2025.07.08 01:13:59.959886 [ 276 ] {cfcf9c05-0ece-4dcd-97c1-a14c04abe9eb} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4437 | 2025.07.08 01:13:59.960021 [ 276 ] {cfcf9c05-0ece-4dcd-97c1-a14c04abe9eb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001133 sec., 52956.7519858782 rows/sec., 3.57 MiB/sec. | ||
4438 | 2025.07.08 01:13:59.960058 [ 276 ] {cfcf9c05-0ece-4dcd-97c1-a14c04abe9eb} <Debug> TCPHandler: Processed in 0.001301543 sec. | ||
4439 | 2025.07.08 01:13:59.963804 [ 187 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 19 columns (19 merged, 0 gathered) in 0.005028559 sec., 98835.47155358025 rows/sec., 177.11 MiB/sec. | ||
4440 | 2025.07.08 01:13:59.964477 [ 193 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4441 | 2025.07.08 01:13:59.964821 [ 193 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4442 | 2025.07.08 01:13:59.964895 [ 193 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4443 | 2025.07.08 01:13:59.964992 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.75 MiB. | ||
4444 | 2025.07.08 01:14:00.000152 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 228.28 MiB, peak 234.00 MiB, free memory in arenas 0.00 B, will set to 229.30 MiB (RSS), difference: 1.02 MiB | ||
4445 | 2025.07.08 01:14:00.834321 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4446 | 2025.07.08 01:14:00.834374 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4447 | 2025.07.08 01:14:00.919915 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 | ||
4448 | 2025.07.08 01:14:00.920477 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4449 | 2025.07.08 01:14:00.920535 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4450 | 2025.07.08 01:14:00.921044 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4451 | 2025.07.08 01:14:00.921286 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4452 | 2025.07.08 01:14:00.921430 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
4453 | 2025.07.08 01:14:01.459235 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
4454 | 2025.07.08 01:14:01.473635 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4455 | 2025.07.08 01:14:01.473686 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4456 | 2025.07.08 01:14:01.479637 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4457 | 2025.07.08 01:14:01.480322 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4458 | 2025.07.08 01:14:01.482921 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
4459 | 2025.07.08 01:14:03.965238 [ 71 ] {} <Debug> oximeter.fields_ipaddr (d5152c3e-de89-4e55-974b-3e6b5ff2d5cc) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
4460 | 2025.07.08 01:14:03.965308 [ 71 ] {} <Trace> oximeter.fields_ipaddr (d5152c3e-de89-4e55-974b-3e6b5ff2d5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4461 | 2025.07.08 01:14:03.965329 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4462 | 2025.07.08 01:14:03.965424 [ 187 ] {d5152c3e-de89-4e55-974b-3e6b5ff2d5cc::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 | ||
4463 | 2025.07.08 01:14:03.965531 [ 187 ] {d5152c3e-de89-4e55-974b-3e6b5ff2d5cc::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4464 | 2025.07.08 01:14:03.965564 [ 187 ] {d5152c3e-de89-4e55-974b-3e6b5ff2d5cc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
4465 | 2025.07.08 01:14:03.965631 [ 187 ] {d5152c3e-de89-4e55-974b-3e6b5ff2d5cc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
4466 | 2025.07.08 01:14:03.965677 [ 187 ] {d5152c3e-de89-4e55-974b-3e6b5ff2d5cc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
4467 | 2025.07.08 01:14:03.965717 [ 187 ] {d5152c3e-de89-4e55-974b-3e6b5ff2d5cc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part | ||
4468 | 2025.07.08 01:14:03.965753 [ 187 ] {d5152c3e-de89-4e55-974b-3e6b5ff2d5cc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
4469 | 2025.07.08 01:14:03.966503 [ 199 ] {d5152c3e-de89-4e55-974b-3e6b5ff2d5cc::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.00112062 sec., 26770.894683300317 rows/sec., 2.23 MiB/sec. | ||
4470 | 2025.07.08 01:14:03.966617 [ 199 ] {d5152c3e-de89-4e55-974b-3e6b5ff2d5cc::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4471 | 2025.07.08 01:14:03.966876 [ 199 ] {d5152c3e-de89-4e55-974b-3e6b5ff2d5cc::all_1_5_1} <Trace> oximeter.fields_ipaddr (d5152c3e-de89-4e55-974b-3e6b5ff2d5cc): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4472 | 2025.07.08 01:14:03.966943 [ 199 ] {d5152c3e-de89-4e55-974b-3e6b5ff2d5cc::all_1_5_1} <Trace> oximeter.fields_ipaddr (d5152c3e-de89-4e55-974b-3e6b5ff2d5cc) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4473 | 2025.07.08 01:14:03.967005 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4474 | 2025.07.08 01:14:04.951335 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4475 | 2025.07.08 01:14:04.951586 [ 276 ] {90ef0654-fef9-47ce-b095-99143e431178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4476 | 2025.07.08 01:14:04.951677 [ 276 ] {90ef0654-fef9-47ce-b095-99143e431178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4477 | 2025.07.08 01:14:04.952450 [ 276 ] {90ef0654-fef9-47ce-b095-99143e431178} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4478 | 2025.07.08 01:14:04.952488 [ 276 ] {90ef0654-fef9-47ce-b095-99143e431178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4479 | 2025.07.08 01:14:04.952875 [ 276 ] {90ef0654-fef9-47ce-b095-99143e431178} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4480 | 2025.07.08 01:14:04.953087 [ 276 ] {90ef0654-fef9-47ce-b095-99143e431178} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4481 | 2025.07.08 01:14:04.953229 [ 276 ] {90ef0654-fef9-47ce-b095-99143e431178} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.001714 sec., 70011.66861143523 rows/sec., 5.93 MiB/sec. | ||
4482 | 2025.07.08 01:14:04.953269 [ 276 ] {90ef0654-fef9-47ce-b095-99143e431178} <Debug> TCPHandler: Processed in 0.002096587 sec. | ||
4483 | 2025.07.08 01:14:04.953394 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4484 | 2025.07.08 01:14:04.953488 [ 276 ] {052c9a64-4ada-4b8d-be0e-a702f22236ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4485 | 2025.07.08 01:14:04.953527 [ 276 ] {052c9a64-4ada-4b8d-be0e-a702f22236ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4486 | 2025.07.08 01:14:04.953971 [ 276 ] {052c9a64-4ada-4b8d-be0e-a702f22236ab} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4487 | 2025.07.08 01:14:04.954008 [ 276 ] {052c9a64-4ada-4b8d-be0e-a702f22236ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4488 | 2025.07.08 01:14:04.954323 [ 276 ] {052c9a64-4ada-4b8d-be0e-a702f22236ab} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4489 | 2025.07.08 01:14:04.954534 [ 276 ] {052c9a64-4ada-4b8d-be0e-a702f22236ab} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4490 | 2025.07.08 01:14:04.954661 [ 276 ] {052c9a64-4ada-4b8d-be0e-a702f22236ab} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001191 sec., 26868.17800167926 rows/sec., 1.97 MiB/sec. | ||
4491 | 2025.07.08 01:14:04.954698 [ 276 ] {052c9a64-4ada-4b8d-be0e-a702f22236ab} <Debug> TCPHandler: Processed in 0.001351164 sec. | ||
4492 | 2025.07.08 01:14:04.954809 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4493 | 2025.07.08 01:14:04.954904 [ 276 ] {5f009af0-2201-4dcf-9949-0afb04f1afe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4494 | 2025.07.08 01:14:04.954945 [ 276 ] {5f009af0-2201-4dcf-9949-0afb04f1afe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4495 | 2025.07.08 01:14:04.955379 [ 276 ] {5f009af0-2201-4dcf-9949-0afb04f1afe2} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4496 | 2025.07.08 01:14:04.955413 [ 276 ] {5f009af0-2201-4dcf-9949-0afb04f1afe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4497 | 2025.07.08 01:14:04.955708 [ 276 ] {5f009af0-2201-4dcf-9949-0afb04f1afe2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4498 | 2025.07.08 01:14:04.955911 [ 276 ] {5f009af0-2201-4dcf-9949-0afb04f1afe2} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4499 | 2025.07.08 01:14:04.956031 [ 276 ] {5f009af0-2201-4dcf-9949-0afb04f1afe2} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001146 sec., 83769.6335078534 rows/sec., 6.54 MiB/sec. | ||
4500 | 2025.07.08 01:14:04.956067 [ 276 ] {5f009af0-2201-4dcf-9949-0afb04f1afe2} <Debug> TCPHandler: Processed in 0.001306023 sec. | ||
4501 | 2025.07.08 01:14:04.956186 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4502 | 2025.07.08 01:14:04.956291 [ 276 ] {f214813d-954a-4c7d-a21a-ae9fe2c575cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4503 | 2025.07.08 01:14:04.956333 [ 276 ] {f214813d-954a-4c7d-a21a-ae9fe2c575cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4504 | 2025.07.08 01:14:04.956737 [ 276 ] {f214813d-954a-4c7d-a21a-ae9fe2c575cb} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4505 | 2025.07.08 01:14:04.956770 [ 276 ] {f214813d-954a-4c7d-a21a-ae9fe2c575cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4506 | 2025.07.08 01:14:04.957084 [ 276 ] {f214813d-954a-4c7d-a21a-ae9fe2c575cb} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4507 | 2025.07.08 01:14:04.957295 [ 276 ] {f214813d-954a-4c7d-a21a-ae9fe2c575cb} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4508 | 2025.07.08 01:14:04.957415 [ 276 ] {f214813d-954a-4c7d-a21a-ae9fe2c575cb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001143 sec., 139982.5021872266 rows/sec., 9.75 MiB/sec. | ||
4509 | 2025.07.08 01:14:04.957451 [ 276 ] {f214813d-954a-4c7d-a21a-ae9fe2c575cb} <Debug> TCPHandler: Processed in 0.001322153 sec. | ||
4510 | 2025.07.08 01:14:04.957556 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4511 | 2025.07.08 01:14:04.957649 [ 276 ] {bbc98570-b228-4cbb-a846-1129d4a9da02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4512 | 2025.07.08 01:14:04.957702 [ 276 ] {bbc98570-b228-4cbb-a846-1129d4a9da02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4513 | 2025.07.08 01:14:04.958497 [ 276 ] {bbc98570-b228-4cbb-a846-1129d4a9da02} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4514 | 2025.07.08 01:14:04.958533 [ 276 ] {bbc98570-b228-4cbb-a846-1129d4a9da02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4515 | 2025.07.08 01:14:04.959050 [ 276 ] {bbc98570-b228-4cbb-a846-1129d4a9da02} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4516 | 2025.07.08 01:14:04.959269 [ 276 ] {bbc98570-b228-4cbb-a846-1129d4a9da02} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4517 | 2025.07.08 01:14:04.959398 [ 276 ] {bbc98570-b228-4cbb-a846-1129d4a9da02} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001768 sec., 18099.547511312216 rows/sec., 32.43 MiB/sec. | ||
4518 | 2025.07.08 01:14:04.959449 [ 276 ] {bbc98570-b228-4cbb-a846-1129d4a9da02} <Debug> TCPHandler: Processed in 0.001940735 sec. | ||
4519 | 2025.07.08 01:14:04.959565 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4520 | 2025.07.08 01:14:04.959660 [ 276 ] {c038f599-bed3-4933-a5b8-9b21a36942e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4521 | 2025.07.08 01:14:04.959700 [ 276 ] {c038f599-bed3-4933-a5b8-9b21a36942e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4522 | 2025.07.08 01:14:04.960033 [ 276 ] {c038f599-bed3-4933-a5b8-9b21a36942e4} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4523 | 2025.07.08 01:14:04.960066 [ 276 ] {c038f599-bed3-4933-a5b8-9b21a36942e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4524 | 2025.07.08 01:14:04.960380 [ 276 ] {c038f599-bed3-4933-a5b8-9b21a36942e4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4525 | 2025.07.08 01:14:04.960583 [ 276 ] {c038f599-bed3-4933-a5b8-9b21a36942e4} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4526 | 2025.07.08 01:14:04.960705 [ 276 ] {c038f599-bed3-4933-a5b8-9b21a36942e4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. | ||
4527 | 2025.07.08 01:14:04.960739 [ 276 ] {c038f599-bed3-4933-a5b8-9b21a36942e4} <Debug> TCPHandler: Processed in 0.001225362 sec. | ||
4528 | 2025.07.08 01:14:05.944803 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 632 | ||
4529 | 2025.07.08 01:14:05.946882 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4530 | 2025.07.08 01:14:05.946926 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4531 | 2025.07.08 01:14:05.948064 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4532 | 2025.07.08 01:14:05.948319 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4533 | 2025.07.08 01:14:05.948469 [ 69 ] {} <Debug> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4534 | 2025.07.08 01:14:05.948537 [ 69 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4535 | 2025.07.08 01:14:05.948556 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4536 | 2025.07.08 01:14:05.948572 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 632 | ||
4537 | 2025.07.08 01:14:05.948689 [ 191 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::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 | ||
4538 | 2025.07.08 01:14:05.949365 [ 191 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4539 | 2025.07.08 01:14:05.949539 [ 191 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 480 rows starting from the beginning of the part | ||
4540 | 2025.07.08 01:14:05.949952 [ 191 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part | ||
4541 | 2025.07.08 01:14:05.950298 [ 191 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part | ||
4542 | 2025.07.08 01:14:05.950617 [ 191 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::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 | ||
4543 | 2025.07.08 01:14:05.950947 [ 191 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::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 | ||
4544 | 2025.07.08 01:14:05.951283 [ 191 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part | ||
4545 | 2025.07.08 01:14:05.957344 [ 198 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 632 rows, containing 72 columns (72 merged, 0 gathered) in 0.008722134 sec., 72459.33162687022 rows/sec., 65.47 MiB/sec. | ||
4546 | 2025.07.08 01:14:05.958411 [ 192 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4547 | 2025.07.08 01:14:05.959077 [ 192 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_16_3} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4548 | 2025.07.08 01:14:05.959170 [ 192 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_16_3} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4549 | 2025.07.08 01:14:05.959578 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB. | ||
4550 | 2025.07.08 01:14:08.421536 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 | ||
4551 | 2025.07.08 01:14:08.422173 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4552 | 2025.07.08 01:14:08.422221 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4553 | 2025.07.08 01:14:08.422705 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4554 | 2025.07.08 01:14:08.422945 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4555 | 2025.07.08 01:14:08.423082 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 | ||
4556 | 2025.07.08 01:14:08.982984 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
4557 | 2025.07.08 01:14:08.998691 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4558 | 2025.07.08 01:14:08.998749 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4559 | 2025.07.08 01:14:09.005277 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4560 | 2025.07.08 01:14:09.005984 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4561 | 2025.07.08 01:14:09.008839 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
4562 | 2025.07.08 01:14:09.950260 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4563 | 2025.07.08 01:14:09.950435 [ 276 ] {c16a1082-a1f2-473d-bdaf-3b2bbf86b956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4564 | 2025.07.08 01:14:09.950499 [ 276 ] {c16a1082-a1f2-473d-bdaf-3b2bbf86b956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4565 | 2025.07.08 01:14:09.951132 [ 276 ] {c16a1082-a1f2-473d-bdaf-3b2bbf86b956} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4566 | 2025.07.08 01:14:09.951187 [ 276 ] {c16a1082-a1f2-473d-bdaf-3b2bbf86b956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4567 | 2025.07.08 01:14:09.951596 [ 276 ] {c16a1082-a1f2-473d-bdaf-3b2bbf86b956} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4568 | 2025.07.08 01:14:09.951818 [ 276 ] {c16a1082-a1f2-473d-bdaf-3b2bbf86b956} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4569 | 2025.07.08 01:14:09.951968 [ 276 ] {c16a1082-a1f2-473d-bdaf-3b2bbf86b956} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001582 sec., 46776.23261694058 rows/sec., 3.80 MiB/sec. | ||
4570 | 2025.07.08 01:14:09.952009 [ 276 ] {c16a1082-a1f2-473d-bdaf-3b2bbf86b956} <Debug> TCPHandler: Processed in 0.001885843 sec. | ||
4571 | 2025.07.08 01:14:09.952131 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4572 | 2025.07.08 01:14:09.952233 [ 276 ] {7d6f2b77-4e08-4254-b9a5-9e591a2bd037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4573 | 2025.07.08 01:14:09.952273 [ 276 ] {7d6f2b77-4e08-4254-b9a5-9e591a2bd037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4574 | 2025.07.08 01:14:09.952668 [ 276 ] {7d6f2b77-4e08-4254-b9a5-9e591a2bd037} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4575 | 2025.07.08 01:14:09.952704 [ 276 ] {7d6f2b77-4e08-4254-b9a5-9e591a2bd037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4576 | 2025.07.08 01:14:09.953015 [ 276 ] {7d6f2b77-4e08-4254-b9a5-9e591a2bd037} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4577 | 2025.07.08 01:14:09.953226 [ 276 ] {7d6f2b77-4e08-4254-b9a5-9e591a2bd037} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4578 | 2025.07.08 01:14:09.953351 [ 276 ] {7d6f2b77-4e08-4254-b9a5-9e591a2bd037} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001137 sec., 7915.5672823219 rows/sec., 595.21 KiB/sec. | ||
4579 | 2025.07.08 01:14:09.953388 [ 276 ] {7d6f2b77-4e08-4254-b9a5-9e591a2bd037} <Debug> TCPHandler: Processed in 0.001305973 sec. | ||
4580 | 2025.07.08 01:14:09.953485 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4581 | 2025.07.08 01:14:09.953579 [ 276 ] {1d206026-a138-45a7-a8b0-8ed02d529734} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4582 | 2025.07.08 01:14:09.953619 [ 276 ] {1d206026-a138-45a7-a8b0-8ed02d529734} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4583 | 2025.07.08 01:14:09.954030 [ 276 ] {1d206026-a138-45a7-a8b0-8ed02d529734} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4584 | 2025.07.08 01:14:09.954066 [ 276 ] {1d206026-a138-45a7-a8b0-8ed02d529734} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4585 | 2025.07.08 01:14:09.954379 [ 276 ] {1d206026-a138-45a7-a8b0-8ed02d529734} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4586 | 2025.07.08 01:14:09.954584 [ 276 ] {1d206026-a138-45a7-a8b0-8ed02d529734} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4587 | 2025.07.08 01:14:09.954709 [ 276 ] {1d206026-a138-45a7-a8b0-8ed02d529734} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001149 sec., 63533.50739773716 rows/sec., 4.96 MiB/sec. | ||
4588 | 2025.07.08 01:14:09.954747 [ 276 ] {1d206026-a138-45a7-a8b0-8ed02d529734} <Debug> TCPHandler: Processed in 0.001308774 sec. | ||
4589 | 2025.07.08 01:14:09.954858 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4590 | 2025.07.08 01:14:09.954953 [ 276 ] {7ea4d3d2-bd34-44a5-9171-5bfce13578eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4591 | 2025.07.08 01:14:09.954996 [ 276 ] {7ea4d3d2-bd34-44a5-9171-5bfce13578eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4592 | 2025.07.08 01:14:09.955394 [ 276 ] {7ea4d3d2-bd34-44a5-9171-5bfce13578eb} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4593 | 2025.07.08 01:14:09.955430 [ 276 ] {7ea4d3d2-bd34-44a5-9171-5bfce13578eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4594 | 2025.07.08 01:14:09.955749 [ 276 ] {7ea4d3d2-bd34-44a5-9171-5bfce13578eb} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4595 | 2025.07.08 01:14:09.955952 [ 276 ] {7ea4d3d2-bd34-44a5-9171-5bfce13578eb} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4596 | 2025.07.08 01:14:09.956075 [ 276 ] {7ea4d3d2-bd34-44a5-9171-5bfce13578eb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001141 sec., 140227.87028921998 rows/sec., 9.77 MiB/sec. | ||
4597 | 2025.07.08 01:14:09.956111 [ 276 ] {7ea4d3d2-bd34-44a5-9171-5bfce13578eb} <Debug> TCPHandler: Processed in 0.001301453 sec. | ||
4598 | 2025.07.08 01:14:09.956219 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4599 | 2025.07.08 01:14:09.956314 [ 276 ] {824b4c11-0765-4839-96c5-973f4c83ea6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4600 | 2025.07.08 01:14:09.956366 [ 276 ] {824b4c11-0765-4839-96c5-973f4c83ea6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4601 | 2025.07.08 01:14:09.957095 [ 276 ] {824b4c11-0765-4839-96c5-973f4c83ea6d} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4602 | 2025.07.08 01:14:09.957131 [ 276 ] {824b4c11-0765-4839-96c5-973f4c83ea6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4603 | 2025.07.08 01:14:09.957637 [ 276 ] {824b4c11-0765-4839-96c5-973f4c83ea6d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4604 | 2025.07.08 01:14:09.957861 [ 276 ] {824b4c11-0765-4839-96c5-973f4c83ea6d} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4605 | 2025.07.08 01:14:09.957993 [ 276 ] {824b4c11-0765-4839-96c5-973f4c83ea6d} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001698 sec., 5300.3533568904595 rows/sec., 9.50 MiB/sec. | ||
4606 | 2025.07.08 01:14:09.958046 [ 276 ] {824b4c11-0765-4839-96c5-973f4c83ea6d} <Debug> TCPHandler: Processed in 0.001873773 sec. | ||
4607 | 2025.07.08 01:14:09.958155 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4608 | 2025.07.08 01:14:09.958263 [ 276 ] {90ec3a13-e3cb-4beb-a502-f8023f52a290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4609 | 2025.07.08 01:14:09.958304 [ 276 ] {90ec3a13-e3cb-4beb-a502-f8023f52a290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4610 | 2025.07.08 01:14:09.958631 [ 276 ] {90ec3a13-e3cb-4beb-a502-f8023f52a290} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4611 | 2025.07.08 01:14:09.958667 [ 276 ] {90ec3a13-e3cb-4beb-a502-f8023f52a290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4612 | 2025.07.08 01:14:09.958966 [ 276 ] {90ec3a13-e3cb-4beb-a502-f8023f52a290} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4613 | 2025.07.08 01:14:09.959175 [ 276 ] {90ec3a13-e3cb-4beb-a502-f8023f52a290} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4614 | 2025.07.08 01:14:09.959300 [ 276 ] {90ec3a13-e3cb-4beb-a502-f8023f52a290} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. | ||
4615 | 2025.07.08 01:14:09.959335 [ 276 ] {90ec3a13-e3cb-4beb-a502-f8023f52a290} <Debug> TCPHandler: Processed in 0.001228042 sec. | ||
4616 | 2025.07.08 01:14:14.951309 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4617 | 2025.07.08 01:14:14.951550 [ 276 ] {563cfc1d-7b26-43d1-9d14-7a9433b4171c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4618 | 2025.07.08 01:14:14.951634 [ 276 ] {563cfc1d-7b26-43d1-9d14-7a9433b4171c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4619 | 2025.07.08 01:14:14.952411 [ 276 ] {563cfc1d-7b26-43d1-9d14-7a9433b4171c} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4620 | 2025.07.08 01:14:14.952460 [ 276 ] {563cfc1d-7b26-43d1-9d14-7a9433b4171c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4621 | 2025.07.08 01:14:14.952845 [ 276 ] {563cfc1d-7b26-43d1-9d14-7a9433b4171c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4622 | 2025.07.08 01:14:14.953065 [ 276 ] {563cfc1d-7b26-43d1-9d14-7a9433b4171c} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4623 | 2025.07.08 01:14:14.953220 [ 276 ] {563cfc1d-7b26-43d1-9d14-7a9433b4171c} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.001734 sec., 69204.15224913495 rows/sec., 5.87 MiB/sec. | ||
4624 | 2025.07.08 01:14:14.953269 [ 276 ] {563cfc1d-7b26-43d1-9d14-7a9433b4171c} <Debug> TCPHandler: Processed in 0.002110428 sec. | ||
4625 | 2025.07.08 01:14:14.953391 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4626 | 2025.07.08 01:14:14.953491 [ 276 ] {7e7a59af-604f-4944-8ad1-36a74a9741b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4627 | 2025.07.08 01:14:14.953533 [ 276 ] {7e7a59af-604f-4944-8ad1-36a74a9741b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4628 | 2025.07.08 01:14:14.953953 [ 276 ] {7e7a59af-604f-4944-8ad1-36a74a9741b1} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4629 | 2025.07.08 01:14:14.953988 [ 276 ] {7e7a59af-604f-4944-8ad1-36a74a9741b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4630 | 2025.07.08 01:14:14.954300 [ 276 ] {7e7a59af-604f-4944-8ad1-36a74a9741b1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4631 | 2025.07.08 01:14:14.954503 [ 276 ] {7e7a59af-604f-4944-8ad1-36a74a9741b1} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4632 | 2025.07.08 01:14:14.954627 [ 276 ] {7e7a59af-604f-4944-8ad1-36a74a9741b1} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.00116 sec., 27586.206896551725 rows/sec., 2.03 MiB/sec. | ||
4633 | 2025.07.08 01:14:14.954664 [ 276 ] {7e7a59af-604f-4944-8ad1-36a74a9741b1} <Debug> TCPHandler: Processed in 0.001323293 sec. | ||
4634 | 2025.07.08 01:14:14.954769 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4635 | 2025.07.08 01:14:14.954863 [ 276 ] {7cb4e0ae-161a-4aff-b236-ab63773c71b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4636 | 2025.07.08 01:14:14.954902 [ 276 ] {7cb4e0ae-161a-4aff-b236-ab63773c71b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4637 | 2025.07.08 01:14:14.955324 [ 276 ] {7cb4e0ae-161a-4aff-b236-ab63773c71b7} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4638 | 2025.07.08 01:14:14.955361 [ 276 ] {7cb4e0ae-161a-4aff-b236-ab63773c71b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4639 | 2025.07.08 01:14:14.955651 [ 276 ] {7cb4e0ae-161a-4aff-b236-ab63773c71b7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4640 | 2025.07.08 01:14:14.955849 [ 276 ] {7cb4e0ae-161a-4aff-b236-ab63773c71b7} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4641 | 2025.07.08 01:14:14.955970 [ 276 ] {7cb4e0ae-161a-4aff-b236-ab63773c71b7} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001128 sec., 85106.3829787234 rows/sec., 6.65 MiB/sec. | ||
4642 | 2025.07.08 01:14:14.956006 [ 276 ] {7cb4e0ae-161a-4aff-b236-ab63773c71b7} <Debug> TCPHandler: Processed in 0.001284783 sec. | ||
4643 | 2025.07.08 01:14:14.956112 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4644 | 2025.07.08 01:14:14.956217 [ 276 ] {39126fcd-2f97-4d89-9875-ad6c82cf7f05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4645 | 2025.07.08 01:14:14.956258 [ 276 ] {39126fcd-2f97-4d89-9875-ad6c82cf7f05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4646 | 2025.07.08 01:14:14.956653 [ 276 ] {39126fcd-2f97-4d89-9875-ad6c82cf7f05} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4647 | 2025.07.08 01:14:14.956689 [ 276 ] {39126fcd-2f97-4d89-9875-ad6c82cf7f05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4648 | 2025.07.08 01:14:14.957004 [ 276 ] {39126fcd-2f97-4d89-9875-ad6c82cf7f05} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4649 | 2025.07.08 01:14:14.957210 [ 276 ] {39126fcd-2f97-4d89-9875-ad6c82cf7f05} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4650 | 2025.07.08 01:14:14.957336 [ 276 ] {39126fcd-2f97-4d89-9875-ad6c82cf7f05} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001138 sec., 140597.539543058 rows/sec., 9.79 MiB/sec. | ||
4651 | 2025.07.08 01:14:14.957372 [ 276 ] {39126fcd-2f97-4d89-9875-ad6c82cf7f05} <Debug> TCPHandler: Processed in 0.001307774 sec. | ||
4652 | 2025.07.08 01:14:14.957468 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4653 | 2025.07.08 01:14:14.957558 [ 276 ] {1c9ab321-c8ab-4f15-926e-3c0b2f7c242b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4654 | 2025.07.08 01:14:14.957609 [ 276 ] {1c9ab321-c8ab-4f15-926e-3c0b2f7c242b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4655 | 2025.07.08 01:14:14.958419 [ 276 ] {1c9ab321-c8ab-4f15-926e-3c0b2f7c242b} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4656 | 2025.07.08 01:14:14.958453 [ 276 ] {1c9ab321-c8ab-4f15-926e-3c0b2f7c242b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4657 | 2025.07.08 01:14:14.958993 [ 276 ] {1c9ab321-c8ab-4f15-926e-3c0b2f7c242b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4658 | 2025.07.08 01:14:14.959217 [ 276 ] {1c9ab321-c8ab-4f15-926e-3c0b2f7c242b} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4659 | 2025.07.08 01:14:14.959350 [ 276 ] {1c9ab321-c8ab-4f15-926e-3c0b2f7c242b} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001809 sec., 17689.331122166943 rows/sec., 31.70 MiB/sec. | ||
4660 | 2025.07.08 01:14:14.959401 [ 276 ] {1c9ab321-c8ab-4f15-926e-3c0b2f7c242b} <Debug> TCPHandler: Processed in 0.001978796 sec. | ||
4661 | 2025.07.08 01:14:14.959508 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4662 | 2025.07.08 01:14:14.959599 [ 276 ] {fe4fc77e-ec3e-4aef-93e6-a08fecd1b2ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4663 | 2025.07.08 01:14:14.959639 [ 276 ] {fe4fc77e-ec3e-4aef-93e6-a08fecd1b2ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4664 | 2025.07.08 01:14:14.959996 [ 276 ] {fe4fc77e-ec3e-4aef-93e6-a08fecd1b2ab} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4665 | 2025.07.08 01:14:14.960030 [ 276 ] {fe4fc77e-ec3e-4aef-93e6-a08fecd1b2ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4666 | 2025.07.08 01:14:14.960324 [ 276 ] {fe4fc77e-ec3e-4aef-93e6-a08fecd1b2ab} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4667 | 2025.07.08 01:14:14.960523 [ 276 ] {fe4fc77e-ec3e-4aef-93e6-a08fecd1b2ab} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4668 | 2025.07.08 01:14:14.960643 [ 276 ] {fe4fc77e-ec3e-4aef-93e6-a08fecd1b2ab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001062 sec., 56497.17514124294 rows/sec., 3.81 MiB/sec. | ||
4669 | 2025.07.08 01:14:14.960678 [ 276 ] {fe4fc77e-ec3e-4aef-93e6-a08fecd1b2ab} <Debug> TCPHandler: Processed in 0.001216512 sec. | ||
4670 | 2025.07.08 01:14:15.834635 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4671 | 2025.07.08 01:14:15.834683 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4672 | 2025.07.08 01:14:15.924103 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 | ||
4673 | 2025.07.08 01:14:15.924607 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4674 | 2025.07.08 01:14:15.924679 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4675 | 2025.07.08 01:14:15.925270 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4676 | 2025.07.08 01:14:15.925494 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4677 | 2025.07.08 01:14:15.925624 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
4678 | 2025.07.08 01:14:15.949663 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 656 | ||
4679 | 2025.07.08 01:14:15.951759 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4680 | 2025.07.08 01:14:15.951796 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4681 | 2025.07.08 01:14:15.952966 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4682 | 2025.07.08 01:14:15.953223 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4683 | 2025.07.08 01:14:15.953493 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 656 | ||
4684 | 2025.07.08 01:14:16.509866 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
4685 | 2025.07.08 01:14:16.526282 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4686 | 2025.07.08 01:14:16.526339 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4687 | 2025.07.08 01:14:16.532465 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4688 | 2025.07.08 01:14:16.533159 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4689 | 2025.07.08 01:14:16.535927 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
4690 | 2025.07.08 01:14:19.956782 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4691 | 2025.07.08 01:14:19.956973 [ 276 ] {cf34b400-288b-4b0c-bd0f-e447cb10878f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
4692 | 2025.07.08 01:14:19.957038 [ 276 ] {cf34b400-288b-4b0c-bd0f-e447cb10878f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
4693 | 2025.07.08 01:14:19.957765 [ 276 ] {cf34b400-288b-4b0c-bd0f-e447cb10878f} <Trace> oximeter.fields_i16 (dbc30c45-46e6-4cfb-a480-63848dccbbb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4694 | 2025.07.08 01:14:19.957812 [ 276 ] {cf34b400-288b-4b0c-bd0f-e447cb10878f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4695 | 2025.07.08 01:14:19.958207 [ 276 ] {cf34b400-288b-4b0c-bd0f-e447cb10878f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4696 | 2025.07.08 01:14:19.958421 [ 276 ] {cf34b400-288b-4b0c-bd0f-e447cb10878f} <Trace> oximeter.fields_i16 (dbc30c45-46e6-4cfb-a480-63848dccbbb9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4697 | 2025.07.08 01:14:19.958564 [ 276 ] {cf34b400-288b-4b0c-bd0f-e447cb10878f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001642 sec., 129110.84043848964 rows/sec., 8.21 MiB/sec. | ||
4698 | 2025.07.08 01:14:19.958605 [ 276 ] {cf34b400-288b-4b0c-bd0f-e447cb10878f} <Debug> TCPHandler: Processed in 0.001952394 sec. | ||
4699 | 2025.07.08 01:14:19.958722 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4700 | 2025.07.08 01:14:19.958818 [ 276 ] {c31327c9-ea41-4507-9633-ddcaa0f69a27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4701 | 2025.07.08 01:14:19.958858 [ 276 ] {c31327c9-ea41-4507-9633-ddcaa0f69a27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4702 | 2025.07.08 01:14:19.959629 [ 276 ] {c31327c9-ea41-4507-9633-ddcaa0f69a27} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4703 | 2025.07.08 01:14:19.959665 [ 276 ] {c31327c9-ea41-4507-9633-ddcaa0f69a27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4704 | 2025.07.08 01:14:19.960016 [ 276 ] {c31327c9-ea41-4507-9633-ddcaa0f69a27} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4705 | 2025.07.08 01:14:19.960233 [ 276 ] {c31327c9-ea41-4507-9633-ddcaa0f69a27} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4706 | 2025.07.08 01:14:19.960339 [ 41 ] {} <Debug> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4707 | 2025.07.08 01:14:19.960360 [ 276 ] {c31327c9-ea41-4507-9633-ddcaa0f69a27} <Debug> executeQuery: Read 635 rows, 51.14 KiB in 0.001562 sec., 406530.0896286812 rows/sec., 31.97 MiB/sec. | ||
4708 | 2025.07.08 01:14:19.960411 [ 41 ] {} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4709 | 2025.07.08 01:14:19.960418 [ 276 ] {c31327c9-ea41-4507-9633-ddcaa0f69a27} <Debug> TCPHandler: Processed in 0.001744381 sec. | ||
4710 | 2025.07.08 01:14:19.960440 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4711 | 2025.07.08 01:14:19.960535 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4712 | 2025.07.08 01:14:19.960546 [ 201 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::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 | ||
4713 | 2025.07.08 01:14:19.960636 [ 276 ] {216ea32b-7370-4e46-8157-3b252bbcd8e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4714 | 2025.07.08 01:14:19.960675 [ 201 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4715 | 2025.07.08 01:14:19.960679 [ 276 ] {216ea32b-7370-4e46-8157-3b252bbcd8e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4716 | 2025.07.08 01:14:19.960717 [ 201 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1969 rows starting from the beginning of the part | ||
4717 | 2025.07.08 01:14:19.960790 [ 201 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 74 rows starting from the beginning of the part | ||
4718 | 2025.07.08 01:14:19.960837 [ 201 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 120 rows starting from the beginning of the part | ||
4719 | 2025.07.08 01:14:19.960884 [ 201 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 74 rows starting from the beginning of the part | ||
4720 | 2025.07.08 01:14:19.960932 [ 201 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 120 rows starting from the beginning of the part | ||
4721 | 2025.07.08 01:14:19.960978 [ 201 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 635 rows starting from the beginning of the part | ||
4722 | 2025.07.08 01:14:19.961157 [ 276 ] {216ea32b-7370-4e46-8157-3b252bbcd8e9} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4723 | 2025.07.08 01:14:19.961199 [ 276 ] {216ea32b-7370-4e46-8157-3b252bbcd8e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4724 | 2025.07.08 01:14:19.961505 [ 276 ] {216ea32b-7370-4e46-8157-3b252bbcd8e9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4725 | 2025.07.08 01:14:19.961734 [ 276 ] {216ea32b-7370-4e46-8157-3b252bbcd8e9} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4726 | 2025.07.08 01:14:19.961862 [ 276 ] {216ea32b-7370-4e46-8157-3b252bbcd8e9} <Debug> executeQuery: Read 115 rows, 7.06 KiB in 0.001246 sec., 92295.34510433387 rows/sec., 5.54 MiB/sec. | ||
4727 | 2025.07.08 01:14:19.961900 [ 276 ] {216ea32b-7370-4e46-8157-3b252bbcd8e9} <Debug> TCPHandler: Processed in 0.001412594 sec. | ||
4728 | 2025.07.08 01:14:19.962108 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4729 | 2025.07.08 01:14:19.962236 [ 276 ] {fc942029-230e-4556-b95a-bc4f81637027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
4730 | 2025.07.08 01:14:19.962286 [ 276 ] {fc942029-230e-4556-b95a-bc4f81637027} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4731 | 2025.07.08 01:14:19.962559 [ 186 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2992 rows, containing 5 columns (5 merged, 0 gathered) in 0.002051726 sec., 1458284.390800721 rows/sec., 124.45 MiB/sec. | ||
4732 | 2025.07.08 01:14:19.962830 [ 276 ] {fc942029-230e-4556-b95a-bc4f81637027} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4733 | 2025.07.08 01:14:19.962857 [ 198 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
4734 | 2025.07.08 01:14:19.962880 [ 276 ] {fc942029-230e-4556-b95a-bc4f81637027} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4735 | 2025.07.08 01:14:19.963204 [ 198 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_36_7} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4736 | 2025.07.08 01:14:19.963290 [ 276 ] {fc942029-230e-4556-b95a-bc4f81637027} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4737 | 2025.07.08 01:14:19.963301 [ 198 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_36_7} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
4738 | 2025.07.08 01:14:19.963409 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
4739 | 2025.07.08 01:14:19.963530 [ 276 ] {fc942029-230e-4556-b95a-bc4f81637027} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4740 | 2025.07.08 01:14:19.963667 [ 276 ] {fc942029-230e-4556-b95a-bc4f81637027} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001457 sec., 77556.62319835278 rows/sec., 5.02 MiB/sec. | ||
4741 | 2025.07.08 01:14:19.963706 [ 276 ] {fc942029-230e-4556-b95a-bc4f81637027} <Debug> TCPHandler: Processed in 0.001656229 sec. | ||
4742 | 2025.07.08 01:14:19.963828 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4743 | 2025.07.08 01:14:19.963923 [ 276 ] {ccaf2e27-5a21-498e-949e-ad29c492e35a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
4744 | 2025.07.08 01:14:19.963963 [ 276 ] {ccaf2e27-5a21-498e-949e-ad29c492e35a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4745 | 2025.07.08 01:14:19.964391 [ 276 ] {ccaf2e27-5a21-498e-949e-ad29c492e35a} <Trace> oximeter.fields_u8 (eb4decb7-5820-449c-aa1f-b1383ebf2f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4746 | 2025.07.08 01:14:19.964427 [ 276 ] {ccaf2e27-5a21-498e-949e-ad29c492e35a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4747 | 2025.07.08 01:14:19.964739 [ 276 ] {ccaf2e27-5a21-498e-949e-ad29c492e35a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4748 | 2025.07.08 01:14:19.964961 [ 276 ] {ccaf2e27-5a21-498e-949e-ad29c492e35a} <Trace> oximeter.fields_u8 (eb4decb7-5820-449c-aa1f-b1383ebf2f5b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4749 | 2025.07.08 01:14:19.965087 [ 276 ] {ccaf2e27-5a21-498e-949e-ad29c492e35a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001181 sec., 94834.88569009314 rows/sec., 5.40 MiB/sec. | ||
4750 | 2025.07.08 01:14:19.965125 [ 276 ] {ccaf2e27-5a21-498e-949e-ad29c492e35a} <Debug> TCPHandler: Processed in 0.001345974 sec. | ||
4751 | 2025.07.08 01:14:19.965247 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4752 | 2025.07.08 01:14:19.965341 [ 276 ] {aec4c8da-0dbe-4763-964a-15506ab15d0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4753 | 2025.07.08 01:14:19.965382 [ 276 ] {aec4c8da-0dbe-4763-964a-15506ab15d0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4754 | 2025.07.08 01:14:19.965903 [ 276 ] {aec4c8da-0dbe-4763-964a-15506ab15d0a} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4755 | 2025.07.08 01:14:19.965938 [ 276 ] {aec4c8da-0dbe-4763-964a-15506ab15d0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4756 | 2025.07.08 01:14:19.966265 [ 276 ] {aec4c8da-0dbe-4763-964a-15506ab15d0a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4757 | 2025.07.08 01:14:19.966483 [ 276 ] {aec4c8da-0dbe-4763-964a-15506ab15d0a} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4758 | 2025.07.08 01:14:19.966580 [ 27 ] {} <Debug> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4759 | 2025.07.08 01:14:19.966608 [ 276 ] {aec4c8da-0dbe-4763-964a-15506ab15d0a} <Debug> executeQuery: Read 391 rows, 28.31 KiB in 0.001285 sec., 304280.15564202337 rows/sec., 21.51 MiB/sec. | ||
4760 | 2025.07.08 01:14:19.966614 [ 27 ] {} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4761 | 2025.07.08 01:14:19.966638 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4762 | 2025.07.08 01:14:19.966646 [ 276 ] {aec4c8da-0dbe-4763-964a-15506ab15d0a} <Debug> TCPHandler: Processed in 0.001449416 sec. | ||
4763 | 2025.07.08 01:14:19.966724 [ 201 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::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 | ||
4764 | 2025.07.08 01:14:19.966770 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4765 | 2025.07.08 01:14:19.966824 [ 201 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4766 | 2025.07.08 01:14:19.966854 [ 201 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 951 rows starting from the beginning of the part | ||
4767 | 2025.07.08 01:14:19.966869 [ 276 ] {21566aba-0b1c-4545-a2e6-87cc54ae6d2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
4768 | 2025.07.08 01:14:19.966904 [ 201 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 73 rows starting from the beginning of the part | ||
4769 | 2025.07.08 01:14:19.966916 [ 276 ] {21566aba-0b1c-4545-a2e6-87cc54ae6d2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4770 | 2025.07.08 01:14:19.966949 [ 201 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 96 rows starting from the beginning of the part | ||
4771 | 2025.07.08 01:14:19.966990 [ 201 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 73 rows starting from the beginning of the part | ||
4772 | 2025.07.08 01:14:19.967035 [ 201 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 96 rows starting from the beginning of the part | ||
4773 | 2025.07.08 01:14:19.967085 [ 201 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 391 rows starting from the beginning of the part | ||
4774 | 2025.07.08 01:14:19.967279 [ 276 ] {21566aba-0b1c-4545-a2e6-87cc54ae6d2a} <Trace> oximeter.measurements_bool (1551105e-4011-490c-aeef-8ec11d8f460b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4775 | 2025.07.08 01:14:19.967319 [ 276 ] {21566aba-0b1c-4545-a2e6-87cc54ae6d2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4776 | 2025.07.08 01:14:19.967645 [ 276 ] {21566aba-0b1c-4545-a2e6-87cc54ae6d2a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
4777 | 2025.07.08 01:14:19.967871 [ 276 ] {21566aba-0b1c-4545-a2e6-87cc54ae6d2a} <Trace> oximeter.measurements_bool (1551105e-4011-490c-aeef-8ec11d8f460b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4778 | 2025.07.08 01:14:19.967996 [ 276 ] {21566aba-0b1c-4545-a2e6-87cc54ae6d2a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001145 sec., 5240.174672489083 rows/sec., 273.78 KiB/sec. | ||
4779 | 2025.07.08 01:14:19.968034 [ 276 ] {21566aba-0b1c-4545-a2e6-87cc54ae6d2a} <Debug> TCPHandler: Processed in 0.001314163 sec. | ||
4780 | 2025.07.08 01:14:19.968093 [ 198 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1680 rows, containing 5 columns (5 merged, 0 gathered) in 0.001413895 sec., 1188207.0450776047 rows/sec., 92.02 MiB/sec. | ||
4781 | 2025.07.08 01:14:19.968162 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4782 | 2025.07.08 01:14:19.968260 [ 276 ] {7b4fcbaf-4185-4447-a2e1-dcd6636766fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4783 | 2025.07.08 01:14:19.968260 [ 201 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
4784 | 2025.07.08 01:14:19.968306 [ 276 ] {7b4fcbaf-4185-4447-a2e1-dcd6636766fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4785 | 2025.07.08 01:14:19.968532 [ 201 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_36_7} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4786 | 2025.07.08 01:14:19.968609 [ 201 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_36_7} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
4787 | 2025.07.08 01:14:19.968686 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
4788 | 2025.07.08 01:14:19.968734 [ 276 ] {7b4fcbaf-4185-4447-a2e1-dcd6636766fa} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4789 | 2025.07.08 01:14:19.968774 [ 276 ] {7b4fcbaf-4185-4447-a2e1-dcd6636766fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4790 | 2025.07.08 01:14:19.969110 [ 276 ] {7b4fcbaf-4185-4447-a2e1-dcd6636766fa} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4791 | 2025.07.08 01:14:19.969335 [ 276 ] {7b4fcbaf-4185-4447-a2e1-dcd6636766fa} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4792 | 2025.07.08 01:14:19.969427 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4793 | 2025.07.08 01:14:19.969451 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4794 | 2025.07.08 01:14:19.969460 [ 276 ] {7b4fcbaf-4185-4447-a2e1-dcd6636766fa} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001218 sec., 194581.28078817736 rows/sec., 13.04 MiB/sec. | ||
4795 | 2025.07.08 01:14:19.969467 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4796 | 2025.07.08 01:14:19.969498 [ 276 ] {7b4fcbaf-4185-4447-a2e1-dcd6636766fa} <Debug> TCPHandler: Processed in 0.001384214 sec. | ||
4797 | 2025.07.08 01:14:19.969554 [ 189 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::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 | ||
4798 | 2025.07.08 01:14:19.969638 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4799 | 2025.07.08 01:14:19.969682 [ 189 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4800 | 2025.07.08 01:14:19.969717 [ 189 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10323 rows starting from the beginning of the part | ||
4801 | 2025.07.08 01:14:19.969737 [ 276 ] {74df98e1-11ab-44d1-89e5-72b2920b76df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
4802 | 2025.07.08 01:14:19.969771 [ 189 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part | ||
4803 | 2025.07.08 01:14:19.969785 [ 276 ] {74df98e1-11ab-44d1-89e5-72b2920b76df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4804 | 2025.07.08 01:14:19.969824 [ 189 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
4805 | 2025.07.08 01:14:19.969870 [ 189 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::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 | ||
4806 | 2025.07.08 01:14:19.969909 [ 189 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
4807 | 2025.07.08 01:14:19.969965 [ 189 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 237 rows starting from the beginning of the part | ||
4808 | 2025.07.08 01:14:19.970118 [ 276 ] {74df98e1-11ab-44d1-89e5-72b2920b76df} <Trace> oximeter.measurements_f64 (fea3937a-d3b0-45ea-a880-34724eed8aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4809 | 2025.07.08 01:14:19.970160 [ 276 ] {74df98e1-11ab-44d1-89e5-72b2920b76df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4810 | 2025.07.08 01:14:19.970481 [ 276 ] {74df98e1-11ab-44d1-89e5-72b2920b76df} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4811 | 2025.07.08 01:14:19.970696 [ 276 ] {74df98e1-11ab-44d1-89e5-72b2920b76df} <Trace> oximeter.measurements_f64 (fea3937a-d3b0-45ea-a880-34724eed8aa2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4812 | 2025.07.08 01:14:19.970824 [ 276 ] {74df98e1-11ab-44d1-89e5-72b2920b76df} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001106 sec., 904.1591320072333 rows/sec., 60.92 KiB/sec. | ||
4813 | 2025.07.08 01:14:19.970861 [ 276 ] {74df98e1-11ab-44d1-89e5-72b2920b76df} <Debug> TCPHandler: Processed in 0.001273232 sec. | ||
4814 | 2025.07.08 01:14:19.970975 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4815 | 2025.07.08 01:14:19.971069 [ 276 ] {d1d2007b-11f1-40e3-9827-842e662ad10c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4816 | 2025.07.08 01:14:19.971124 [ 276 ] {d1d2007b-11f1-40e3-9827-842e662ad10c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4817 | 2025.07.08 01:14:19.971867 [ 276 ] {d1d2007b-11f1-40e3-9827-842e662ad10c} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4818 | 2025.07.08 01:14:19.971902 [ 276 ] {d1d2007b-11f1-40e3-9827-842e662ad10c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4819 | 2025.07.08 01:14:19.972498 [ 276 ] {d1d2007b-11f1-40e3-9827-842e662ad10c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4820 | 2025.07.08 01:14:19.972726 [ 276 ] {d1d2007b-11f1-40e3-9827-842e662ad10c} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4821 | 2025.07.08 01:14:19.972882 [ 276 ] {d1d2007b-11f1-40e3-9827-842e662ad10c} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001831 sec., 4915.3468050245765 rows/sec., 8.81 MiB/sec. | ||
4822 | 2025.07.08 01:14:19.972939 [ 276 ] {d1d2007b-11f1-40e3-9827-842e662ad10c} <Debug> TCPHandler: Processed in 0.002011386 sec. | ||
4823 | 2025.07.08 01:14:19.973053 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4824 | 2025.07.08 01:14:19.973146 [ 276 ] {6c885bbf-b14e-4824-92bf-fa9660e00a0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4825 | 2025.07.08 01:14:19.973187 [ 276 ] {6c885bbf-b14e-4824-92bf-fa9660e00a0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4826 | 2025.07.08 01:14:19.973510 [ 276 ] {6c885bbf-b14e-4824-92bf-fa9660e00a0e} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4827 | 2025.07.08 01:14:19.973544 [ 276 ] {6c885bbf-b14e-4824-92bf-fa9660e00a0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4828 | 2025.07.08 01:14:19.973696 [ 198 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11200 rows, containing 5 columns (5 merged, 0 gathered) in 0.004182244 sec., 2677988.1805078806 rows/sec., 183.06 MiB/sec. | ||
4829 | 2025.07.08 01:14:19.973852 [ 276 ] {6c885bbf-b14e-4824-92bf-fa9660e00a0e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4830 | 2025.07.08 01:14:19.973957 [ 189 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
4831 | 2025.07.08 01:14:19.974094 [ 276 ] {6c885bbf-b14e-4824-92bf-fa9660e00a0e} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4832 | 2025.07.08 01:14:19.974197 [ 27 ] {} <Debug> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4833 | 2025.07.08 01:14:19.974224 [ 27 ] {} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4834 | 2025.07.08 01:14:19.974233 [ 276 ] {6c885bbf-b14e-4824-92bf-fa9660e00a0e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001106 sec., 74141.04882459313 rows/sec., 4.71 MiB/sec. | ||
4835 | 2025.07.08 01:14:19.974244 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4836 | 2025.07.08 01:14:19.974258 [ 189 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4837 | 2025.07.08 01:14:19.974270 [ 276 ] {6c885bbf-b14e-4824-92bf-fa9660e00a0e} <Debug> TCPHandler: Processed in 0.001264543 sec. | ||
4838 | 2025.07.08 01:14:19.974319 [ 198 ] {0331b998-5f0a-4d11-92ae-11d48a001464::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 | ||
4839 | 2025.07.08 01:14:19.974342 [ 189 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
4840 | 2025.07.08 01:14:19.974413 [ 198 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4841 | 2025.07.08 01:14:19.974417 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. | ||
4842 | 2025.07.08 01:14:19.974463 [ 198 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1652 rows starting from the beginning of the part | ||
4843 | 2025.07.08 01:14:19.974526 [ 198 ] {0331b998-5f0a-4d11-92ae-11d48a001464::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 | ||
4844 | 2025.07.08 01:14:19.974566 [ 198 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
4845 | 2025.07.08 01:14:19.974602 [ 198 ] {0331b998-5f0a-4d11-92ae-11d48a001464::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 | ||
4846 | 2025.07.08 01:14:19.974641 [ 198 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
4847 | 2025.07.08 01:14:19.974678 [ 198 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 82 rows starting from the beginning of the part | ||
4848 | 2025.07.08 01:14:19.975705 [ 194 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1974 rows, containing 4 columns (4 merged, 0 gathered) in 0.001417635 sec., 1392459.977356654 rows/sec., 93.11 MiB/sec. | ||
4849 | 2025.07.08 01:14:19.975960 [ 189 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
4850 | 2025.07.08 01:14:19.976219 [ 189 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_36_7} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4851 | 2025.07.08 01:14:19.976289 [ 189 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_36_7} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
4852 | 2025.07.08 01:14:19.976360 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
4853 | 2025.07.08 01:14:22.323536 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4854 | 2025.07.08 01:14:22.323717 [ 276 ] {29851a27-7914-421c-aee9-16d506d20aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
4855 | 2025.07.08 01:14:22.323792 [ 276 ] {29851a27-7914-421c-aee9-16d506d20aed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4856 | 2025.07.08 01:14:22.324403 [ 276 ] {29851a27-7914-421c-aee9-16d506d20aed} <Trace> oximeter.fields_ipaddr (d5152c3e-de89-4e55-974b-3e6b5ff2d5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4857 | 2025.07.08 01:14:22.324447 [ 276 ] {29851a27-7914-421c-aee9-16d506d20aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4858 | 2025.07.08 01:14:22.324856 [ 276 ] {29851a27-7914-421c-aee9-16d506d20aed} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4859 | 2025.07.08 01:14:22.325092 [ 276 ] {29851a27-7914-421c-aee9-16d506d20aed} <Trace> oximeter.fields_ipaddr (d5152c3e-de89-4e55-974b-3e6b5ff2d5cc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4860 | 2025.07.08 01:14:22.325242 [ 276 ] {29851a27-7914-421c-aee9-16d506d20aed} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001573 sec., 3814.367450731087 rows/sec., 311.03 KiB/sec. | ||
4861 | 2025.07.08 01:14:22.325286 [ 276 ] {29851a27-7914-421c-aee9-16d506d20aed} <Debug> TCPHandler: Processed in 0.001881443 sec. | ||
4862 | 2025.07.08 01:14:22.325405 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4863 | 2025.07.08 01:14:22.325501 [ 276 ] {837c3565-368c-43bb-8518-53e50fea08e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4864 | 2025.07.08 01:14:22.325542 [ 276 ] {837c3565-368c-43bb-8518-53e50fea08e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4865 | 2025.07.08 01:14:22.326557 [ 276 ] {837c3565-368c-43bb-8518-53e50fea08e3} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4866 | 2025.07.08 01:14:22.326594 [ 276 ] {837c3565-368c-43bb-8518-53e50fea08e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4867 | 2025.07.08 01:14:22.326979 [ 276 ] {837c3565-368c-43bb-8518-53e50fea08e3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4868 | 2025.07.08 01:14:22.327189 [ 276 ] {837c3565-368c-43bb-8518-53e50fea08e3} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4869 | 2025.07.08 01:14:22.327318 [ 276 ] {837c3565-368c-43bb-8518-53e50fea08e3} <Debug> executeQuery: Read 1263 rows, 106.75 KiB in 0.001836 sec., 687908.4967320261 rows/sec., 56.78 MiB/sec. | ||
4870 | 2025.07.08 01:14:22.327356 [ 276 ] {837c3565-368c-43bb-8518-53e50fea08e3} <Debug> TCPHandler: Processed in 0.002001535 sec. | ||
4871 | 2025.07.08 01:14:22.327472 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4872 | 2025.07.08 01:14:22.327568 [ 276 ] {53ad4eac-9029-4246-9537-756cfb10a789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
4873 | 2025.07.08 01:14:22.327608 [ 276 ] {53ad4eac-9029-4246-9537-756cfb10a789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4874 | 2025.07.08 01:14:22.328017 [ 276 ] {53ad4eac-9029-4246-9537-756cfb10a789} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4875 | 2025.07.08 01:14:22.328054 [ 276 ] {53ad4eac-9029-4246-9537-756cfb10a789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4876 | 2025.07.08 01:14:22.328364 [ 276 ] {53ad4eac-9029-4246-9537-756cfb10a789} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4877 | 2025.07.08 01:14:22.328578 [ 276 ] {53ad4eac-9029-4246-9537-756cfb10a789} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4878 | 2025.07.08 01:14:22.328696 [ 34 ] {} <Debug> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4879 | 2025.07.08 01:14:22.328705 [ 276 ] {53ad4eac-9029-4246-9537-756cfb10a789} <Debug> executeQuery: Read 38 rows, 2.83 KiB in 0.001155 sec., 32900.4329004329 rows/sec., 2.39 MiB/sec. | ||
4880 | 2025.07.08 01:14:22.328768 [ 34 ] {} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4881 | 2025.07.08 01:14:22.328783 [ 276 ] {53ad4eac-9029-4246-9537-756cfb10a789} <Debug> TCPHandler: Processed in 0.001359714 sec. | ||
4882 | 2025.07.08 01:14:22.328794 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4883 | 2025.07.08 01:14:22.328892 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4884 | 2025.07.08 01:14:22.328897 [ 198 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::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 | ||
4885 | 2025.07.08 01:14:22.328993 [ 276 ] {16bbc9db-2293-4421-bce1-e60810edc503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
4886 | 2025.07.08 01:14:22.329026 [ 198 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4887 | 2025.07.08 01:14:22.329038 [ 276 ] {16bbc9db-2293-4421-bce1-e60810edc503} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4888 | 2025.07.08 01:14:22.329065 [ 198 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 177 rows starting from the beginning of the part | ||
4889 | 2025.07.08 01:14:22.329135 [ 198 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 32 rows starting from the beginning of the part | ||
4890 | 2025.07.08 01:14:22.329210 [ 198 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 9 rows starting from the beginning of the part | ||
4891 | 2025.07.08 01:14:22.329252 [ 198 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part | ||
4892 | 2025.07.08 01:14:22.329289 [ 198 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 115 rows starting from the beginning of the part | ||
4893 | 2025.07.08 01:14:22.329328 [ 198 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 38 rows starting from the beginning of the part | ||
4894 | 2025.07.08 01:14:22.329538 [ 276 ] {16bbc9db-2293-4421-bce1-e60810edc503} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4895 | 2025.07.08 01:14:22.329579 [ 276 ] {16bbc9db-2293-4421-bce1-e60810edc503} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4896 | 2025.07.08 01:14:22.329906 [ 276 ] {16bbc9db-2293-4421-bce1-e60810edc503} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4897 | 2025.07.08 01:14:22.330125 [ 276 ] {16bbc9db-2293-4421-bce1-e60810edc503} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4898 | 2025.07.08 01:14:22.330163 [ 188 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 403 rows, containing 5 columns (5 merged, 0 gathered) in 0.001304154 sec., 309012.5859369369 rows/sec., 21.44 MiB/sec. | ||
4899 | 2025.07.08 01:14:22.330263 [ 276 ] {16bbc9db-2293-4421-bce1-e60810edc503} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001288 sec., 177018.63354037266 rows/sec., 11.99 MiB/sec. | ||
4900 | 2025.07.08 01:14:22.330306 [ 276 ] {16bbc9db-2293-4421-bce1-e60810edc503} <Debug> TCPHandler: Processed in 0.001463376 sec. | ||
4901 | 2025.07.08 01:14:22.330371 [ 190 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4902 | 2025.07.08 01:14:22.330430 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4903 | 2025.07.08 01:14:22.330550 [ 276 ] {ce5a4e8a-4a96-4dff-ba83-41483ccf143d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4904 | 2025.07.08 01:14:22.330593 [ 276 ] {ce5a4e8a-4a96-4dff-ba83-41483ccf143d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4905 | 2025.07.08 01:14:22.330662 [ 190 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_31_6} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4906 | 2025.07.08 01:14:22.330738 [ 190 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_31_6} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4907 | 2025.07.08 01:14:22.330807 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
4908 | 2025.07.08 01:14:22.331167 [ 276 ] {ce5a4e8a-4a96-4dff-ba83-41483ccf143d} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4909 | 2025.07.08 01:14:22.331208 [ 276 ] {ce5a4e8a-4a96-4dff-ba83-41483ccf143d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4910 | 2025.07.08 01:14:22.331534 [ 276 ] {ce5a4e8a-4a96-4dff-ba83-41483ccf143d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4911 | 2025.07.08 01:14:22.331744 [ 276 ] {ce5a4e8a-4a96-4dff-ba83-41483ccf143d} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4912 | 2025.07.08 01:14:22.331871 [ 276 ] {ce5a4e8a-4a96-4dff-ba83-41483ccf143d} <Debug> executeQuery: Read 558 rows, 42.46 KiB in 0.001338 sec., 417040.3587443946 rows/sec., 30.99 MiB/sec. | ||
4913 | 2025.07.08 01:14:22.331908 [ 276 ] {ce5a4e8a-4a96-4dff-ba83-41483ccf143d} <Debug> TCPHandler: Processed in 0.001527987 sec. | ||
4914 | 2025.07.08 01:14:22.332019 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4915 | 2025.07.08 01:14:22.332113 [ 276 ] {7c3be1dd-ead0-4b34-a396-7b098a8a9d41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4916 | 2025.07.08 01:14:22.332157 [ 276 ] {7c3be1dd-ead0-4b34-a396-7b098a8a9d41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4917 | 2025.07.08 01:14:22.332728 [ 276 ] {7c3be1dd-ead0-4b34-a396-7b098a8a9d41} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4918 | 2025.07.08 01:14:22.332765 [ 276 ] {7c3be1dd-ead0-4b34-a396-7b098a8a9d41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4919 | 2025.07.08 01:14:22.333144 [ 276 ] {7c3be1dd-ead0-4b34-a396-7b098a8a9d41} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4920 | 2025.07.08 01:14:22.333365 [ 276 ] {7c3be1dd-ead0-4b34-a396-7b098a8a9d41} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4921 | 2025.07.08 01:14:22.333490 [ 276 ] {7c3be1dd-ead0-4b34-a396-7b098a8a9d41} <Debug> executeQuery: Read 945 rows, 64.89 KiB in 0.001395 sec., 677419.3548387097 rows/sec., 45.43 MiB/sec. | ||
4922 | 2025.07.08 01:14:22.333529 [ 276 ] {7c3be1dd-ead0-4b34-a396-7b098a8a9d41} <Debug> TCPHandler: Processed in 0.001558997 sec. | ||
4923 | 2025.07.08 01:14:22.333642 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4924 | 2025.07.08 01:14:22.333735 [ 276 ] {dfe9410f-eefe-4333-a002-7d593ff8cf94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
4925 | 2025.07.08 01:14:22.333790 [ 276 ] {dfe9410f-eefe-4333-a002-7d593ff8cf94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4926 | 2025.07.08 01:14:22.334561 [ 276 ] {dfe9410f-eefe-4333-a002-7d593ff8cf94} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4927 | 2025.07.08 01:14:22.334598 [ 276 ] {dfe9410f-eefe-4333-a002-7d593ff8cf94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4928 | 2025.07.08 01:14:22.335129 [ 276 ] {dfe9410f-eefe-4333-a002-7d593ff8cf94} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4929 | 2025.07.08 01:14:22.335361 [ 276 ] {dfe9410f-eefe-4333-a002-7d593ff8cf94} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4930 | 2025.07.08 01:14:22.335464 [ 28 ] {} <Debug> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4931 | 2025.07.08 01:14:22.335498 [ 276 ] {dfe9410f-eefe-4333-a002-7d593ff8cf94} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00178 sec., 17977.52808988764 rows/sec., 32.21 MiB/sec. | ||
4932 | 2025.07.08 01:14:22.335512 [ 28 ] {} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4933 | 2025.07.08 01:14:22.335541 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4934 | 2025.07.08 01:14:22.335558 [ 276 ] {dfe9410f-eefe-4333-a002-7d593ff8cf94} <Debug> TCPHandler: Processed in 0.001965534 sec. | ||
4935 | 2025.07.08 01:14:22.335614 [ 198 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::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 | ||
4936 | 2025.07.08 01:14:22.335679 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4937 | 2025.07.08 01:14:22.335778 [ 276 ] {d7223f61-e0c4-4794-bbc5-34632a9cd48c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4938 | 2025.07.08 01:14:22.335820 [ 276 ] {d7223f61-e0c4-4794-bbc5-34632a9cd48c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4939 | 2025.07.08 01:14:22.335825 [ 198 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4940 | 2025.07.08 01:14:22.335904 [ 198 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 497 rows starting from the beginning of the part | ||
4941 | 2025.07.08 01:14:22.336019 [ 198 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 32 rows starting from the beginning of the part | ||
4942 | 2025.07.08 01:14:22.336118 [ 198 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 9 rows starting from the beginning of the part | ||
4943 | 2025.07.08 01:14:22.336179 [ 276 ] {d7223f61-e0c4-4794-bbc5-34632a9cd48c} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4944 | 2025.07.08 01:14:22.336221 [ 276 ] {d7223f61-e0c4-4794-bbc5-34632a9cd48c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4945 | 2025.07.08 01:14:22.336222 [ 198 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part | ||
4946 | 2025.07.08 01:14:22.336336 [ 198 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 9 rows starting from the beginning of the part | ||
4947 | 2025.07.08 01:14:22.336438 [ 198 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 32 rows starting from the beginning of the part | ||
4948 | 2025.07.08 01:14:22.336568 [ 276 ] {d7223f61-e0c4-4794-bbc5-34632a9cd48c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4949 | 2025.07.08 01:14:22.336816 [ 276 ] {d7223f61-e0c4-4794-bbc5-34632a9cd48c} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4950 | 2025.07.08 01:14:22.336951 [ 276 ] {d7223f61-e0c4-4794-bbc5-34632a9cd48c} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.00119 sec., 30252.100840336134 rows/sec., 2.04 MiB/sec. | ||
4951 | 2025.07.08 01:14:22.336987 [ 276 ] {d7223f61-e0c4-4794-bbc5-34632a9cd48c} <Debug> TCPHandler: Processed in 0.001356984 sec. | ||
4952 | 2025.07.08 01:14:22.351724 [ 188 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 19 columns (19 merged, 0 gathered) in 0.016139406 sec., 37857.65101887889 rows/sec., 67.84 MiB/sec. | ||
4953 | 2025.07.08 01:14:22.352292 [ 190 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4954 | 2025.07.08 01:14:22.352607 [ 190 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4955 | 2025.07.08 01:14:22.352681 [ 190 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4956 | 2025.07.08 01:14:22.352767 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.44 MiB. | ||
4957 | 2025.07.08 01:14:23.000158 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 232.98 MiB, peak 240.37 MiB, free memory in arenas 0.00 B, will set to 234.14 MiB (RSS), difference: 1.16 MiB | ||
4958 | 2025.07.08 01:14:23.425711 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 | ||
4959 | 2025.07.08 01:14:23.426232 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4960 | 2025.07.08 01:14:23.426280 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4961 | 2025.07.08 01:14:23.426786 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4962 | 2025.07.08 01:14:23.427032 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4963 | 2025.07.08 01:14:23.427186 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 | ||
4964 | 2025.07.08 01:14:24.036006 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
4965 | 2025.07.08 01:14:24.053004 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4966 | 2025.07.08 01:14:24.053056 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4967 | 2025.07.08 01:14:24.058463 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4968 | 2025.07.08 01:14:24.059133 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4969 | 2025.07.08 01:14:24.061775 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
4970 | 2025.07.08 01:14:24.945230 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4971 | 2025.07.08 01:14:24.945409 [ 276 ] {7e71801f-ef9d-4b36-a170-e65d56566062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
4972 | 2025.07.08 01:14:24.945473 [ 276 ] {7e71801f-ef9d-4b36-a170-e65d56566062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4973 | 2025.07.08 01:14:24.946121 [ 276 ] {7e71801f-ef9d-4b36-a170-e65d56566062} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4974 | 2025.07.08 01:14:24.946164 [ 276 ] {7e71801f-ef9d-4b36-a170-e65d56566062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4975 | 2025.07.08 01:14:24.946553 [ 276 ] {7e71801f-ef9d-4b36-a170-e65d56566062} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4976 | 2025.07.08 01:14:24.946799 [ 276 ] {7e71801f-ef9d-4b36-a170-e65d56566062} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4977 | 2025.07.08 01:14:24.946949 [ 276 ] {7e71801f-ef9d-4b36-a170-e65d56566062} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001588 sec., 35264.48362720403 rows/sec., 2.69 MiB/sec. | ||
4978 | 2025.07.08 01:14:24.946990 [ 276 ] {7e71801f-ef9d-4b36-a170-e65d56566062} <Debug> TCPHandler: Processed in 0.001898134 sec. | ||
4979 | 2025.07.08 01:14:24.947123 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4980 | 2025.07.08 01:14:24.947217 [ 276 ] {6b7f4a57-5b8b-46b2-ba25-fb7b19ca1ed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
4981 | 2025.07.08 01:14:24.947256 [ 276 ] {6b7f4a57-5b8b-46b2-ba25-fb7b19ca1ed9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4982 | 2025.07.08 01:14:24.947665 [ 276 ] {6b7f4a57-5b8b-46b2-ba25-fb7b19ca1ed9} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4983 | 2025.07.08 01:14:24.947700 [ 276 ] {6b7f4a57-5b8b-46b2-ba25-fb7b19ca1ed9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4984 | 2025.07.08 01:14:24.947993 [ 276 ] {6b7f4a57-5b8b-46b2-ba25-fb7b19ca1ed9} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4985 | 2025.07.08 01:14:24.948195 [ 276 ] {6b7f4a57-5b8b-46b2-ba25-fb7b19ca1ed9} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4986 | 2025.07.08 01:14:24.948322 [ 276 ] {6b7f4a57-5b8b-46b2-ba25-fb7b19ca1ed9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001125 sec., 56888.88888888889 rows/sec., 4.44 MiB/sec. | ||
4987 | 2025.07.08 01:14:24.948359 [ 276 ] {6b7f4a57-5b8b-46b2-ba25-fb7b19ca1ed9} <Debug> TCPHandler: Processed in 0.001283553 sec. | ||
4988 | 2025.07.08 01:14:24.948470 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4989 | 2025.07.08 01:14:24.948563 [ 276 ] {51228bec-35e0-40b0-b962-8f51a9f7ea70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
4990 | 2025.07.08 01:14:24.948604 [ 276 ] {51228bec-35e0-40b0-b962-8f51a9f7ea70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4991 | 2025.07.08 01:14:24.948958 [ 276 ] {51228bec-35e0-40b0-b962-8f51a9f7ea70} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4992 | 2025.07.08 01:14:24.948993 [ 276 ] {51228bec-35e0-40b0-b962-8f51a9f7ea70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4993 | 2025.07.08 01:14:24.949300 [ 276 ] {51228bec-35e0-40b0-b962-8f51a9f7ea70} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4994 | 2025.07.08 01:14:24.949501 [ 276 ] {51228bec-35e0-40b0-b962-8f51a9f7ea70} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4995 | 2025.07.08 01:14:24.949628 [ 276 ] {51228bec-35e0-40b0-b962-8f51a9f7ea70} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001084 sec., 59040.59040590406 rows/sec., 4.11 MiB/sec. | ||
4996 | 2025.07.08 01:14:24.949663 [ 276 ] {51228bec-35e0-40b0-b962-8f51a9f7ea70} <Debug> TCPHandler: Processed in 0.001239232 sec. | ||
4997 | 2025.07.08 01:14:24.949772 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4998 | 2025.07.08 01:14:24.949863 [ 276 ] {8dadb574-37ba-4629-aa95-fd5045b15d8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
4999 | 2025.07.08 01:14:24.949903 [ 276 ] {8dadb574-37ba-4629-aa95-fd5045b15d8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5000 | 2025.07.08 01:14:24.950212 [ 276 ] {8dadb574-37ba-4629-aa95-fd5045b15d8e} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5001 | 2025.07.08 01:14:24.950247 [ 276 ] {8dadb574-37ba-4629-aa95-fd5045b15d8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5002 | 2025.07.08 01:14:24.950537 [ 276 ] {8dadb574-37ba-4629-aa95-fd5045b15d8e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5003 | 2025.07.08 01:14:24.950741 [ 276 ] {8dadb574-37ba-4629-aa95-fd5045b15d8e} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5004 | 2025.07.08 01:14:24.950868 [ 276 ] {8dadb574-37ba-4629-aa95-fd5045b15d8e} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001022 sec., 23483.365949119376 rows/sec., 1.58 MiB/sec. | ||
5005 | 2025.07.08 01:14:24.950902 [ 276 ] {8dadb574-37ba-4629-aa95-fd5045b15d8e} <Debug> TCPHandler: Processed in 0.00117616 sec. | ||
5006 | 2025.07.08 01:14:25.953672 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 702 | ||
5007 | 2025.07.08 01:14:25.956479 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5008 | 2025.07.08 01:14:25.956528 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5009 | 2025.07.08 01:14:25.957755 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5010 | 2025.07.08 01:14:25.958044 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5011 | 2025.07.08 01:14:25.958390 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 702 | ||
5012 | 2025.07.08 01:14:29.955173 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5013 | 2025.07.08 01:14:29.955370 [ 276 ] {45569d9c-e6df-4d20-992c-fd7eebdb3482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
5014 | 2025.07.08 01:14:29.955441 [ 276 ] {45569d9c-e6df-4d20-992c-fd7eebdb3482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
5015 | 2025.07.08 01:14:29.956175 [ 276 ] {45569d9c-e6df-4d20-992c-fd7eebdb3482} <Trace> oximeter.fields_i16 (dbc30c45-46e6-4cfb-a480-63848dccbbb9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5016 | 2025.07.08 01:14:29.956226 [ 276 ] {45569d9c-e6df-4d20-992c-fd7eebdb3482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5017 | 2025.07.08 01:14:29.956637 [ 276 ] {45569d9c-e6df-4d20-992c-fd7eebdb3482} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5018 | 2025.07.08 01:14:29.956868 [ 276 ] {45569d9c-e6df-4d20-992c-fd7eebdb3482} <Trace> oximeter.fields_i16 (dbc30c45-46e6-4cfb-a480-63848dccbbb9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5019 | 2025.07.08 01:14:29.957028 [ 276 ] {45569d9c-e6df-4d20-992c-fd7eebdb3482} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001708 sec., 124121.77985948477 rows/sec., 7.89 MiB/sec. | ||
5020 | 2025.07.08 01:14:29.957079 [ 276 ] {45569d9c-e6df-4d20-992c-fd7eebdb3482} <Debug> TCPHandler: Processed in 0.002046786 sec. | ||
5021 | 2025.07.08 01:14:29.957209 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5022 | 2025.07.08 01:14:29.957315 [ 276 ] {edc46c76-03d6-4d3e-823c-f85f9b9b65dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5023 | 2025.07.08 01:14:29.957360 [ 276 ] {edc46c76-03d6-4d3e-823c-f85f9b9b65dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5024 | 2025.07.08 01:14:29.958063 [ 276 ] {edc46c76-03d6-4d3e-823c-f85f9b9b65dd} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5025 | 2025.07.08 01:14:29.958101 [ 276 ] {edc46c76-03d6-4d3e-823c-f85f9b9b65dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5026 | 2025.07.08 01:14:29.958457 [ 276 ] {edc46c76-03d6-4d3e-823c-f85f9b9b65dd} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5027 | 2025.07.08 01:14:29.958673 [ 276 ] {edc46c76-03d6-4d3e-823c-f85f9b9b65dd} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5028 | 2025.07.08 01:14:29.958804 [ 276 ] {edc46c76-03d6-4d3e-823c-f85f9b9b65dd} <Debug> executeQuery: Read 635 rows, 51.14 KiB in 0.001514 sec., 419418.7582562748 rows/sec., 32.98 MiB/sec. | ||
5029 | 2025.07.08 01:14:29.958843 [ 276 ] {edc46c76-03d6-4d3e-823c-f85f9b9b65dd} <Debug> TCPHandler: Processed in 0.00168718 sec. | ||
5030 | 2025.07.08 01:14:29.958967 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5031 | 2025.07.08 01:14:29.959063 [ 276 ] {d395c29e-95e1-4ac1-ba76-cc8cbf374779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5032 | 2025.07.08 01:14:29.959107 [ 276 ] {d395c29e-95e1-4ac1-ba76-cc8cbf374779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5033 | 2025.07.08 01:14:29.959532 [ 276 ] {d395c29e-95e1-4ac1-ba76-cc8cbf374779} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5034 | 2025.07.08 01:14:29.959569 [ 276 ] {d395c29e-95e1-4ac1-ba76-cc8cbf374779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5035 | 2025.07.08 01:14:29.959875 [ 276 ] {d395c29e-95e1-4ac1-ba76-cc8cbf374779} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5036 | 2025.07.08 01:14:29.960095 [ 276 ] {d395c29e-95e1-4ac1-ba76-cc8cbf374779} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5037 | 2025.07.08 01:14:29.960224 [ 276 ] {d395c29e-95e1-4ac1-ba76-cc8cbf374779} <Debug> executeQuery: Read 115 rows, 7.06 KiB in 0.00118 sec., 97457.62711864406 rows/sec., 5.84 MiB/sec. | ||
5038 | 2025.07.08 01:14:29.960263 [ 276 ] {d395c29e-95e1-4ac1-ba76-cc8cbf374779} <Debug> TCPHandler: Processed in 0.001347024 sec. | ||
5039 | 2025.07.08 01:14:29.960377 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5040 | 2025.07.08 01:14:29.960473 [ 276 ] {baee8f8f-99a7-4389-b9e1-df5f56c71b93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
5041 | 2025.07.08 01:14:29.960513 [ 276 ] {baee8f8f-99a7-4389-b9e1-df5f56c71b93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5042 | 2025.07.08 01:14:29.960923 [ 276 ] {baee8f8f-99a7-4389-b9e1-df5f56c71b93} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5043 | 2025.07.08 01:14:29.960960 [ 276 ] {baee8f8f-99a7-4389-b9e1-df5f56c71b93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5044 | 2025.07.08 01:14:29.961261 [ 276 ] {baee8f8f-99a7-4389-b9e1-df5f56c71b93} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5045 | 2025.07.08 01:14:29.961472 [ 276 ] {baee8f8f-99a7-4389-b9e1-df5f56c71b93} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5046 | 2025.07.08 01:14:29.961597 [ 276 ] {baee8f8f-99a7-4389-b9e1-df5f56c71b93} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001143 sec., 98862.64216972879 rows/sec., 6.40 MiB/sec. | ||
5047 | 2025.07.08 01:14:29.961634 [ 276 ] {baee8f8f-99a7-4389-b9e1-df5f56c71b93} <Debug> TCPHandler: Processed in 0.001307183 sec. | ||
5048 | 2025.07.08 01:14:29.961747 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5049 | 2025.07.08 01:14:29.961840 [ 276 ] {a40e339e-c3de-45a2-8d31-bc27a63de2f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
5050 | 2025.07.08 01:14:29.961881 [ 276 ] {a40e339e-c3de-45a2-8d31-bc27a63de2f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5051 | 2025.07.08 01:14:29.962293 [ 276 ] {a40e339e-c3de-45a2-8d31-bc27a63de2f6} <Trace> oximeter.fields_u8 (eb4decb7-5820-449c-aa1f-b1383ebf2f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5052 | 2025.07.08 01:14:29.962330 [ 276 ] {a40e339e-c3de-45a2-8d31-bc27a63de2f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5053 | 2025.07.08 01:14:29.962633 [ 276 ] {a40e339e-c3de-45a2-8d31-bc27a63de2f6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5054 | 2025.07.08 01:14:29.962844 [ 276 ] {a40e339e-c3de-45a2-8d31-bc27a63de2f6} <Trace> oximeter.fields_u8 (eb4decb7-5820-449c-aa1f-b1383ebf2f5b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5055 | 2025.07.08 01:14:29.962966 [ 276 ] {a40e339e-c3de-45a2-8d31-bc27a63de2f6} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001145 sec., 97816.59388646288 rows/sec., 5.57 MiB/sec. | ||
5056 | 2025.07.08 01:14:29.963004 [ 276 ] {a40e339e-c3de-45a2-8d31-bc27a63de2f6} <Debug> TCPHandler: Processed in 0.001308013 sec. | ||
5057 | 2025.07.08 01:14:29.963119 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5058 | 2025.07.08 01:14:29.963219 [ 276 ] {1305a645-972d-4e3a-b418-f4062e3ed1eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5059 | 2025.07.08 01:14:29.963261 [ 276 ] {1305a645-972d-4e3a-b418-f4062e3ed1eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5060 | 2025.07.08 01:14:29.963760 [ 276 ] {1305a645-972d-4e3a-b418-f4062e3ed1eb} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5061 | 2025.07.08 01:14:29.963798 [ 276 ] {1305a645-972d-4e3a-b418-f4062e3ed1eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5062 | 2025.07.08 01:14:29.964118 [ 276 ] {1305a645-972d-4e3a-b418-f4062e3ed1eb} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5063 | 2025.07.08 01:14:29.964327 [ 276 ] {1305a645-972d-4e3a-b418-f4062e3ed1eb} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5064 | 2025.07.08 01:14:29.964451 [ 276 ] {1305a645-972d-4e3a-b418-f4062e3ed1eb} <Debug> executeQuery: Read 391 rows, 28.31 KiB in 0.00125 sec., 312800 rows/sec., 22.11 MiB/sec. | ||
5065 | 2025.07.08 01:14:29.964489 [ 276 ] {1305a645-972d-4e3a-b418-f4062e3ed1eb} <Debug> TCPHandler: Processed in 0.001419165 sec. | ||
5066 | 2025.07.08 01:14:29.964615 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5067 | 2025.07.08 01:14:29.964710 [ 276 ] {34540d3c-c009-4091-9eb3-60deac67e59e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
5068 | 2025.07.08 01:14:29.964751 [ 276 ] {34540d3c-c009-4091-9eb3-60deac67e59e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5069 | 2025.07.08 01:14:29.965086 [ 276 ] {34540d3c-c009-4091-9eb3-60deac67e59e} <Trace> oximeter.measurements_bool (1551105e-4011-490c-aeef-8ec11d8f460b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5070 | 2025.07.08 01:14:29.965122 [ 276 ] {34540d3c-c009-4091-9eb3-60deac67e59e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5071 | 2025.07.08 01:14:29.965426 [ 276 ] {34540d3c-c009-4091-9eb3-60deac67e59e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
5072 | 2025.07.08 01:14:29.965634 [ 276 ] {34540d3c-c009-4091-9eb3-60deac67e59e} <Trace> oximeter.measurements_bool (1551105e-4011-490c-aeef-8ec11d8f460b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5073 | 2025.07.08 01:14:29.965756 [ 276 ] {34540d3c-c009-4091-9eb3-60deac67e59e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001064 sec., 5639.097744360902 rows/sec., 294.62 KiB/sec. | ||
5074 | 2025.07.08 01:14:29.965793 [ 276 ] {34540d3c-c009-4091-9eb3-60deac67e59e} <Debug> TCPHandler: Processed in 0.001227112 sec. | ||
5075 | 2025.07.08 01:14:29.965901 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5076 | 2025.07.08 01:14:29.966007 [ 276 ] {38016eb9-6828-4456-b243-e4028e8924a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5077 | 2025.07.08 01:14:29.966051 [ 276 ] {38016eb9-6828-4456-b243-e4028e8924a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5078 | 2025.07.08 01:14:29.966482 [ 276 ] {38016eb9-6828-4456-b243-e4028e8924a3} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5079 | 2025.07.08 01:14:29.966520 [ 276 ] {38016eb9-6828-4456-b243-e4028e8924a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5080 | 2025.07.08 01:14:29.966871 [ 276 ] {38016eb9-6828-4456-b243-e4028e8924a3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5081 | 2025.07.08 01:14:29.967101 [ 276 ] {38016eb9-6828-4456-b243-e4028e8924a3} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5082 | 2025.07.08 01:14:29.967240 [ 276 ] {38016eb9-6828-4456-b243-e4028e8924a3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001253 sec., 189146.04948124502 rows/sec., 12.68 MiB/sec. | ||
5083 | 2025.07.08 01:14:29.967279 [ 276 ] {38016eb9-6828-4456-b243-e4028e8924a3} <Debug> TCPHandler: Processed in 0.001428296 sec. | ||
5084 | 2025.07.08 01:14:29.967399 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5085 | 2025.07.08 01:14:29.967496 [ 276 ] {6343d1cb-9968-442f-be6c-43120bcecea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
5086 | 2025.07.08 01:14:29.967539 [ 276 ] {6343d1cb-9968-442f-be6c-43120bcecea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5087 | 2025.07.08 01:14:29.967860 [ 276 ] {6343d1cb-9968-442f-be6c-43120bcecea1} <Trace> oximeter.measurements_f64 (fea3937a-d3b0-45ea-a880-34724eed8aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5088 | 2025.07.08 01:14:29.967896 [ 276 ] {6343d1cb-9968-442f-be6c-43120bcecea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5089 | 2025.07.08 01:14:29.968198 [ 276 ] {6343d1cb-9968-442f-be6c-43120bcecea1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5090 | 2025.07.08 01:14:29.968405 [ 276 ] {6343d1cb-9968-442f-be6c-43120bcecea1} <Trace> oximeter.measurements_f64 (fea3937a-d3b0-45ea-a880-34724eed8aa2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5091 | 2025.07.08 01:14:29.968510 [ 54 ] {} <Debug> oximeter.measurements_f64 (fea3937a-d3b0-45ea-a880-34724eed8aa2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
5092 | 2025.07.08 01:14:29.968529 [ 276 ] {6343d1cb-9968-442f-be6c-43120bcecea1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001052 sec., 950.5703422053232 rows/sec., 64.05 KiB/sec. | ||
5093 | 2025.07.08 01:14:29.968572 [ 54 ] {} <Trace> oximeter.measurements_f64 (fea3937a-d3b0-45ea-a880-34724eed8aa2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5094 | 2025.07.08 01:14:29.968580 [ 276 ] {6343d1cb-9968-442f-be6c-43120bcecea1} <Debug> TCPHandler: Processed in 0.001231562 sec. | ||
5095 | 2025.07.08 01:14:29.968600 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5096 | 2025.07.08 01:14:29.968708 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5097 | 2025.07.08 01:14:29.968725 [ 197 ] {fea3937a-d3b0-45ea-a880-34724eed8aa2::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 | ||
5098 | 2025.07.08 01:14:29.968807 [ 276 ] {08fff65a-c413-4462-9db5-b97ad2b4aea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5099 | 2025.07.08 01:14:29.968866 [ 276 ] {08fff65a-c413-4462-9db5-b97ad2b4aea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5100 | 2025.07.08 01:14:29.968872 [ 197 ] {fea3937a-d3b0-45ea-a880-34724eed8aa2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5101 | 2025.07.08 01:14:29.968916 [ 197 ] {fea3937a-d3b0-45ea-a880-34724eed8aa2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
5102 | 2025.07.08 01:14:29.968981 [ 197 ] {fea3937a-d3b0-45ea-a880-34724eed8aa2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
5103 | 2025.07.08 01:14:29.969027 [ 197 ] {fea3937a-d3b0-45ea-a880-34724eed8aa2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
5104 | 2025.07.08 01:14:29.969070 [ 197 ] {fea3937a-d3b0-45ea-a880-34724eed8aa2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
5105 | 2025.07.08 01:14:29.969109 [ 197 ] {fea3937a-d3b0-45ea-a880-34724eed8aa2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
5106 | 2025.07.08 01:14:29.969150 [ 197 ] {fea3937a-d3b0-45ea-a880-34724eed8aa2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
5107 | 2025.07.08 01:14:29.969669 [ 276 ] {08fff65a-c413-4462-9db5-b97ad2b4aea1} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5108 | 2025.07.08 01:14:29.969709 [ 276 ] {08fff65a-c413-4462-9db5-b97ad2b4aea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5109 | 2025.07.08 01:14:29.970069 [ 190 ] {fea3937a-d3b0-45ea-a880-34724eed8aa2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 4 columns (4 merged, 0 gathered) in 0.001401325 sec., 4281.661998465738 rows/sec., 282.94 KiB/sec. | ||
5110 | 2025.07.08 01:14:29.970252 [ 200 ] {fea3937a-d3b0-45ea-a880-34724eed8aa2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
5111 | 2025.07.08 01:14:29.970283 [ 276 ] {08fff65a-c413-4462-9db5-b97ad2b4aea1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5112 | 2025.07.08 01:14:29.970592 [ 276 ] {08fff65a-c413-4462-9db5-b97ad2b4aea1} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5113 | 2025.07.08 01:14:29.970685 [ 200 ] {fea3937a-d3b0-45ea-a880-34724eed8aa2::all_1_6_1} <Trace> oximeter.measurements_f64 (fea3937a-d3b0-45ea-a880-34724eed8aa2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5114 | 2025.07.08 01:14:29.970745 [ 276 ] {08fff65a-c413-4462-9db5-b97ad2b4aea1} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001956 sec., 4601.226993865031 rows/sec., 8.25 MiB/sec. | ||
5115 | 2025.07.08 01:14:29.970775 [ 200 ] {fea3937a-d3b0-45ea-a880-34724eed8aa2::all_1_6_1} <Trace> oximeter.measurements_f64 (fea3937a-d3b0-45ea-a880-34724eed8aa2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
5116 | 2025.07.08 01:14:29.970821 [ 276 ] {08fff65a-c413-4462-9db5-b97ad2b4aea1} <Debug> TCPHandler: Processed in 0.002162019 sec. | ||
5117 | 2025.07.08 01:14:29.970876 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5118 | 2025.07.08 01:14:29.970943 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5119 | 2025.07.08 01:14:29.971041 [ 276 ] {45748a27-8684-4934-8da4-acfbe5e93950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5120 | 2025.07.08 01:14:29.971081 [ 276 ] {45748a27-8684-4934-8da4-acfbe5e93950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5121 | 2025.07.08 01:14:29.971424 [ 276 ] {45748a27-8684-4934-8da4-acfbe5e93950} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5122 | 2025.07.08 01:14:29.971460 [ 276 ] {45748a27-8684-4934-8da4-acfbe5e93950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5123 | 2025.07.08 01:14:29.971768 [ 276 ] {45748a27-8684-4934-8da4-acfbe5e93950} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5124 | 2025.07.08 01:14:29.971987 [ 276 ] {45748a27-8684-4934-8da4-acfbe5e93950} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5125 | 2025.07.08 01:14:29.972115 [ 276 ] {45748a27-8684-4934-8da4-acfbe5e93950} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001093 sec., 75022.87282708143 rows/sec., 4.76 MiB/sec. | ||
5126 | 2025.07.08 01:14:29.972152 [ 276 ] {45748a27-8684-4934-8da4-acfbe5e93950} <Debug> TCPHandler: Processed in 0.001258262 sec. | ||
5127 | 2025.07.08 01:14:30.834732 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5128 | 2025.07.08 01:14:30.834823 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5129 | 2025.07.08 01:14:30.927252 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 | ||
5130 | 2025.07.08 01:14:30.927794 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5131 | 2025.07.08 01:14:30.927841 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5132 | 2025.07.08 01:14:30.928433 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5133 | 2025.07.08 01:14:30.928677 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5134 | 2025.07.08 01:14:30.928802 [ 53 ] {} <Debug> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5135 | 2025.07.08 01:14:30.928821 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
5136 | 2025.07.08 01:14:30.928854 [ 53 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5137 | 2025.07.08 01:14:30.928874 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5138 | 2025.07.08 01:14:30.928997 [ 196 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
5139 | 2025.07.08 01:14:30.929140 [ 196 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5140 | 2025.07.08 01:14:30.929184 [ 196 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
5141 | 2025.07.08 01:14:30.929253 [ 196 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
5142 | 2025.07.08 01:14:30.929301 [ 196 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
5143 | 2025.07.08 01:14:30.929346 [ 196 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
5144 | 2025.07.08 01:14:30.929387 [ 196 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
5145 | 2025.07.08 01:14:30.929435 [ 196 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::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 | ||
5146 | 2025.07.08 01:14:30.931311 [ 190 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.002370192 sec., 5044317.084860636 rows/sec., 72.16 MiB/sec. | ||
5147 | 2025.07.08 01:14:30.931757 [ 187 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5148 | 2025.07.08 01:14:30.932132 [ 187 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::all_1_26_5} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5149 | 2025.07.08 01:14:30.932229 [ 187 ] {200d200a-bde4-4ab9-8c44-d5b4a074dc05::all_1_26_5} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5150 | 2025.07.08 01:14:30.932355 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
5151 | 2025.07.08 01:14:31.561830 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
5152 | 2025.07.08 01:14:31.578777 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5153 | 2025.07.08 01:14:31.578838 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5154 | 2025.07.08 01:14:31.584427 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5155 | 2025.07.08 01:14:31.585144 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5156 | 2025.07.08 01:14:31.585423 [ 52 ] {} <Debug> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5157 | 2025.07.08 01:14:31.585491 [ 52 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5158 | 2025.07.08 01:14:31.585514 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5159 | 2025.07.08 01:14:31.585641 [ 193 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
5160 | 2025.07.08 01:14:31.588787 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
5161 | 2025.07.08 01:14:31.589701 [ 193 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5162 | 2025.07.08 01:14:31.591110 [ 193 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
5163 | 2025.07.08 01:14:31.595758 [ 193 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
5164 | 2025.07.08 01:14:31.600160 [ 193 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
5165 | 2025.07.08 01:14:31.604831 [ 193 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
5166 | 2025.07.08 01:14:31.609085 [ 193 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
5167 | 2025.07.08 01:14:31.616053 [ 193 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::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 | ||
5168 | 2025.07.08 01:14:31.670384 [ 190 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.084797153 sec., 2311.39835555564 rows/sec., 11.95 MiB/sec. | ||
5169 | 2025.07.08 01:14:31.673376 [ 196 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5170 | 2025.07.08 01:14:31.675604 [ 196 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_26_5} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5171 | 2025.07.08 01:14:31.675723 [ 196 ] {b06c1dff-594f-43d1-aca0-e85b944080e3::all_1_26_5} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5172 | 2025.07.08 01:14:31.678070 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
5173 | 2025.07.08 01:14:32.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 235.49 MiB, peak 246.03 MiB, free memory in arenas 0.00 B, will set to 240.11 MiB (RSS), difference: 4.62 MiB | ||
5174 | 2025.07.08 01:14:34.951436 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5175 | 2025.07.08 01:14:34.951703 [ 276 ] {bca812e1-5d91-4db9-b17c-71a6b7e5593f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5176 | 2025.07.08 01:14:34.951773 [ 276 ] {bca812e1-5d91-4db9-b17c-71a6b7e5593f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5177 | 2025.07.08 01:14:34.952498 [ 276 ] {bca812e1-5d91-4db9-b17c-71a6b7e5593f} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5178 | 2025.07.08 01:14:34.952535 [ 276 ] {bca812e1-5d91-4db9-b17c-71a6b7e5593f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5179 | 2025.07.08 01:14:34.952946 [ 276 ] {bca812e1-5d91-4db9-b17c-71a6b7e5593f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5180 | 2025.07.08 01:14:34.953172 [ 276 ] {bca812e1-5d91-4db9-b17c-71a6b7e5593f} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5181 | 2025.07.08 01:14:34.953317 [ 276 ] {bca812e1-5d91-4db9-b17c-71a6b7e5593f} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.00168 sec., 71428.57142857142 rows/sec., 6.05 MiB/sec. | ||
5182 | 2025.07.08 01:14:34.953358 [ 276 ] {bca812e1-5d91-4db9-b17c-71a6b7e5593f} <Debug> TCPHandler: Processed in 0.002076116 sec. | ||
5183 | 2025.07.08 01:14:34.953541 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5184 | 2025.07.08 01:14:34.953636 [ 276 ] {734a458f-5fdb-44b5-b4a5-48b6a889ee16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5185 | 2025.07.08 01:14:34.953676 [ 276 ] {734a458f-5fdb-44b5-b4a5-48b6a889ee16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5186 | 2025.07.08 01:14:34.954177 [ 276 ] {734a458f-5fdb-44b5-b4a5-48b6a889ee16} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5187 | 2025.07.08 01:14:34.954210 [ 276 ] {734a458f-5fdb-44b5-b4a5-48b6a889ee16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5188 | 2025.07.08 01:14:34.954511 [ 276 ] {734a458f-5fdb-44b5-b4a5-48b6a889ee16} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5189 | 2025.07.08 01:14:34.954719 [ 276 ] {734a458f-5fdb-44b5-b4a5-48b6a889ee16} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5190 | 2025.07.08 01:14:34.954844 [ 276 ] {734a458f-5fdb-44b5-b4a5-48b6a889ee16} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001227 sec., 26079.869600651997 rows/sec., 1.92 MiB/sec. | ||
5191 | 2025.07.08 01:14:34.954882 [ 276 ] {734a458f-5fdb-44b5-b4a5-48b6a889ee16} <Debug> TCPHandler: Processed in 0.001398434 sec. | ||
5192 | 2025.07.08 01:14:34.955000 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5193 | 2025.07.08 01:14:34.955104 [ 276 ] {74ce25d0-b9d7-4870-bca4-c5bae4b79cae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5194 | 2025.07.08 01:14:34.955143 [ 276 ] {74ce25d0-b9d7-4870-bca4-c5bae4b79cae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5195 | 2025.07.08 01:14:34.955611 [ 276 ] {74ce25d0-b9d7-4870-bca4-c5bae4b79cae} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5196 | 2025.07.08 01:14:34.955644 [ 276 ] {74ce25d0-b9d7-4870-bca4-c5bae4b79cae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5197 | 2025.07.08 01:14:34.955936 [ 276 ] {74ce25d0-b9d7-4870-bca4-c5bae4b79cae} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5198 | 2025.07.08 01:14:34.956150 [ 276 ] {74ce25d0-b9d7-4870-bca4-c5bae4b79cae} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5199 | 2025.07.08 01:14:34.956284 [ 276 ] {74ce25d0-b9d7-4870-bca4-c5bae4b79cae} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001198 sec., 80133.55592654424 rows/sec., 6.26 MiB/sec. | ||
5200 | 2025.07.08 01:14:34.956322 [ 276 ] {74ce25d0-b9d7-4870-bca4-c5bae4b79cae} <Debug> TCPHandler: Processed in 0.001370254 sec. | ||
5201 | 2025.07.08 01:14:34.956442 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5202 | 2025.07.08 01:14:34.956540 [ 276 ] {9aa8a808-394e-47ff-9817-8ed39be29a15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5203 | 2025.07.08 01:14:34.956588 [ 276 ] {9aa8a808-394e-47ff-9817-8ed39be29a15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5204 | 2025.07.08 01:14:34.956985 [ 276 ] {9aa8a808-394e-47ff-9817-8ed39be29a15} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5205 | 2025.07.08 01:14:34.957020 [ 276 ] {9aa8a808-394e-47ff-9817-8ed39be29a15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5206 | 2025.07.08 01:14:34.957347 [ 276 ] {9aa8a808-394e-47ff-9817-8ed39be29a15} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5207 | 2025.07.08 01:14:34.957548 [ 276 ] {9aa8a808-394e-47ff-9817-8ed39be29a15} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5208 | 2025.07.08 01:14:34.957674 [ 276 ] {9aa8a808-394e-47ff-9817-8ed39be29a15} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001152 sec., 138888.88888888888 rows/sec., 9.67 MiB/sec. | ||
5209 | 2025.07.08 01:14:34.957711 [ 276 ] {9aa8a808-394e-47ff-9817-8ed39be29a15} <Debug> TCPHandler: Processed in 0.001317813 sec. | ||
5210 | 2025.07.08 01:14:34.957831 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5211 | 2025.07.08 01:14:34.957928 [ 276 ] {ea5d1d43-3bde-47f9-82d5-fe933bf1c977} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5212 | 2025.07.08 01:14:34.957982 [ 276 ] {ea5d1d43-3bde-47f9-82d5-fe933bf1c977} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5213 | 2025.07.08 01:14:34.958753 [ 276 ] {ea5d1d43-3bde-47f9-82d5-fe933bf1c977} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5214 | 2025.07.08 01:14:34.958789 [ 276 ] {ea5d1d43-3bde-47f9-82d5-fe933bf1c977} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5215 | 2025.07.08 01:14:34.959340 [ 276 ] {ea5d1d43-3bde-47f9-82d5-fe933bf1c977} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5216 | 2025.07.08 01:14:34.959552 [ 276 ] {ea5d1d43-3bde-47f9-82d5-fe933bf1c977} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5217 | 2025.07.08 01:14:34.959686 [ 276 ] {ea5d1d43-3bde-47f9-82d5-fe933bf1c977} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001775 sec., 18028.169014084506 rows/sec., 32.31 MiB/sec. | ||
5218 | 2025.07.08 01:14:34.959737 [ 276 ] {ea5d1d43-3bde-47f9-82d5-fe933bf1c977} <Debug> TCPHandler: Processed in 0.001955554 sec. | ||
5219 | 2025.07.08 01:14:34.959861 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5220 | 2025.07.08 01:14:34.959955 [ 276 ] {1efa44ef-d0ee-4a2e-880b-afc0f7accf9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5221 | 2025.07.08 01:14:34.959995 [ 276 ] {1efa44ef-d0ee-4a2e-880b-afc0f7accf9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5222 | 2025.07.08 01:14:34.960353 [ 276 ] {1efa44ef-d0ee-4a2e-880b-afc0f7accf9f} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5223 | 2025.07.08 01:14:34.960388 [ 276 ] {1efa44ef-d0ee-4a2e-880b-afc0f7accf9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5224 | 2025.07.08 01:14:34.960685 [ 276 ] {1efa44ef-d0ee-4a2e-880b-afc0f7accf9f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5225 | 2025.07.08 01:14:34.960888 [ 276 ] {1efa44ef-d0ee-4a2e-880b-afc0f7accf9f} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5226 | 2025.07.08 01:14:34.961013 [ 276 ] {1efa44ef-d0ee-4a2e-880b-afc0f7accf9f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. | ||
5227 | 2025.07.08 01:14:34.961048 [ 276 ] {1efa44ef-d0ee-4a2e-880b-afc0f7accf9f} <Debug> TCPHandler: Processed in 0.001235892 sec. | ||
5228 | 2025.07.08 01:14:35.958579 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 736 | ||
5229 | 2025.07.08 01:14:35.961008 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5230 | 2025.07.08 01:14:35.961047 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5231 | 2025.07.08 01:14:35.962232 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5232 | 2025.07.08 01:14:35.962509 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5233 | 2025.07.08 01:14:35.962844 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 736 | ||
5234 | 2025.07.08 01:14:38.428933 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444 | ||
5235 | 2025.07.08 01:14:38.429701 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5236 | 2025.07.08 01:14:38.429753 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5237 | 2025.07.08 01:14:38.430317 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5238 | 2025.07.08 01:14:38.430559 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5239 | 2025.07.08 01:14:38.430692 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 | ||
5240 | 2025.07.08 01:14:39.088894 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
5241 | 2025.07.08 01:14:39.103490 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5242 | 2025.07.08 01:14:39.103530 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5243 | 2025.07.08 01:14:39.109387 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5244 | 2025.07.08 01:14:39.110115 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5245 | 2025.07.08 01:14:39.112632 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
5246 | 2025.07.08 01:14:39.950427 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5247 | 2025.07.08 01:14:39.950607 [ 276 ] {86fb51eb-1de1-4735-a7fd-3549e4262526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
5248 | 2025.07.08 01:14:39.950674 [ 276 ] {86fb51eb-1de1-4735-a7fd-3549e4262526} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5249 | 2025.07.08 01:14:39.951292 [ 276 ] {86fb51eb-1de1-4735-a7fd-3549e4262526} <Trace> oximeter.fields_ipaddr (d5152c3e-de89-4e55-974b-3e6b5ff2d5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5250 | 2025.07.08 01:14:39.951339 [ 276 ] {86fb51eb-1de1-4735-a7fd-3549e4262526} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5251 | 2025.07.08 01:14:39.951738 [ 276 ] {86fb51eb-1de1-4735-a7fd-3549e4262526} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
5252 | 2025.07.08 01:14:39.951974 [ 276 ] {86fb51eb-1de1-4735-a7fd-3549e4262526} <Trace> oximeter.fields_ipaddr (d5152c3e-de89-4e55-974b-3e6b5ff2d5cc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5253 | 2025.07.08 01:14:39.952127 [ 276 ] {86fb51eb-1de1-4735-a7fd-3549e4262526} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.00157 sec., 5095.541401273886 rows/sec., 415.51 KiB/sec. | ||
5254 | 2025.07.08 01:14:39.952170 [ 276 ] {86fb51eb-1de1-4735-a7fd-3549e4262526} <Debug> TCPHandler: Processed in 0.001874973 sec. | ||
5255 | 2025.07.08 01:14:39.952286 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5256 | 2025.07.08 01:14:39.952381 [ 276 ] {512ca6a5-1cb4-4a42-a1af-1401c639d446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5257 | 2025.07.08 01:14:39.952420 [ 276 ] {512ca6a5-1cb4-4a42-a1af-1401c639d446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5258 | 2025.07.08 01:14:39.952825 [ 276 ] {512ca6a5-1cb4-4a42-a1af-1401c639d446} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5259 | 2025.07.08 01:14:39.952860 [ 276 ] {512ca6a5-1cb4-4a42-a1af-1401c639d446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5260 | 2025.07.08 01:14:39.953158 [ 276 ] {512ca6a5-1cb4-4a42-a1af-1401c639d446} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5261 | 2025.07.08 01:14:39.953376 [ 276 ] {512ca6a5-1cb4-4a42-a1af-1401c639d446} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5262 | 2025.07.08 01:14:39.953489 [ 42 ] {} <Debug> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5263 | 2025.07.08 01:14:39.953501 [ 276 ] {512ca6a5-1cb4-4a42-a1af-1401c639d446} <Debug> executeQuery: Read 78 rows, 6.46 KiB in 0.001139 sec., 68481.1237928007 rows/sec., 5.54 MiB/sec. | ||
5264 | 2025.07.08 01:14:39.953554 [ 42 ] {} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5265 | 2025.07.08 01:14:39.953564 [ 276 ] {512ca6a5-1cb4-4a42-a1af-1401c639d446} <Debug> TCPHandler: Processed in 0.001327893 sec. | ||
5266 | 2025.07.08 01:14:39.953582 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5267 | 2025.07.08 01:14:39.953683 [ 199 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::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 | ||
5268 | 2025.07.08 01:14:39.953686 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5269 | 2025.07.08 01:14:39.953789 [ 199 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5270 | 2025.07.08 01:14:39.953800 [ 276 ] {02c6de9d-74d7-45a7-88d0-832618d3a33f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5271 | 2025.07.08 01:14:39.953822 [ 199 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1969 rows starting from the beginning of the part | ||
5272 | 2025.07.08 01:14:39.953840 [ 276 ] {02c6de9d-74d7-45a7-88d0-832618d3a33f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5273 | 2025.07.08 01:14:39.953887 [ 199 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1263 rows starting from the beginning of the part | ||
5274 | 2025.07.08 01:14:39.953943 [ 199 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 56 rows starting from the beginning of the part | ||
5275 | 2025.07.08 01:14:39.953991 [ 199 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 635 rows starting from the beginning of the part | ||
5276 | 2025.07.08 01:14:39.954036 [ 199 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 120 rows starting from the beginning of the part | ||
5277 | 2025.07.08 01:14:39.954085 [ 199 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 78 rows starting from the beginning of the part | ||
5278 | 2025.07.08 01:14:39.954243 [ 276 ] {02c6de9d-74d7-45a7-88d0-832618d3a33f} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5279 | 2025.07.08 01:14:39.954278 [ 276 ] {02c6de9d-74d7-45a7-88d0-832618d3a33f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5280 | 2025.07.08 01:14:39.954617 [ 276 ] {02c6de9d-74d7-45a7-88d0-832618d3a33f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5281 | 2025.07.08 01:14:39.954823 [ 276 ] {02c6de9d-74d7-45a7-88d0-832618d3a33f} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5282 | 2025.07.08 01:14:39.954951 [ 276 ] {02c6de9d-74d7-45a7-88d0-832618d3a33f} <Debug> executeQuery: Read 17 rows, 1.24 KiB in 0.001169 sec., 14542.34388366125 rows/sec., 1.03 MiB/sec. | ||
5283 | 2025.07.08 01:14:39.954988 [ 276 ] {02c6de9d-74d7-45a7-88d0-832618d3a33f} <Debug> TCPHandler: Processed in 0.001349824 sec. | ||
5284 | 2025.07.08 01:14:39.955095 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5285 | 2025.07.08 01:14:39.955187 [ 276 ] {9dd35eac-ed6d-46ef-9ce2-11f589a3eaf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5286 | 2025.07.08 01:14:39.955228 [ 276 ] {9dd35eac-ed6d-46ef-9ce2-11f589a3eaf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5287 | 2025.07.08 01:14:39.955620 [ 276 ] {9dd35eac-ed6d-46ef-9ce2-11f589a3eaf5} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5288 | 2025.07.08 01:14:39.955656 [ 276 ] {9dd35eac-ed6d-46ef-9ce2-11f589a3eaf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5289 | 2025.07.08 01:14:39.955690 [ 190 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4121 rows, containing 5 columns (5 merged, 0 gathered) in 0.002047967 sec., 2012239.4550302813 rows/sec., 172.00 MiB/sec. | ||
5290 | 2025.07.08 01:14:39.955914 [ 199 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5291 | 2025.07.08 01:14:39.955971 [ 276 ] {9dd35eac-ed6d-46ef-9ce2-11f589a3eaf5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5292 | 2025.07.08 01:14:39.956159 [ 199 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_41_8} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5293 | 2025.07.08 01:14:39.956186 [ 276 ] {9dd35eac-ed6d-46ef-9ce2-11f589a3eaf5} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5294 | 2025.07.08 01:14:39.956228 [ 199 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_41_8} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5295 | 2025.07.08 01:14:39.956287 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
5296 | 2025.07.08 01:14:39.956316 [ 276 ] {9dd35eac-ed6d-46ef-9ce2-11f589a3eaf5} <Debug> executeQuery: Read 81 rows, 6.49 KiB in 0.001146 sec., 70680.6282722513 rows/sec., 5.53 MiB/sec. | ||
5297 | 2025.07.08 01:14:39.956324 [ 40 ] {} <Debug> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5298 | 2025.07.08 01:14:39.956355 [ 276 ] {9dd35eac-ed6d-46ef-9ce2-11f589a3eaf5} <Debug> TCPHandler: Processed in 0.001308954 sec. | ||
5299 | 2025.07.08 01:14:39.956395 [ 40 ] {} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5300 | 2025.07.08 01:14:39.956422 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5301 | 2025.07.08 01:14:39.956503 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5302 | 2025.07.08 01:14:39.956515 [ 192 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::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 | ||
5303 | 2025.07.08 01:14:39.956608 [ 276 ] {55914591-ce08-4180-99ef-d4c2691a7cce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5304 | 2025.07.08 01:14:39.956652 [ 192 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5305 | 2025.07.08 01:14:39.956659 [ 276 ] {55914591-ce08-4180-99ef-d4c2691a7cce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5306 | 2025.07.08 01:14:39.956699 [ 192 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 951 rows starting from the beginning of the part | ||
5307 | 2025.07.08 01:14:39.956777 [ 192 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 558 rows starting from the beginning of the part | ||
5308 | 2025.07.08 01:14:39.956826 [ 192 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 64 rows starting from the beginning of the part | ||
5309 | 2025.07.08 01:14:39.956870 [ 192 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 391 rows starting from the beginning of the part | ||
5310 | 2025.07.08 01:14:39.956910 [ 192 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 96 rows starting from the beginning of the part | ||
5311 | 2025.07.08 01:14:39.956952 [ 192 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 81 rows starting from the beginning of the part | ||
5312 | 2025.07.08 01:14:39.957096 [ 276 ] {55914591-ce08-4180-99ef-d4c2691a7cce} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5313 | 2025.07.08 01:14:39.957139 [ 276 ] {55914591-ce08-4180-99ef-d4c2691a7cce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5314 | 2025.07.08 01:14:39.957532 [ 276 ] {55914591-ce08-4180-99ef-d4c2691a7cce} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5315 | 2025.07.08 01:14:39.957779 [ 276 ] {55914591-ce08-4180-99ef-d4c2691a7cce} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5316 | 2025.07.08 01:14:39.957910 [ 40 ] {} <Debug> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5317 | 2025.07.08 01:14:39.957914 [ 276 ] {55914591-ce08-4180-99ef-d4c2691a7cce} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001326 sec., 123680.24132730016 rows/sec., 8.61 MiB/sec. | ||
5318 | 2025.07.08 01:14:39.957952 [ 40 ] {} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5319 | 2025.07.08 01:14:39.957975 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5320 | 2025.07.08 01:14:39.957976 [ 276 ] {55914591-ce08-4180-99ef-d4c2691a7cce} <Debug> TCPHandler: Processed in 0.001527927 sec. | ||
5321 | 2025.07.08 01:14:39.958059 [ 190 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::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 | ||
5322 | 2025.07.08 01:14:39.958096 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5323 | 2025.07.08 01:14:39.958177 [ 190 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5324 | 2025.07.08 01:14:39.958197 [ 276 ] {29600cb0-2f6f-407c-8dd0-6e2d9f1576b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5325 | 2025.07.08 01:14:39.958216 [ 190 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11200 rows starting from the beginning of the part | ||
5326 | 2025.07.08 01:14:39.958253 [ 201 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2141 rows, containing 5 columns (5 merged, 0 gathered) in 0.001776232 sec., 1205360.5610077963 rows/sec., 93.32 MiB/sec. | ||
5327 | 2025.07.08 01:14:39.958290 [ 190 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 945 rows starting from the beginning of the part | ||
5328 | 2025.07.08 01:14:39.958259 [ 276 ] {29600cb0-2f6f-407c-8dd0-6e2d9f1576b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5329 | 2025.07.08 01:14:39.958356 [ 190 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 64 rows starting from the beginning of the part | ||
5330 | 2025.07.08 01:14:39.958408 [ 190 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::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 | ||
5331 | 2025.07.08 01:14:39.958450 [ 190 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::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 | ||
5332 | 2025.07.08 01:14:39.958459 [ 192 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5333 | 2025.07.08 01:14:39.958492 [ 190 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 164 rows starting from the beginning of the part | ||
5334 | 2025.07.08 01:14:39.958760 [ 192 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_41_8} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5335 | 2025.07.08 01:14:39.958839 [ 192 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_41_8} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5336 | 2025.07.08 01:14:39.958909 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
5337 | 2025.07.08 01:14:39.959111 [ 276 ] {29600cb0-2f6f-407c-8dd0-6e2d9f1576b3} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5338 | 2025.07.08 01:14:39.959153 [ 276 ] {29600cb0-2f6f-407c-8dd0-6e2d9f1576b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5339 | 2025.07.08 01:14:39.959819 [ 276 ] {29600cb0-2f6f-407c-8dd0-6e2d9f1576b3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5340 | 2025.07.08 01:14:39.960056 [ 276 ] {29600cb0-2f6f-407c-8dd0-6e2d9f1576b3} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5341 | 2025.07.08 01:14:39.960198 [ 276 ] {29600cb0-2f6f-407c-8dd0-6e2d9f1576b3} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.00202 sec., 4455.445544554455 rows/sec., 7.98 MiB/sec. | ||
5342 | 2025.07.08 01:14:39.960255 [ 276 ] {29600cb0-2f6f-407c-8dd0-6e2d9f1576b3} <Debug> TCPHandler: Processed in 0.002208159 sec. | ||
5343 | 2025.07.08 01:14:39.960370 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5344 | 2025.07.08 01:14:39.960467 [ 276 ] {8565f82e-968d-431e-9ba6-6defc3484b12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5345 | 2025.07.08 01:14:39.960535 [ 276 ] {8565f82e-968d-431e-9ba6-6defc3484b12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5346 | 2025.07.08 01:14:39.960865 [ 276 ] {8565f82e-968d-431e-9ba6-6defc3484b12} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5347 | 2025.07.08 01:14:39.960902 [ 276 ] {8565f82e-968d-431e-9ba6-6defc3484b12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5348 | 2025.07.08 01:14:39.961253 [ 276 ] {8565f82e-968d-431e-9ba6-6defc3484b12} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
5349 | 2025.07.08 01:14:39.961467 [ 276 ] {8565f82e-968d-431e-9ba6-6defc3484b12} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5350 | 2025.07.08 01:14:39.961592 [ 40 ] {} <Debug> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
5351 | 2025.07.08 01:14:39.961595 [ 276 ] {8565f82e-968d-431e-9ba6-6defc3484b12} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001147 sec., 52310.37489102005 rows/sec., 3.53 MiB/sec. | ||
5352 | 2025.07.08 01:14:39.961651 [ 40 ] {} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5353 | 2025.07.08 01:14:39.961663 [ 276 ] {8565f82e-968d-431e-9ba6-6defc3484b12} <Debug> TCPHandler: Processed in 0.001342954 sec. | ||
5354 | 2025.07.08 01:14:39.961716 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5355 | 2025.07.08 01:14:39.961814 [ 201 ] {0331b998-5f0a-4d11-92ae-11d48a001464::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 | ||
5356 | 2025.07.08 01:14:39.961943 [ 201 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5357 | 2025.07.08 01:14:39.961977 [ 201 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1974 rows starting from the beginning of the part | ||
5358 | 2025.07.08 01:14:39.962043 [ 201 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 36 rows starting from the beginning of the part | ||
5359 | 2025.07.08 01:14:39.962088 [ 201 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 24 rows starting from the beginning of the part | ||
5360 | 2025.07.08 01:14:39.962130 [ 201 ] {0331b998-5f0a-4d11-92ae-11d48a001464::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 | ||
5361 | 2025.07.08 01:14:39.962170 [ 201 ] {0331b998-5f0a-4d11-92ae-11d48a001464::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 | ||
5362 | 2025.07.08 01:14:39.962208 [ 201 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
5363 | 2025.07.08 01:14:39.963507 [ 189 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12770 rows, containing 5 columns (5 merged, 0 gathered) in 0.005485327 sec., 2328028.9397514495 rows/sec., 158.94 MiB/sec. | ||
5364 | 2025.07.08 01:14:39.963542 [ 194 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2236 rows, containing 4 columns (4 merged, 0 gathered) in 0.001773662 sec., 1260668.6054050885 rows/sec., 84.20 MiB/sec. | ||
5365 | 2025.07.08 01:14:39.963835 [ 201 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5366 | 2025.07.08 01:14:39.963922 [ 189 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
5367 | 2025.07.08 01:14:39.964113 [ 201 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_41_8} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5368 | 2025.07.08 01:14:39.964189 [ 201 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_41_8} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5369 | 2025.07.08 01:14:39.964240 [ 189 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5370 | 2025.07.08 01:14:39.964274 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
5371 | 2025.07.08 01:14:39.964322 [ 189 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
5372 | 2025.07.08 01:14:39.964409 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.38 MiB. | ||
5373 | 2025.07.08 01:14:40.000141 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 241.31 MiB, peak 250.24 MiB, free memory in arenas 0.00 B, will set to 243.94 MiB (RSS), difference: 2.63 MiB | ||
5374 | 2025.07.08 01:14:42.815441 [ 37 ] {} <Debug> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
5375 | 2025.07.08 01:14:42.815510 [ 37 ] {} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5376 | 2025.07.08 01:14:42.815535 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5377 | 2025.07.08 01:14:42.815660 [ 195 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::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 | ||
5378 | 2025.07.08 01:14:42.815809 [ 195 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5379 | 2025.07.08 01:14:42.815845 [ 195 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 366 rows starting from the beginning of the part | ||
5380 | 2025.07.08 01:14:42.815916 [ 195 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 228 rows starting from the beginning of the part | ||
5381 | 2025.07.08 01:14:42.815967 [ 195 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 113 rows starting from the beginning of the part | ||
5382 | 2025.07.08 01:14:42.816015 [ 195 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 228 rows starting from the beginning of the part | ||
5383 | 2025.07.08 01:14:42.816056 [ 195 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 113 rows starting from the beginning of the part | ||
5384 | 2025.07.08 01:14:42.816984 [ 189 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1048 rows, containing 5 columns (5 merged, 0 gathered) in 0.001380774 sec., 758994.5928877571 rows/sec., 53.82 MiB/sec. | ||
5385 | 2025.07.08 01:14:42.817122 [ 195 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
5386 | 2025.07.08 01:14:42.817375 [ 195 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::all_1_13_3} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5387 | 2025.07.08 01:14:42.817457 [ 195 ] {28bd2437-4664-4a98-ba91-77415ca33d7f::all_1_13_3} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
5388 | 2025.07.08 01:14:42.817529 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
5389 | 2025.07.08 01:14:44.951861 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5390 | 2025.07.08 01:14:44.952133 [ 276 ] {dd722d17-638f-438e-8dd6-ad375daaf30c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5391 | 2025.07.08 01:14:44.952208 [ 276 ] {dd722d17-638f-438e-8dd6-ad375daaf30c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5392 | 2025.07.08 01:14:44.952941 [ 276 ] {dd722d17-638f-438e-8dd6-ad375daaf30c} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5393 | 2025.07.08 01:14:44.952978 [ 276 ] {dd722d17-638f-438e-8dd6-ad375daaf30c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5394 | 2025.07.08 01:14:44.953375 [ 276 ] {dd722d17-638f-438e-8dd6-ad375daaf30c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5395 | 2025.07.08 01:14:44.953597 [ 276 ] {dd722d17-638f-438e-8dd6-ad375daaf30c} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5396 | 2025.07.08 01:14:44.953747 [ 276 ] {dd722d17-638f-438e-8dd6-ad375daaf30c} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.001672 sec., 71770.33492822965 rows/sec., 6.08 MiB/sec. | ||
5397 | 2025.07.08 01:14:44.953799 [ 276 ] {dd722d17-638f-438e-8dd6-ad375daaf30c} <Debug> TCPHandler: Processed in 0.002106548 sec. | ||
5398 | 2025.07.08 01:14:44.953925 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5399 | 2025.07.08 01:14:44.954027 [ 276 ] {fb9a1edd-afee-44c4-91ad-d29cdf471e8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5400 | 2025.07.08 01:14:44.954071 [ 276 ] {fb9a1edd-afee-44c4-91ad-d29cdf471e8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5401 | 2025.07.08 01:14:44.954497 [ 276 ] {fb9a1edd-afee-44c4-91ad-d29cdf471e8f} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5402 | 2025.07.08 01:14:44.954531 [ 276 ] {fb9a1edd-afee-44c4-91ad-d29cdf471e8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5403 | 2025.07.08 01:14:44.954836 [ 276 ] {fb9a1edd-afee-44c4-91ad-d29cdf471e8f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5404 | 2025.07.08 01:14:44.955042 [ 276 ] {fb9a1edd-afee-44c4-91ad-d29cdf471e8f} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5405 | 2025.07.08 01:14:44.955168 [ 276 ] {fb9a1edd-afee-44c4-91ad-d29cdf471e8f} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001166 sec., 27444.253859348202 rows/sec., 2.02 MiB/sec. | ||
5406 | 2025.07.08 01:14:44.955206 [ 276 ] {fb9a1edd-afee-44c4-91ad-d29cdf471e8f} <Debug> TCPHandler: Processed in 0.001333104 sec. | ||
5407 | 2025.07.08 01:14:44.955323 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5408 | 2025.07.08 01:14:44.955428 [ 276 ] {fa0c6f05-5094-4616-a7a2-9a6b9e037fdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5409 | 2025.07.08 01:14:44.955471 [ 276 ] {fa0c6f05-5094-4616-a7a2-9a6b9e037fdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5410 | 2025.07.08 01:14:44.955881 [ 276 ] {fa0c6f05-5094-4616-a7a2-9a6b9e037fdb} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5411 | 2025.07.08 01:14:44.955916 [ 276 ] {fa0c6f05-5094-4616-a7a2-9a6b9e037fdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5412 | 2025.07.08 01:14:44.956219 [ 276 ] {fa0c6f05-5094-4616-a7a2-9a6b9e037fdb} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5413 | 2025.07.08 01:14:44.956444 [ 276 ] {fa0c6f05-5094-4616-a7a2-9a6b9e037fdb} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5414 | 2025.07.08 01:14:44.956569 [ 276 ] {fa0c6f05-5094-4616-a7a2-9a6b9e037fdb} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.00116 sec., 82758.62068965517 rows/sec., 6.46 MiB/sec. | ||
5415 | 2025.07.08 01:14:44.956606 [ 276 ] {fa0c6f05-5094-4616-a7a2-9a6b9e037fdb} <Debug> TCPHandler: Processed in 0.001332834 sec. | ||
5416 | 2025.07.08 01:14:44.956721 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5417 | 2025.07.08 01:14:44.956823 [ 276 ] {c6ea6859-c323-4d74-9ff2-d3f56048b966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5418 | 2025.07.08 01:14:44.956867 [ 276 ] {c6ea6859-c323-4d74-9ff2-d3f56048b966} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5419 | 2025.07.08 01:14:44.957259 [ 276 ] {c6ea6859-c323-4d74-9ff2-d3f56048b966} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5420 | 2025.07.08 01:14:44.957293 [ 276 ] {c6ea6859-c323-4d74-9ff2-d3f56048b966} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5421 | 2025.07.08 01:14:44.957620 [ 276 ] {c6ea6859-c323-4d74-9ff2-d3f56048b966} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5422 | 2025.07.08 01:14:44.957832 [ 276 ] {c6ea6859-c323-4d74-9ff2-d3f56048b966} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5423 | 2025.07.08 01:14:44.957960 [ 276 ] {c6ea6859-c323-4d74-9ff2-d3f56048b966} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001156 sec., 138408.30449826992 rows/sec., 9.64 MiB/sec. | ||
5424 | 2025.07.08 01:14:44.957997 [ 276 ] {c6ea6859-c323-4d74-9ff2-d3f56048b966} <Debug> TCPHandler: Processed in 0.001324163 sec. | ||
5425 | 2025.07.08 01:14:44.958112 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5426 | 2025.07.08 01:14:44.958207 [ 276 ] {52dbfcb0-95ba-4887-8b22-f2ae08624e20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5427 | 2025.07.08 01:14:44.958261 [ 276 ] {52dbfcb0-95ba-4887-8b22-f2ae08624e20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5428 | 2025.07.08 01:14:44.959033 [ 276 ] {52dbfcb0-95ba-4887-8b22-f2ae08624e20} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5429 | 2025.07.08 01:14:44.959068 [ 276 ] {52dbfcb0-95ba-4887-8b22-f2ae08624e20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5430 | 2025.07.08 01:14:44.959591 [ 276 ] {52dbfcb0-95ba-4887-8b22-f2ae08624e20} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5431 | 2025.07.08 01:14:44.959808 [ 276 ] {52dbfcb0-95ba-4887-8b22-f2ae08624e20} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5432 | 2025.07.08 01:14:44.959939 [ 276 ] {52dbfcb0-95ba-4887-8b22-f2ae08624e20} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00175 sec., 18285.714285714286 rows/sec., 32.77 MiB/sec. | ||
5433 | 2025.07.08 01:14:44.960004 [ 276 ] {52dbfcb0-95ba-4887-8b22-f2ae08624e20} <Debug> TCPHandler: Processed in 0.001941544 sec. | ||
5434 | 2025.07.08 01:14:44.960123 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5435 | 2025.07.08 01:14:44.960217 [ 276 ] {7e413a3d-49ed-4d2d-9202-8ff0deadf44a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5436 | 2025.07.08 01:14:44.960259 [ 276 ] {7e413a3d-49ed-4d2d-9202-8ff0deadf44a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5437 | 2025.07.08 01:14:44.960605 [ 276 ] {7e413a3d-49ed-4d2d-9202-8ff0deadf44a} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5438 | 2025.07.08 01:14:44.960640 [ 276 ] {7e413a3d-49ed-4d2d-9202-8ff0deadf44a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5439 | 2025.07.08 01:14:44.960937 [ 276 ] {7e413a3d-49ed-4d2d-9202-8ff0deadf44a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5440 | 2025.07.08 01:14:44.961150 [ 276 ] {7e413a3d-49ed-4d2d-9202-8ff0deadf44a} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5441 | 2025.07.08 01:14:44.961275 [ 276 ] {7e413a3d-49ed-4d2d-9202-8ff0deadf44a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. | ||
5442 | 2025.07.08 01:14:44.961310 [ 276 ] {7e413a3d-49ed-4d2d-9202-8ff0deadf44a} <Debug> TCPHandler: Processed in 0.001235882 sec. | ||
5443 | 2025.07.08 01:14:45.834881 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5444 | 2025.07.08 01:14:45.834958 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5445 | 2025.07.08 01:14:45.930795 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871 | ||
5446 | 2025.07.08 01:14:45.931382 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5447 | 2025.07.08 01:14:45.931429 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5448 | 2025.07.08 01:14:45.931979 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5449 | 2025.07.08 01:14:45.932225 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5450 | 2025.07.08 01:14:45.932368 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
5451 | 2025.07.08 01:14:45.963080 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 762 | ||
5452 | 2025.07.08 01:14:45.965367 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5453 | 2025.07.08 01:14:45.965415 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5454 | 2025.07.08 01:14:45.966572 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5455 | 2025.07.08 01:14:45.966830 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5456 | 2025.07.08 01:14:45.967088 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 762 | ||
5457 | 2025.07.08 01:14:46.612709 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
5458 | 2025.07.08 01:14:46.628176 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5459 | 2025.07.08 01:14:46.628227 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5460 | 2025.07.08 01:14:46.634247 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5461 | 2025.07.08 01:14:46.634938 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5462 | 2025.07.08 01:14:46.637561 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
5463 | 2025.07.08 01:14:49.950724 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5464 | 2025.07.08 01:14:49.950937 [ 276 ] {559f6041-e932-4109-99bf-4ee5608739a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5465 | 2025.07.08 01:14:49.951012 [ 276 ] {559f6041-e932-4109-99bf-4ee5608739a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5466 | 2025.07.08 01:14:49.951697 [ 276 ] {559f6041-e932-4109-99bf-4ee5608739a0} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5467 | 2025.07.08 01:14:49.951741 [ 276 ] {559f6041-e932-4109-99bf-4ee5608739a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5468 | 2025.07.08 01:14:49.952144 [ 276 ] {559f6041-e932-4109-99bf-4ee5608739a0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5469 | 2025.07.08 01:14:49.952373 [ 276 ] {559f6041-e932-4109-99bf-4ee5608739a0} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5470 | 2025.07.08 01:14:49.952529 [ 276 ] {559f6041-e932-4109-99bf-4ee5608739a0} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001649 sec., 44875.68223165555 rows/sec., 3.65 MiB/sec. | ||
5471 | 2025.07.08 01:14:49.952578 [ 276 ] {559f6041-e932-4109-99bf-4ee5608739a0} <Debug> TCPHandler: Processed in 0.001992335 sec. | ||
5472 | 2025.07.08 01:14:49.952705 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5473 | 2025.07.08 01:14:49.952808 [ 276 ] {d26c3db9-388c-4f17-aa07-3a11871882a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5474 | 2025.07.08 01:14:49.952852 [ 276 ] {d26c3db9-388c-4f17-aa07-3a11871882a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5475 | 2025.07.08 01:14:49.953262 [ 276 ] {d26c3db9-388c-4f17-aa07-3a11871882a9} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5476 | 2025.07.08 01:14:49.953300 [ 276 ] {d26c3db9-388c-4f17-aa07-3a11871882a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5477 | 2025.07.08 01:14:49.953600 [ 276 ] {d26c3db9-388c-4f17-aa07-3a11871882a9} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5478 | 2025.07.08 01:14:49.953805 [ 276 ] {d26c3db9-388c-4f17-aa07-3a11871882a9} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5479 | 2025.07.08 01:14:49.953917 [ 26 ] {} <Debug> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5480 | 2025.07.08 01:14:49.953933 [ 276 ] {d26c3db9-388c-4f17-aa07-3a11871882a9} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.00115 sec., 7826.086956521739 rows/sec., 588.49 KiB/sec. | ||
5481 | 2025.07.08 01:14:49.953980 [ 26 ] {} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5482 | 2025.07.08 01:14:49.953991 [ 276 ] {d26c3db9-388c-4f17-aa07-3a11871882a9} <Debug> TCPHandler: Processed in 0.001339824 sec. | ||
5483 | 2025.07.08 01:14:49.954009 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5484 | 2025.07.08 01:14:49.954108 [ 198 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::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 | ||
5485 | 2025.07.08 01:14:49.954109 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5486 | 2025.07.08 01:14:49.954225 [ 198 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5487 | 2025.07.08 01:14:49.954228 [ 276 ] {5b9e2f93-7e2c-43a8-9c7b-d843c2519c53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5488 | 2025.07.08 01:14:49.954284 [ 198 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 177 rows starting from the beginning of the part | ||
5489 | 2025.07.08 01:14:49.954297 [ 276 ] {5b9e2f93-7e2c-43a8-9c7b-d843c2519c53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5490 | 2025.07.08 01:14:49.954359 [ 198 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 115 rows starting from the beginning of the part | ||
5491 | 2025.07.08 01:14:49.954409 [ 198 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 32 rows starting from the beginning of the part | ||
5492 | 2025.07.08 01:14:49.954449 [ 198 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 17 rows starting from the beginning of the part | ||
5493 | 2025.07.08 01:14:49.954484 [ 198 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 32 rows starting from the beginning of the part | ||
5494 | 2025.07.08 01:14:49.954529 [ 198 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 9 rows starting from the beginning of the part | ||
5495 | 2025.07.08 01:14:49.954740 [ 276 ] {5b9e2f93-7e2c-43a8-9c7b-d843c2519c53} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5496 | 2025.07.08 01:14:49.954781 [ 276 ] {5b9e2f93-7e2c-43a8-9c7b-d843c2519c53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5497 | 2025.07.08 01:14:49.955109 [ 276 ] {5b9e2f93-7e2c-43a8-9c7b-d843c2519c53} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5498 | 2025.07.08 01:14:49.955341 [ 276 ] {5b9e2f93-7e2c-43a8-9c7b-d843c2519c53} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5499 | 2025.07.08 01:14:49.955392 [ 195 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 382 rows, containing 5 columns (5 merged, 0 gathered) in 0.001326464 sec., 287983.69198108657 rows/sec., 19.85 MiB/sec. | ||
5500 | 2025.07.08 01:14:49.955470 [ 276 ] {5b9e2f93-7e2c-43a8-9c7b-d843c2519c53} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.00126 sec., 57936.50793650794 rows/sec., 4.52 MiB/sec. | ||
5501 | 2025.07.08 01:14:49.955508 [ 276 ] {5b9e2f93-7e2c-43a8-9c7b-d843c2519c53} <Debug> TCPHandler: Processed in 0.001448026 sec. | ||
5502 | 2025.07.08 01:14:49.955594 [ 189 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5503 | 2025.07.08 01:14:49.955620 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5504 | 2025.07.08 01:14:49.955722 [ 276 ] {8acb8c4b-5179-4227-85ba-5a16902145ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5505 | 2025.07.08 01:14:49.955768 [ 276 ] {8acb8c4b-5179-4227-85ba-5a16902145ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5506 | 2025.07.08 01:14:49.955939 [ 189 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_36_7} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5507 | 2025.07.08 01:14:49.956030 [ 189 ] {84e54bc8-83ac-45d9-a7b3-70b8bb53e802::all_1_36_7} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5508 | 2025.07.08 01:14:49.956134 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
5509 | 2025.07.08 01:14:49.956179 [ 276 ] {8acb8c4b-5179-4227-85ba-5a16902145ee} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5510 | 2025.07.08 01:14:49.956221 [ 276 ] {8acb8c4b-5179-4227-85ba-5a16902145ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5511 | 2025.07.08 01:14:49.956559 [ 276 ] {8acb8c4b-5179-4227-85ba-5a16902145ee} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5512 | 2025.07.08 01:14:49.956767 [ 276 ] {8acb8c4b-5179-4227-85ba-5a16902145ee} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5513 | 2025.07.08 01:14:49.956893 [ 276 ] {8acb8c4b-5179-4227-85ba-5a16902145ee} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00119 sec., 134453.78151260503 rows/sec., 9.36 MiB/sec. | ||
5514 | 2025.07.08 01:14:49.956928 [ 276 ] {8acb8c4b-5179-4227-85ba-5a16902145ee} <Debug> TCPHandler: Processed in 0.001357204 sec. | ||
5515 | 2025.07.08 01:14:49.957093 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5516 | 2025.07.08 01:14:49.957194 [ 276 ] {d909fac6-087e-44e9-9810-b636ef6c4711} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5517 | 2025.07.08 01:14:49.957251 [ 276 ] {d909fac6-087e-44e9-9810-b636ef6c4711} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5518 | 2025.07.08 01:14:49.958004 [ 276 ] {d909fac6-087e-44e9-9810-b636ef6c4711} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5519 | 2025.07.08 01:14:49.958042 [ 276 ] {d909fac6-087e-44e9-9810-b636ef6c4711} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5520 | 2025.07.08 01:14:49.958562 [ 276 ] {d909fac6-087e-44e9-9810-b636ef6c4711} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5521 | 2025.07.08 01:14:49.958801 [ 276 ] {d909fac6-087e-44e9-9810-b636ef6c4711} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5522 | 2025.07.08 01:14:49.958900 [ 26 ] {} <Debug> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5523 | 2025.07.08 01:14:49.958935 [ 26 ] {} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5524 | 2025.07.08 01:14:49.958938 [ 276 ] {d909fac6-087e-44e9-9810-b636ef6c4711} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001762 sec., 5107.832009080591 rows/sec., 9.15 MiB/sec. | ||
5525 | 2025.07.08 01:14:49.958952 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5526 | 2025.07.08 01:14:49.959001 [ 276 ] {d909fac6-087e-44e9-9810-b636ef6c4711} <Debug> TCPHandler: Processed in 0.001959335 sec. | ||
5527 | 2025.07.08 01:14:49.959034 [ 195 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::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 | ||
5528 | 2025.07.08 01:14:49.959119 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5529 | 2025.07.08 01:14:49.959214 [ 276 ] {c2f9e1f1-921f-46a5-aaac-ad0a9aef3baf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5530 | 2025.07.08 01:14:49.959234 [ 195 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5531 | 2025.07.08 01:14:49.959256 [ 276 ] {c2f9e1f1-921f-46a5-aaac-ad0a9aef3baf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5532 | 2025.07.08 01:14:49.959291 [ 195 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 611 rows starting from the beginning of the part | ||
5533 | 2025.07.08 01:14:49.959424 [ 195 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 9 rows starting from the beginning of the part | ||
5534 | 2025.07.08 01:14:49.959545 [ 195 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 32 rows starting from the beginning of the part | ||
5535 | 2025.07.08 01:14:49.959612 [ 276 ] {c2f9e1f1-921f-46a5-aaac-ad0a9aef3baf} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5536 | 2025.07.08 01:14:49.959649 [ 276 ] {c2f9e1f1-921f-46a5-aaac-ad0a9aef3baf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5537 | 2025.07.08 01:14:49.959663 [ 195 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 9 rows starting from the beginning of the part | ||
5538 | 2025.07.08 01:14:49.959773 [ 195 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 32 rows starting from the beginning of the part | ||
5539 | 2025.07.08 01:14:49.959880 [ 195 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 9 rows starting from the beginning of the part | ||
5540 | 2025.07.08 01:14:49.959967 [ 276 ] {c2f9e1f1-921f-46a5-aaac-ad0a9aef3baf} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5541 | 2025.07.08 01:14:49.960218 [ 276 ] {c2f9e1f1-921f-46a5-aaac-ad0a9aef3baf} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5542 | 2025.07.08 01:14:49.960351 [ 276 ] {c2f9e1f1-921f-46a5-aaac-ad0a9aef3baf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001155 sec., 51948.05194805195 rows/sec., 3.50 MiB/sec. | ||
5543 | 2025.07.08 01:14:49.960387 [ 276 ] {c2f9e1f1-921f-46a5-aaac-ad0a9aef3baf} <Debug> TCPHandler: Processed in 0.001316683 sec. | ||
5544 | 2025.07.08 01:14:49.963682 [ 200 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 702 rows, containing 19 columns (19 merged, 0 gathered) in 0.004672982 sec., 150225.27371173268 rows/sec., 269.20 MiB/sec. | ||
5545 | 2025.07.08 01:14:49.964676 [ 189 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5546 | 2025.07.08 01:14:49.965052 [ 189 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5547 | 2025.07.08 01:14:49.965129 [ 189 ] {34254a20-e7e1-4ff1-a22b-b1e177b810e9::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5548 | 2025.07.08 01:14:49.965254 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. | ||
5549 | 2025.07.08 01:14:50.000158 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 244.99 MiB, peak 252.46 MiB, free memory in arenas 0.00 B, will set to 246.29 MiB (RSS), difference: 1.30 MiB | ||
5550 | 2025.07.08 01:14:52.323375 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5551 | 2025.07.08 01:14:52.323547 [ 276 ] {8deb67d4-456c-44d4-88ec-b780a1f027af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
5552 | 2025.07.08 01:14:52.323621 [ 276 ] {8deb67d4-456c-44d4-88ec-b780a1f027af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5553 | 2025.07.08 01:14:52.324219 [ 276 ] {8deb67d4-456c-44d4-88ec-b780a1f027af} <Trace> oximeter.fields_ipaddr (d5152c3e-de89-4e55-974b-3e6b5ff2d5cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5554 | 2025.07.08 01:14:52.324308 [ 276 ] {8deb67d4-456c-44d4-88ec-b780a1f027af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5555 | 2025.07.08 01:14:52.324695 [ 276 ] {8deb67d4-456c-44d4-88ec-b780a1f027af} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5556 | 2025.07.08 01:14:52.324944 [ 276 ] {8deb67d4-456c-44d4-88ec-b780a1f027af} <Trace> oximeter.fields_ipaddr (d5152c3e-de89-4e55-974b-3e6b5ff2d5cc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5557 | 2025.07.08 01:14:52.325101 [ 276 ] {8deb67d4-456c-44d4-88ec-b780a1f027af} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001602 sec., 2496.8789013732835 rows/sec., 203.60 KiB/sec. | ||
5558 | 2025.07.08 01:14:52.325148 [ 276 ] {8deb67d4-456c-44d4-88ec-b780a1f027af} <Debug> TCPHandler: Processed in 0.001904194 sec. | ||
5559 | 2025.07.08 01:14:52.325275 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5560 | 2025.07.08 01:14:52.325374 [ 276 ] {63a369c3-d326-493c-907d-d74b00e5edd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5561 | 2025.07.08 01:14:52.325416 [ 276 ] {63a369c3-d326-493c-907d-d74b00e5edd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5562 | 2025.07.08 01:14:52.326299 [ 276 ] {63a369c3-d326-493c-907d-d74b00e5edd0} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5563 | 2025.07.08 01:14:52.326338 [ 276 ] {63a369c3-d326-493c-907d-d74b00e5edd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5564 | 2025.07.08 01:14:52.326752 [ 276 ] {63a369c3-d326-493c-907d-d74b00e5edd0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
5565 | 2025.07.08 01:14:52.326975 [ 276 ] {63a369c3-d326-493c-907d-d74b00e5edd0} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5566 | 2025.07.08 01:14:52.327111 [ 276 ] {63a369c3-d326-493c-907d-d74b00e5edd0} <Debug> executeQuery: Read 1262 rows, 106.68 KiB in 0.001759 sec., 717453.098351336 rows/sec., 59.23 MiB/sec. | ||
5567 | 2025.07.08 01:14:52.327149 [ 276 ] {63a369c3-d326-493c-907d-d74b00e5edd0} <Debug> TCPHandler: Processed in 0.001935944 sec. | ||
5568 | 2025.07.08 01:14:52.327263 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5569 | 2025.07.08 01:14:52.327361 [ 276 ] {615b2680-e7b3-4465-afd0-ef7122331393} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5570 | 2025.07.08 01:14:52.327403 [ 276 ] {615b2680-e7b3-4465-afd0-ef7122331393} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5571 | 2025.07.08 01:14:52.327812 [ 276 ] {615b2680-e7b3-4465-afd0-ef7122331393} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5572 | 2025.07.08 01:14:52.327848 [ 276 ] {615b2680-e7b3-4465-afd0-ef7122331393} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5573 | 2025.07.08 01:14:52.328148 [ 276 ] {615b2680-e7b3-4465-afd0-ef7122331393} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5574 | 2025.07.08 01:14:52.328364 [ 276 ] {615b2680-e7b3-4465-afd0-ef7122331393} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5575 | 2025.07.08 01:14:52.328495 [ 276 ] {615b2680-e7b3-4465-afd0-ef7122331393} <Debug> executeQuery: Read 36 rows, 2.69 KiB in 0.001153 sec., 31222.896790980052 rows/sec., 2.27 MiB/sec. | ||
5576 | 2025.07.08 01:14:52.328531 [ 276 ] {615b2680-e7b3-4465-afd0-ef7122331393} <Debug> TCPHandler: Processed in 0.001318304 sec. | ||
5577 | 2025.07.08 01:14:52.328638 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5578 | 2025.07.08 01:14:52.328739 [ 276 ] {7d796792-ac5a-4dd4-b7f0-5301e521fdb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
5579 | 2025.07.08 01:14:52.328781 [ 276 ] {7d796792-ac5a-4dd4-b7f0-5301e521fdb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5580 | 2025.07.08 01:14:52.329255 [ 276 ] {7d796792-ac5a-4dd4-b7f0-5301e521fdb5} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5581 | 2025.07.08 01:14:52.329293 [ 276 ] {7d796792-ac5a-4dd4-b7f0-5301e521fdb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5582 | 2025.07.08 01:14:52.329620 [ 276 ] {7d796792-ac5a-4dd4-b7f0-5301e521fdb5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5583 | 2025.07.08 01:14:52.329832 [ 276 ] {7d796792-ac5a-4dd4-b7f0-5301e521fdb5} <Trace> oximeter.fields_u32 (28bd2437-4664-4a98-ba91-77415ca33d7f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5584 | 2025.07.08 01:14:52.329960 [ 276 ] {7d796792-ac5a-4dd4-b7f0-5301e521fdb5} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00124 sec., 183870.96774193548 rows/sec., 12.45 MiB/sec. | ||
5585 | 2025.07.08 01:14:52.329998 [ 276 ] {7d796792-ac5a-4dd4-b7f0-5301e521fdb5} <Debug> TCPHandler: Processed in 0.001409535 sec. | ||
5586 | 2025.07.08 01:14:52.330108 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5587 | 2025.07.08 01:14:52.330203 [ 276 ] {923e9555-64c7-46ba-a657-46803e1056af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5588 | 2025.07.08 01:14:52.330244 [ 276 ] {923e9555-64c7-46ba-a657-46803e1056af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5589 | 2025.07.08 01:14:52.330842 [ 276 ] {923e9555-64c7-46ba-a657-46803e1056af} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5590 | 2025.07.08 01:14:52.330879 [ 276 ] {923e9555-64c7-46ba-a657-46803e1056af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5591 | 2025.07.08 01:14:52.331200 [ 276 ] {923e9555-64c7-46ba-a657-46803e1056af} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
5592 | 2025.07.08 01:14:52.331418 [ 276 ] {923e9555-64c7-46ba-a657-46803e1056af} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5593 | 2025.07.08 01:14:52.331545 [ 276 ] {923e9555-64c7-46ba-a657-46803e1056af} <Debug> executeQuery: Read 556 rows, 42.29 KiB in 0.001361 sec., 408523.1447465099 rows/sec., 30.35 MiB/sec. | ||
5594 | 2025.07.08 01:14:52.331583 [ 276 ] {923e9555-64c7-46ba-a657-46803e1056af} <Debug> TCPHandler: Processed in 0.001525647 sec. | ||
5595 | 2025.07.08 01:14:52.331698 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5596 | 2025.07.08 01:14:52.331793 [ 276 ] {095f2d78-d816-4737-85b4-b5bf037d63cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5597 | 2025.07.08 01:14:52.331837 [ 276 ] {095f2d78-d816-4737-85b4-b5bf037d63cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5598 | 2025.07.08 01:14:52.332419 [ 276 ] {095f2d78-d816-4737-85b4-b5bf037d63cf} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5599 | 2025.07.08 01:14:52.332456 [ 276 ] {095f2d78-d816-4737-85b4-b5bf037d63cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5600 | 2025.07.08 01:14:52.332828 [ 276 ] {095f2d78-d816-4737-85b4-b5bf037d63cf} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
5601 | 2025.07.08 01:14:52.333039 [ 276 ] {095f2d78-d816-4737-85b4-b5bf037d63cf} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5602 | 2025.07.08 01:14:52.333167 [ 276 ] {095f2d78-d816-4737-85b4-b5bf037d63cf} <Debug> executeQuery: Read 944 rows, 64.82 KiB in 0.001393 sec., 677674.0847092606 rows/sec., 45.44 MiB/sec. | ||
5603 | 2025.07.08 01:14:52.333203 [ 276 ] {095f2d78-d816-4737-85b4-b5bf037d63cf} <Debug> TCPHandler: Processed in 0.001555128 sec. | ||
5604 | 2025.07.08 01:14:52.333331 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5605 | 2025.07.08 01:14:52.333426 [ 276 ] {f4c2dd50-6239-425f-9c1c-f6bfe1aa258a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5606 | 2025.07.08 01:14:52.333480 [ 276 ] {f4c2dd50-6239-425f-9c1c-f6bfe1aa258a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5607 | 2025.07.08 01:14:52.334262 [ 276 ] {f4c2dd50-6239-425f-9c1c-f6bfe1aa258a} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5608 | 2025.07.08 01:14:52.334299 [ 276 ] {f4c2dd50-6239-425f-9c1c-f6bfe1aa258a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5609 | 2025.07.08 01:14:52.334828 [ 276 ] {f4c2dd50-6239-425f-9c1c-f6bfe1aa258a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5610 | 2025.07.08 01:14:52.335076 [ 276 ] {f4c2dd50-6239-425f-9c1c-f6bfe1aa258a} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5611 | 2025.07.08 01:14:52.335209 [ 276 ] {f4c2dd50-6239-425f-9c1c-f6bfe1aa258a} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.001801 sec., 17767.90671848973 rows/sec., 31.84 MiB/sec. | ||
5612 | 2025.07.08 01:14:52.335262 [ 276 ] {f4c2dd50-6239-425f-9c1c-f6bfe1aa258a} <Debug> TCPHandler: Processed in 0.001980815 sec. | ||
5613 | 2025.07.08 01:14:52.335407 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5614 | 2025.07.08 01:14:52.335519 [ 276 ] {5348df62-c731-4c69-9b17-8a5812ccb13f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5615 | 2025.07.08 01:14:52.335560 [ 276 ] {5348df62-c731-4c69-9b17-8a5812ccb13f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5616 | 2025.07.08 01:14:52.335889 [ 276 ] {5348df62-c731-4c69-9b17-8a5812ccb13f} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5617 | 2025.07.08 01:14:52.335925 [ 276 ] {5348df62-c731-4c69-9b17-8a5812ccb13f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5618 | 2025.07.08 01:14:52.336223 [ 276 ] {5348df62-c731-4c69-9b17-8a5812ccb13f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
5619 | 2025.07.08 01:14:52.336442 [ 276 ] {5348df62-c731-4c69-9b17-8a5812ccb13f} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5620 | 2025.07.08 01:14:52.336567 [ 276 ] {5348df62-c731-4c69-9b17-8a5812ccb13f} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001083 sec., 33240.997229916895 rows/sec., 2.24 MiB/sec. | ||
5621 | 2025.07.08 01:14:52.336602 [ 276 ] {5348df62-c731-4c69-9b17-8a5812ccb13f} <Debug> TCPHandler: Processed in 0.001261382 sec. | ||
5622 | 2025.07.08 01:14:53.432429 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359 | ||
5623 | 2025.07.08 01:14:53.432925 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5624 | 2025.07.08 01:14:53.432962 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5625 | 2025.07.08 01:14:53.433496 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5626 | 2025.07.08 01:14:53.433742 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5627 | 2025.07.08 01:14:53.433882 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 | ||
5628 | 2025.07.08 01:14:54.137608 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
5629 | 2025.07.08 01:14:54.154341 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5630 | 2025.07.08 01:14:54.154389 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5631 | 2025.07.08 01:14:54.160062 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5632 | 2025.07.08 01:14:54.160740 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5633 | 2025.07.08 01:14:54.163433 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
5634 | 2025.07.08 01:14:54.945132 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5635 | 2025.07.08 01:14:54.945353 [ 276 ] {483d5911-a619-407a-a1ae-1ac29dce441d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5636 | 2025.07.08 01:14:54.945422 [ 276 ] {483d5911-a619-407a-a1ae-1ac29dce441d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5637 | 2025.07.08 01:14:54.946187 [ 276 ] {483d5911-a619-407a-a1ae-1ac29dce441d} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5638 | 2025.07.08 01:14:54.946239 [ 276 ] {483d5911-a619-407a-a1ae-1ac29dce441d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5639 | 2025.07.08 01:14:54.946672 [ 276 ] {483d5911-a619-407a-a1ae-1ac29dce441d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
5640 | 2025.07.08 01:14:54.946931 [ 276 ] {483d5911-a619-407a-a1ae-1ac29dce441d} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5641 | 2025.07.08 01:14:54.947110 [ 276 ] {483d5911-a619-407a-a1ae-1ac29dce441d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00181 sec., 30939.22651933702 rows/sec., 2.36 MiB/sec. | ||
5642 | 2025.07.08 01:14:54.947158 [ 276 ] {483d5911-a619-407a-a1ae-1ac29dce441d} <Debug> TCPHandler: Processed in 0.002188529 sec. | ||
5643 | 2025.07.08 01:14:54.947404 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5644 | 2025.07.08 01:14:54.947513 [ 276 ] {7896afc0-90f5-4299-b101-9de2c80d28e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5645 | 2025.07.08 01:14:54.947554 [ 276 ] {7896afc0-90f5-4299-b101-9de2c80d28e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5646 | 2025.07.08 01:14:54.947998 [ 276 ] {7896afc0-90f5-4299-b101-9de2c80d28e9} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5647 | 2025.07.08 01:14:54.948035 [ 276 ] {7896afc0-90f5-4299-b101-9de2c80d28e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5648 | 2025.07.08 01:14:54.948337 [ 276 ] {7896afc0-90f5-4299-b101-9de2c80d28e9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
5649 | 2025.07.08 01:14:54.948550 [ 276 ] {7896afc0-90f5-4299-b101-9de2c80d28e9} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5650 | 2025.07.08 01:14:54.948678 [ 276 ] {7896afc0-90f5-4299-b101-9de2c80d28e9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001184 sec., 54054.05405405405 rows/sec., 4.22 MiB/sec. | ||
5651 | 2025.07.08 01:14:54.948716 [ 276 ] {7896afc0-90f5-4299-b101-9de2c80d28e9} <Debug> TCPHandler: Processed in 0.001363414 sec. | ||
5652 | 2025.07.08 01:14:54.948836 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5653 | 2025.07.08 01:14:54.948936 [ 276 ] {f3d983bf-e591-4fef-a545-65f853b98abf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5654 | 2025.07.08 01:14:54.948978 [ 276 ] {f3d983bf-e591-4fef-a545-65f853b98abf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5655 | 2025.07.08 01:14:54.949369 [ 276 ] {f3d983bf-e591-4fef-a545-65f853b98abf} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5656 | 2025.07.08 01:14:54.949404 [ 276 ] {f3d983bf-e591-4fef-a545-65f853b98abf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5657 | 2025.07.08 01:14:54.949714 [ 276 ] {f3d983bf-e591-4fef-a545-65f853b98abf} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
5658 | 2025.07.08 01:14:54.949913 [ 276 ] {f3d983bf-e591-4fef-a545-65f853b98abf} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5659 | 2025.07.08 01:14:54.950040 [ 276 ] {f3d983bf-e591-4fef-a545-65f853b98abf} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001122 sec., 57040.998217468805 rows/sec., 3.97 MiB/sec. | ||
5660 | 2025.07.08 01:14:54.950075 [ 276 ] {f3d983bf-e591-4fef-a545-65f853b98abf} <Debug> TCPHandler: Processed in 0.001286143 sec. | ||
5661 | 2025.07.08 01:14:54.950191 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5662 | 2025.07.08 01:14:54.950290 [ 276 ] {2ef1a0b2-fe55-4b9b-ab4b-b487163c82ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5663 | 2025.07.08 01:14:54.950330 [ 276 ] {2ef1a0b2-fe55-4b9b-ab4b-b487163c82ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5664 | 2025.07.08 01:14:54.950650 [ 276 ] {2ef1a0b2-fe55-4b9b-ab4b-b487163c82ab} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5665 | 2025.07.08 01:14:54.950684 [ 276 ] {2ef1a0b2-fe55-4b9b-ab4b-b487163c82ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5666 | 2025.07.08 01:14:54.950977 [ 276 ] {2ef1a0b2-fe55-4b9b-ab4b-b487163c82ab} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
5667 | 2025.07.08 01:14:54.951177 [ 276 ] {2ef1a0b2-fe55-4b9b-ab4b-b487163c82ab} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5668 | 2025.07.08 01:14:54.951309 [ 276 ] {2ef1a0b2-fe55-4b9b-ab4b-b487163c82ab} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001034 sec., 23210.83172147002 rows/sec., 1.56 MiB/sec. | ||
5669 | 2025.07.08 01:14:54.951343 [ 276 ] {2ef1a0b2-fe55-4b9b-ab4b-b487163c82ab} <Debug> TCPHandler: Processed in 0.001199361 sec. | ||
5670 | 2025.07.08 01:14:55.968207 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 798 | ||
5671 | 2025.07.08 01:14:55.970640 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5672 | 2025.07.08 01:14:55.970687 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5673 | 2025.07.08 01:14:55.971891 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5674 | 2025.07.08 01:14:55.972164 [ 243 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5675 | 2025.07.08 01:14:55.972314 [ 106 ] {} <Debug> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5676 | 2025.07.08 01:14:55.972352 [ 106 ] {} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5677 | 2025.07.08 01:14:55.972370 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5678 | 2025.07.08 01:14:55.972513 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 798 | ||
5679 | 2025.07.08 01:14:55.972525 [ 197 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::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 | ||
5680 | 2025.07.08 01:14:55.973292 [ 197 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5681 | 2025.07.08 01:14:55.973441 [ 197 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 632 rows starting from the beginning of the part | ||
5682 | 2025.07.08 01:14:55.973802 [ 197 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part | ||
5683 | 2025.07.08 01:14:55.974141 [ 197 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 46 rows starting from the beginning of the part | ||
5684 | 2025.07.08 01:14:55.974482 [ 197 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::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 | ||
5685 | 2025.07.08 01:14:55.974816 [ 197 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 26 rows starting from the beginning of the part | ||
5686 | 2025.07.08 01:14:55.975146 [ 197 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::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 | ||
5687 | 2025.07.08 01:14:55.980974 [ 200 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 798 rows, containing 72 columns (72 merged, 0 gathered) in 0.008524931 sec., 93607.7957698426 rows/sec., 80.76 MiB/sec. | ||
5688 | 2025.07.08 01:14:55.982483 [ 187 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5689 | 2025.07.08 01:14:55.983147 [ 187 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_21_4} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5690 | 2025.07.08 01:14:55.983239 [ 187 ] {1cfebc86-a29f-449b-ab66-8ea19d29a283::all_1_21_4} <Trace> system.query_log (1cfebc86-a29f-449b-ab66-8ea19d29a283) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5691 | 2025.07.08 01:14:55.983606 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. | ||
5692 | 2025.07.08 01:14:59.950082 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5693 | 2025.07.08 01:14:59.950294 [ 276 ] {f76b87dd-5864-4c5f-b89a-7da869e07556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
5694 | 2025.07.08 01:14:59.950361 [ 276 ] {f76b87dd-5864-4c5f-b89a-7da869e07556} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5695 | 2025.07.08 01:14:59.950999 [ 276 ] {f76b87dd-5864-4c5f-b89a-7da869e07556} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5696 | 2025.07.08 01:14:59.951040 [ 276 ] {f76b87dd-5864-4c5f-b89a-7da869e07556} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5697 | 2025.07.08 01:14:59.951443 [ 276 ] {f76b87dd-5864-4c5f-b89a-7da869e07556} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
5698 | 2025.07.08 01:14:59.951680 [ 276 ] {f76b87dd-5864-4c5f-b89a-7da869e07556} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5699 | 2025.07.08 01:14:59.951819 [ 148 ] {} <Debug> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
5700 | 2025.07.08 01:14:59.951824 [ 276 ] {f76b87dd-5864-4c5f-b89a-7da869e07556} <Debug> executeQuery: Read 74 rows, 6.16 KiB in 0.001584 sec., 46717.17171717172 rows/sec., 3.80 MiB/sec. | ||
5701 | 2025.07.08 01:14:59.951892 [ 148 ] {} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5702 | 2025.07.08 01:14:59.951913 [ 276 ] {f76b87dd-5864-4c5f-b89a-7da869e07556} <Debug> TCPHandler: Processed in 0.001966655 sec. | ||
5703 | 2025.07.08 01:14:59.951923 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5704 | 2025.07.08 01:14:59.952024 [ 187 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::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 | ||
5705 | 2025.07.08 01:14:59.952056 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5706 | 2025.07.08 01:14:59.952115 [ 187 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5707 | 2025.07.08 01:14:59.952144 [ 187 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1969 rows starting from the beginning of the part | ||
5708 | 2025.07.08 01:14:59.952166 [ 276 ] {c7991c5c-8cd8-4a01-ac23-1c0b83ca7865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
5709 | 2025.07.08 01:14:59.952201 [ 187 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 120 rows starting from the beginning of the part | ||
5710 | 2025.07.08 01:14:59.952216 [ 276 ] {c7991c5c-8cd8-4a01-ac23-1c0b83ca7865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5711 | 2025.07.08 01:14:59.952253 [ 187 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 74 rows starting from the beginning of the part | ||
5712 | 2025.07.08 01:14:59.952297 [ 187 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1262 rows starting from the beginning of the part | ||
5713 | 2025.07.08 01:14:59.952342 [ 187 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part | ||
5714 | 2025.07.08 01:14:59.952389 [ 187 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 74 rows starting from the beginning of the part | ||
5715 | 2025.07.08 01:14:59.952620 [ 276 ] {c7991c5c-8cd8-4a01-ac23-1c0b83ca7865} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5716 | 2025.07.08 01:14:59.952656 [ 276 ] {c7991c5c-8cd8-4a01-ac23-1c0b83ca7865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5717 | 2025.07.08 01:14:59.952957 [ 276 ] {c7991c5c-8cd8-4a01-ac23-1c0b83ca7865} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5718 | 2025.07.08 01:14:59.953178 [ 276 ] {c7991c5c-8cd8-4a01-ac23-1c0b83ca7865} <Trace> oximeter.fields_u16 (84e54bc8-83ac-45d9-a7b3-70b8bb53e802): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5719 | 2025.07.08 01:14:59.953312 [ 276 ] {c7991c5c-8cd8-4a01-ac23-1c0b83ca7865} <Debug> executeQuery: Read 9 rows, 693.00 B in 0.001172 sec., 7679.180887372013 rows/sec., 577.44 KiB/sec. | ||
5720 | 2025.07.08 01:14:59.953350 [ 276 ] {c7991c5c-8cd8-4a01-ac23-1c0b83ca7865} <Debug> TCPHandler: Processed in 0.001354174 sec. | ||
5721 | 2025.07.08 01:14:59.953457 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5722 | 2025.07.08 01:14:59.953551 [ 276 ] {35f40587-6059-4fd1-8c63-e69cf6e35ed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
5723 | 2025.07.08 01:14:59.953592 [ 276 ] {35f40587-6059-4fd1-8c63-e69cf6e35ed9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5724 | 2025.07.08 01:14:59.953916 [ 200 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3555 rows, containing 5 columns (5 merged, 0 gathered) in 0.001929884 sec., 1842079.627583834 rows/sec., 158.47 MiB/sec. | ||
5725 | 2025.07.08 01:14:59.953996 [ 276 ] {35f40587-6059-4fd1-8c63-e69cf6e35ed9} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5726 | 2025.07.08 01:14:59.954038 [ 276 ] {35f40587-6059-4fd1-8c63-e69cf6e35ed9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5727 | 2025.07.08 01:14:59.954225 [ 193 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
5728 | 2025.07.08 01:14:59.954349 [ 276 ] {35f40587-6059-4fd1-8c63-e69cf6e35ed9} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
5729 | 2025.07.08 01:14:59.954639 [ 193 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_46_9} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5730 | 2025.07.08 01:14:59.954644 [ 276 ] {35f40587-6059-4fd1-8c63-e69cf6e35ed9} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5731 | 2025.07.08 01:14:59.954747 [ 193 ] {7b7e607f-9fc0-4448-b04b-a6834ec22430::all_1_46_9} <Trace> oximeter.fields_string (7b7e607f-9fc0-4448-b04b-a6834ec22430) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
5732 | 2025.07.08 01:14:59.954783 [ 148 ] {} <Debug> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
5733 | 2025.07.08 01:14:59.954802 [ 276 ] {35f40587-6059-4fd1-8c63-e69cf6e35ed9} <Debug> executeQuery: Read 73 rows, 5.84 KiB in 0.001268 sec., 57570.97791798107 rows/sec., 4.49 MiB/sec. | ||
5734 | 2025.07.08 01:14:59.954815 [ 148 ] {} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5735 | 2025.07.08 01:14:59.954843 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5736 | 2025.07.08 01:14:59.954847 [ 276 ] {35f40587-6059-4fd1-8c63-e69cf6e35ed9} <Debug> TCPHandler: Processed in 0.001438996 sec. | ||
5737 | 2025.07.08 01:14:59.954868 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
5738 | 2025.07.08 01:14:59.954973 [ 193 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::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 | ||
5739 | 2025.07.08 01:14:59.954980 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5740 | 2025.07.08 01:14:59.955065 [ 193 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5741 | 2025.07.08 01:14:59.955086 [ 276 ] {54f71ece-d678-44fd-adf5-f15a6dbd57c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
5742 | 2025.07.08 01:14:59.955101 [ 193 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 951 rows starting from the beginning of the part | ||
5743 | 2025.07.08 01:14:59.955138 [ 276 ] {54f71ece-d678-44fd-adf5-f15a6dbd57c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5744 | 2025.07.08 01:14:59.955177 [ 193 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 96 rows starting from the beginning of the part | ||
5745 | 2025.07.08 01:14:59.955226 [ 193 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 73 rows starting from the beginning of the part | ||
5746 | 2025.07.08 01:14:59.955267 [ 193 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 556 rows starting from the beginning of the part | ||
5747 | 2025.07.08 01:14:59.955310 [ 193 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part | ||
5748 | 2025.07.08 01:14:59.955356 [ 193 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 73 rows starting from the beginning of the part | ||
5749 | 2025.07.08 01:14:59.955564 [ 276 ] {54f71ece-d678-44fd-adf5-f15a6dbd57c6} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5750 | 2025.07.08 01:14:59.955608 [ 276 ] {54f71ece-d678-44fd-adf5-f15a6dbd57c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5751 | 2025.07.08 01:14:59.955965 [ 276 ] {54f71ece-d678-44fd-adf5-f15a6dbd57c6} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
5752 | 2025.07.08 01:14:59.956204 [ 276 ] {54f71ece-d678-44fd-adf5-f15a6dbd57c6} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5753 | 2025.07.08 01:14:59.956320 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
5754 | 2025.07.08 01:14:59.956335 [ 276 ] {54f71ece-d678-44fd-adf5-f15a6dbd57c6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001267 sec., 126282.55722178375 rows/sec., 8.80 MiB/sec. | ||
5755 | 2025.07.08 01:14:59.956359 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5756 | 2025.07.08 01:14:59.956380 [ 276 ] {54f71ece-d678-44fd-adf5-f15a6dbd57c6} <Debug> TCPHandler: Processed in 0.001449836 sec. | ||
5757 | 2025.07.08 01:14:59.956383 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5758 | 2025.07.08 01:14:59.956462 [ 193 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::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 | ||
5759 | 2025.07.08 01:14:59.956471 [ 186 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1813 rows, containing 5 columns (5 merged, 0 gathered) in 0.001527017 sec., 1187282.132418958 rows/sec., 92.84 MiB/sec. | ||
5760 | 2025.07.08 01:14:59.956494 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5761 | 2025.07.08 01:14:59.956559 [ 193 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5762 | 2025.07.08 01:14:59.956590 [ 193 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12770 rows starting from the beginning of the part | ||
5763 | 2025.07.08 01:14:59.956613 [ 276 ] {26c30b1f-ddbc-4233-9648-fde21c20fbb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
5764 | 2025.07.08 01:14:59.956636 [ 193 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::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 | ||
5765 | 2025.07.08 01:14:59.956674 [ 276 ] {26c30b1f-ddbc-4233-9648-fde21c20fbb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5766 | 2025.07.08 01:14:59.956681 [ 193 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part | ||
5767 | 2025.07.08 01:14:59.956695 [ 191 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
5768 | 2025.07.08 01:14:59.956733 [ 193 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 944 rows starting from the beginning of the part | ||
5769 | 2025.07.08 01:14:59.956774 [ 193 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part | ||
5770 | 2025.07.08 01:14:59.956811 [ 193 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::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 | ||
5771 | 2025.07.08 01:14:59.957013 [ 191 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_46_9} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5772 | 2025.07.08 01:14:59.957090 [ 191 ] {033fda75-81a1-4ccf-b94c-4baadbb58819::all_1_46_9} <Trace> oximeter.fields_uuid (033fda75-81a1-4ccf-b94c-4baadbb58819) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
5773 | 2025.07.08 01:14:59.957167 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
5774 | 2025.07.08 01:14:59.957438 [ 276 ] {26c30b1f-ddbc-4233-9648-fde21c20fbb9} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5775 | 2025.07.08 01:14:59.957475 [ 276 ] {26c30b1f-ddbc-4233-9648-fde21c20fbb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5776 | 2025.07.08 01:14:59.957997 [ 276 ] {26c30b1f-ddbc-4233-9648-fde21c20fbb9} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5777 | 2025.07.08 01:14:59.958234 [ 276 ] {26c30b1f-ddbc-4233-9648-fde21c20fbb9} <Trace> oximeter.measurements_histogramu64 (34254a20-e7e1-4ff1-a22b-b1e177b810e9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5778 | 2025.07.08 01:14:59.958374 [ 276 ] {26c30b1f-ddbc-4233-9648-fde21c20fbb9} <Debug> executeQuery: Read 9 rows, 16.51 KiB in 0.001779 sec., 5059.021922428331 rows/sec., 9.07 MiB/sec. | ||
5779 | 2025.07.08 01:14:59.958428 [ 276 ] {26c30b1f-ddbc-4233-9648-fde21c20fbb9} <Debug> TCPHandler: Processed in 0.001982725 sec. | ||
5780 | 2025.07.08 01:14:59.958542 [ 276 ] {} <Trace> TCP-Session: a069b743-9ade-448f-8dfb-a9315a496155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5781 | 2025.07.08 01:14:59.958638 [ 276 ] {53170e35-3412-484c-848d-74e21358d72e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49502) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
5782 | 2025.07.08 01:14:59.958679 [ 276 ] {53170e35-3412-484c-848d-74e21358d72e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5783 | 2025.07.08 01:14:59.959014 [ 276 ] {53170e35-3412-484c-848d-74e21358d72e} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5784 | 2025.07.08 01:14:59.959049 [ 276 ] {53170e35-3412-484c-848d-74e21358d72e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5785 | 2025.07.08 01:14:59.959354 [ 276 ] {53170e35-3412-484c-848d-74e21358d72e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
5786 | 2025.07.08 01:14:59.959566 [ 276 ] {53170e35-3412-484c-848d-74e21358d72e} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5787 | 2025.07.08 01:14:59.959678 [ 148 ] {} <Debug> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
5788 | 2025.07.08 01:14:59.959696 [ 276 ] {53170e35-3412-484c-848d-74e21358d72e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. | ||
5789 | 2025.07.08 01:14:59.959716 [ 148 ] {} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5790 | 2025.07.08 01:14:59.959739 [ 276 ] {53170e35-3412-484c-848d-74e21358d72e} <Debug> TCPHandler: Processed in 0.001246762 sec. | ||
5791 | 2025.07.08 01:14:59.959740 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5792 | 2025.07.08 01:14:59.959856 [ 192 ] {0331b998-5f0a-4d11-92ae-11d48a001464::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 | ||
5793 | 2025.07.08 01:14:59.959952 [ 193 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14258 rows, containing 5 columns (5 merged, 0 gathered) in 0.003515512 sec., 4055739.249361117 rows/sec., 276.79 MiB/sec. | ||
5794 | 2025.07.08 01:14:59.959983 [ 192 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5795 | 2025.07.08 01:14:59.960028 [ 192 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2236 rows starting from the beginning of the part | ||
5796 | 2025.07.08 01:14:59.960099 [ 192 ] {0331b998-5f0a-4d11-92ae-11d48a001464::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 | ||
5797 | 2025.07.08 01:14:59.960149 [ 192 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part | ||
5798 | 2025.07.08 01:14:59.960195 [ 192 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 36 rows starting from the beginning of the part | ||
5799 | 2025.07.08 01:14:59.960240 [ 192 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 24 rows starting from the beginning of the part | ||
5800 | 2025.07.08 01:14:59.960289 [ 192 ] {0331b998-5f0a-4d11-92ae-11d48a001464::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 | ||
5801 | 2025.07.08 01:14:59.960475 [ 186 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
5802 | 2025.07.08 01:14:59.960808 [ 186 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5803 | 2025.07.08 01:14:59.960893 [ 186 ] {43653c3f-c9b2-4e62-92db-eefd2499c312::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (43653c3f-c9b2-4e62-92db-eefd2499c312) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
5804 | 2025.07.08 01:14:59.961006 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.77 MiB. | ||
5805 | 2025.07.08 01:14:59.961455 [ 201 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2476 rows, containing 4 columns (4 merged, 0 gathered) in 0.001641769 sec., 1508129.34097306 rows/sec., 100.82 MiB/sec. | ||
5806 | 2025.07.08 01:14:59.961698 [ 186 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
5807 | 2025.07.08 01:14:59.961945 [ 186 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_46_9} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5808 | 2025.07.08 01:14:59.962016 [ 186 ] {0331b998-5f0a-4d11-92ae-11d48a001464::all_1_46_9} <Trace> oximeter.measurements_u64 (0331b998-5f0a-4d11-92ae-11d48a001464) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
5809 | 2025.07.08 01:14:59.962105 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
5810 | 2025.07.08 01:15:00.835032 [ 152 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5811 | 2025.07.08 01:15:00.835084 [ 152 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5812 | 2025.07.08 01:15:00.934938 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786 | ||
5813 | 2025.07.08 01:15:00.935473 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5814 | 2025.07.08 01:15:00.935522 [ 245 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5815 | 2025.07.08 01:15:00.936127 [ 245 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5816 | 2025.07.08 01:15:00.936471 [ 245 ] {} <Trace> system.asynchronous_metric_log (200d200a-bde4-4ab9-8c44-d5b4a074dc05): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5817 | 2025.07.08 01:15:00.936649 [ 245 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
5818 | 2025.07.08 01:15:01.664477 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 | ||
5819 | 2025.07.08 01:15:01.682639 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5820 | 2025.07.08 01:15:01.682702 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5821 | 2025.07.08 01:15:01.688475 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5822 | 2025.07.08 01:15:01.689219 [ 244 ] {} <Trace> system.metric_log (b06c1dff-594f-43d1-aca0-e85b944080e3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5823 | 2025.07.08 01:15:01.693086 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 226 |