1 | [ Jul 15 21:48:41 Enabled. ] | ||
2 | [ Jul 15 21:48:41 Rereading configuration. ] | ||
3 | [ Jul 15 21:48:42 Rereading configuration. ] | ||
4 | [ Jul 15 21:48:44 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 15 21:48:44 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.15 21:48:45.251396 [ 1 ] {} <Information> Application: Will watch for the process with pid 27837 | ||
29 | 2025.07.15 21:48:45.251780 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
30 | 2025.07.15 21:48:45.444993 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: <unknown>), PID 27837 | ||
31 | 2025.07.15 21:48:45.445771 [ 1 ] {} <Information> Application: starting up | ||
32 | 2025.07.15 21:48:45.445930 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
33 | 2025.07.15 21:48:45.531670 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
34 | 2025.07.15 21:48:45.580000 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
35 | 2025.07.15 21:48:45.580057 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
36 | 2025.07.15 21:48:45.580080 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
37 | 2025.07.15 21:48:45.580140 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
38 | 2025.07.15 21:48:45.580517 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
39 | 2025.07.15 21:48:45.582627 [ 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.15 21:48:45.583455 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
43 | 2025.07.15 21:48:45.584247 [ 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.15 21:48:45.584267 [ 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.15 21:48:45.584281 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
46 | 2025.07.15 21:48:45.584946 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
47 | 2025.07.15 21:48:45.586158 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
48 | 2025.07.15 21:48:45.591712 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
49 | 2025.07.15 21:48:45.592416 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
50 | 2025.07.15 21:48:45.593631 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
51 | 2025.07.15 21:48:45.593695 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
52 | 2025.07.15 21:48:45.594679 [ 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.15 21:48:45.595086 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
56 | 2025.07.15 21:48:45.598328 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
57 | 2025.07.15 21:48:45.598966 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
58 | 2025.07.15 21:48:45.600933 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
59 | 2025.07.15 21:48:45.601421 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
60 | 2025.07.15 21:48:45.601751 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
61 | 2025.07.15 21:48:45.602075 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
62 | 2025.07.15 21:48:45.603389 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
63 | 2025.07.15 21:48:45.603414 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
64 | 2025.07.15 21:48:45.603503 [ 185 ] {} <Debug> DNSResolver: Updating DNS cache | ||
65 | 2025.07.15 21:48:45.603591 [ 185 ] {} <Debug> DNSResolver: Updated DNS cache | ||
66 | 2025.07.15 21:48:45.616062 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
67 | 2025.07.15 21:48:45.616093 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000173925 sec | ||
68 | 2025.07.15 21:48:45.616112 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
69 | 2025.07.15 21:48:45.616126 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
70 | 2025.07.15 21:48:45.616750 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
71 | 2025.07.15 21:48:45.617288 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
72 | 2025.07.15 21:48:45.625030 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
73 | 2025.07.15 21:48:45.625072 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
74 | 2025.07.15 21:48:45.625092 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
75 | 2025.07.15 21:48:45.625104 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
76 | 2025.07.15 21:48:45.625137 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
77 | 2025.07.15 21:48:45.625156 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
78 | 2025.07.15 21:48:45.627264 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
79 | 2025.07.15 21:48:45.627307 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
80 | 2025.07.15 21:48:45.627325 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
81 | 2025.07.15 21:48:45.627461 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
82 | 2025.07.15 21:48:45.627502 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
83 | 2025.07.15 21:48:45.627514 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
84 | 2025.07.15 21:48:45.627533 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
85 | 2025.07.15 21:48:45.627545 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
86 | 2025.07.15 21:48:45.627575 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
87 | 2025.07.15 21:48:45.627591 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
88 | 2025.07.15 21:48:45.647772 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
89 | 2025.07.15 21:48:45.652034 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
90 | 2025.07.15 21:48:45.652083 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.0992e-05 sec | ||
91 | 2025.07.15 21:48:45.652105 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
92 | 2025.07.15 21:48:45.652123 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
93 | 2025.07.15 21:48:45.652162 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
94 | 2025.07.15 21:48:45.652430 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
95 | 2025.07.15 21:48:45.652501 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
96 | 2025.07.15 21:48:45.652523 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
97 | 2025.07.15 21:48:45.652543 [ 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.15 21:48:45.652562 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
99 | 2025.07.15 21:48:45.656824 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
100 | 2025.07.15 21:48:45.657008 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 116.66 MiB (RSS), difference: 91.89 MiB | ||
101 | 2025.07.15 21:48:45.657777 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.293e-05 sec. | ||
102 | 2025.07.15 21:48:45.658106 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
103 | 2025.07.15 21:48:45.658157 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
104 | 2025.07.15 21:48:45.658170 [ 1 ] {} <Information> Application: Ready for connections. | ||
105 | 2025.07.15 21:48:45.829356 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51967 | ||
106 | 2025.07.15 21:48:45.830282 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
107 | 2025.07.15 21:48:45.830348 [ 3 ] {} <Debug> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51967 | ||
108 | 2025.07.15 21:48:45.830377 [ 3 ] {} <Debug> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
109 | 2025.07.15 21:48:45.830397 [ 3 ] {} <Debug> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
110 | 2025.07.15 21:48:45.830492 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
111 | 2025.07.15 21:48:45.830518 [ 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.15 21:48:45.830540 [ 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.15 21:48:45.831649 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57978 | ||
114 | 2025.07.15 21:48:45.831791 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
115 | 2025.07.15 21:48:45.831823 [ 4 ] {} <Debug> TCP-Session: 04a6b6d2-21ff-49eb-874b-7233caae626b Authenticating user 'default' from [fd00:1122:3344:101::d]:57978 | ||
116 | 2025.07.15 21:48:45.831844 [ 4 ] {} <Debug> TCP-Session: 04a6b6d2-21ff-49eb-874b-7233caae626b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
117 | 2025.07.15 21:48:45.831876 [ 4 ] {} <Debug> TCP-Session: 04a6b6d2-21ff-49eb-874b-7233caae626b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
118 | 2025.07.15 21:48:45.832484 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52892 | ||
119 | 2025.07.15 21:48:45.832485 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64368 | ||
120 | 2025.07.15 21:48:45.832578 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42258 | ||
121 | 2025.07.15 21:48:45.833354 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38475 | ||
122 | 2025.07.15 21:48:45.833384 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
123 | 2025.07.15 21:48:45.833424 [ 253 ] {} <Debug> TCP-Session: 30ec9ecc-d0a0-437d-94a0-774b6e434f18 Authenticating user 'default' from [fd00:1122:3344:101::d]:52892 | ||
124 | 2025.07.15 21:48:45.833435 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
125 | 2025.07.15 21:48:45.833462 [ 253 ] {} <Debug> TCP-Session: 30ec9ecc-d0a0-437d-94a0-774b6e434f18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
126 | 2025.07.15 21:48:45.833480 [ 254 ] {} <Debug> TCP-Session: ef30f2ba-6797-41b7-8f09-993c19e082e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:42258 | ||
127 | 2025.07.15 21:48:45.833482 [ 253 ] {} <Debug> TCP-Session: 30ec9ecc-d0a0-437d-94a0-774b6e434f18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
128 | 2025.07.15 21:48:45.833519 [ 254 ] {} <Debug> TCP-Session: ef30f2ba-6797-41b7-8f09-993c19e082e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
129 | 2025.07.15 21:48:45.833538 [ 254 ] {} <Debug> TCP-Session: ef30f2ba-6797-41b7-8f09-993c19e082e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
130 | 2025.07.15 21:48:45.834574 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
131 | 2025.07.15 21:48:45.834614 [ 5 ] {} <Debug> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Authenticating user 'default' from [fd00:1122:3344:101::d]:64368 | ||
132 | 2025.07.15 21:48:45.834630 [ 5 ] {} <Debug> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
133 | 2025.07.15 21:48:45.834632 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
134 | 2025.07.15 21:48:45.834654 [ 5 ] {} <Debug> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
135 | 2025.07.15 21:48:45.834657 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45975 | ||
136 | 2025.07.15 21:48:45.834666 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48303 | ||
137 | 2025.07.15 21:48:45.834711 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
138 | 2025.07.15 21:48:45.834690 [ 255 ] {} <Debug> TCP-Session: bdfc5fec-574f-4026-89ab-c7492d37422d Authenticating user 'default' from [fd00:1122:3344:101::d]:38475 | ||
139 | 2025.07.15 21:48:45.834760 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43639 | ||
140 | 2025.07.15 21:48:45.834784 [ 255 ] {} <Debug> TCP-Session: bdfc5fec-574f-4026-89ab-c7492d37422d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
141 | 2025.07.15 21:48:45.834818 [ 255 ] {} <Debug> TCP-Session: bdfc5fec-574f-4026-89ab-c7492d37422d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
142 | 2025.07.15 21:48:45.834811 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
143 | 2025.07.15 21:48:45.834863 [ 257 ] {} <Debug> TCP-Session: b86bbe2f-6b5f-43b2-9409-9ec2bc40c20e Authenticating user 'default' from [fd00:1122:3344:101::d]:45975 | ||
144 | 2025.07.15 21:48:45.834895 [ 257 ] {} <Debug> TCP-Session: b86bbe2f-6b5f-43b2-9409-9ec2bc40c20e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
145 | 2025.07.15 21:48:45.834909 [ 257 ] {} <Debug> TCP-Session: b86bbe2f-6b5f-43b2-9409-9ec2bc40c20e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
146 | 2025.07.15 21:48:45.835034 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
147 | 2025.07.15 21:48:45.835078 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
148 | 2025.07.15 21:48:45.835089 [ 256 ] {} <Debug> TCP-Session: 98bed994-9d14-4a0f-af26-a96347d1111e Authenticating user 'default' from [fd00:1122:3344:101::d]:48303 | ||
149 | 2025.07.15 21:48:45.835122 [ 258 ] {} <Debug> TCP-Session: e85e73ea-95f3-4ef2-a3e8-dd0cb36571c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43639 | ||
150 | 2025.07.15 21:48:45.835127 [ 256 ] {} <Debug> TCP-Session: 98bed994-9d14-4a0f-af26-a96347d1111e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
151 | 2025.07.15 21:48:45.835157 [ 258 ] {} <Debug> TCP-Session: e85e73ea-95f3-4ef2-a3e8-dd0cb36571c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
152 | 2025.07.15 21:48:45.835161 [ 256 ] {} <Debug> TCP-Session: 98bed994-9d14-4a0f-af26-a96347d1111e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
153 | 2025.07.15 21:48:45.835178 [ 258 ] {} <Debug> TCP-Session: e85e73ea-95f3-4ef2-a3e8-dd0cb36571c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
154 | 2025.07.15 21:48:45.837487 [ 3 ] {4fa64979-18f0-4024-b06e-be2ca51d51c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
155 | 2025.07.15 21:48:45.882001 [ 3 ] {4fa64979-18f0-4024-b06e-be2ca51d51c2} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:51967) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
156 | |||
157 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
158 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
159 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
160 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
161 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
162 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
163 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
164 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
165 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
166 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
167 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
168 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
169 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
170 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
171 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
172 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
173 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
174 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
175 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
176 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
177 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
178 | |||
179 | 2025.07.15 21:48:45.882752 [ 3 ] {4fa64979-18f0-4024-b06e-be2ca51d51c2} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
180 | |||
181 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
182 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
183 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
184 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
185 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
186 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
187 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
188 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
189 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
190 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
191 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
192 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
193 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
194 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
195 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
196 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
197 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
198 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
199 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
200 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
201 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
202 | |||
203 | 2025.07.15 21:48:45.882829 [ 3 ] {4fa64979-18f0-4024-b06e-be2ca51d51c2} <Debug> TCPHandler: Processed in 0.050404519 sec. | ||
204 | 2025.07.15 21:48:45.883265 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
205 | 2025.07.15 21:48:45.883518 [ 5 ] {d707ffc6-c236-4a32-8d68-1ed121512422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
206 | 2025.07.15 21:48:45.883928 [ 5 ] {d707ffc6-c236-4a32-8d68-1ed121512422} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:64368) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
207 | |||
208 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
209 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
210 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
211 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
212 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
213 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
214 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
215 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
216 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
217 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
218 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
219 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
220 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
221 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
222 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
223 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
224 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
225 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
226 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
227 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
228 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
229 | |||
230 | 2025.07.15 21:48:45.884072 [ 5 ] {d707ffc6-c236-4a32-8d68-1ed121512422} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
231 | |||
232 | 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse | ||
233 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse | ||
234 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse | ||
235 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse | ||
236 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse | ||
237 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse | ||
238 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse | ||
239 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse | ||
240 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse | ||
241 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse | ||
242 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse | ||
243 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse | ||
244 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse | ||
245 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse | ||
246 | 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse | ||
247 | 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse | ||
248 | 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse | ||
249 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse | ||
250 | 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse | ||
251 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse | ||
252 | 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 | ||
253 | |||
254 | 2025.07.15 21:48:45.884173 [ 5 ] {d707ffc6-c236-4a32-8d68-1ed121512422} <Debug> TCPHandler: Processed in 0.001082162 sec. | ||
255 | 2025.07.15 21:48:45.885005 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
256 | 2025.07.15 21:48:45.885794 [ 3 ] {bf60d5e1-01c4-4dad-9ab2-d71eece62ffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
257 | 2025.07.15 21:48:45.886401 [ 3 ] {bf60d5e1-01c4-4dad-9ab2-d71eece62ffa} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
258 | 2025.07.15 21:48:45.890675 [ 3 ] {bf60d5e1-01c4-4dad-9ab2-d71eece62ffa} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
259 | 2025.07.15 21:48:45.890698 [ 3 ] {bf60d5e1-01c4-4dad-9ab2-d71eece62ffa} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.0482e-05 sec | ||
260 | 2025.07.15 21:48:45.890714 [ 3 ] {bf60d5e1-01c4-4dad-9ab2-d71eece62ffa} <Trace> ReferentialDeps: No tables | ||
261 | 2025.07.15 21:48:45.890733 [ 3 ] {bf60d5e1-01c4-4dad-9ab2-d71eece62ffa} <Trace> LoadingDeps: No tables | ||
262 | 2025.07.15 21:48:45.890762 [ 3 ] {bf60d5e1-01c4-4dad-9ab2-d71eece62ffa} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
263 | 2025.07.15 21:48:45.891399 [ 3 ] {bf60d5e1-01c4-4dad-9ab2-d71eece62ffa} <Debug> TCPHandler: Processed in 0.006504595 sec. | ||
264 | 2025.07.15 21:48:45.891534 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
265 | 2025.07.15 21:48:45.891690 [ 3 ] {c213ce71-6bd2-4dd9-8583-58220b8589f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) /* The version table contains metadata about the `oximeter` database */ | ||
266 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
267 | 2025.07.15 21:48:45.891739 [ 3 ] {c213ce71-6bd2-4dd9-8583-58220b8589f4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
268 | 2025.07.15 21:48:45.894865 [ 3 ] {c213ce71-6bd2-4dd9-8583-58220b8589f4} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
269 | 2025.07.15 21:48:45.899830 [ 3 ] {c213ce71-6bd2-4dd9-8583-58220b8589f4} <Debug> oximeter.version (98ba6a03-ddb4-4d76-8202-e70e2ecaf620): Loading data parts | ||
270 | 2025.07.15 21:48:45.900926 [ 3 ] {c213ce71-6bd2-4dd9-8583-58220b8589f4} <Debug> oximeter.version (98ba6a03-ddb4-4d76-8202-e70e2ecaf620): There are no data parts | ||
271 | 2025.07.15 21:48:45.905257 [ 3 ] {c213ce71-6bd2-4dd9-8583-58220b8589f4} <Debug> TCPHandler: Processed in 0.013771353 sec. | ||
272 | 2025.07.15 21:48:45.905418 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
273 | 2025.07.15 21:48:45.905592 [ 3 ] {beb751ba-30af-4250-b62f-37a699100728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) /* The measurement tables contain all individual samples from each timeseries. | ||
274 | * | ||
275 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
276 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
277 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
278 | * by all samples from the same timeseries. | ||
279 | * | ||
280 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
281 | * and then uses that to index quickly into the measurements tables. | ||
282 | */ | ||
283 | 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) | ||
284 | 2025.07.15 21:48:45.905653 [ 3 ] {beb751ba-30af-4250-b62f-37a699100728} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
285 | 2025.07.15 21:48:45.916738 [ 3 ] {beb751ba-30af-4250-b62f-37a699100728} <Debug> oximeter.measurements_bool (76f4e930-1b5e-41d7-82d7-03220048eab9): Loading data parts | ||
286 | 2025.07.15 21:48:45.917058 [ 3 ] {beb751ba-30af-4250-b62f-37a699100728} <Debug> oximeter.measurements_bool (76f4e930-1b5e-41d7-82d7-03220048eab9): There are no data parts | ||
287 | 2025.07.15 21:48:45.921718 [ 3 ] {beb751ba-30af-4250-b62f-37a699100728} <Debug> TCPHandler: Processed in 0.01634711 sec. | ||
288 | 2025.07.15 21:48:45.921993 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
289 | 2025.07.15 21:48:45.922229 [ 3 ] {2608b431-7121-44d8-a288-e36b4536a8c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
290 | 2025.07.15 21:48:45.922280 [ 3 ] {2608b431-7121-44d8-a288-e36b4536a8c4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
291 | 2025.07.15 21:48:45.933550 [ 3 ] {2608b431-7121-44d8-a288-e36b4536a8c4} <Debug> oximeter.measurements_i8 (1bd56b6a-3ab9-4dda-ad02-439d201064bb): Loading data parts | ||
292 | 2025.07.15 21:48:45.933689 [ 3 ] {2608b431-7121-44d8-a288-e36b4536a8c4} <Debug> oximeter.measurements_i8 (1bd56b6a-3ab9-4dda-ad02-439d201064bb): There are no data parts | ||
293 | 2025.07.15 21:48:45.936872 [ 3 ] {2608b431-7121-44d8-a288-e36b4536a8c4} <Debug> TCPHandler: Processed in 0.014976518 sec. | ||
294 | 2025.07.15 21:48:45.937039 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
295 | 2025.07.15 21:48:45.937198 [ 3 ] {8496674f-4698-42de-a245-9f8edc303e38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
296 | 2025.07.15 21:48:45.937248 [ 3 ] {8496674f-4698-42de-a245-9f8edc303e38} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
297 | 2025.07.15 21:48:45.938895 [ 3 ] {8496674f-4698-42de-a245-9f8edc303e38} <Debug> oximeter.measurements_u8 (b953f28f-55d7-426c-b05e-94d1c1923aea): Loading data parts | ||
298 | 2025.07.15 21:48:45.939032 [ 3 ] {8496674f-4698-42de-a245-9f8edc303e38} <Debug> oximeter.measurements_u8 (b953f28f-55d7-426c-b05e-94d1c1923aea): There are no data parts | ||
299 | 2025.07.15 21:48:45.943174 [ 3 ] {8496674f-4698-42de-a245-9f8edc303e38} <Debug> TCPHandler: Processed in 0.006190675 sec. | ||
300 | 2025.07.15 21:48:45.943410 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
301 | 2025.07.15 21:48:45.943733 [ 3 ] {09031f68-8899-405f-b856-0a4863613145} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
302 | 2025.07.15 21:48:45.943814 [ 3 ] {09031f68-8899-405f-b856-0a4863613145} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
303 | 2025.07.15 21:48:45.947641 [ 3 ] {09031f68-8899-405f-b856-0a4863613145} <Debug> oximeter.measurements_i16 (43ac67b9-0092-411d-a560-ef29dd1acf08): Loading data parts | ||
304 | 2025.07.15 21:48:45.947785 [ 3 ] {09031f68-8899-405f-b856-0a4863613145} <Debug> oximeter.measurements_i16 (43ac67b9-0092-411d-a560-ef29dd1acf08): There are no data parts | ||
305 | 2025.07.15 21:48:45.950193 [ 3 ] {09031f68-8899-405f-b856-0a4863613145} <Debug> TCPHandler: Processed in 0.006880636 sec. | ||
306 | 2025.07.15 21:48:45.950363 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
307 | 2025.07.15 21:48:45.950545 [ 3 ] {69342181-f086-45ce-b209-e3ef2098b319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
308 | 2025.07.15 21:48:45.950606 [ 3 ] {69342181-f086-45ce-b209-e3ef2098b319} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
309 | 2025.07.15 21:48:45.952542 [ 3 ] {69342181-f086-45ce-b209-e3ef2098b319} <Debug> oximeter.measurements_u16 (cd699841-5d2b-437b-ad0e-48eb9379787f): Loading data parts | ||
310 | 2025.07.15 21:48:45.952685 [ 3 ] {69342181-f086-45ce-b209-e3ef2098b319} <Debug> oximeter.measurements_u16 (cd699841-5d2b-437b-ad0e-48eb9379787f): There are no data parts | ||
311 | 2025.07.15 21:48:45.956749 [ 3 ] {69342181-f086-45ce-b209-e3ef2098b319} <Debug> TCPHandler: Processed in 0.006443433 sec. | ||
312 | 2025.07.15 21:48:45.956907 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2025.07.15 21:48:45.957101 [ 3 ] {169ff316-1914-414b-8a2f-09e85fad7029} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
314 | 2025.07.15 21:48:45.957143 [ 3 ] {169ff316-1914-414b-8a2f-09e85fad7029} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
315 | 2025.07.15 21:48:45.963778 [ 3 ] {169ff316-1914-414b-8a2f-09e85fad7029} <Debug> oximeter.measurements_i32 (5cdd340c-4029-4567-8516-fb30fbd220a9): Loading data parts | ||
316 | 2025.07.15 21:48:45.963962 [ 3 ] {169ff316-1914-414b-8a2f-09e85fad7029} <Debug> oximeter.measurements_i32 (5cdd340c-4029-4567-8516-fb30fbd220a9): There are no data parts | ||
317 | 2025.07.15 21:48:45.966732 [ 3 ] {169ff316-1914-414b-8a2f-09e85fad7029} <Debug> TCPHandler: Processed in 0.009882356 sec. | ||
318 | 2025.07.15 21:48:45.966884 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
319 | 2025.07.15 21:48:45.967035 [ 3 ] {5dbcb116-ce05-46c7-a01d-61a1dd174795} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
320 | 2025.07.15 21:48:45.967085 [ 3 ] {5dbcb116-ce05-46c7-a01d-61a1dd174795} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
321 | 2025.07.15 21:48:45.968947 [ 3 ] {5dbcb116-ce05-46c7-a01d-61a1dd174795} <Debug> oximeter.measurements_u32 (9d3bb4a3-ffac-49d1-aaf2-24bbe867f6a2): Loading data parts | ||
322 | 2025.07.15 21:48:45.969085 [ 3 ] {5dbcb116-ce05-46c7-a01d-61a1dd174795} <Debug> oximeter.measurements_u32 (9d3bb4a3-ffac-49d1-aaf2-24bbe867f6a2): There are no data parts | ||
323 | 2025.07.15 21:48:45.973226 [ 3 ] {5dbcb116-ce05-46c7-a01d-61a1dd174795} <Debug> TCPHandler: Processed in 0.006387371 sec. | ||
324 | 2025.07.15 21:48:45.973462 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2025.07.15 21:48:45.973798 [ 3 ] {7bc4beae-0b9f-4499-9d64-cef57ffcfa0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
326 | 2025.07.15 21:48:45.973887 [ 3 ] {7bc4beae-0b9f-4499-9d64-cef57ffcfa0c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
327 | 2025.07.15 21:48:45.983552 [ 3 ] {7bc4beae-0b9f-4499-9d64-cef57ffcfa0c} <Debug> oximeter.measurements_i64 (47c0fdc2-52a1-4906-8c02-e4a9eb062357): Loading data parts | ||
328 | 2025.07.15 21:48:45.983696 [ 3 ] {7bc4beae-0b9f-4499-9d64-cef57ffcfa0c} <Debug> oximeter.measurements_i64 (47c0fdc2-52a1-4906-8c02-e4a9eb062357): There are no data parts | ||
329 | 2025.07.15 21:48:45.986662 [ 3 ] {7bc4beae-0b9f-4499-9d64-cef57ffcfa0c} <Debug> TCPHandler: Processed in 0.013299239 sec. | ||
330 | 2025.07.15 21:48:45.986815 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
331 | 2025.07.15 21:48:45.986970 [ 3 ] {88deff2b-c587-4bff-9aec-85f26c527b85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
332 | 2025.07.15 21:48:45.987021 [ 3 ] {88deff2b-c587-4bff-9aec-85f26c527b85} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
333 | 2025.07.15 21:48:45.988922 [ 3 ] {88deff2b-c587-4bff-9aec-85f26c527b85} <Debug> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Loading data parts | ||
334 | 2025.07.15 21:48:45.989063 [ 3 ] {88deff2b-c587-4bff-9aec-85f26c527b85} <Debug> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): There are no data parts | ||
335 | 2025.07.15 21:48:45.993153 [ 3 ] {88deff2b-c587-4bff-9aec-85f26c527b85} <Debug> TCPHandler: Processed in 0.006385211 sec. | ||
336 | 2025.07.15 21:48:45.993295 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2025.07.15 21:48:45.993446 [ 3 ] {8c9e1cfe-f80a-4442-9aec-dbc0e844c119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
338 | 2025.07.15 21:48:45.993497 [ 3 ] {8c9e1cfe-f80a-4442-9aec-dbc0e844c119} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
339 | 2025.07.15 21:48:46.000200 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 121.55 MiB, peak 121.55 MiB, free memory in arenas 0.00 B, will set to 131.50 MiB (RSS), difference: 9.95 MiB | ||
340 | 2025.07.15 21:48:46.000332 [ 3 ] {8c9e1cfe-f80a-4442-9aec-dbc0e844c119} <Debug> oximeter.measurements_f32 (7f42b488-dd58-468b-b4f5-1758f0deb7f4): Loading data parts | ||
341 | 2025.07.15 21:48:46.000511 [ 3 ] {8c9e1cfe-f80a-4442-9aec-dbc0e844c119} <Debug> oximeter.measurements_f32 (7f42b488-dd58-468b-b4f5-1758f0deb7f4): There are no data parts | ||
342 | 2025.07.15 21:48:46.003469 [ 3 ] {8c9e1cfe-f80a-4442-9aec-dbc0e844c119} <Debug> TCPHandler: Processed in 0.010219116 sec. | ||
343 | 2025.07.15 21:48:46.003723 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
344 | 2025.07.15 21:48:46.004025 [ 3 ] {82bf66f8-9bb8-4732-9020-8ad15bdd4fae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
345 | 2025.07.15 21:48:46.004127 [ 3 ] {82bf66f8-9bb8-4732-9020-8ad15bdd4fae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
346 | 2025.07.15 21:48:46.006133 [ 3 ] {82bf66f8-9bb8-4732-9020-8ad15bdd4fae} <Debug> oximeter.measurements_f64 (97257d9a-f4a6-423b-b4a4-f5cf72aa59e5): Loading data parts | ||
347 | 2025.07.15 21:48:46.006303 [ 3 ] {82bf66f8-9bb8-4732-9020-8ad15bdd4fae} <Debug> oximeter.measurements_f64 (97257d9a-f4a6-423b-b4a4-f5cf72aa59e5): There are no data parts | ||
348 | 2025.07.15 21:48:46.010395 [ 3 ] {82bf66f8-9bb8-4732-9020-8ad15bdd4fae} <Debug> TCPHandler: Processed in 0.006769593 sec. | ||
349 | 2025.07.15 21:48:46.010550 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
350 | 2025.07.15 21:48:46.010744 [ 3 ] {cc99a19e-93d5-4520-8326-e130d669df96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
351 | 2025.07.15 21:48:46.010803 [ 3 ] {cc99a19e-93d5-4520-8326-e130d669df96} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
352 | 2025.07.15 21:48:46.017558 [ 3 ] {cc99a19e-93d5-4520-8326-e130d669df96} <Debug> oximeter.measurements_string (10f06688-1b1e-492a-9e82-2d10716ff396): Loading data parts | ||
353 | 2025.07.15 21:48:46.017758 [ 3 ] {cc99a19e-93d5-4520-8326-e130d669df96} <Debug> oximeter.measurements_string (10f06688-1b1e-492a-9e82-2d10716ff396): There are no data parts | ||
354 | 2025.07.15 21:48:46.020612 [ 3 ] {cc99a19e-93d5-4520-8326-e130d669df96} <Debug> TCPHandler: Processed in 0.010120303 sec. | ||
355 | 2025.07.15 21:48:46.020765 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
356 | 2025.07.15 21:48:46.020918 [ 3 ] {e692c60a-0ae0-4707-b565-6ad8b5c60136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
357 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
358 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
359 | * a string isn't palatable for a few reasons. | ||
360 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
361 | * details. | ||
362 | */ | ||
363 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
364 | 2025.07.15 21:48:46.020984 [ 3 ] {e692c60a-0ae0-4707-b565-6ad8b5c60136} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
365 | 2025.07.15 21:48:46.022915 [ 3 ] {e692c60a-0ae0-4707-b565-6ad8b5c60136} <Debug> oximeter.measurements_bytes (b14c46be-fa73-4d96-b510-f1e452d5db37): Loading data parts | ||
366 | 2025.07.15 21:48:46.023167 [ 3 ] {e692c60a-0ae0-4707-b565-6ad8b5c60136} <Debug> oximeter.measurements_bytes (b14c46be-fa73-4d96-b510-f1e452d5db37): There are no data parts | ||
367 | 2025.07.15 21:48:46.027210 [ 3 ] {e692c60a-0ae0-4707-b565-6ad8b5c60136} <Debug> TCPHandler: Processed in 0.006491195 sec. | ||
368 | 2025.07.15 21:48:46.027358 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
369 | 2025.07.15 21:48:46.027547 [ 3 ] {3e24f37e-668c-4448-a16c-b3e55733771b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
370 | 2025.07.15 21:48:46.027629 [ 3 ] {3e24f37e-668c-4448-a16c-b3e55733771b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
371 | 2025.07.15 21:48:46.031256 [ 3 ] {3e24f37e-668c-4448-a16c-b3e55733771b} <Debug> oximeter.measurements_cumulativei64 (85d92166-9c73-4432-8d21-9e27bb76c10c): Loading data parts | ||
372 | 2025.07.15 21:48:46.031470 [ 3 ] {3e24f37e-668c-4448-a16c-b3e55733771b} <Debug> oximeter.measurements_cumulativei64 (85d92166-9c73-4432-8d21-9e27bb76c10c): There are no data parts | ||
373 | 2025.07.15 21:48:46.033961 [ 3 ] {3e24f37e-668c-4448-a16c-b3e55733771b} <Debug> TCPHandler: Processed in 0.00666056 sec. | ||
374 | 2025.07.15 21:48:46.034104 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
375 | 2025.07.15 21:48:46.034430 [ 3 ] {ba9d4693-6ad8-40bc-a123-da14134c6822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
376 | 2025.07.15 21:48:46.034530 [ 3 ] {ba9d4693-6ad8-40bc-a123-da14134c6822} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
377 | 2025.07.15 21:48:46.036737 [ 3 ] {ba9d4693-6ad8-40bc-a123-da14134c6822} <Debug> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Loading data parts | ||
378 | 2025.07.15 21:48:46.036849 [ 3 ] {ba9d4693-6ad8-40bc-a123-da14134c6822} <Debug> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): There are no data parts | ||
379 | 2025.07.15 21:48:46.041044 [ 3 ] {ba9d4693-6ad8-40bc-a123-da14134c6822} <Debug> TCPHandler: Processed in 0.00699384 sec. | ||
380 | 2025.07.15 21:48:46.041323 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
381 | 2025.07.15 21:48:46.041615 [ 3 ] {4c0d6b54-9608-472c-b636-d1e3e43f2f98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
382 | 2025.07.15 21:48:46.041662 [ 3 ] {4c0d6b54-9608-472c-b636-d1e3e43f2f98} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
383 | 2025.07.15 21:48:46.048470 [ 3 ] {4c0d6b54-9608-472c-b636-d1e3e43f2f98} <Debug> oximeter.measurements_cumulativef32 (f81e325e-a82c-4a37-aeb2-2d5ea6ca17b1): Loading data parts | ||
384 | 2025.07.15 21:48:46.048700 [ 3 ] {4c0d6b54-9608-472c-b636-d1e3e43f2f98} <Debug> oximeter.measurements_cumulativef32 (f81e325e-a82c-4a37-aeb2-2d5ea6ca17b1): There are no data parts | ||
385 | 2025.07.15 21:48:46.051579 [ 3 ] {4c0d6b54-9608-472c-b636-d1e3e43f2f98} <Debug> TCPHandler: Processed in 0.01037271 sec. | ||
386 | 2025.07.15 21:48:46.051729 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
387 | 2025.07.15 21:48:46.051921 [ 3 ] {e89f490d-7282-456a-b389-61c94f03fea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
388 | 2025.07.15 21:48:46.051984 [ 3 ] {e89f490d-7282-456a-b389-61c94f03fea9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
389 | 2025.07.15 21:48:46.053962 [ 3 ] {e89f490d-7282-456a-b389-61c94f03fea9} <Debug> oximeter.measurements_cumulativef64 (d10704ae-de00-48e8-980b-4cd9d7f8099b): Loading data parts | ||
390 | 2025.07.15 21:48:46.054147 [ 3 ] {e89f490d-7282-456a-b389-61c94f03fea9} <Debug> oximeter.measurements_cumulativef64 (d10704ae-de00-48e8-980b-4cd9d7f8099b): There are no data parts | ||
391 | 2025.07.15 21:48:46.058382 [ 3 ] {e89f490d-7282-456a-b389-61c94f03fea9} <Debug> TCPHandler: Processed in 0.006708261 sec. | ||
392 | 2025.07.15 21:48:46.058640 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
393 | 2025.07.15 21:48:46.059092 [ 3 ] {c032073b-b76e-42d6-8608-a0a65b8279d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
394 | * NOTE: Array types cannot be Nullable, see | ||
395 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
396 | * for more details. | ||
397 | * | ||
398 | * This means we need to use empty arrays to indicate a missing value. This | ||
399 | * is unfortunate, and at this point relies on the fact that an | ||
400 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
401 | * to figure out another way to represent missing samples here. | ||
402 | */ | ||
403 | 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) | ||
404 | 2025.07.15 21:48:46.059184 [ 3 ] {c032073b-b76e-42d6-8608-a0a65b8279d9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
405 | 2025.07.15 21:48:46.077860 [ 3 ] {c032073b-b76e-42d6-8608-a0a65b8279d9} <Debug> oximeter.measurements_histogrami8 (4fe7bdfa-18d6-42b8-96eb-1849c1a2cda0): Loading data parts | ||
406 | 2025.07.15 21:48:46.078092 [ 3 ] {c032073b-b76e-42d6-8608-a0a65b8279d9} <Debug> oximeter.measurements_histogrami8 (4fe7bdfa-18d6-42b8-96eb-1849c1a2cda0): There are no data parts | ||
407 | 2025.07.15 21:48:46.082394 [ 3 ] {c032073b-b76e-42d6-8608-a0a65b8279d9} <Debug> TCPHandler: Processed in 0.023853024 sec. | ||
408 | 2025.07.15 21:48:46.082647 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2025.07.15 21:48:46.083063 [ 3 ] {706d033a-d3db-4ae1-8a2e-d37396498232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
410 | 2025.07.15 21:48:46.083178 [ 3 ] {706d033a-d3db-4ae1-8a2e-d37396498232} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
411 | 2025.07.15 21:48:46.089627 [ 3 ] {706d033a-d3db-4ae1-8a2e-d37396498232} <Debug> oximeter.measurements_histogramu8 (f6110828-2076-4a74-9de1-87044a9a69f0): Loading data parts | ||
412 | 2025.07.15 21:48:46.089799 [ 3 ] {706d033a-d3db-4ae1-8a2e-d37396498232} <Debug> oximeter.measurements_histogramu8 (f6110828-2076-4a74-9de1-87044a9a69f0): There are no data parts | ||
413 | 2025.07.15 21:48:46.094587 [ 3 ] {706d033a-d3db-4ae1-8a2e-d37396498232} <Debug> TCPHandler: Processed in 0.01203394 sec. | ||
414 | 2025.07.15 21:48:46.094822 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
415 | 2025.07.15 21:48:46.095213 [ 3 ] {8fd004e0-18d4-4f02-b4b1-155608c015b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
416 | 2025.07.15 21:48:46.095274 [ 3 ] {8fd004e0-18d4-4f02-b4b1-155608c015b2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
417 | 2025.07.15 21:48:46.101667 [ 3 ] {8fd004e0-18d4-4f02-b4b1-155608c015b2} <Debug> oximeter.measurements_histogrami16 (e82198b3-918f-4f64-b83f-c796cdee7c42): Loading data parts | ||
418 | 2025.07.15 21:48:46.101788 [ 3 ] {8fd004e0-18d4-4f02-b4b1-155608c015b2} <Debug> oximeter.measurements_histogrami16 (e82198b3-918f-4f64-b83f-c796cdee7c42): There are no data parts | ||
419 | 2025.07.15 21:48:46.104530 [ 3 ] {8fd004e0-18d4-4f02-b4b1-155608c015b2} <Debug> TCPHandler: Processed in 0.009806664 sec. | ||
420 | 2025.07.15 21:48:46.104679 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2025.07.15 21:48:46.104886 [ 3 ] {1fb9b4a1-7006-44c5-960b-18ca5cd363ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
422 | 2025.07.15 21:48:46.104948 [ 3 ] {1fb9b4a1-7006-44c5-960b-18ca5cd363ae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
423 | 2025.07.15 21:48:46.106686 [ 3 ] {1fb9b4a1-7006-44c5-960b-18ca5cd363ae} <Debug> oximeter.measurements_histogramu16 (7e1967d7-71ab-4d77-9924-9e9d9b33dd1c): Loading data parts | ||
424 | 2025.07.15 21:48:46.106805 [ 3 ] {1fb9b4a1-7006-44c5-960b-18ca5cd363ae} <Debug> oximeter.measurements_histogramu16 (7e1967d7-71ab-4d77-9924-9e9d9b33dd1c): There are no data parts | ||
425 | 2025.07.15 21:48:46.110882 [ 3 ] {1fb9b4a1-7006-44c5-960b-18ca5cd363ae} <Debug> TCPHandler: Processed in 0.006251737 sec. | ||
426 | 2025.07.15 21:48:46.111023 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
427 | 2025.07.15 21:48:46.111247 [ 3 ] {d7a627bb-f584-4cae-8147-5d00941d87f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
428 | 2025.07.15 21:48:46.111308 [ 3 ] {d7a627bb-f584-4cae-8147-5d00941d87f3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
429 | 2025.07.15 21:48:46.117234 [ 3 ] {d7a627bb-f584-4cae-8147-5d00941d87f3} <Debug> oximeter.measurements_histogrami32 (641b79c2-497e-4d0c-b7d2-eb8b489ff42f): Loading data parts | ||
430 | 2025.07.15 21:48:46.117382 [ 3 ] {d7a627bb-f584-4cae-8147-5d00941d87f3} <Debug> oximeter.measurements_histogrami32 (641b79c2-497e-4d0c-b7d2-eb8b489ff42f): There are no data parts | ||
431 | 2025.07.15 21:48:46.120661 [ 3 ] {d7a627bb-f584-4cae-8147-5d00941d87f3} <Debug> TCPHandler: Processed in 0.00968377 sec. | ||
432 | 2025.07.15 21:48:46.120900 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2025.07.15 21:48:46.121333 [ 3 ] {a145657e-5672-4aa9-8c52-efa528fa852f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
434 | 2025.07.15 21:48:46.121465 [ 3 ] {a145657e-5672-4aa9-8c52-efa528fa852f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
435 | 2025.07.15 21:48:46.123336 [ 3 ] {a145657e-5672-4aa9-8c52-efa528fa852f} <Debug> oximeter.measurements_histogramu32 (cb4d077c-1afc-4d31-a524-f6d377f2695b): Loading data parts | ||
436 | 2025.07.15 21:48:46.123458 [ 3 ] {a145657e-5672-4aa9-8c52-efa528fa852f} <Debug> oximeter.measurements_histogramu32 (cb4d077c-1afc-4d31-a524-f6d377f2695b): There are no data parts | ||
437 | 2025.07.15 21:48:46.127688 [ 3 ] {a145657e-5672-4aa9-8c52-efa528fa852f} <Debug> TCPHandler: Processed in 0.006875135 sec. | ||
438 | 2025.07.15 21:48:46.127926 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
439 | 2025.07.15 21:48:46.128260 [ 3 ] {9a3a6576-0e08-4018-bcb9-b7eeb838a282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
440 | 2025.07.15 21:48:46.128321 [ 3 ] {9a3a6576-0e08-4018-bcb9-b7eeb838a282} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
441 | 2025.07.15 21:48:46.134390 [ 3 ] {9a3a6576-0e08-4018-bcb9-b7eeb838a282} <Debug> oximeter.measurements_histogrami64 (ee3f862a-c0b3-447f-875f-3c7049601dd8): Loading data parts | ||
442 | 2025.07.15 21:48:46.134578 [ 3 ] {9a3a6576-0e08-4018-bcb9-b7eeb838a282} <Debug> oximeter.measurements_histogrami64 (ee3f862a-c0b3-447f-875f-3c7049601dd8): There are no data parts | ||
443 | 2025.07.15 21:48:46.137349 [ 3 ] {9a3a6576-0e08-4018-bcb9-b7eeb838a282} <Debug> TCPHandler: Processed in 0.009519225 sec. | ||
444 | 2025.07.15 21:48:46.137607 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2025.07.15 21:48:46.138019 [ 3 ] {52f7e3b5-516b-4276-a1dd-c91ff2fdccf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
446 | 2025.07.15 21:48:46.138145 [ 3 ] {52f7e3b5-516b-4276-a1dd-c91ff2fdccf6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
447 | 2025.07.15 21:48:46.139992 [ 3 ] {52f7e3b5-516b-4276-a1dd-c91ff2fdccf6} <Debug> oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Loading data parts | ||
448 | 2025.07.15 21:48:46.140160 [ 3 ] {52f7e3b5-516b-4276-a1dd-c91ff2fdccf6} <Debug> oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): There are no data parts | ||
449 | 2025.07.15 21:48:46.144401 [ 3 ] {52f7e3b5-516b-4276-a1dd-c91ff2fdccf6} <Debug> TCPHandler: Processed in 0.006889746 sec. | ||
450 | 2025.07.15 21:48:46.144633 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
451 | 2025.07.15 21:48:46.145040 [ 3 ] {782f9e19-804d-4fef-bdae-d74a09293aa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
452 | 2025.07.15 21:48:46.145189 [ 3 ] {782f9e19-804d-4fef-bdae-d74a09293aa2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
453 | 2025.07.15 21:48:46.151789 [ 3 ] {782f9e19-804d-4fef-bdae-d74a09293aa2} <Debug> oximeter.measurements_histogramf32 (50ad16bb-da75-4ff0-9d4a-ff1f6f6f558c): Loading data parts | ||
454 | 2025.07.15 21:48:46.151986 [ 3 ] {782f9e19-804d-4fef-bdae-d74a09293aa2} <Debug> oximeter.measurements_histogramf32 (50ad16bb-da75-4ff0-9d4a-ff1f6f6f558c): There are no data parts | ||
455 | 2025.07.15 21:48:46.154726 [ 3 ] {782f9e19-804d-4fef-bdae-d74a09293aa2} <Debug> TCPHandler: Processed in 0.010191435 sec. | ||
456 | 2025.07.15 21:48:46.154879 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
457 | 2025.07.15 21:48:46.155130 [ 3 ] {43f1b7d3-c872-408d-a956-040caf5f0c55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
458 | 2025.07.15 21:48:46.155195 [ 3 ] {43f1b7d3-c872-408d-a956-040caf5f0c55} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
459 | 2025.07.15 21:48:46.156994 [ 3 ] {43f1b7d3-c872-408d-a956-040caf5f0c55} <Debug> oximeter.measurements_histogramf64 (b11abc39-eebe-4663-8811-6cc2c919f528): Loading data parts | ||
460 | 2025.07.15 21:48:46.157111 [ 3 ] {43f1b7d3-c872-408d-a956-040caf5f0c55} <Debug> oximeter.measurements_histogramf64 (b11abc39-eebe-4663-8811-6cc2c919f528): There are no data parts | ||
461 | 2025.07.15 21:48:46.161198 [ 3 ] {43f1b7d3-c872-408d-a956-040caf5f0c55} <Debug> TCPHandler: Processed in 0.006377811 sec. | ||
462 | 2025.07.15 21:48:46.161349 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
463 | 2025.07.15 21:48:46.161555 [ 3 ] {6f0f96a0-702c-428a-9fad-8bebd025a532} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) /* The field tables store named dimensions of each timeseries. | ||
464 | * | ||
465 | * As with the measurement tables, there is one field table for each field data | ||
466 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
467 | * this behavior **must not** be relied upon for query correctness. | ||
468 | * | ||
469 | * The index for the fields differs from the measurements, however. Rows are | ||
470 | * sorted by timeseries name, then field name, field value, and finally | ||
471 | * timeseries key. This reflects the most common pattern for looking them up: | ||
472 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
473 | * usually then used to look up measurements. | ||
474 | * | ||
475 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
476 | * timeseries name and then key, since it would improve lookups where one | ||
477 | * already has the key. Realistically though, these tables are quite small and | ||
478 | * so performance benefits will be low in absolute terms. | ||
479 | * | ||
480 | * TTL: We use a materialized column to expire old field table records. This | ||
481 | * column is generated automatically by the database whenever a new row is | ||
482 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
483 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
484 | * record will remain during a deduplication, which will have the last | ||
485 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
486 | * measurement tables. | ||
487 | */ | ||
488 | 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) | ||
489 | 2025.07.15 21:48:46.161634 [ 3 ] {6f0f96a0-702c-428a-9fad-8bebd025a532} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
490 | 2025.07.15 21:48:46.167499 [ 3 ] {6f0f96a0-702c-428a-9fad-8bebd025a532} <Debug> oximeter.fields_bool (727a6a5d-04ab-4d4e-b44e-40943e850cfc): Loading data parts | ||
491 | 2025.07.15 21:48:46.167685 [ 3 ] {6f0f96a0-702c-428a-9fad-8bebd025a532} <Debug> oximeter.fields_bool (727a6a5d-04ab-4d4e-b44e-40943e850cfc): There are no data parts | ||
492 | 2025.07.15 21:48:46.170441 [ 3 ] {6f0f96a0-702c-428a-9fad-8bebd025a532} <Debug> TCPHandler: Processed in 0.009148004 sec. | ||
493 | 2025.07.15 21:48:46.170689 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
494 | 2025.07.15 21:48:46.171019 [ 3 ] {7e599883-2946-469c-b62a-1d93508c4e62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
495 | 2025.07.15 21:48:46.171122 [ 3 ] {7e599883-2946-469c-b62a-1d93508c4e62} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
496 | 2025.07.15 21:48:46.172827 [ 3 ] {7e599883-2946-469c-b62a-1d93508c4e62} <Debug> oximeter.fields_i8 (59117d3f-7820-4613-8b6a-5a23aea80d83): Loading data parts | ||
497 | 2025.07.15 21:48:46.172995 [ 3 ] {7e599883-2946-469c-b62a-1d93508c4e62} <Debug> oximeter.fields_i8 (59117d3f-7820-4613-8b6a-5a23aea80d83): There are no data parts | ||
498 | 2025.07.15 21:48:46.177047 [ 3 ] {7e599883-2946-469c-b62a-1d93508c4e62} <Debug> TCPHandler: Processed in 0.006456624 sec. | ||
499 | 2025.07.15 21:48:46.177292 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2025.07.15 21:48:46.177595 [ 3 ] {6a86820b-3f7b-4507-8692-debef41ce9f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
501 | 2025.07.15 21:48:46.177699 [ 3 ] {6a86820b-3f7b-4507-8692-debef41ce9f3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
502 | 2025.07.15 21:48:46.183492 [ 3 ] {6a86820b-3f7b-4507-8692-debef41ce9f3} <Debug> oximeter.fields_u8 (57562a94-c4f5-48cb-be0f-66f652f703b3): Loading data parts | ||
503 | 2025.07.15 21:48:46.183747 [ 3 ] {6a86820b-3f7b-4507-8692-debef41ce9f3} <Debug> oximeter.fields_u8 (57562a94-c4f5-48cb-be0f-66f652f703b3): There are no data parts | ||
504 | 2025.07.15 21:48:46.186393 [ 3 ] {6a86820b-3f7b-4507-8692-debef41ce9f3} <Debug> TCPHandler: Processed in 0.009218967 sec. | ||
505 | 2025.07.15 21:48:46.186519 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
506 | 2025.07.15 21:48:46.186684 [ 3 ] {1d651cc5-394c-44ac-8ad1-2d972fd0cf59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
507 | 2025.07.15 21:48:46.186738 [ 3 ] {1d651cc5-394c-44ac-8ad1-2d972fd0cf59} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
508 | 2025.07.15 21:48:46.192447 [ 3 ] {1d651cc5-394c-44ac-8ad1-2d972fd0cf59} <Debug> oximeter.fields_i16 (59a3dd3c-979f-4b91-a1ca-93c688d34d8d): Loading data parts | ||
509 | 2025.07.15 21:48:46.192571 [ 3 ] {1d651cc5-394c-44ac-8ad1-2d972fd0cf59} <Debug> oximeter.fields_i16 (59a3dd3c-979f-4b91-a1ca-93c688d34d8d): There are no data parts | ||
510 | 2025.07.15 21:48:46.196604 [ 3 ] {1d651cc5-394c-44ac-8ad1-2d972fd0cf59} <Debug> TCPHandler: Processed in 0.010132153 sec. | ||
511 | 2025.07.15 21:48:46.196782 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
512 | 2025.07.15 21:48:46.196997 [ 3 ] {909d8b09-4385-4724-b798-84f723a7a879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
513 | 2025.07.15 21:48:46.197064 [ 3 ] {909d8b09-4385-4724-b798-84f723a7a879} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
514 | 2025.07.15 21:48:46.198811 [ 3 ] {909d8b09-4385-4724-b798-84f723a7a879} <Debug> oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Loading data parts | ||
515 | 2025.07.15 21:48:46.198995 [ 3 ] {909d8b09-4385-4724-b798-84f723a7a879} <Debug> oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): There are no data parts | ||
516 | 2025.07.15 21:48:46.202986 [ 3 ] {909d8b09-4385-4724-b798-84f723a7a879} <Debug> TCPHandler: Processed in 0.006265118 sec. | ||
517 | 2025.07.15 21:48:46.203155 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
518 | 2025.07.15 21:48:46.203456 [ 3 ] {77f413e4-9f83-4ed2-9bb6-c5bbb7b56642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
519 | 2025.07.15 21:48:46.203549 [ 3 ] {77f413e4-9f83-4ed2-9bb6-c5bbb7b56642} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
520 | 2025.07.15 21:48:46.209522 [ 3 ] {77f413e4-9f83-4ed2-9bb6-c5bbb7b56642} <Debug> oximeter.fields_i32 (a3cb5030-9fb1-4e71-9c92-7800934edf49): Loading data parts | ||
521 | 2025.07.15 21:48:46.209714 [ 3 ] {77f413e4-9f83-4ed2-9bb6-c5bbb7b56642} <Debug> oximeter.fields_i32 (a3cb5030-9fb1-4e71-9c92-7800934edf49): There are no data parts | ||
522 | 2025.07.15 21:48:46.212436 [ 3 ] {77f413e4-9f83-4ed2-9bb6-c5bbb7b56642} <Debug> TCPHandler: Processed in 0.00935731 sec. | ||
523 | 2025.07.15 21:48:46.212570 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
524 | 2025.07.15 21:48:46.212719 [ 3 ] {bea3133c-0188-4343-9fb0-c57d5f0f342b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
525 | 2025.07.15 21:48:46.212772 [ 3 ] {bea3133c-0188-4343-9fb0-c57d5f0f342b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
526 | 2025.07.15 21:48:46.214389 [ 3 ] {bea3133c-0188-4343-9fb0-c57d5f0f342b} <Debug> oximeter.fields_u32 (5b75d646-c127-40b2-a9d3-552d28ad49b3): Loading data parts | ||
527 | 2025.07.15 21:48:46.214526 [ 3 ] {bea3133c-0188-4343-9fb0-c57d5f0f342b} <Debug> oximeter.fields_u32 (5b75d646-c127-40b2-a9d3-552d28ad49b3): There are no data parts | ||
528 | 2025.07.15 21:48:46.218656 [ 3 ] {bea3133c-0188-4343-9fb0-c57d5f0f342b} <Debug> TCPHandler: Processed in 0.006130893 sec. | ||
529 | 2025.07.15 21:48:46.218889 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
530 | 2025.07.15 21:48:46.219246 [ 3 ] {3297b9c5-3e00-4f82-b737-7b495c8a09a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
531 | 2025.07.15 21:48:46.219367 [ 3 ] {3297b9c5-3e00-4f82-b737-7b495c8a09a9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
532 | 2025.07.15 21:48:46.221242 [ 3 ] {3297b9c5-3e00-4f82-b737-7b495c8a09a9} <Debug> oximeter.fields_i64 (f7bbf1a9-1a90-4d21-9e93-7c7254f4b6cb): Loading data parts | ||
533 | 2025.07.15 21:48:46.221375 [ 3 ] {3297b9c5-3e00-4f82-b737-7b495c8a09a9} <Debug> oximeter.fields_i64 (f7bbf1a9-1a90-4d21-9e93-7c7254f4b6cb): There are no data parts | ||
534 | 2025.07.15 21:48:46.223559 [ 3 ] {3297b9c5-3e00-4f82-b737-7b495c8a09a9} <Debug> TCPHandler: Processed in 0.004767542 sec. | ||
535 | 2025.07.15 21:48:46.223689 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
536 | 2025.07.15 21:48:46.223841 [ 3 ] {45a679ba-b280-4118-8e7e-2860f5a97ab5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
537 | 2025.07.15 21:48:46.223894 [ 3 ] {45a679ba-b280-4118-8e7e-2860f5a97ab5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
538 | 2025.07.15 21:48:46.225630 [ 3 ] {45a679ba-b280-4118-8e7e-2860f5a97ab5} <Debug> oximeter.fields_u64 (23f5526e-aaaa-44f5-bb28-ee8889bed8b2): Loading data parts | ||
539 | 2025.07.15 21:48:46.225779 [ 3 ] {45a679ba-b280-4118-8e7e-2860f5a97ab5} <Debug> oximeter.fields_u64 (23f5526e-aaaa-44f5-bb28-ee8889bed8b2): There are no data parts | ||
540 | 2025.07.15 21:48:46.229999 [ 3 ] {45a679ba-b280-4118-8e7e-2860f5a97ab5} <Debug> TCPHandler: Processed in 0.00635647 sec. | ||
541 | 2025.07.15 21:48:46.230276 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
542 | 2025.07.15 21:48:46.230572 [ 3 ] {393a8dc5-e3dd-47f8-8f28-79bd31e534cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
543 | 2025.07.15 21:48:46.230626 [ 3 ] {393a8dc5-e3dd-47f8-8f28-79bd31e534cf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
544 | 2025.07.15 21:48:46.236633 [ 3 ] {393a8dc5-e3dd-47f8-8f28-79bd31e534cf} <Debug> oximeter.fields_ipaddr (fef71ea0-f5c9-4d9b-b544-475a4b701a01): Loading data parts | ||
545 | 2025.07.15 21:48:46.236842 [ 3 ] {393a8dc5-e3dd-47f8-8f28-79bd31e534cf} <Debug> oximeter.fields_ipaddr (fef71ea0-f5c9-4d9b-b544-475a4b701a01): There are no data parts | ||
546 | 2025.07.15 21:48:46.239669 [ 3 ] {393a8dc5-e3dd-47f8-8f28-79bd31e534cf} <Debug> TCPHandler: Processed in 0.009512125 sec. | ||
547 | 2025.07.15 21:48:46.239827 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
548 | 2025.07.15 21:48:46.240014 [ 3 ] {97f772a6-05d7-4efe-8736-e1fdf8328792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
549 | 2025.07.15 21:48:46.240080 [ 3 ] {97f772a6-05d7-4efe-8736-e1fdf8328792} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
550 | 2025.07.15 21:48:46.241753 [ 3 ] {97f772a6-05d7-4efe-8736-e1fdf8328792} <Debug> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Loading data parts | ||
551 | 2025.07.15 21:48:46.241879 [ 3 ] {97f772a6-05d7-4efe-8736-e1fdf8328792} <Debug> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): There are no data parts | ||
552 | 2025.07.15 21:48:46.246027 [ 3 ] {97f772a6-05d7-4efe-8736-e1fdf8328792} <Debug> TCPHandler: Processed in 0.006255607 sec. | ||
553 | 2025.07.15 21:48:46.246218 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
554 | 2025.07.15 21:48:46.246392 [ 3 ] {cc4e372b-1278-4206-8173-040d5b725edd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
555 | 2025.07.15 21:48:46.246472 [ 3 ] {cc4e372b-1278-4206-8173-040d5b725edd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
556 | 2025.07.15 21:48:46.251511 [ 3 ] {cc4e372b-1278-4206-8173-040d5b725edd} <Debug> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Loading data parts | ||
557 | 2025.07.15 21:48:46.251722 [ 3 ] {cc4e372b-1278-4206-8173-040d5b725edd} <Debug> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): There are no data parts | ||
558 | 2025.07.15 21:48:46.254426 [ 3 ] {cc4e372b-1278-4206-8173-040d5b725edd} <Debug> TCPHandler: Processed in 0.008255797 sec. | ||
559 | 2025.07.15 21:48:46.254576 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
560 | 2025.07.15 21:48:46.254817 [ 3 ] {54e9778b-ad53-43bd-a328-a433b04a7b9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) /* The timeseries schema table stores the extracted schema for the samples | ||
561 | * oximeter collects. | ||
562 | */ | ||
563 | 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) | ||
564 | 2025.07.15 21:48:46.254892 [ 3 ] {54e9778b-ad53-43bd-a328-a433b04a7b9d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
565 | 2025.07.15 21:48:46.256523 [ 3 ] {54e9778b-ad53-43bd-a328-a433b04a7b9d} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15): Loading data parts | ||
566 | 2025.07.15 21:48:46.256659 [ 3 ] {54e9778b-ad53-43bd-a328-a433b04a7b9d} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15): There are no data parts | ||
567 | 2025.07.15 21:48:46.260960 [ 3 ] {54e9778b-ad53-43bd-a328-a433b04a7b9d} <Debug> TCPHandler: Processed in 0.006429803 sec. | ||
568 | 2025.07.15 21:48:46.261349 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
569 | 2025.07.15 21:48:46.261704 [ 5 ] {ec4df338-732c-44cc-9b86-71c6d0bb5f9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
570 | 2025.07.15 21:48:46.262473 [ 5 ] {ec4df338-732c-44cc-9b86-71c6d0bb5f9d} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
571 | 2025.07.15 21:48:46.267990 [ 260 ] {ec4df338-732c-44cc-9b86-71c6d0bb5f9d} <Trace> oximeter.version (98ba6a03-ddb4-4d76-8202-e70e2ecaf620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
572 | 2025.07.15 21:48:46.268032 [ 260 ] {ec4df338-732c-44cc-9b86-71c6d0bb5f9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
573 | 2025.07.15 21:48:46.271593 [ 260 ] {ec4df338-732c-44cc-9b86-71c6d0bb5f9d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
574 | 2025.07.15 21:48:46.271929 [ 260 ] {ec4df338-732c-44cc-9b86-71c6d0bb5f9d} <Trace> oximeter.version (98ba6a03-ddb4-4d76-8202-e70e2ecaf620): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
575 | 2025.07.15 21:48:46.272172 [ 5 ] {ec4df338-732c-44cc-9b86-71c6d0bb5f9d} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.010624 sec., 94.12650602409639 rows/sec., 1.47 KiB/sec. | ||
576 | 2025.07.15 21:48:46.272459 [ 5 ] {ec4df338-732c-44cc-9b86-71c6d0bb5f9d} <Debug> TCPHandler: Processed in 0.011243747 sec. | ||
577 | 2025.07.15 21:48:47.000190 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 133.97 MiB, peak 133.97 MiB, free memory in arenas 0.00 B, will set to 138.10 MiB (RSS), difference: 4.13 MiB | ||
578 | 2025.07.15 21:48:48.049834 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48466 | ||
579 | 2025.07.15 21:48:48.050017 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
580 | 2025.07.15 21:48:48.050054 [ 262 ] {} <Debug> TCP-Session: 3cead674-a16a-4382-a6f3-e2924cc11da2 Authenticating user 'default' from [fd00:1122:3344:101::c]:48466 | ||
581 | 2025.07.15 21:48:48.050081 [ 262 ] {} <Debug> TCP-Session: 3cead674-a16a-4382-a6f3-e2924cc11da2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
582 | 2025.07.15 21:48:48.050110 [ 262 ] {} <Debug> TCP-Session: 3cead674-a16a-4382-a6f3-e2924cc11da2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
583 | 2025.07.15 21:48:48.050188 [ 262 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
584 | 2025.07.15 21:48:48.050215 [ 262 ] {} <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 | ||
585 | 2025.07.15 21:48:48.050249 [ 262 ] {} <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 | ||
586 | 2025.07.15 21:48:48.051227 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55898 | ||
587 | 2025.07.15 21:48:48.051308 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39296 | ||
588 | 2025.07.15 21:48:48.051432 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35198 | ||
589 | 2025.07.15 21:48:48.051452 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
590 | 2025.07.15 21:48:48.051548 [ 263 ] {} <Debug> TCP-Session: 2ace6d1f-d725-4202-978a-b635619ea42f Authenticating user 'default' from [fd00:1122:3344:101::c]:55898 | ||
591 | 2025.07.15 21:48:48.051572 [ 263 ] {} <Debug> TCP-Session: 2ace6d1f-d725-4202-978a-b635619ea42f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
592 | 2025.07.15 21:48:48.051585 [ 263 ] {} <Debug> TCP-Session: 2ace6d1f-d725-4202-978a-b635619ea42f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2025.07.15 21:48:48.051636 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43264 | ||
594 | 2025.07.15 21:48:48.051759 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40798 | ||
595 | 2025.07.15 21:48:48.051911 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50931 | ||
596 | 2025.07.15 21:48:48.052027 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:65496 | ||
597 | 2025.07.15 21:48:48.052521 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
598 | 2025.07.15 21:48:48.052593 [ 264 ] {} <Debug> TCP-Session: 20e544b5-e2c7-4db2-b952-034f585ccc53 Authenticating user 'default' from [fd00:1122:3344:101::c]:39296 | ||
599 | 2025.07.15 21:48:48.052621 [ 264 ] {} <Debug> TCP-Session: 20e544b5-e2c7-4db2-b952-034f585ccc53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
600 | 2025.07.15 21:48:48.052636 [ 264 ] {} <Debug> TCP-Session: 20e544b5-e2c7-4db2-b952-034f585ccc53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
601 | 2025.07.15 21:48:48.060790 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
602 | 2025.07.15 21:48:48.060846 [ 269 ] {} <Debug> TCP-Session: 3be60ba8-1c19-4398-a1a0-0f3f05e3c675 Authenticating user 'default' from [fd00:1122:3344:101::c]:65496 | ||
603 | 2025.07.15 21:48:48.061415 [ 269 ] {} <Debug> TCP-Session: 3be60ba8-1c19-4398-a1a0-0f3f05e3c675 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
604 | 2025.07.15 21:48:48.061470 [ 269 ] {} <Debug> TCP-Session: 3be60ba8-1c19-4398-a1a0-0f3f05e3c675 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2025.07.15 21:48:48.062910 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
606 | 2025.07.15 21:48:48.062962 [ 268 ] {} <Debug> TCP-Session: f0680eff-bae1-4cd8-86b4-17269e9c098a Authenticating user 'default' from [fd00:1122:3344:101::c]:50931 | ||
607 | 2025.07.15 21:48:48.063010 [ 268 ] {} <Debug> TCP-Session: f0680eff-bae1-4cd8-86b4-17269e9c098a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
608 | 2025.07.15 21:48:48.063023 [ 268 ] {} <Debug> TCP-Session: f0680eff-bae1-4cd8-86b4-17269e9c098a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
609 | 2025.07.15 21:48:48.063521 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
610 | 2025.07.15 21:48:48.063605 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
611 | 2025.07.15 21:48:48.063644 [ 267 ] {} <Debug> TCP-Session: c2b0b4b3-32b5-4419-b80a-adc04891bd59 Authenticating user 'default' from [fd00:1122:3344:101::c]:40798 | ||
612 | 2025.07.15 21:48:48.063649 [ 265 ] {} <Debug> TCP-Session: c76b1954-46c0-4334-b35a-3082b57858b9 Authenticating user 'default' from [fd00:1122:3344:101::c]:35198 | ||
613 | 2025.07.15 21:48:48.063692 [ 267 ] {} <Debug> TCP-Session: c2b0b4b3-32b5-4419-b80a-adc04891bd59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
614 | 2025.07.15 21:48:48.063710 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
615 | 2025.07.15 21:48:48.063755 [ 267 ] {} <Debug> TCP-Session: c2b0b4b3-32b5-4419-b80a-adc04891bd59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
616 | 2025.07.15 21:48:48.063698 [ 265 ] {} <Debug> TCP-Session: c76b1954-46c0-4334-b35a-3082b57858b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2025.07.15 21:48:48.063792 [ 266 ] {} <Debug> TCP-Session: fcb9b803-0df6-4c5e-b529-e81852b8b706 Authenticating user 'default' from [fd00:1122:3344:101::c]:43264 | ||
618 | 2025.07.15 21:48:48.063837 [ 265 ] {} <Debug> TCP-Session: c76b1954-46c0-4334-b35a-3082b57858b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
619 | 2025.07.15 21:48:48.063852 [ 266 ] {} <Debug> TCP-Session: fcb9b803-0df6-4c5e-b529-e81852b8b706 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
620 | 2025.07.15 21:48:48.063937 [ 266 ] {} <Debug> TCP-Session: fcb9b803-0df6-4c5e-b529-e81852b8b706 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
621 | 2025.07.15 21:48:48.091924 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50897 | ||
622 | 2025.07.15 21:48:48.092047 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
623 | 2025.07.15 21:48:48.092121 [ 270 ] {} <Debug> TCP-Session: b0adfec2-d2bc-40cc-9afd-0c53ebab9d04 Authenticating user 'default' from [fd00:1122:3344:101::a]:50897 | ||
624 | 2025.07.15 21:48:48.092144 [ 270 ] {} <Debug> TCP-Session: b0adfec2-d2bc-40cc-9afd-0c53ebab9d04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
625 | 2025.07.15 21:48:48.092158 [ 270 ] {} <Debug> TCP-Session: b0adfec2-d2bc-40cc-9afd-0c53ebab9d04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
626 | 2025.07.15 21:48:48.092246 [ 270 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
627 | 2025.07.15 21:48:48.092287 [ 270 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
628 | 2025.07.15 21:48:48.092325 [ 270 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
629 | 2025.07.15 21:48:48.093281 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60195 | ||
630 | 2025.07.15 21:48:48.093376 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62579 | ||
631 | 2025.07.15 21:48:48.093460 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58577 | ||
632 | 2025.07.15 21:48:48.093535 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
633 | 2025.07.15 21:48:48.093630 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61848 | ||
634 | 2025.07.15 21:48:48.093675 [ 271 ] {} <Debug> TCP-Session: 3a99ce90-54fd-4fc6-a02c-e377a6897aea Authenticating user 'default' from [fd00:1122:3344:101::a]:60195 | ||
635 | 2025.07.15 21:48:48.093701 [ 271 ] {} <Debug> TCP-Session: 3a99ce90-54fd-4fc6-a02c-e377a6897aea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
636 | 2025.07.15 21:48:48.093716 [ 271 ] {} <Debug> TCP-Session: 3a99ce90-54fd-4fc6-a02c-e377a6897aea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
637 | 2025.07.15 21:48:48.093762 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60899 | ||
638 | 2025.07.15 21:48:48.093770 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
639 | 2025.07.15 21:48:48.093828 [ 272 ] {} <Debug> TCP-Session: b79211b0-d5b5-487d-88e3-6bda870aefe6 Authenticating user 'default' from [fd00:1122:3344:101::a]:62579 | ||
640 | 2025.07.15 21:48:48.093825 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
641 | 2025.07.15 21:48:48.093870 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42340 | ||
642 | 2025.07.15 21:48:48.093851 [ 272 ] {} <Debug> TCP-Session: b79211b0-d5b5-487d-88e3-6bda870aefe6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
643 | 2025.07.15 21:48:48.093930 [ 273 ] {} <Debug> TCP-Session: 3a213bc0-c2d3-49a1-b938-f08f11031904 Authenticating user 'default' from [fd00:1122:3344:101::a]:58577 | ||
644 | 2025.07.15 21:48:48.093944 [ 272 ] {} <Debug> TCP-Session: b79211b0-d5b5-487d-88e3-6bda870aefe6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
645 | 2025.07.15 21:48:48.093982 [ 273 ] {} <Debug> TCP-Session: 3a213bc0-c2d3-49a1-b938-f08f11031904 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
646 | 2025.07.15 21:48:48.093986 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33022 | ||
647 | 2025.07.15 21:48:48.094003 [ 273 ] {} <Debug> TCP-Session: 3a213bc0-c2d3-49a1-b938-f08f11031904 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
648 | 2025.07.15 21:48:48.095093 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
649 | 2025.07.15 21:48:48.095126 [ 274 ] {} <Debug> TCP-Session: ba32817a-f3c2-4235-8f20-3a12e963d0a7 Authenticating user 'default' from [fd00:1122:3344:101::a]:61848 | ||
650 | 2025.07.15 21:48:48.095141 [ 274 ] {} <Debug> TCP-Session: ba32817a-f3c2-4235-8f20-3a12e963d0a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
651 | 2025.07.15 21:48:48.095217 [ 274 ] {} <Debug> TCP-Session: ba32817a-f3c2-4235-8f20-3a12e963d0a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
652 | 2025.07.15 21:48:48.104950 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
653 | 2025.07.15 21:48:48.105014 [ 277 ] {} <Debug> TCP-Session: d516a83a-bc65-45bf-a237-835b3be34d01 Authenticating user 'default' from [fd00:1122:3344:101::a]:33022 | ||
654 | 2025.07.15 21:48:48.105101 [ 277 ] {} <Debug> TCP-Session: d516a83a-bc65-45bf-a237-835b3be34d01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
655 | 2025.07.15 21:48:48.105133 [ 277 ] {} <Debug> TCP-Session: d516a83a-bc65-45bf-a237-835b3be34d01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
656 | 2025.07.15 21:48:48.107734 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
657 | 2025.07.15 21:48:48.107823 [ 275 ] {} <Debug> TCP-Session: ffac25fd-718d-4186-b4bf-0c030d92f9dc Authenticating user 'default' from [fd00:1122:3344:101::a]:60899 | ||
658 | 2025.07.15 21:48:48.107843 [ 275 ] {} <Debug> TCP-Session: ffac25fd-718d-4186-b4bf-0c030d92f9dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
659 | 2025.07.15 21:48:48.107856 [ 275 ] {} <Debug> TCP-Session: ffac25fd-718d-4186-b4bf-0c030d92f9dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
660 | 2025.07.15 21:48:48.110880 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
661 | 2025.07.15 21:48:48.110950 [ 276 ] {} <Debug> TCP-Session: 899b0e5e-fc81-431c-b745-1b7c83e337dd Authenticating user 'default' from [fd00:1122:3344:101::a]:42340 | ||
662 | 2025.07.15 21:48:48.110967 [ 276 ] {} <Debug> TCP-Session: 899b0e5e-fc81-431c-b745-1b7c83e337dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
663 | 2025.07.15 21:48:48.111023 [ 276 ] {} <Debug> TCP-Session: 899b0e5e-fc81-431c-b745-1b7c83e337dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
664 | 2025.07.15 21:48:48.120065 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36412 | ||
665 | 2025.07.15 21:48:48.120244 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
666 | 2025.07.15 21:48:48.120276 [ 278 ] {} <Debug> TCP-Session: 368b947c-6089-42ba-941a-b445e305f7a6 Authenticating user 'default' from [fd00:1122:3344:101::b]:36412 | ||
667 | 2025.07.15 21:48:48.120344 [ 278 ] {} <Debug> TCP-Session: 368b947c-6089-42ba-941a-b445e305f7a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
668 | 2025.07.15 21:48:48.120358 [ 278 ] {} <Debug> TCP-Session: 368b947c-6089-42ba-941a-b445e305f7a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
669 | 2025.07.15 21:48:48.120410 [ 278 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
670 | 2025.07.15 21:48:48.120462 [ 278 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
671 | 2025.07.15 21:48:48.120479 [ 278 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
672 | 2025.07.15 21:48:48.121560 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38082 | ||
673 | 2025.07.15 21:48:48.121648 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58338 | ||
674 | 2025.07.15 21:48:48.121743 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
675 | 2025.07.15 21:48:48.121749 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56038 | ||
676 | 2025.07.15 21:48:48.121785 [ 279 ] {} <Debug> TCP-Session: 1bd03542-16c9-42f8-8fef-edf62bc271ff Authenticating user 'default' from [fd00:1122:3344:101::b]:38082 | ||
677 | 2025.07.15 21:48:48.121815 [ 279 ] {} <Debug> TCP-Session: 1bd03542-16c9-42f8-8fef-edf62bc271ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
678 | 2025.07.15 21:48:48.121842 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55731 | ||
679 | 2025.07.15 21:48:48.121873 [ 279 ] {} <Debug> TCP-Session: 1bd03542-16c9-42f8-8fef-edf62bc271ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
680 | 2025.07.15 21:48:48.121952 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59760 | ||
681 | 2025.07.15 21:48:48.123196 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49683 | ||
682 | 2025.07.15 21:48:48.123341 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
683 | 2025.07.15 21:48:48.123372 [ 284 ] {} <Debug> TCP-Session: e91b452a-eb8b-40da-96b1-885cdb425a13 Authenticating user 'default' from [fd00:1122:3344:101::b]:49683 | ||
684 | 2025.07.15 21:48:48.123388 [ 284 ] {} <Debug> TCP-Session: e91b452a-eb8b-40da-96b1-885cdb425a13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
685 | 2025.07.15 21:48:48.123433 [ 284 ] {} <Debug> TCP-Session: e91b452a-eb8b-40da-96b1-885cdb425a13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
686 | 2025.07.15 21:48:48.130747 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
687 | 2025.07.15 21:48:48.130795 [ 283 ] {} <Debug> TCP-Session: b09dba55-ef7a-4943-ab23-7fec9c66d2e8 Authenticating user 'default' from [fd00:1122:3344:101::b]:59760 | ||
688 | 2025.07.15 21:48:48.130849 [ 283 ] {} <Debug> TCP-Session: b09dba55-ef7a-4943-ab23-7fec9c66d2e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
689 | 2025.07.15 21:48:48.130866 [ 283 ] {} <Debug> TCP-Session: b09dba55-ef7a-4943-ab23-7fec9c66d2e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
690 | 2025.07.15 21:48:48.133035 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
691 | 2025.07.15 21:48:48.133156 [ 281 ] {} <Debug> TCP-Session: c39374e8-bd25-4b84-8b3b-71d4baa8c491 Authenticating user 'default' from [fd00:1122:3344:101::b]:56038 | ||
692 | 2025.07.15 21:48:48.133175 [ 281 ] {} <Debug> TCP-Session: c39374e8-bd25-4b84-8b3b-71d4baa8c491 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
693 | 2025.07.15 21:48:48.133188 [ 281 ] {} <Debug> TCP-Session: c39374e8-bd25-4b84-8b3b-71d4baa8c491 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2025.07.15 21:48:48.133619 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
695 | 2025.07.15 21:48:48.133657 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
696 | 2025.07.15 21:48:48.133669 [ 282 ] {} <Debug> TCP-Session: ac8f2f2b-15a3-468b-aa8a-cb9483bfd193 Authenticating user 'default' from [fd00:1122:3344:101::b]:55731 | ||
697 | 2025.07.15 21:48:48.133702 [ 280 ] {} <Debug> TCP-Session: d6ee9708-62d8-480d-8396-5518502700da Authenticating user 'default' from [fd00:1122:3344:101::b]:58338 | ||
698 | 2025.07.15 21:48:48.133752 [ 282 ] {} <Debug> TCP-Session: ac8f2f2b-15a3-468b-aa8a-cb9483bfd193 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
699 | 2025.07.15 21:48:48.133785 [ 280 ] {} <Debug> TCP-Session: d6ee9708-62d8-480d-8396-5518502700da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
700 | 2025.07.15 21:48:48.133817 [ 282 ] {} <Debug> TCP-Session: ac8f2f2b-15a3-468b-aa8a-cb9483bfd193 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
701 | 2025.07.15 21:48:48.133843 [ 280 ] {} <Debug> TCP-Session: d6ee9708-62d8-480d-8396-5518502700da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
702 | 2025.07.15 21:48:48.133874 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53141 | ||
703 | 2025.07.15 21:48:48.134064 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
704 | 2025.07.15 21:48:48.134177 [ 285 ] {} <Debug> TCP-Session: b55727f6-08e8-40c3-b542-fc7f0b18f3f4 Authenticating user 'default' from [fd00:1122:3344:101::b]:53141 | ||
705 | 2025.07.15 21:48:48.134201 [ 285 ] {} <Debug> TCP-Session: b55727f6-08e8-40c3-b542-fc7f0b18f3f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2025.07.15 21:48:48.134220 [ 285 ] {} <Debug> TCP-Session: b55727f6-08e8-40c3-b542-fc7f0b18f3f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
707 | 2025.07.15 21:48:49.000158 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 138.38 MiB, peak 138.38 MiB, free memory in arenas 0.00 B, will set to 139.86 MiB (RSS), difference: 1.49 MiB | ||
708 | 2025.07.15 21:48:53.128779 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
709 | 2025.07.15 21:48:53.128884 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
710 | 2025.07.15 21:48:53.128888 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
711 | 2025.07.15 21:48:53.129067 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
712 | 2025.07.15 21:48:53.132279 [ 244 ] {} <Debug> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Loading data parts | ||
713 | 2025.07.15 21:48:53.132489 [ 244 ] {} <Debug> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): There are no data parts | ||
714 | 2025.07.15 21:48:53.136660 [ 244 ] {} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
715 | 2025.07.15 21:48:53.136702 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
716 | 2025.07.15 21:48:53.143593 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
717 | 2025.07.15 21:48:53.144565 [ 244 ] {} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): 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.15 21:48:53.144732 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
719 | 2025.07.15 21:48:53.147428 [ 243 ] {} <Debug> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Loading data parts | ||
720 | 2025.07.15 21:48:53.147696 [ 243 ] {} <Debug> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): There are no data parts | ||
721 | 2025.07.15 21:48:53.173987 [ 243 ] {} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
722 | 2025.07.15 21:48:53.174051 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
723 | 2025.07.15 21:48:53.180710 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
724 | 2025.07.15 21:48:53.181972 [ 243 ] {} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
725 | 2025.07.15 21:48:53.185913 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
726 | 2025.07.15 21:48:54.000146 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 144.93 MiB, peak 148.93 MiB, free memory in arenas 0.00 B, will set to 153.98 MiB (RSS), difference: 9.05 MiB | ||
727 | 2025.07.15 21:48:55.628705 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
728 | 2025.07.15 21:48:55.628812 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
729 | 2025.07.15 21:48:55.633133 [ 242 ] {} <Debug> system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Loading data parts | ||
730 | 2025.07.15 21:48:55.633308 [ 242 ] {} <Debug> system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): There are no data parts | ||
731 | 2025.07.15 21:48:55.643849 [ 242 ] {} <Trace> system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
732 | 2025.07.15 21:48:55.643903 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
733 | 2025.07.15 21:48:55.645933 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
734 | 2025.07.15 21:48:55.646469 [ 242 ] {} <Trace> system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
735 | 2025.07.15 21:48:55.646890 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
736 | 2025.07.15 21:48:56.000155 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.18 MiB, peak 158.18 MiB, free memory in arenas 0.00 B, will set to 155.10 MiB (RSS), difference: -3.08 MiB | ||
737 | 2025.07.15 21:49:00.603840 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
738 | 2025.07.15 21:49:00.603951 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
739 | 2025.07.15 21:49:00.645775 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
740 | 2025.07.15 21:49:00.650356 [ 244 ] {} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
741 | 2025.07.15 21:49:00.650416 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
742 | 2025.07.15 21:49:00.651095 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
743 | 2025.07.15 21:49:00.651315 [ 244 ] {} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
744 | 2025.07.15 21:49:00.651470 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
745 | 2025.07.15 21:49:00.686954 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
746 | 2025.07.15 21:49:00.705285 [ 243 ] {} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
747 | 2025.07.15 21:49:00.705345 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
748 | 2025.07.15 21:49:00.711889 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
749 | 2025.07.15 21:49:00.712651 [ 243 ] {} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
750 | 2025.07.15 21:49:00.715983 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
751 | 2025.07.15 21:49:01.000149 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.77 MiB, peak 159.77 MiB, free memory in arenas 0.00 B, will set to 157.82 MiB (RSS), difference: 2.06 MiB | ||
752 | 2025.07.15 21:49:06.000217 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 153.86 MiB, peak 159.77 MiB, free memory in arenas 0.00 B, will set to 157.88 MiB (RSS), difference: 4.02 MiB | ||
753 | 2025.07.15 21:49:08.151555 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
754 | 2025.07.15 21:49:08.152061 [ 244 ] {} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
755 | 2025.07.15 21:49:08.152126 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
756 | 2025.07.15 21:49:08.152663 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
757 | 2025.07.15 21:49:08.152899 [ 244 ] {} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
758 | 2025.07.15 21:49:08.153030 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
759 | 2025.07.15 21:49:08.216030 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
760 | 2025.07.15 21:49:08.232806 [ 243 ] {} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
761 | 2025.07.15 21:49:08.232864 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
762 | 2025.07.15 21:49:08.239379 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
763 | 2025.07.15 21:49:08.240073 [ 243 ] {} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
764 | 2025.07.15 21:49:08.243028 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
765 | 2025.07.15 21:49:10.819889 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
766 | 2025.07.15 21:49:10.820084 [ 3 ] {c90c91ae-de19-4029-882a-0cd5e9cc0473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
767 | 2025.07.15 21:49:10.827844 [ 3 ] {c90c91ae-de19-4029-882a-0cd5e9cc0473} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
768 | 2025.07.15 21:49:10.834758 [ 3 ] {c90c91ae-de19-4029-882a-0cd5e9cc0473} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
769 | 2025.07.15 21:49:10.844591 [ 3 ] {c90c91ae-de19-4029-882a-0cd5e9cc0473} <Debug> TCPHandler: Processed in 0.024825293 sec. | ||
770 | 2025.07.15 21:49:10.855401 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
771 | 2025.07.15 21:49:10.855544 [ 3 ] {227cbd8d-7993-478b-9265-e0483129fd7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
772 | 2025.07.15 21:49:10.865012 [ 3 ] {227cbd8d-7993-478b-9265-e0483129fd7b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
773 | 2025.07.15 21:49:10.865064 [ 3 ] {227cbd8d-7993-478b-9265-e0483129fd7b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
774 | 2025.07.15 21:49:10.867337 [ 3 ] {227cbd8d-7993-478b-9265-e0483129fd7b} <Debug> TCPHandler: Processed in 0.011999229 sec. | ||
775 | 2025.07.15 21:49:10.867670 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
776 | 2025.07.15 21:49:10.867798 [ 3 ] {c1aa0611-dd22-4ad2-9c44-31ad89e1c174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
777 | 2025.07.15 21:49:10.871889 [ 3 ] {c1aa0611-dd22-4ad2-9c44-31ad89e1c174} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
778 | 2025.07.15 21:49:10.871939 [ 3 ] {c1aa0611-dd22-4ad2-9c44-31ad89e1c174} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
779 | 2025.07.15 21:49:10.872258 [ 3 ] {c1aa0611-dd22-4ad2-9c44-31ad89e1c174} <Debug> TCPHandler: Processed in 0.004639119 sec. | ||
780 | 2025.07.15 21:49:10.872477 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
781 | 2025.07.15 21:49:10.872593 [ 3 ] {a7d8a919-5d12-49cf-8838-21445e3b97cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
782 | 2025.07.15 21:49:10.872842 [ 3 ] {a7d8a919-5d12-49cf-8838-21445e3b97cd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
783 | 2025.07.15 21:49:10.872887 [ 3 ] {a7d8a919-5d12-49cf-8838-21445e3b97cd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
784 | 2025.07.15 21:49:10.873179 [ 3 ] {a7d8a919-5d12-49cf-8838-21445e3b97cd} <Debug> TCPHandler: Processed in 0.000749712 sec. | ||
785 | 2025.07.15 21:49:10.873421 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
786 | 2025.07.15 21:49:10.873536 [ 3 ] {a4f95c4d-c214-4071-9c09-9c1aa4df7dea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
787 | 2025.07.15 21:49:10.873780 [ 3 ] {a4f95c4d-c214-4071-9c09-9c1aa4df7dea} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
788 | 2025.07.15 21:49:10.873823 [ 3 ] {a4f95c4d-c214-4071-9c09-9c1aa4df7dea} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
789 | 2025.07.15 21:49:10.874110 [ 3 ] {a4f95c4d-c214-4071-9c09-9c1aa4df7dea} <Debug> TCPHandler: Processed in 0.000735862 sec. | ||
790 | 2025.07.15 21:49:10.874326 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
791 | 2025.07.15 21:49:10.874442 [ 3 ] {9dcd8ba0-b4b6-4f90-8de9-7811cfe59443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
792 | 2025.07.15 21:49:10.874679 [ 3 ] {9dcd8ba0-b4b6-4f90-8de9-7811cfe59443} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
793 | 2025.07.15 21:49:10.874721 [ 3 ] {9dcd8ba0-b4b6-4f90-8de9-7811cfe59443} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
794 | 2025.07.15 21:49:10.875003 [ 3 ] {9dcd8ba0-b4b6-4f90-8de9-7811cfe59443} <Debug> TCPHandler: Processed in 0.000723812 sec. | ||
795 | 2025.07.15 21:49:10.875226 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
796 | 2025.07.15 21:49:10.875339 [ 3 ] {35f031de-6d68-4cd2-b4ac-51fa62874732} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
797 | 2025.07.15 21:49:10.875575 [ 3 ] {35f031de-6d68-4cd2-b4ac-51fa62874732} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
798 | 2025.07.15 21:49:10.875618 [ 3 ] {35f031de-6d68-4cd2-b4ac-51fa62874732} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
799 | 2025.07.15 21:49:10.875901 [ 3 ] {35f031de-6d68-4cd2-b4ac-51fa62874732} <Debug> TCPHandler: Processed in 0.000721382 sec. | ||
800 | 2025.07.15 21:49:10.876102 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
801 | 2025.07.15 21:49:10.876216 [ 3 ] {94e6a5ac-f28a-4f90-ae4f-9e126833bf2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
802 | 2025.07.15 21:49:10.876456 [ 3 ] {94e6a5ac-f28a-4f90-ae4f-9e126833bf2c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
803 | 2025.07.15 21:49:10.876505 [ 3 ] {94e6a5ac-f28a-4f90-ae4f-9e126833bf2c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
804 | 2025.07.15 21:49:10.876784 [ 3 ] {94e6a5ac-f28a-4f90-ae4f-9e126833bf2c} <Debug> TCPHandler: Processed in 0.000729362 sec. | ||
805 | 2025.07.15 21:49:10.876999 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
806 | 2025.07.15 21:49:10.877117 [ 3 ] {0cd811c6-fd4f-455f-8b38-e12f13d2183c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
807 | 2025.07.15 21:49:10.877351 [ 3 ] {0cd811c6-fd4f-455f-8b38-e12f13d2183c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
808 | 2025.07.15 21:49:10.877392 [ 3 ] {0cd811c6-fd4f-455f-8b38-e12f13d2183c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
809 | 2025.07.15 21:49:10.877672 [ 3 ] {0cd811c6-fd4f-455f-8b38-e12f13d2183c} <Debug> TCPHandler: Processed in 0.000720422 sec. | ||
810 | 2025.07.15 21:49:10.877857 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
811 | 2025.07.15 21:49:10.877973 [ 3 ] {117360e1-bfc5-40ce-adba-81a0b52362c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
812 | 2025.07.15 21:49:10.878209 [ 3 ] {117360e1-bfc5-40ce-adba-81a0b52362c5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
813 | 2025.07.15 21:49:10.878249 [ 3 ] {117360e1-bfc5-40ce-adba-81a0b52362c5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
814 | 2025.07.15 21:49:10.878524 [ 3 ] {117360e1-bfc5-40ce-adba-81a0b52362c5} <Debug> TCPHandler: Processed in 0.000712962 sec. | ||
815 | 2025.07.15 21:49:10.878715 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
816 | 2025.07.15 21:49:10.878831 [ 3 ] {301dec0e-172b-4877-b69b-c2868c1f1b40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
817 | 2025.07.15 21:49:10.879074 [ 3 ] {301dec0e-172b-4877-b69b-c2868c1f1b40} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
818 | 2025.07.15 21:49:10.879114 [ 3 ] {301dec0e-172b-4877-b69b-c2868c1f1b40} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
819 | 2025.07.15 21:49:10.879388 [ 3 ] {301dec0e-172b-4877-b69b-c2868c1f1b40} <Debug> TCPHandler: Processed in 0.000718741 sec. | ||
820 | 2025.07.15 21:49:10.879581 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
821 | 2025.07.15 21:49:10.879696 [ 3 ] {ec543610-241b-43fd-8013-9873dcb19288} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
822 | 2025.07.15 21:49:10.879939 [ 3 ] {ec543610-241b-43fd-8013-9873dcb19288} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
823 | 2025.07.15 21:49:10.879980 [ 3 ] {ec543610-241b-43fd-8013-9873dcb19288} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
824 | 2025.07.15 21:49:10.880268 [ 3 ] {ec543610-241b-43fd-8013-9873dcb19288} <Debug> TCPHandler: Processed in 0.000733412 sec. | ||
825 | 2025.07.15 21:49:10.880474 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
826 | 2025.07.15 21:49:10.880597 [ 3 ] {3c6ad5f3-0d37-4570-bc2b-c1ff872ea65a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
827 | 2025.07.15 21:49:10.880844 [ 3 ] {3c6ad5f3-0d37-4570-bc2b-c1ff872ea65a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
828 | 2025.07.15 21:49:10.880884 [ 3 ] {3c6ad5f3-0d37-4570-bc2b-c1ff872ea65a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
829 | 2025.07.15 21:49:10.881168 [ 3 ] {3c6ad5f3-0d37-4570-bc2b-c1ff872ea65a} <Debug> TCPHandler: Processed in 0.000741212 sec. | ||
830 | 2025.07.15 21:49:10.881364 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
831 | 2025.07.15 21:49:10.881480 [ 3 ] {07ca3def-dc4c-4e3b-ac92-a9a4c77a533f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
832 | 2025.07.15 21:49:10.881726 [ 3 ] {07ca3def-dc4c-4e3b-ac92-a9a4c77a533f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
833 | 2025.07.15 21:49:10.881766 [ 3 ] {07ca3def-dc4c-4e3b-ac92-a9a4c77a533f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
834 | 2025.07.15 21:49:10.882059 [ 3 ] {07ca3def-dc4c-4e3b-ac92-a9a4c77a533f} <Debug> TCPHandler: Processed in 0.000742272 sec. | ||
835 | 2025.07.15 21:49:10.882245 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
836 | 2025.07.15 21:49:10.882361 [ 3 ] {8f1b1399-9cf6-4f6d-9c5c-175fe8f9f910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
837 | 2025.07.15 21:49:10.882612 [ 3 ] {8f1b1399-9cf6-4f6d-9c5c-175fe8f9f910} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
838 | 2025.07.15 21:49:10.882653 [ 3 ] {8f1b1399-9cf6-4f6d-9c5c-175fe8f9f910} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
839 | 2025.07.15 21:49:10.882936 [ 3 ] {8f1b1399-9cf6-4f6d-9c5c-175fe8f9f910} <Debug> TCPHandler: Processed in 0.000737262 sec. | ||
840 | 2025.07.15 21:49:10.883136 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
841 | 2025.07.15 21:49:10.883254 [ 3 ] {5e40b7c0-6523-47c6-ad91-058213e7d9bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
842 | 2025.07.15 21:49:10.883504 [ 3 ] {5e40b7c0-6523-47c6-ad91-058213e7d9bb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
843 | 2025.07.15 21:49:10.883545 [ 3 ] {5e40b7c0-6523-47c6-ad91-058213e7d9bb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
844 | 2025.07.15 21:49:10.883829 [ 3 ] {5e40b7c0-6523-47c6-ad91-058213e7d9bb} <Debug> TCPHandler: Processed in 0.000740112 sec. | ||
845 | 2025.07.15 21:49:10.884077 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
846 | 2025.07.15 21:49:10.884200 [ 3 ] {9bfffc57-249b-4e90-aa1a-cf8e5919475f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
847 | 2025.07.15 21:49:10.884457 [ 3 ] {9bfffc57-249b-4e90-aa1a-cf8e5919475f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
848 | 2025.07.15 21:49:10.884506 [ 3 ] {9bfffc57-249b-4e90-aa1a-cf8e5919475f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
849 | 2025.07.15 21:49:10.884798 [ 3 ] {9bfffc57-249b-4e90-aa1a-cf8e5919475f} <Debug> TCPHandler: Processed in 0.000770523 sec. | ||
850 | 2025.07.15 21:49:10.884993 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
851 | 2025.07.15 21:49:10.885396 [ 3 ] {e3ba67f6-9f97-4af1-a647-17efe173492a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
852 | 2025.07.15 21:49:10.885664 [ 3 ] {e3ba67f6-9f97-4af1-a647-17efe173492a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
853 | 2025.07.15 21:49:10.885708 [ 3 ] {e3ba67f6-9f97-4af1-a647-17efe173492a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
854 | 2025.07.15 21:49:10.886064 [ 3 ] {e3ba67f6-9f97-4af1-a647-17efe173492a} <Debug> TCPHandler: Processed in 0.001116903 sec. | ||
855 | 2025.07.15 21:49:10.889403 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
856 | 2025.07.15 21:49:10.889514 [ 3 ] {14a6ad3f-a0af-4704-bfee-8c433cca653a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
857 | 2025.07.15 21:49:10.889557 [ 3 ] {14a6ad3f-a0af-4704-bfee-8c433cca653a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
858 | 2025.07.15 21:49:10.892071 [ 3 ] {14a6ad3f-a0af-4704-bfee-8c433cca653a} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
859 | 2025.07.15 21:49:10.892117 [ 3 ] {14a6ad3f-a0af-4704-bfee-8c433cca653a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
860 | 2025.07.15 21:49:10.894612 [ 3 ] {14a6ad3f-a0af-4704-bfee-8c433cca653a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
861 | 2025.07.15 21:49:10.894822 [ 3 ] {14a6ad3f-a0af-4704-bfee-8c433cca653a} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
862 | 2025.07.15 21:49:10.894984 [ 3 ] {14a6ad3f-a0af-4704-bfee-8c433cca653a} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.005499 sec., 3273.3224222585923 rows/sec., 457.82 KiB/sec. | ||
863 | 2025.07.15 21:49:10.895026 [ 3 ] {14a6ad3f-a0af-4704-bfee-8c433cca653a} <Debug> TCPHandler: Processed in 0.00567433 sec. | ||
864 | 2025.07.15 21:49:10.895144 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
865 | 2025.07.15 21:49:10.895242 [ 3 ] {02bbc9ce-40ce-4d30-afb1-cb11132b1b79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
866 | 2025.07.15 21:49:10.895281 [ 3 ] {02bbc9ce-40ce-4d30-afb1-cb11132b1b79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
867 | 2025.07.15 21:49:10.900079 [ 3 ] {02bbc9ce-40ce-4d30-afb1-cb11132b1b79} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
868 | 2025.07.15 21:49:10.900113 [ 3 ] {02bbc9ce-40ce-4d30-afb1-cb11132b1b79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
869 | 2025.07.15 21:49:10.902462 [ 3 ] {02bbc9ce-40ce-4d30-afb1-cb11132b1b79} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
870 | 2025.07.15 21:49:10.902676 [ 3 ] {02bbc9ce-40ce-4d30-afb1-cb11132b1b79} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
871 | 2025.07.15 21:49:10.902806 [ 3 ] {02bbc9ce-40ce-4d30-afb1-cb11132b1b79} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.007584 sec., 3955.6962025316457 rows/sec., 316.25 KiB/sec. | ||
872 | 2025.07.15 21:49:10.902843 [ 3 ] {02bbc9ce-40ce-4d30-afb1-cb11132b1b79} <Debug> TCPHandler: Processed in 0.007748212 sec. | ||
873 | 2025.07.15 21:49:10.902961 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
874 | 2025.07.15 21:49:10.903058 [ 3 ] {5c271615-a5e8-4c11-bd9e-a4a3aeebab4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
875 | 2025.07.15 21:49:10.903100 [ 3 ] {5c271615-a5e8-4c11-bd9e-a4a3aeebab4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
876 | 2025.07.15 21:49:10.903501 [ 3 ] {5c271615-a5e8-4c11-bd9e-a4a3aeebab4e} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
877 | 2025.07.15 21:49:10.903537 [ 3 ] {5c271615-a5e8-4c11-bd9e-a4a3aeebab4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
878 | 2025.07.15 21:49:10.903835 [ 3 ] {5c271615-a5e8-4c11-bd9e-a4a3aeebab4e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
879 | 2025.07.15 21:49:10.904047 [ 3 ] {5c271615-a5e8-4c11-bd9e-a4a3aeebab4e} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
880 | 2025.07.15 21:49:10.904181 [ 3 ] {5c271615-a5e8-4c11-bd9e-a4a3aeebab4e} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001142 sec., 31523.642732049037 rows/sec., 2.46 MiB/sec. | ||
881 | 2025.07.15 21:49:10.904218 [ 3 ] {5c271615-a5e8-4c11-bd9e-a4a3aeebab4e} <Debug> TCPHandler: Processed in 0.001306689 sec. | ||
882 | 2025.07.15 21:49:10.904325 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
883 | 2025.07.15 21:49:10.904419 [ 3 ] {ad171289-d579-4cba-8c53-ea53884cab05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
884 | 2025.07.15 21:49:10.904461 [ 3 ] {ad171289-d579-4cba-8c53-ea53884cab05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
885 | 2025.07.15 21:49:10.904955 [ 3 ] {ad171289-d579-4cba-8c53-ea53884cab05} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
886 | 2025.07.15 21:49:10.904988 [ 3 ] {ad171289-d579-4cba-8c53-ea53884cab05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
887 | 2025.07.15 21:49:10.907940 [ 3 ] {ad171289-d579-4cba-8c53-ea53884cab05} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
888 | 2025.07.15 21:49:10.908167 [ 3 ] {ad171289-d579-4cba-8c53-ea53884cab05} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
889 | 2025.07.15 21:49:10.908291 [ 3 ] {ad171289-d579-4cba-8c53-ea53884cab05} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.003891 sec., 15420.200462606013 rows/sec., 1.08 MiB/sec. | ||
890 | 2025.07.15 21:49:10.908328 [ 3 ] {ad171289-d579-4cba-8c53-ea53884cab05} <Debug> TCPHandler: Processed in 0.004051581 sec. | ||
891 | 2025.07.15 21:49:10.908441 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
892 | 2025.07.15 21:49:10.908536 [ 3 ] {af1c93af-a4ea-4216-9d92-523a0c0104b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
893 | 2025.07.15 21:49:10.908579 [ 3 ] {af1c93af-a4ea-4216-9d92-523a0c0104b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
894 | 2025.07.15 21:49:10.908897 [ 3 ] {af1c93af-a4ea-4216-9d92-523a0c0104b0} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
895 | 2025.07.15 21:49:10.908932 [ 3 ] {af1c93af-a4ea-4216-9d92-523a0c0104b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
896 | 2025.07.15 21:49:10.909243 [ 3 ] {af1c93af-a4ea-4216-9d92-523a0c0104b0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
897 | 2025.07.15 21:49:10.909450 [ 3 ] {af1c93af-a4ea-4216-9d92-523a0c0104b0} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
898 | 2025.07.15 21:49:10.909573 [ 3 ] {af1c93af-a4ea-4216-9d92-523a0c0104b0} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001056 sec., 28409.090909090908 rows/sec., 1.88 MiB/sec. | ||
899 | 2025.07.15 21:49:10.909609 [ 3 ] {af1c93af-a4ea-4216-9d92-523a0c0104b0} <Debug> TCPHandler: Processed in 0.001216886 sec. | ||
900 | 2025.07.15 21:49:15.191066 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 134 | ||
901 | 2025.07.15 21:49:15.194543 [ 242 ] {} <Trace> system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
902 | 2025.07.15 21:49:15.194589 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
903 | 2025.07.15 21:49:15.195076 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
904 | 2025.07.15 21:49:15.195708 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
905 | 2025.07.15 21:49:15.195774 [ 244 ] {} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
906 | 2025.07.15 21:49:15.195850 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
907 | 2025.07.15 21:49:15.195992 [ 242 ] {} <Trace> system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
908 | 2025.07.15 21:49:15.196307 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 134 | ||
909 | 2025.07.15 21:49:15.196502 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
910 | 2025.07.15 21:49:15.196739 [ 244 ] {} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
911 | 2025.07.15 21:49:15.196856 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
912 | 2025.07.15 21:49:15.285082 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 30 | ||
913 | 2025.07.15 21:49:15.301774 [ 243 ] {} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
914 | 2025.07.15 21:49:15.301825 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
915 | 2025.07.15 21:49:15.308417 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
916 | 2025.07.15 21:49:15.309253 [ 243 ] {} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
917 | 2025.07.15 21:49:15.312246 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 30 | ||
918 | 2025.07.15 21:49:15.604004 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache | ||
919 | 2025.07.15 21:49:15.604060 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache | ||
920 | 2025.07.15 21:49:15.822464 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
921 | 2025.07.15 21:49:15.822685 [ 3 ] {77f12fe8-d1d7-4a32-a174-65dc957479d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
922 | 2025.07.15 21:49:15.826881 [ 3 ] {77f12fe8-d1d7-4a32-a174-65dc957479d9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
923 | 2025.07.15 21:49:15.830960 [ 3 ] {77f12fe8-d1d7-4a32-a174-65dc957479d9} <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 | ||
924 | 2025.07.15 21:49:15.831231 [ 3 ] {77f12fe8-d1d7-4a32-a174-65dc957479d9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
925 | 2025.07.15 21:49:15.835101 [ 3 ] {77f12fe8-d1d7-4a32-a174-65dc957479d9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
926 | 2025.07.15 21:49:15.839133 [ 3 ] {77f12fe8-d1d7-4a32-a174-65dc957479d9} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
927 | 2025.07.15 21:49:15.843254 [ 3 ] {77f12fe8-d1d7-4a32-a174-65dc957479d9} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
928 | 2025.07.15 21:49:15.843831 [ 3 ] {77f12fe8-d1d7-4a32-a174-65dc957479d9} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (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 | ||
929 | 2025.07.15 21:49:15.843853 [ 3 ] {77f12fe8-d1d7-4a32-a174-65dc957479d9} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
930 | 2025.07.15 21:49:15.845829 [ 3 ] {77f12fe8-d1d7-4a32-a174-65dc957479d9} <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'))" | ||
931 | 2025.07.15 21:49:15.845859 [ 3 ] {77f12fe8-d1d7-4a32-a174-65dc957479d9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
932 | 2025.07.15 21:49:15.865358 [ 3 ] {77f12fe8-d1d7-4a32-a174-65dc957479d9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.042761 sec., 420.94431842099107 rows/sec., 17.22 KiB/sec. | ||
933 | 2025.07.15 21:49:15.865479 [ 3 ] {77f12fe8-d1d7-4a32-a174-65dc957479d9} <Debug> TCPHandler: Processed in 0.043137711 sec. | ||
934 | 2025.07.15 21:49:15.865958 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
935 | 2025.07.15 21:49:15.866138 [ 3 ] {7ca8a423-114c-439d-be94-c849e21ed25a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) 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) | ||
936 | 2025.07.15 21:49:15.866377 [ 3 ] {7ca8a423-114c-439d-be94-c849e21ed25a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
937 | 2025.07.15 21:49:15.866411 [ 3 ] {7ca8a423-114c-439d-be94-c849e21ed25a} <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 | ||
938 | 2025.07.15 21:49:15.866592 [ 3 ] {7ca8a423-114c-439d-be94-c849e21ed25a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
939 | 2025.07.15 21:49:15.866648 [ 3 ] {7ca8a423-114c-439d-be94-c849e21ed25a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
940 | 2025.07.15 21:49:15.866754 [ 3 ] {7ca8a423-114c-439d-be94-c849e21ed25a} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
941 | 2025.07.15 21:49:15.866784 [ 3 ] {7ca8a423-114c-439d-be94-c849e21ed25a} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
942 | 2025.07.15 21:49:15.866803 [ 3 ] {7ca8a423-114c-439d-be94-c849e21ed25a} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (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 | ||
943 | 2025.07.15 21:49:15.866817 [ 3 ] {7ca8a423-114c-439d-be94-c849e21ed25a} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
944 | 2025.07.15 21:49:15.866851 [ 3 ] {7ca8a423-114c-439d-be94-c849e21ed25a} <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'))" | ||
945 | 2025.07.15 21:49:15.866869 [ 3 ] {7ca8a423-114c-439d-be94-c849e21ed25a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
946 | 2025.07.15 21:49:15.867316 [ 3 ] {7ca8a423-114c-439d-be94-c849e21ed25a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001259 sec., 14297.061159650517 rows/sec., 584.85 KiB/sec. | ||
947 | 2025.07.15 21:49:15.867401 [ 3 ] {7ca8a423-114c-439d-be94-c849e21ed25a} <Debug> TCPHandler: Processed in 0.001519866 sec. | ||
948 | 2025.07.15 21:49:15.867601 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
949 | 2025.07.15 21:49:15.867733 [ 3 ] {a8cea441-1f4a-4010-9610-413fa806f363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
950 | 2025.07.15 21:49:15.867932 [ 3 ] {a8cea441-1f4a-4010-9610-413fa806f363} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
951 | 2025.07.15 21:49:15.867964 [ 3 ] {a8cea441-1f4a-4010-9610-413fa806f363} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
952 | 2025.07.15 21:49:15.868148 [ 3 ] {a8cea441-1f4a-4010-9610-413fa806f363} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
953 | 2025.07.15 21:49:15.868204 [ 3 ] {a8cea441-1f4a-4010-9610-413fa806f363} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
954 | 2025.07.15 21:49:15.868304 [ 3 ] {a8cea441-1f4a-4010-9610-413fa806f363} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
955 | 2025.07.15 21:49:15.868332 [ 3 ] {a8cea441-1f4a-4010-9610-413fa806f363} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
956 | 2025.07.15 21:49:15.868350 [ 3 ] {a8cea441-1f4a-4010-9610-413fa806f363} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (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 | ||
957 | 2025.07.15 21:49:15.868364 [ 3 ] {a8cea441-1f4a-4010-9610-413fa806f363} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
958 | 2025.07.15 21:49:15.868397 [ 3 ] {a8cea441-1f4a-4010-9610-413fa806f363} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
959 | 2025.07.15 21:49:15.868415 [ 3 ] {a8cea441-1f4a-4010-9610-413fa806f363} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
960 | 2025.07.15 21:49:15.868853 [ 3 ] {a8cea441-1f4a-4010-9610-413fa806f363} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001173 sec., 15345.268542199488 rows/sec., 627.73 KiB/sec. | ||
961 | 2025.07.15 21:49:15.868935 [ 3 ] {a8cea441-1f4a-4010-9610-413fa806f363} <Debug> TCPHandler: Processed in 0.001383602 sec. | ||
962 | 2025.07.15 21:49:15.869129 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
963 | 2025.07.15 21:49:15.869264 [ 3 ] {21794ccd-c189-4138-9199-78afe0c9a760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
964 | 2025.07.15 21:49:15.869466 [ 3 ] {21794ccd-c189-4138-9199-78afe0c9a760} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
965 | 2025.07.15 21:49:15.869500 [ 3 ] {21794ccd-c189-4138-9199-78afe0c9a760} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
966 | 2025.07.15 21:49:15.869676 [ 3 ] {21794ccd-c189-4138-9199-78afe0c9a760} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
967 | 2025.07.15 21:49:15.869730 [ 3 ] {21794ccd-c189-4138-9199-78afe0c9a760} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
968 | 2025.07.15 21:49:15.869832 [ 3 ] {21794ccd-c189-4138-9199-78afe0c9a760} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
969 | 2025.07.15 21:49:15.869861 [ 3 ] {21794ccd-c189-4138-9199-78afe0c9a760} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
970 | 2025.07.15 21:49:15.869880 [ 3 ] {21794ccd-c189-4138-9199-78afe0c9a760} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (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 | ||
971 | 2025.07.15 21:49:15.869894 [ 3 ] {21794ccd-c189-4138-9199-78afe0c9a760} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
972 | 2025.07.15 21:49:15.869928 [ 3 ] {21794ccd-c189-4138-9199-78afe0c9a760} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
973 | 2025.07.15 21:49:15.869947 [ 3 ] {21794ccd-c189-4138-9199-78afe0c9a760} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
974 | 2025.07.15 21:49:15.870488 [ 3 ] {21794ccd-c189-4138-9199-78afe0c9a760} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001272 sec., 14150.943396226416 rows/sec., 578.87 KiB/sec. | ||
975 | 2025.07.15 21:49:15.870574 [ 3 ] {21794ccd-c189-4138-9199-78afe0c9a760} <Debug> TCPHandler: Processed in 0.001497365 sec. | ||
976 | 2025.07.15 21:49:15.870870 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
977 | 2025.07.15 21:49:15.870978 [ 3 ] {5a002da0-fe44-408a-95e1-f0506c7e6c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
978 | 2025.07.15 21:49:15.871022 [ 3 ] {5a002da0-fe44-408a-95e1-f0506c7e6c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
979 | 2025.07.15 21:49:15.871578 [ 3 ] {5a002da0-fe44-408a-95e1-f0506c7e6c8f} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
980 | 2025.07.15 21:49:15.871624 [ 3 ] {5a002da0-fe44-408a-95e1-f0506c7e6c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
981 | 2025.07.15 21:49:15.872048 [ 3 ] {5a002da0-fe44-408a-95e1-f0506c7e6c8f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
982 | 2025.07.15 21:49:15.872239 [ 3 ] {5a002da0-fe44-408a-95e1-f0506c7e6c8f} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
983 | 2025.07.15 21:49:15.872383 [ 3 ] {5a002da0-fe44-408a-95e1-f0506c7e6c8f} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.001435 sec., 2787.456445993031 rows/sec., 294.67 KiB/sec. | ||
984 | 2025.07.15 21:49:15.872422 [ 3 ] {5a002da0-fe44-408a-95e1-f0506c7e6c8f} <Debug> TCPHandler: Processed in 0.001600868 sec. | ||
985 | 2025.07.15 21:49:15.872531 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
986 | 2025.07.15 21:49:15.872625 [ 3 ] {746867ba-a199-4a8c-a68b-c7a00849d412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
987 | 2025.07.15 21:49:15.872665 [ 3 ] {746867ba-a199-4a8c-a68b-c7a00849d412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
988 | 2025.07.15 21:49:15.873083 [ 3 ] {746867ba-a199-4a8c-a68b-c7a00849d412} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
989 | 2025.07.15 21:49:15.873119 [ 3 ] {746867ba-a199-4a8c-a68b-c7a00849d412} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
990 | 2025.07.15 21:49:15.873407 [ 3 ] {746867ba-a199-4a8c-a68b-c7a00849d412} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
991 | 2025.07.15 21:49:15.873614 [ 3 ] {746867ba-a199-4a8c-a68b-c7a00849d412} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
992 | 2025.07.15 21:49:15.873743 [ 3 ] {746867ba-a199-4a8c-a68b-c7a00849d412} <Debug> executeQuery: Read 34 rows, 2.79 KiB in 0.001136 sec., 29929.57746478873 rows/sec., 2.40 MiB/sec. | ||
993 | 2025.07.15 21:49:15.873782 [ 3 ] {746867ba-a199-4a8c-a68b-c7a00849d412} <Debug> TCPHandler: Processed in 0.001300109 sec. | ||
994 | 2025.07.15 21:49:15.873892 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
995 | 2025.07.15 21:49:15.873988 [ 3 ] {dbbffe6f-b838-44b6-ab2b-13a91d13435b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
996 | 2025.07.15 21:49:15.874029 [ 3 ] {dbbffe6f-b838-44b6-ab2b-13a91d13435b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
997 | 2025.07.15 21:49:15.874414 [ 3 ] {dbbffe6f-b838-44b6-ab2b-13a91d13435b} <Trace> oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
998 | 2025.07.15 21:49:15.874450 [ 3 ] {dbbffe6f-b838-44b6-ab2b-13a91d13435b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
999 | 2025.07.15 21:49:15.874756 [ 3 ] {dbbffe6f-b838-44b6-ab2b-13a91d13435b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1000 | 2025.07.15 21:49:15.874964 [ 3 ] {dbbffe6f-b838-44b6-ab2b-13a91d13435b} <Trace> oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1001 | 2025.07.15 21:49:15.875094 [ 3 ] {dbbffe6f-b838-44b6-ab2b-13a91d13435b} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001124 sec., 1779.3594306049822 rows/sec., 133.80 KiB/sec. | ||
1002 | 2025.07.15 21:49:15.875133 [ 3 ] {dbbffe6f-b838-44b6-ab2b-13a91d13435b} <Debug> TCPHandler: Processed in 0.001289198 sec. | ||
1003 | 2025.07.15 21:49:15.875241 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1004 | 2025.07.15 21:49:15.875334 [ 3 ] {cb4bf0a7-99be-48c3-8f55-a967143051b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1005 | 2025.07.15 21:49:15.875374 [ 3 ] {cb4bf0a7-99be-48c3-8f55-a967143051b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1006 | 2025.07.15 21:49:15.875773 [ 3 ] {cb4bf0a7-99be-48c3-8f55-a967143051b5} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1007 | 2025.07.15 21:49:15.875808 [ 3 ] {cb4bf0a7-99be-48c3-8f55-a967143051b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1008 | 2025.07.15 21:49:15.876094 [ 3 ] {cb4bf0a7-99be-48c3-8f55-a967143051b5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1009 | 2025.07.15 21:49:15.876301 [ 3 ] {cb4bf0a7-99be-48c3-8f55-a967143051b5} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1010 | 2025.07.15 21:49:15.876426 [ 3 ] {cb4bf0a7-99be-48c3-8f55-a967143051b5} <Debug> executeQuery: Read 44 rows, 3.52 KiB in 0.001108 sec., 39711.19133574007 rows/sec., 3.10 MiB/sec. | ||
1011 | 2025.07.15 21:49:15.876472 [ 3 ] {cb4bf0a7-99be-48c3-8f55-a967143051b5} <Debug> TCPHandler: Processed in 0.001279149 sec. | ||
1012 | 2025.07.15 21:49:15.876599 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1013 | 2025.07.15 21:49:15.876693 [ 3 ] {ef59c5ce-752c-4d7a-ab96-40d1f6bdf105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1014 | 2025.07.15 21:49:15.876737 [ 3 ] {ef59c5ce-752c-4d7a-ab96-40d1f6bdf105} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1015 | 2025.07.15 21:49:15.877151 [ 3 ] {ef59c5ce-752c-4d7a-ab96-40d1f6bdf105} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1016 | 2025.07.15 21:49:15.877186 [ 3 ] {ef59c5ce-752c-4d7a-ab96-40d1f6bdf105} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1017 | 2025.07.15 21:49:15.877506 [ 3 ] {ef59c5ce-752c-4d7a-ab96-40d1f6bdf105} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1018 | 2025.07.15 21:49:15.877715 [ 3 ] {ef59c5ce-752c-4d7a-ab96-40d1f6bdf105} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1019 | 2025.07.15 21:49:15.877845 [ 3 ] {ef59c5ce-752c-4d7a-ab96-40d1f6bdf105} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001169 sec., 51325.919589392644 rows/sec., 3.60 MiB/sec. | ||
1020 | 2025.07.15 21:49:15.877883 [ 3 ] {ef59c5ce-752c-4d7a-ab96-40d1f6bdf105} <Debug> TCPHandler: Processed in 0.00133312 sec. | ||
1021 | 2025.07.15 21:49:15.877994 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1022 | 2025.07.15 21:49:15.878088 [ 3 ] {761ddda3-f029-455a-a9f9-ccf1e80ba832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1023 | 2025.07.15 21:49:15.878141 [ 3 ] {761ddda3-f029-455a-a9f9-ccf1e80ba832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1024 | 2025.07.15 21:49:15.878856 [ 3 ] {761ddda3-f029-455a-a9f9-ccf1e80ba832} <Trace> oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1025 | 2025.07.15 21:49:15.878892 [ 3 ] {761ddda3-f029-455a-a9f9-ccf1e80ba832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1026 | 2025.07.15 21:49:15.879376 [ 3 ] {761ddda3-f029-455a-a9f9-ccf1e80ba832} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1027 | 2025.07.15 21:49:15.879600 [ 3 ] {761ddda3-f029-455a-a9f9-ccf1e80ba832} <Trace> oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1028 | 2025.07.15 21:49:15.879733 [ 3 ] {761ddda3-f029-455a-a9f9-ccf1e80ba832} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.001662 sec., 1203.3694344163657 rows/sec., 2.16 MiB/sec. | ||
1029 | 2025.07.15 21:49:15.879786 [ 3 ] {761ddda3-f029-455a-a9f9-ccf1e80ba832} <Debug> TCPHandler: Processed in 0.001840415 sec. | ||
1030 | 2025.07.15 21:49:15.879907 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1031 | 2025.07.15 21:49:15.880003 [ 3 ] {136dc776-95fb-4800-be16-ab03c08468ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
1032 | 2025.07.15 21:49:15.880046 [ 3 ] {136dc776-95fb-4800-be16-ab03c08468ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1033 | 2025.07.15 21:49:15.880363 [ 3 ] {136dc776-95fb-4800-be16-ab03c08468ef} <Trace> oximeter.measurements_i64 (47c0fdc2-52a1-4906-8c02-e4a9eb062357): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1034 | 2025.07.15 21:49:15.880399 [ 3 ] {136dc776-95fb-4800-be16-ab03c08468ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1035 | 2025.07.15 21:49:15.880708 [ 3 ] {136dc776-95fb-4800-be16-ab03c08468ef} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1036 | 2025.07.15 21:49:15.880910 [ 3 ] {136dc776-95fb-4800-be16-ab03c08468ef} <Trace> oximeter.measurements_i64 (47c0fdc2-52a1-4906-8c02-e4a9eb062357): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1037 | 2025.07.15 21:49:15.881038 [ 3 ] {136dc776-95fb-4800-be16-ab03c08468ef} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001053 sec., 5698.005698005699 rows/sec., 402.50 KiB/sec. | ||
1038 | 2025.07.15 21:49:15.881073 [ 3 ] {136dc776-95fb-4800-be16-ab03c08468ef} <Debug> TCPHandler: Processed in 0.001215016 sec. | ||
1039 | 2025.07.15 21:49:15.881175 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1040 | 2025.07.15 21:49:15.881269 [ 3 ] {fc21cee0-3ff2-4bbc-8d59-ce2961632e57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1041 | 2025.07.15 21:49:15.881311 [ 3 ] {fc21cee0-3ff2-4bbc-8d59-ce2961632e57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1042 | 2025.07.15 21:49:15.881657 [ 3 ] {fc21cee0-3ff2-4bbc-8d59-ce2961632e57} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1043 | 2025.07.15 21:49:15.881692 [ 3 ] {fc21cee0-3ff2-4bbc-8d59-ce2961632e57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1044 | 2025.07.15 21:49:15.882024 [ 3 ] {fc21cee0-3ff2-4bbc-8d59-ce2961632e57} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1045 | 2025.07.15 21:49:15.882237 [ 3 ] {fc21cee0-3ff2-4bbc-8d59-ce2961632e57} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1046 | 2025.07.15 21:49:15.882363 [ 3 ] {fc21cee0-3ff2-4bbc-8d59-ce2961632e57} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001112 sec., 26978.41726618705 rows/sec., 1.79 MiB/sec. | ||
1047 | 2025.07.15 21:49:15.882398 [ 3 ] {fc21cee0-3ff2-4bbc-8d59-ce2961632e57} <Debug> TCPHandler: Processed in 0.001271368 sec. | ||
1048 | 2025.07.15 21:49:16.000200 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.00 MiB, peak 165.12 MiB, free memory in arenas 0.00 B, will set to 163.13 MiB (RSS), difference: 1.12 MiB | ||
1049 | 2025.07.15 21:49:20.822466 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1050 | 2025.07.15 21:49:20.822659 [ 3 ] {3643cc72-4625-4d83-ae3e-520815980ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1051 | 2025.07.15 21:49:20.822728 [ 3 ] {3643cc72-4625-4d83-ae3e-520815980ff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1052 | 2025.07.15 21:49:20.823363 [ 3 ] {3643cc72-4625-4d83-ae3e-520815980ff5} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1053 | 2025.07.15 21:49:20.823411 [ 3 ] {3643cc72-4625-4d83-ae3e-520815980ff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1054 | 2025.07.15 21:49:20.823815 [ 3 ] {3643cc72-4625-4d83-ae3e-520815980ff5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1055 | 2025.07.15 21:49:20.824053 [ 3 ] {3643cc72-4625-4d83-ae3e-520815980ff5} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1056 | 2025.07.15 21:49:20.824215 [ 3 ] {3643cc72-4625-4d83-ae3e-520815980ff5} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001605 sec., 18691.588785046726 rows/sec., 1.46 MiB/sec. | ||
1057 | 2025.07.15 21:49:20.824266 [ 3 ] {3643cc72-4625-4d83-ae3e-520815980ff5} <Debug> TCPHandler: Processed in 0.001935478 sec. | ||
1058 | 2025.07.15 21:49:20.824397 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1059 | 2025.07.15 21:49:20.824501 [ 3 ] {3eee3e26-4813-4cd2-875c-01c00b0f7c28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1060 | 2025.07.15 21:49:20.824544 [ 3 ] {3eee3e26-4813-4cd2-875c-01c00b0f7c28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1061 | 2025.07.15 21:49:20.824980 [ 3 ] {3eee3e26-4813-4cd2-875c-01c00b0f7c28} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1062 | 2025.07.15 21:49:20.825018 [ 3 ] {3eee3e26-4813-4cd2-875c-01c00b0f7c28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1063 | 2025.07.15 21:49:20.825337 [ 3 ] {3eee3e26-4813-4cd2-875c-01c00b0f7c28} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1064 | 2025.07.15 21:49:20.825551 [ 3 ] {3eee3e26-4813-4cd2-875c-01c00b0f7c28} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1065 | 2025.07.15 21:49:20.825686 [ 3 ] {3eee3e26-4813-4cd2-875c-01c00b0f7c28} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001207 sec., 29826.014913007457 rows/sec., 2.33 MiB/sec. | ||
1066 | 2025.07.15 21:49:20.825725 [ 3 ] {3eee3e26-4813-4cd2-875c-01c00b0f7c28} <Debug> TCPHandler: Processed in 0.001380511 sec. | ||
1067 | 2025.07.15 21:49:20.825837 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1068 | 2025.07.15 21:49:20.825934 [ 3 ] {ee93d9fc-62f4-4bf2-aa73-d1c14c7ce606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1069 | 2025.07.15 21:49:20.825978 [ 3 ] {ee93d9fc-62f4-4bf2-aa73-d1c14c7ce606} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1070 | 2025.07.15 21:49:20.826358 [ 3 ] {ee93d9fc-62f4-4bf2-aa73-d1c14c7ce606} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1071 | 2025.07.15 21:49:20.826394 [ 3 ] {ee93d9fc-62f4-4bf2-aa73-d1c14c7ce606} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1072 | 2025.07.15 21:49:20.826720 [ 3 ] {ee93d9fc-62f4-4bf2-aa73-d1c14c7ce606} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1073 | 2025.07.15 21:49:20.826926 [ 3 ] {ee93d9fc-62f4-4bf2-aa73-d1c14c7ce606} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1074 | 2025.07.15 21:49:20.827055 [ 3 ] {ee93d9fc-62f4-4bf2-aa73-d1c14c7ce606} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.00114 sec., 52631.57894736842 rows/sec., 3.69 MiB/sec. | ||
1075 | 2025.07.15 21:49:20.827093 [ 3 ] {ee93d9fc-62f4-4bf2-aa73-d1c14c7ce606} <Debug> TCPHandler: Processed in 0.001306189 sec. | ||
1076 | 2025.07.15 21:49:20.827195 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1077 | 2025.07.15 21:49:20.827291 [ 3 ] {e4c0e5a3-0225-4cb9-8b5d-23b1ea500111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1078 | 2025.07.15 21:49:20.827333 [ 3 ] {e4c0e5a3-0225-4cb9-8b5d-23b1ea500111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1079 | 2025.07.15 21:49:20.827664 [ 3 ] {e4c0e5a3-0225-4cb9-8b5d-23b1ea500111} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1080 | 2025.07.15 21:49:20.827700 [ 3 ] {e4c0e5a3-0225-4cb9-8b5d-23b1ea500111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1081 | 2025.07.15 21:49:20.828033 [ 3 ] {e4c0e5a3-0225-4cb9-8b5d-23b1ea500111} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1082 | 2025.07.15 21:49:20.828246 [ 3 ] {e4c0e5a3-0225-4cb9-8b5d-23b1ea500111} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1083 | 2025.07.15 21:49:20.828381 [ 3 ] {e4c0e5a3-0225-4cb9-8b5d-23b1ea500111} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001109 sec., 27051.397655545537 rows/sec., 1.79 MiB/sec. | ||
1084 | 2025.07.15 21:49:20.828418 [ 3 ] {e4c0e5a3-0225-4cb9-8b5d-23b1ea500111} <Debug> TCPHandler: Processed in 0.001272548 sec. | ||
1085 | 2025.07.15 21:49:22.697897 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
1086 | 2025.07.15 21:49:22.698369 [ 244 ] {} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1087 | 2025.07.15 21:49:22.698411 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1088 | 2025.07.15 21:49:22.698944 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1089 | 2025.07.15 21:49:22.699172 [ 244 ] {} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1090 | 2025.07.15 21:49:22.699306 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
1091 | 2025.07.15 21:49:22.813286 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 38 | ||
1092 | 2025.07.15 21:49:22.830066 [ 243 ] {} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1093 | 2025.07.15 21:49:22.830120 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1094 | 2025.07.15 21:49:22.836011 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1095 | 2025.07.15 21:49:22.836713 [ 243 ] {} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1096 | 2025.07.15 21:49:22.839548 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
1097 | 2025.07.15 21:49:25.197459 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 166 | ||
1098 | 2025.07.15 21:49:25.199662 [ 242 ] {} <Trace> system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1099 | 2025.07.15 21:49:25.199716 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1100 | 2025.07.15 21:49:25.200878 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1101 | 2025.07.15 21:49:25.201146 [ 242 ] {} <Trace> system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1102 | 2025.07.15 21:49:25.201455 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 166 | ||
1103 | 2025.07.15 21:49:25.822328 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1104 | 2025.07.15 21:49:25.822500 [ 3 ] {e5cff4f0-3aa4-48f7-8df0-fb8d5f715597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1105 | 2025.07.15 21:49:25.822563 [ 3 ] {e5cff4f0-3aa4-48f7-8df0-fb8d5f715597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1106 | 2025.07.15 21:49:25.823184 [ 3 ] {e5cff4f0-3aa4-48f7-8df0-fb8d5f715597} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1107 | 2025.07.15 21:49:25.823224 [ 3 ] {e5cff4f0-3aa4-48f7-8df0-fb8d5f715597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1108 | 2025.07.15 21:49:25.823596 [ 3 ] {e5cff4f0-3aa4-48f7-8df0-fb8d5f715597} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1109 | 2025.07.15 21:49:25.823810 [ 3 ] {e5cff4f0-3aa4-48f7-8df0-fb8d5f715597} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1110 | 2025.07.15 21:49:25.823955 [ 3 ] {e5cff4f0-3aa4-48f7-8df0-fb8d5f715597} <Debug> executeQuery: Read 34 rows, 2.79 KiB in 0.001503 sec., 22621.42381902861 rows/sec., 1.81 MiB/sec. | ||
1111 | 2025.07.15 21:49:25.823998 [ 3 ] {e5cff4f0-3aa4-48f7-8df0-fb8d5f715597} <Debug> TCPHandler: Processed in 0.001794984 sec. | ||
1112 | 2025.07.15 21:49:25.824118 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1113 | 2025.07.15 21:49:25.824211 [ 3 ] {4e9a22ff-6f02-4080-9fd3-e6b635825399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1114 | 2025.07.15 21:49:25.824250 [ 3 ] {4e9a22ff-6f02-4080-9fd3-e6b635825399} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1115 | 2025.07.15 21:49:25.824637 [ 3 ] {4e9a22ff-6f02-4080-9fd3-e6b635825399} <Trace> oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1116 | 2025.07.15 21:49:25.824673 [ 3 ] {4e9a22ff-6f02-4080-9fd3-e6b635825399} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1117 | 2025.07.15 21:49:25.824953 [ 3 ] {4e9a22ff-6f02-4080-9fd3-e6b635825399} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1118 | 2025.07.15 21:49:25.825155 [ 3 ] {4e9a22ff-6f02-4080-9fd3-e6b635825399} <Trace> oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1119 | 2025.07.15 21:49:25.825280 [ 3 ] {4e9a22ff-6f02-4080-9fd3-e6b635825399} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001086 sec., 1841.620626151013 rows/sec., 138.48 KiB/sec. | ||
1120 | 2025.07.15 21:49:25.825319 [ 3 ] {4e9a22ff-6f02-4080-9fd3-e6b635825399} <Debug> TCPHandler: Processed in 0.001249037 sec. | ||
1121 | 2025.07.15 21:49:25.825430 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1122 | 2025.07.15 21:49:25.825522 [ 3 ] {653b8cd9-063e-4503-a828-69bcb6143416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1123 | 2025.07.15 21:49:25.825560 [ 3 ] {653b8cd9-063e-4503-a828-69bcb6143416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1124 | 2025.07.15 21:49:25.825958 [ 3 ] {653b8cd9-063e-4503-a828-69bcb6143416} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1125 | 2025.07.15 21:49:25.825995 [ 3 ] {653b8cd9-063e-4503-a828-69bcb6143416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1126 | 2025.07.15 21:49:25.826278 [ 3 ] {653b8cd9-063e-4503-a828-69bcb6143416} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1127 | 2025.07.15 21:49:25.826475 [ 3 ] {653b8cd9-063e-4503-a828-69bcb6143416} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1128 | 2025.07.15 21:49:25.826600 [ 3 ] {653b8cd9-063e-4503-a828-69bcb6143416} <Debug> executeQuery: Read 38 rows, 3.04 KiB in 0.001094 sec., 34734.91773308958 rows/sec., 2.71 MiB/sec. | ||
1129 | 2025.07.15 21:49:25.826638 [ 3 ] {653b8cd9-063e-4503-a828-69bcb6143416} <Debug> TCPHandler: Processed in 0.001254528 sec. | ||
1130 | 2025.07.15 21:49:25.826744 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1131 | 2025.07.15 21:49:25.826836 [ 3 ] {1ad041f8-b0df-4750-a712-fdeab1a1afbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1132 | 2025.07.15 21:49:25.826877 [ 3 ] {1ad041f8-b0df-4750-a712-fdeab1a1afbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1133 | 2025.07.15 21:49:25.827250 [ 3 ] {1ad041f8-b0df-4750-a712-fdeab1a1afbd} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1134 | 2025.07.15 21:49:25.827285 [ 3 ] {1ad041f8-b0df-4750-a712-fdeab1a1afbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1135 | 2025.07.15 21:49:25.827598 [ 3 ] {1ad041f8-b0df-4750-a712-fdeab1a1afbd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1136 | 2025.07.15 21:49:25.827796 [ 3 ] {1ad041f8-b0df-4750-a712-fdeab1a1afbd} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1137 | 2025.07.15 21:49:25.827919 [ 3 ] {1ad041f8-b0df-4750-a712-fdeab1a1afbd} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001099 sec., 54595.08644222021 rows/sec., 3.83 MiB/sec. | ||
1138 | 2025.07.15 21:49:25.827955 [ 3 ] {1ad041f8-b0df-4750-a712-fdeab1a1afbd} <Debug> TCPHandler: Processed in 0.001257828 sec. | ||
1139 | 2025.07.15 21:49:25.828063 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1140 | 2025.07.15 21:49:25.828154 [ 3 ] {a29adfca-f789-4c1c-b3b0-9aa407825152} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1141 | 2025.07.15 21:49:25.828206 [ 3 ] {a29adfca-f789-4c1c-b3b0-9aa407825152} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1142 | 2025.07.15 21:49:25.828919 [ 3 ] {a29adfca-f789-4c1c-b3b0-9aa407825152} <Trace> oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1143 | 2025.07.15 21:49:25.828954 [ 3 ] {a29adfca-f789-4c1c-b3b0-9aa407825152} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1144 | 2025.07.15 21:49:25.829415 [ 3 ] {a29adfca-f789-4c1c-b3b0-9aa407825152} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1145 | 2025.07.15 21:49:25.829628 [ 3 ] {a29adfca-f789-4c1c-b3b0-9aa407825152} <Trace> oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1146 | 2025.07.15 21:49:25.829757 [ 3 ] {a29adfca-f789-4c1c-b3b0-9aa407825152} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.001619 sec., 1235.3304508956146 rows/sec., 2.21 MiB/sec. | ||
1147 | 2025.07.15 21:49:25.829808 [ 3 ] {a29adfca-f789-4c1c-b3b0-9aa407825152} <Debug> TCPHandler: Processed in 0.001791603 sec. | ||
1148 | 2025.07.15 21:49:25.829920 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1149 | 2025.07.15 21:49:25.830012 [ 3 ] {6cc53a36-5456-4be4-9844-8cca0072943b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1150 | 2025.07.15 21:49:25.830052 [ 3 ] {6cc53a36-5456-4be4-9844-8cca0072943b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1151 | 2025.07.15 21:49:25.830373 [ 3 ] {6cc53a36-5456-4be4-9844-8cca0072943b} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1152 | 2025.07.15 21:49:25.830409 [ 3 ] {6cc53a36-5456-4be4-9844-8cca0072943b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1153 | 2025.07.15 21:49:25.830697 [ 3 ] {6cc53a36-5456-4be4-9844-8cca0072943b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1154 | 2025.07.15 21:49:25.830897 [ 3 ] {6cc53a36-5456-4be4-9844-8cca0072943b} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1155 | 2025.07.15 21:49:25.831022 [ 3 ] {6cc53a36-5456-4be4-9844-8cca0072943b} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001026 sec., 29239.766081871345 rows/sec., 1.94 MiB/sec. | ||
1156 | 2025.07.15 21:49:25.831057 [ 3 ] {6cc53a36-5456-4be4-9844-8cca0072943b} <Debug> TCPHandler: Processed in 0.001184306 sec. | ||
1157 | 2025.07.15 21:49:30.200366 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
1158 | 2025.07.15 21:49:30.200864 [ 244 ] {} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1159 | 2025.07.15 21:49:30.200905 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1160 | 2025.07.15 21:49:30.201354 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1161 | 2025.07.15 21:49:30.201576 [ 244 ] {} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1162 | 2025.07.15 21:49:30.201697 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
1163 | 2025.07.15 21:49:30.201709 [ 74 ] {} <Debug> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1164 | 2025.07.15 21:49:30.201812 [ 74 ] {} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1165 | 2025.07.15 21:49:30.201848 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1166 | 2025.07.15 21:49:30.202120 [ 200 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::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 | ||
1167 | 2025.07.15 21:49:30.204462 [ 200 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1168 | 2025.07.15 21:49:30.205261 [ 200 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::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 | ||
1169 | 2025.07.15 21:49:30.205384 [ 200 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::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 | ||
1170 | 2025.07.15 21:49:30.205484 [ 200 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::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 | ||
1171 | 2025.07.15 21:49:30.205540 [ 200 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::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 | ||
1172 | 2025.07.15 21:49:30.205594 [ 200 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part | ||
1173 | 2025.07.15 21:49:30.205643 [ 200 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part | ||
1174 | 2025.07.15 21:49:30.229412 [ 201 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.027449022 sec., 102225.86436777237 rows/sec., 1.46 MiB/sec. | ||
1175 | 2025.07.15 21:49:30.230372 [ 198 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1176 | 2025.07.15 21:49:30.230720 [ 198 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_6_1} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1177 | 2025.07.15 21:49:30.230800 [ 198 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_6_1} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1178 | 2025.07.15 21:49:30.230919 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
1179 | 2025.07.15 21:49:30.340596 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 45 | ||
1180 | 2025.07.15 21:49:30.357689 [ 243 ] {} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1181 | 2025.07.15 21:49:30.357742 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1182 | 2025.07.15 21:49:30.364097 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1183 | 2025.07.15 21:49:30.364826 [ 243 ] {} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1184 | 2025.07.15 21:49:30.365154 [ 74 ] {} <Debug> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1185 | 2025.07.15 21:49:30.365222 [ 74 ] {} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1186 | 2025.07.15 21:49:30.365254 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1187 | 2025.07.15 21:49:30.365370 [ 198 ] {42801f17-d990-41e1-971f-3cb8e768d4db::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 | ||
1188 | 2025.07.15 21:49:30.368178 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 45 | ||
1189 | 2025.07.15 21:49:30.369901 [ 198 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1190 | 2025.07.15 21:49:30.371559 [ 198 ] {42801f17-d990-41e1-971f-3cb8e768d4db::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 | ||
1191 | 2025.07.15 21:49:30.376471 [ 198 ] {42801f17-d990-41e1-971f-3cb8e768d4db::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 | ||
1192 | 2025.07.15 21:49:30.380971 [ 198 ] {42801f17-d990-41e1-971f-3cb8e768d4db::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 | ||
1193 | 2025.07.15 21:49:30.385163 [ 198 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 7 rows starting from the beginning of the part | ||
1194 | 2025.07.15 21:49:30.393212 [ 198 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
1195 | 2025.07.15 21:49:30.397514 [ 198 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 7 rows starting from the beginning of the part | ||
1196 | 2025.07.15 21:49:30.454960 [ 201 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 679 columns (679 merged, 0 gathered) in 0.089638874 sec., 502.0143381096019 rows/sec., 2.60 MiB/sec. | ||
1197 | 2025.07.15 21:49:30.457425 [ 192 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1198 | 2025.07.15 21:49:30.459445 [ 192 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_6_1} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1199 | 2025.07.15 21:49:30.459540 [ 192 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_6_1} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1200 | 2025.07.15 21:49:30.461440 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
1201 | 2025.07.15 21:49:30.604119 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1202 | 2025.07.15 21:49:30.604163 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1203 | 2025.07.15 21:49:30.821499 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1204 | 2025.07.15 21:49:30.821666 [ 3 ] {66425b66-fe16-48e1-93b0-f5e9750f443c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1205 | 2025.07.15 21:49:30.821726 [ 3 ] {66425b66-fe16-48e1-93b0-f5e9750f443c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1206 | 2025.07.15 21:49:30.822297 [ 3 ] {66425b66-fe16-48e1-93b0-f5e9750f443c} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1207 | 2025.07.15 21:49:30.822338 [ 3 ] {66425b66-fe16-48e1-93b0-f5e9750f443c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1208 | 2025.07.15 21:49:30.822701 [ 3 ] {66425b66-fe16-48e1-93b0-f5e9750f443c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1209 | 2025.07.15 21:49:30.822930 [ 3 ] {66425b66-fe16-48e1-93b0-f5e9750f443c} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1210 | 2025.07.15 21:49:30.823096 [ 3 ] {66425b66-fe16-48e1-93b0-f5e9750f443c} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001477 sec., 20311.44211238998 rows/sec., 1.59 MiB/sec. | ||
1211 | 2025.07.15 21:49:30.823140 [ 3 ] {66425b66-fe16-48e1-93b0-f5e9750f443c} <Debug> TCPHandler: Processed in 0.001759613 sec. | ||
1212 | 2025.07.15 21:49:30.823266 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1213 | 2025.07.15 21:49:30.823363 [ 3 ] {c37e3c64-3bfa-4a9c-8b9c-0234bd2a4909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1214 | 2025.07.15 21:49:30.823403 [ 3 ] {c37e3c64-3bfa-4a9c-8b9c-0234bd2a4909} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1215 | 2025.07.15 21:49:30.823810 [ 3 ] {c37e3c64-3bfa-4a9c-8b9c-0234bd2a4909} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1216 | 2025.07.15 21:49:30.823846 [ 3 ] {c37e3c64-3bfa-4a9c-8b9c-0234bd2a4909} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1217 | 2025.07.15 21:49:30.824150 [ 3 ] {c37e3c64-3bfa-4a9c-8b9c-0234bd2a4909} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1218 | 2025.07.15 21:49:30.824361 [ 3 ] {c37e3c64-3bfa-4a9c-8b9c-0234bd2a4909} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1219 | 2025.07.15 21:49:30.824497 [ 3 ] {c37e3c64-3bfa-4a9c-8b9c-0234bd2a4909} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001153 sec., 31222.896790980052 rows/sec., 2.44 MiB/sec. | ||
1220 | 2025.07.15 21:49:30.824536 [ 3 ] {c37e3c64-3bfa-4a9c-8b9c-0234bd2a4909} <Debug> TCPHandler: Processed in 0.00132026 sec. | ||
1221 | 2025.07.15 21:49:30.824642 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1222 | 2025.07.15 21:49:30.824737 [ 3 ] {a57b419c-2d87-48bf-b8c2-293ab23cdc77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1223 | 2025.07.15 21:49:30.824781 [ 3 ] {a57b419c-2d87-48bf-b8c2-293ab23cdc77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1224 | 2025.07.15 21:49:30.825159 [ 3 ] {a57b419c-2d87-48bf-b8c2-293ab23cdc77} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1225 | 2025.07.15 21:49:30.825485 [ 3 ] {a57b419c-2d87-48bf-b8c2-293ab23cdc77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1226 | 2025.07.15 21:49:30.825840 [ 3 ] {a57b419c-2d87-48bf-b8c2-293ab23cdc77} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1227 | 2025.07.15 21:49:30.826256 [ 3 ] {a57b419c-2d87-48bf-b8c2-293ab23cdc77} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1228 | 2025.07.15 21:49:30.826397 [ 3 ] {a57b419c-2d87-48bf-b8c2-293ab23cdc77} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001679 sec., 35735.5568790947 rows/sec., 2.51 MiB/sec. | ||
1229 | 2025.07.15 21:49:30.826434 [ 3 ] {a57b419c-2d87-48bf-b8c2-293ab23cdc77} <Debug> TCPHandler: Processed in 0.001840995 sec. | ||
1230 | 2025.07.15 21:49:30.826545 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1231 | 2025.07.15 21:49:30.826637 [ 3 ] {6b36f78c-56e0-4c09-baa6-a1cdb694bf92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1232 | 2025.07.15 21:49:30.826679 [ 3 ] {6b36f78c-56e0-4c09-baa6-a1cdb694bf92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1233 | 2025.07.15 21:49:30.826991 [ 3 ] {6b36f78c-56e0-4c09-baa6-a1cdb694bf92} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1234 | 2025.07.15 21:49:30.827026 [ 3 ] {6b36f78c-56e0-4c09-baa6-a1cdb694bf92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1235 | 2025.07.15 21:49:30.827325 [ 3 ] {6b36f78c-56e0-4c09-baa6-a1cdb694bf92} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1236 | 2025.07.15 21:49:30.827531 [ 3 ] {6b36f78c-56e0-4c09-baa6-a1cdb694bf92} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1237 | 2025.07.15 21:49:30.827657 [ 3 ] {6b36f78c-56e0-4c09-baa6-a1cdb694bf92} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001039 sec., 28873.917228103946 rows/sec., 1.91 MiB/sec. | ||
1238 | 2025.07.15 21:49:30.827693 [ 3 ] {6b36f78c-56e0-4c09-baa6-a1cdb694bf92} <Debug> TCPHandler: Processed in 0.001195286 sec. | ||
1239 | 2025.07.15 21:49:31.000207 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.50 MiB, peak 174.76 MiB, free memory in arenas 0.00 B, will set to 176.01 MiB (RSS), difference: 10.51 MiB | ||
1240 | 2025.07.15 21:49:35.202561 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 186 | ||
1241 | 2025.07.15 21:49:35.204583 [ 242 ] {} <Trace> system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1242 | 2025.07.15 21:49:35.204642 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1243 | 2025.07.15 21:49:35.205805 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1244 | 2025.07.15 21:49:35.206088 [ 242 ] {} <Trace> system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1245 | 2025.07.15 21:49:35.206408 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 186 | ||
1246 | 2025.07.15 21:49:35.821690 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1247 | 2025.07.15 21:49:35.821872 [ 3 ] {866c4222-97df-464e-80b1-0b4ead6f2867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1248 | 2025.07.15 21:49:35.821938 [ 3 ] {866c4222-97df-464e-80b1-0b4ead6f2867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1249 | 2025.07.15 21:49:35.822594 [ 3 ] {866c4222-97df-464e-80b1-0b4ead6f2867} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1250 | 2025.07.15 21:49:35.822641 [ 3 ] {866c4222-97df-464e-80b1-0b4ead6f2867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1251 | 2025.07.15 21:49:35.823029 [ 3 ] {866c4222-97df-464e-80b1-0b4ead6f2867} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1252 | 2025.07.15 21:49:35.823258 [ 3 ] {866c4222-97df-464e-80b1-0b4ead6f2867} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1253 | 2025.07.15 21:49:35.823412 [ 3 ] {866c4222-97df-464e-80b1-0b4ead6f2867} <Debug> executeQuery: Read 34 rows, 2.79 KiB in 0.00159 sec., 21383.64779874214 rows/sec., 1.71 MiB/sec. | ||
1254 | 2025.07.15 21:49:35.823424 [ 68 ] {} <Debug> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1255 | 2025.07.15 21:49:35.823454 [ 3 ] {866c4222-97df-464e-80b1-0b4ead6f2867} <Debug> TCPHandler: Processed in 0.001893197 sec. | ||
1256 | 2025.07.15 21:49:35.823491 [ 68 ] {} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1257 | 2025.07.15 21:49:35.823516 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1258 | 2025.07.15 21:49:35.823596 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1259 | 2025.07.15 21:49:35.823634 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::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 | ||
1260 | 2025.07.15 21:49:35.823700 [ 3 ] {9e91e568-3ef6-44c4-9b45-41dd11277220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1261 | 2025.07.15 21:49:35.823746 [ 3 ] {9e91e568-3ef6-44c4-9b45-41dd11277220} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1262 | 2025.07.15 21:49:35.823760 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1263 | 2025.07.15 21:49:35.823824 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::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 | ||
1264 | 2025.07.15 21:49:35.823950 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 34 rows starting from the beginning of the part | ||
1265 | 2025.07.15 21:49:35.824006 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part | ||
1266 | 2025.07.15 21:49:35.824053 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 34 rows starting from the beginning of the part | ||
1267 | 2025.07.15 21:49:35.824097 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
1268 | 2025.07.15 21:49:35.824142 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part | ||
1269 | 2025.07.15 21:49:35.824148 [ 3 ] {9e91e568-3ef6-44c4-9b45-41dd11277220} <Trace> oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1270 | 2025.07.15 21:49:35.824194 [ 3 ] {9e91e568-3ef6-44c4-9b45-41dd11277220} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1271 | 2025.07.15 21:49:35.824662 [ 3 ] {9e91e568-3ef6-44c4-9b45-41dd11277220} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1272 | 2025.07.15 21:49:35.824932 [ 3 ] {9e91e568-3ef6-44c4-9b45-41dd11277220} <Trace> oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1273 | 2025.07.15 21:49:35.825076 [ 3 ] {9e91e568-3ef6-44c4-9b45-41dd11277220} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001395 sec., 1433.6917562724016 rows/sec., 107.81 KiB/sec. | ||
1274 | 2025.07.15 21:49:35.825117 [ 3 ] {9e91e568-3ef6-44c4-9b45-41dd11277220} <Debug> TCPHandler: Processed in 0.001573507 sec. | ||
1275 | 2025.07.15 21:49:35.825203 [ 201 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 192 rows, containing 5 columns (5 merged, 0 gathered) in 0.001613588 sec., 118989.48182559613 rows/sec., 9.87 MiB/sec. | ||
1276 | 2025.07.15 21:49:35.825238 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1277 | 2025.07.15 21:49:35.825340 [ 3 ] {fa378002-815f-4b9d-906f-2f9fa75dcc30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1278 | 2025.07.15 21:49:35.825380 [ 3 ] {fa378002-815f-4b9d-906f-2f9fa75dcc30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1279 | 2025.07.15 21:49:35.825402 [ 187 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1280 | 2025.07.15 21:49:35.825680 [ 187 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_6_1} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1281 | 2025.07.15 21:49:35.825745 [ 187 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_6_1} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1282 | 2025.07.15 21:49:35.825786 [ 3 ] {fa378002-815f-4b9d-906f-2f9fa75dcc30} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1283 | 2025.07.15 21:49:35.825822 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
1284 | 2025.07.15 21:49:35.825823 [ 3 ] {fa378002-815f-4b9d-906f-2f9fa75dcc30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1285 | 2025.07.15 21:49:35.826124 [ 3 ] {fa378002-815f-4b9d-906f-2f9fa75dcc30} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1286 | 2025.07.15 21:49:35.826339 [ 3 ] {fa378002-815f-4b9d-906f-2f9fa75dcc30} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1287 | 2025.07.15 21:49:35.826439 [ 68 ] {} <Debug> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1288 | 2025.07.15 21:49:35.826465 [ 3 ] {fa378002-815f-4b9d-906f-2f9fa75dcc30} <Debug> executeQuery: Read 38 rows, 3.04 KiB in 0.001144 sec., 33216.78321678322 rows/sec., 2.59 MiB/sec. | ||
1289 | 2025.07.15 21:49:35.826477 [ 68 ] {} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1290 | 2025.07.15 21:49:35.826506 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1291 | 2025.07.15 21:49:35.826508 [ 3 ] {fa378002-815f-4b9d-906f-2f9fa75dcc30} <Debug> TCPHandler: Processed in 0.001320159 sec. | ||
1292 | 2025.07.15 21:49:35.826571 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::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 | ||
1293 | 2025.07.15 21:49:35.826629 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1294 | 2025.07.15 21:49:35.826672 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1295 | 2025.07.15 21:49:35.826702 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::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 | ||
1296 | 2025.07.15 21:49:35.826728 [ 3 ] {f56414ab-776f-44fa-81ba-9c4485c09104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1297 | 2025.07.15 21:49:35.826749 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 44 rows starting from the beginning of the part | ||
1298 | 2025.07.15 21:49:35.826776 [ 3 ] {f56414ab-776f-44fa-81ba-9c4485c09104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1299 | 2025.07.15 21:49:35.826795 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part | ||
1300 | 2025.07.15 21:49:35.826837 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 38 rows starting from the beginning of the part | ||
1301 | 2025.07.15 21:49:35.826877 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part | ||
1302 | 2025.07.15 21:49:35.826915 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 38 rows starting from the beginning of the part | ||
1303 | 2025.07.15 21:49:35.827200 [ 3 ] {f56414ab-776f-44fa-81ba-9c4485c09104} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1304 | 2025.07.15 21:49:35.827243 [ 3 ] {f56414ab-776f-44fa-81ba-9c4485c09104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1305 | 2025.07.15 21:49:35.827587 [ 3 ] {f56414ab-776f-44fa-81ba-9c4485c09104} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1306 | 2025.07.15 21:49:35.827745 [ 190 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 5 columns (5 merged, 0 gathered) in 0.001194786 sec., 190829.15266834394 rows/sec., 15.63 MiB/sec. | ||
1307 | 2025.07.15 21:49:35.827825 [ 3 ] {f56414ab-776f-44fa-81ba-9c4485c09104} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1308 | 2025.07.15 21:49:35.827907 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1309 | 2025.07.15 21:49:35.827937 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1310 | 2025.07.15 21:49:35.827966 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1311 | 2025.07.15 21:49:35.827967 [ 3 ] {f56414ab-776f-44fa-81ba-9c4485c09104} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001257 sec., 47732.6968973747 rows/sec., 3.35 MiB/sec. | ||
1312 | 2025.07.15 21:49:35.827986 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1313 | 2025.07.15 21:49:35.828024 [ 3 ] {f56414ab-776f-44fa-81ba-9c4485c09104} <Debug> TCPHandler: Processed in 0.001445664 sec. | ||
1314 | 2025.07.15 21:49:35.828093 [ 201 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::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 | ||
1315 | 2025.07.15 21:49:35.828151 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1316 | 2025.07.15 21:49:35.828177 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_6_1} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1317 | 2025.07.15 21:49:35.828251 [ 3 ] {5c2ff552-8068-4fe4-902f-8ffca9260217} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1318 | 2025.07.15 21:49:35.828253 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_6_1} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1319 | 2025.07.15 21:49:35.828259 [ 201 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1320 | 2025.07.15 21:49:35.828314 [ 3 ] {5c2ff552-8068-4fe4-902f-8ffca9260217} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1321 | 2025.07.15 21:49:35.828336 [ 201 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 60 rows starting from the beginning of the part | ||
1322 | 2025.07.15 21:49:35.828351 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
1323 | 2025.07.15 21:49:35.828443 [ 201 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part | ||
1324 | 2025.07.15 21:49:35.828499 [ 201 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part | ||
1325 | 2025.07.15 21:49:35.828545 [ 201 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
1326 | 2025.07.15 21:49:35.828600 [ 201 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
1327 | 2025.07.15 21:49:35.828642 [ 201 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::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 | ||
1328 | 2025.07.15 21:49:35.829083 [ 3 ] {5c2ff552-8068-4fe4-902f-8ffca9260217} <Trace> oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1329 | 2025.07.15 21:49:35.829124 [ 3 ] {5c2ff552-8068-4fe4-902f-8ffca9260217} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1330 | 2025.07.15 21:49:35.829690 [ 3 ] {5c2ff552-8068-4fe4-902f-8ffca9260217} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1331 | 2025.07.15 21:49:35.829701 [ 190 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 5 columns (5 merged, 0 gathered) in 0.00165306 sec., 217777.93909476968 rows/sec., 15.28 MiB/sec. | ||
1332 | 2025.07.15 21:49:35.829929 [ 188 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1333 | 2025.07.15 21:49:35.829955 [ 3 ] {5c2ff552-8068-4fe4-902f-8ffca9260217} <Trace> oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1334 | 2025.07.15 21:49:35.830117 [ 3 ] {5c2ff552-8068-4fe4-902f-8ffca9260217} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.001885 sec., 1061.0079575596817 rows/sec., 1.90 MiB/sec. | ||
1335 | 2025.07.15 21:49:35.830181 [ 3 ] {5c2ff552-8068-4fe4-902f-8ffca9260217} <Debug> TCPHandler: Processed in 0.002079992 sec. | ||
1336 | 2025.07.15 21:49:35.830216 [ 188 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1337 | 2025.07.15 21:49:35.830287 [ 188 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1338 | 2025.07.15 21:49:35.830308 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1339 | 2025.07.15 21:49:35.830363 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
1340 | 2025.07.15 21:49:35.830409 [ 3 ] {70089c70-6190-4117-9e2f-d0e2d0441f67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1341 | 2025.07.15 21:49:35.830464 [ 3 ] {70089c70-6190-4117-9e2f-d0e2d0441f67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1342 | 2025.07.15 21:49:35.830800 [ 3 ] {70089c70-6190-4117-9e2f-d0e2d0441f67} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1343 | 2025.07.15 21:49:35.830837 [ 3 ] {70089c70-6190-4117-9e2f-d0e2d0441f67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1344 | 2025.07.15 21:49:35.831154 [ 3 ] {70089c70-6190-4117-9e2f-d0e2d0441f67} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1345 | 2025.07.15 21:49:35.831361 [ 3 ] {70089c70-6190-4117-9e2f-d0e2d0441f67} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1346 | 2025.07.15 21:49:35.831458 [ 68 ] {} <Debug> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1347 | 2025.07.15 21:49:35.831489 [ 3 ] {70089c70-6190-4117-9e2f-d0e2d0441f67} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001098 sec., 27322.4043715847 rows/sec., 1.81 MiB/sec. | ||
1348 | 2025.07.15 21:49:35.831493 [ 68 ] {} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1349 | 2025.07.15 21:49:35.831530 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1350 | 2025.07.15 21:49:35.831532 [ 3 ] {70089c70-6190-4117-9e2f-d0e2d0441f67} <Debug> TCPHandler: Processed in 0.001274259 sec. | ||
1351 | 2025.07.15 21:49:35.831619 [ 199 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::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 | ||
1352 | 2025.07.15 21:49:35.831730 [ 199 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1353 | 2025.07.15 21:49:35.831767 [ 199 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::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 | ||
1354 | 2025.07.15 21:49:35.831855 [ 199 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::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 | ||
1355 | 2025.07.15 21:49:35.831912 [ 199 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part | ||
1356 | 2025.07.15 21:49:35.831955 [ 199 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
1357 | 2025.07.15 21:49:35.832002 [ 199 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
1358 | 2025.07.15 21:49:35.832051 [ 199 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
1359 | 2025.07.15 21:49:35.832812 [ 188 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 4 columns (4 merged, 0 gathered) in 0.001233837 sec., 145886.36910710248 rows/sec., 9.67 MiB/sec. | ||
1360 | 2025.07.15 21:49:35.833026 [ 190 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1361 | 2025.07.15 21:49:35.833358 [ 190 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_6_1} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1362 | 2025.07.15 21:49:35.833435 [ 190 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_6_1} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1363 | 2025.07.15 21:49:35.833519 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
1364 | 2025.07.15 21:49:37.701777 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
1365 | 2025.07.15 21:49:37.702545 [ 244 ] {} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1366 | 2025.07.15 21:49:37.702579 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1367 | 2025.07.15 21:49:37.703049 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1368 | 2025.07.15 21:49:37.703268 [ 244 ] {} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1369 | 2025.07.15 21:49:37.703390 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
1370 | 2025.07.15 21:49:37.869230 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 53 | ||
1371 | 2025.07.15 21:49:37.887066 [ 243 ] {} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1372 | 2025.07.15 21:49:37.887132 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1373 | 2025.07.15 21:49:37.892734 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1374 | 2025.07.15 21:49:37.893469 [ 243 ] {} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1375 | 2025.07.15 21:49:37.897088 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
1376 | 2025.07.15 21:49:40.826518 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1377 | 2025.07.15 21:49:40.826722 [ 3 ] {ee45b91b-7a89-4193-a0a0-c424aa4c8e4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1378 | 2025.07.15 21:49:40.826791 [ 3 ] {ee45b91b-7a89-4193-a0a0-c424aa4c8e4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1379 | 2025.07.15 21:49:40.827501 [ 3 ] {ee45b91b-7a89-4193-a0a0-c424aa4c8e4a} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1380 | 2025.07.15 21:49:40.827552 [ 3 ] {ee45b91b-7a89-4193-a0a0-c424aa4c8e4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1381 | 2025.07.15 21:49:40.827948 [ 3 ] {ee45b91b-7a89-4193-a0a0-c424aa4c8e4a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1382 | 2025.07.15 21:49:40.828182 [ 3 ] {ee45b91b-7a89-4193-a0a0-c424aa4c8e4a} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1383 | 2025.07.15 21:49:40.828350 [ 3 ] {ee45b91b-7a89-4193-a0a0-c424aa4c8e4a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00168 sec., 33333.33333333333 rows/sec., 2.56 MiB/sec. | ||
1384 | 2025.07.15 21:49:40.828402 [ 3 ] {ee45b91b-7a89-4193-a0a0-c424aa4c8e4a} <Debug> TCPHandler: Processed in 0.00201685 sec. | ||
1385 | 2025.07.15 21:49:40.828535 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1386 | 2025.07.15 21:49:40.828644 [ 3 ] {253f9e5a-766e-4c1c-aa73-9a2c7b84647d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1387 | 2025.07.15 21:49:40.828688 [ 3 ] {253f9e5a-766e-4c1c-aa73-9a2c7b84647d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1388 | 2025.07.15 21:49:40.829152 [ 3 ] {253f9e5a-766e-4c1c-aa73-9a2c7b84647d} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1389 | 2025.07.15 21:49:40.829193 [ 3 ] {253f9e5a-766e-4c1c-aa73-9a2c7b84647d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1390 | 2025.07.15 21:49:40.829509 [ 3 ] {253f9e5a-766e-4c1c-aa73-9a2c7b84647d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1391 | 2025.07.15 21:49:40.829724 [ 3 ] {253f9e5a-766e-4c1c-aa73-9a2c7b84647d} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1392 | 2025.07.15 21:49:40.829861 [ 3 ] {253f9e5a-766e-4c1c-aa73-9a2c7b84647d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001242 sec., 51529.790660225444 rows/sec., 4.02 MiB/sec. | ||
1393 | 2025.07.15 21:49:40.829901 [ 3 ] {253f9e5a-766e-4c1c-aa73-9a2c7b84647d} <Debug> TCPHandler: Processed in 0.001417862 sec. | ||
1394 | 2025.07.15 21:49:40.830080 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1395 | 2025.07.15 21:49:40.830181 [ 3 ] {28feb803-31d1-4b72-be51-ade1630a8598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1396 | 2025.07.15 21:49:40.830227 [ 3 ] {28feb803-31d1-4b72-be51-ade1630a8598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1397 | 2025.07.15 21:49:40.830651 [ 3 ] {28feb803-31d1-4b72-be51-ade1630a8598} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1398 | 2025.07.15 21:49:40.830689 [ 3 ] {28feb803-31d1-4b72-be51-ade1630a8598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1399 | 2025.07.15 21:49:40.831014 [ 3 ] {28feb803-31d1-4b72-be51-ade1630a8598} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1400 | 2025.07.15 21:49:40.831227 [ 3 ] {28feb803-31d1-4b72-be51-ade1630a8598} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1401 | 2025.07.15 21:49:40.831358 [ 3 ] {28feb803-31d1-4b72-be51-ade1630a8598} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. | ||
1402 | 2025.07.15 21:49:40.831395 [ 3 ] {28feb803-31d1-4b72-be51-ade1630a8598} <Debug> TCPHandler: Processed in 0.001365671 sec. | ||
1403 | 2025.07.15 21:49:40.831506 [ 3 ] {} <Trace> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1404 | 2025.07.15 21:49:40.831603 [ 3 ] {6763c987-a518-4d14-a909-ff9f62bd9dbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51967) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1405 | 2025.07.15 21:49:40.831645 [ 3 ] {6763c987-a518-4d14-a909-ff9f62bd9dbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1406 | 2025.07.15 21:49:40.831980 [ 3 ] {6763c987-a518-4d14-a909-ff9f62bd9dbd} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1407 | 2025.07.15 21:49:40.832017 [ 3 ] {6763c987-a518-4d14-a909-ff9f62bd9dbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1408 | 2025.07.15 21:49:40.832330 [ 3 ] {6763c987-a518-4d14-a909-ff9f62bd9dbd} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1409 | 2025.07.15 21:49:40.832533 [ 3 ] {6763c987-a518-4d14-a909-ff9f62bd9dbd} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1410 | 2025.07.15 21:49:40.832662 [ 3 ] {6763c987-a518-4d14-a909-ff9f62bd9dbd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. | ||
1411 | 2025.07.15 21:49:40.832709 [ 3 ] {6763c987-a518-4d14-a909-ff9f62bd9dbd} <Debug> TCPHandler: Processed in 0.001251027 sec. | ||
1412 | 2025.07.15 21:49:45.204457 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
1413 | 2025.07.15 21:49:45.204937 [ 244 ] {} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1414 | 2025.07.15 21:49:45.204974 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1415 | 2025.07.15 21:49:45.205438 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1416 | 2025.07.15 21:49:45.205664 [ 244 ] {} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1417 | 2025.07.15 21:49:45.205796 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
1418 | 2025.07.15 21:49:45.207486 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 206 | ||
1419 | 2025.07.15 21:49:45.209575 [ 242 ] {} <Trace> system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1420 | 2025.07.15 21:49:45.209632 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1421 | 2025.07.15 21:49:45.210779 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1422 | 2025.07.15 21:49:45.211046 [ 242 ] {} <Trace> system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1423 | 2025.07.15 21:49:45.211378 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 206 | ||
1424 | 2025.07.15 21:49:45.375580 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
1425 | 2025.07.15 21:49:45.375688 [ 3 ] {} <Debug> TCP-Session: 3739f26a-e589-4347-8e51-e7c4219005b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1426 | 2025.07.15 21:49:45.398129 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 60 | ||
1427 | 2025.07.15 21:49:45.414588 [ 243 ] {} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1428 | 2025.07.15 21:49:45.414635 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1429 | 2025.07.15 21:49:45.420257 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1430 | 2025.07.15 21:49:45.421000 [ 243 ] {} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1431 | 2025.07.15 21:49:45.423806 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 60 | ||
1432 | 2025.07.15 21:49:45.604209 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1433 | 2025.07.15 21:49:45.604262 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1434 | 2025.07.15 21:49:45.826229 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1435 | 2025.07.15 21:49:45.826393 [ 5 ] {7cede523-133f-41a7-a868-65499cae6099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1436 | 2025.07.15 21:49:45.826455 [ 5 ] {7cede523-133f-41a7-a868-65499cae6099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1437 | 2025.07.15 21:49:45.827125 [ 5 ] {7cede523-133f-41a7-a868-65499cae6099} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1438 | 2025.07.15 21:49:45.827173 [ 5 ] {7cede523-133f-41a7-a868-65499cae6099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1439 | 2025.07.15 21:49:45.827564 [ 5 ] {7cede523-133f-41a7-a868-65499cae6099} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1440 | 2025.07.15 21:49:45.827811 [ 5 ] {7cede523-133f-41a7-a868-65499cae6099} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1441 | 2025.07.15 21:49:45.827973 [ 5 ] {7cede523-133f-41a7-a868-65499cae6099} <Debug> executeQuery: Read 60 rows, 4.80 KiB in 0.001622 sec., 36991.368680641186 rows/sec., 2.89 MiB/sec. | ||
1442 | 2025.07.15 21:49:45.828029 [ 5 ] {7cede523-133f-41a7-a868-65499cae6099} <Debug> TCPHandler: Processed in 0.001917047 sec. | ||
1443 | 2025.07.15 21:49:45.828163 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1444 | 2025.07.15 21:49:45.828264 [ 5 ] {321da0f5-f73e-4ecf-a32f-822886d4c831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1445 | 2025.07.15 21:49:45.828305 [ 5 ] {321da0f5-f73e-4ecf-a32f-822886d4c831} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1446 | 2025.07.15 21:49:45.828722 [ 5 ] {321da0f5-f73e-4ecf-a32f-822886d4c831} <Trace> oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1447 | 2025.07.15 21:49:45.828763 [ 5 ] {321da0f5-f73e-4ecf-a32f-822886d4c831} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1448 | 2025.07.15 21:49:45.829098 [ 5 ] {321da0f5-f73e-4ecf-a32f-822886d4c831} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1449 | 2025.07.15 21:49:45.829305 [ 5 ] {321da0f5-f73e-4ecf-a32f-822886d4c831} <Trace> oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1450 | 2025.07.15 21:49:45.829436 [ 5 ] {321da0f5-f73e-4ecf-a32f-822886d4c831} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.001192 sec., 1677.8523489932886 rows/sec., 126.17 KiB/sec. | ||
1451 | 2025.07.15 21:49:45.829475 [ 5 ] {321da0f5-f73e-4ecf-a32f-822886d4c831} <Debug> TCPHandler: Processed in 0.001364411 sec. | ||
1452 | 2025.07.15 21:49:45.829586 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1453 | 2025.07.15 21:49:45.829682 [ 5 ] {89284e2b-4e18-4141-8b15-616b325023cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1454 | 2025.07.15 21:49:45.829722 [ 5 ] {89284e2b-4e18-4141-8b15-616b325023cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1455 | 2025.07.15 21:49:45.830163 [ 5 ] {89284e2b-4e18-4141-8b15-616b325023cb} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1456 | 2025.07.15 21:49:45.830206 [ 5 ] {89284e2b-4e18-4141-8b15-616b325023cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1457 | 2025.07.15 21:49:45.830521 [ 5 ] {89284e2b-4e18-4141-8b15-616b325023cb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1458 | 2025.07.15 21:49:45.830749 [ 5 ] {89284e2b-4e18-4141-8b15-616b325023cb} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1459 | 2025.07.15 21:49:45.830878 [ 5 ] {89284e2b-4e18-4141-8b15-616b325023cb} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001214 sec., 54365.73311367381 rows/sec., 4.24 MiB/sec. | ||
1460 | 2025.07.15 21:49:45.830915 [ 5 ] {89284e2b-4e18-4141-8b15-616b325023cb} <Debug> TCPHandler: Processed in 0.001378442 sec. | ||
1461 | 2025.07.15 21:49:45.831041 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1462 | 2025.07.15 21:49:45.831135 [ 5 ] {13e9e726-06af-4a3e-b97a-9be72ba4b7a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1463 | 2025.07.15 21:49:45.831178 [ 5 ] {13e9e726-06af-4a3e-b97a-9be72ba4b7a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1464 | 2025.07.15 21:49:45.831617 [ 5 ] {13e9e726-06af-4a3e-b97a-9be72ba4b7a4} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1465 | 2025.07.15 21:49:45.831654 [ 5 ] {13e9e726-06af-4a3e-b97a-9be72ba4b7a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1466 | 2025.07.15 21:49:45.831997 [ 5 ] {13e9e726-06af-4a3e-b97a-9be72ba4b7a4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1467 | 2025.07.15 21:49:45.832204 [ 5 ] {13e9e726-06af-4a3e-b97a-9be72ba4b7a4} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1468 | 2025.07.15 21:49:45.832333 [ 5 ] {13e9e726-06af-4a3e-b97a-9be72ba4b7a4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001216 sec., 131578.94736842104 rows/sec., 9.16 MiB/sec. | ||
1469 | 2025.07.15 21:49:45.832369 [ 5 ] {13e9e726-06af-4a3e-b97a-9be72ba4b7a4} <Debug> TCPHandler: Processed in 0.001377491 sec. | ||
1470 | 2025.07.15 21:49:45.832479 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1471 | 2025.07.15 21:49:45.832574 [ 5 ] {39e887b2-aa8f-4388-bb7c-34e2c8697b08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1472 | 2025.07.15 21:49:45.832627 [ 5 ] {39e887b2-aa8f-4388-bb7c-34e2c8697b08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1473 | 2025.07.15 21:49:45.833393 [ 5 ] {39e887b2-aa8f-4388-bb7c-34e2c8697b08} <Trace> oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1474 | 2025.07.15 21:49:45.833430 [ 5 ] {39e887b2-aa8f-4388-bb7c-34e2c8697b08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1475 | 2025.07.15 21:49:45.833912 [ 5 ] {39e887b2-aa8f-4388-bb7c-34e2c8697b08} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1476 | 2025.07.15 21:49:45.834145 [ 5 ] {39e887b2-aa8f-4388-bb7c-34e2c8697b08} <Trace> oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1477 | 2025.07.15 21:49:45.834285 [ 5 ] {39e887b2-aa8f-4388-bb7c-34e2c8697b08} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.001728 sec., 1157.4074074074074 rows/sec., 2.07 MiB/sec. | ||
1478 | 2025.07.15 21:49:45.834350 [ 5 ] {39e887b2-aa8f-4388-bb7c-34e2c8697b08} <Debug> TCPHandler: Processed in 0.001920458 sec. | ||
1479 | 2025.07.15 21:49:45.834469 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1480 | 2025.07.15 21:49:45.834562 [ 5 ] {2f04fd9f-bc54-4fe8-b247-072be447db58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1481 | 2025.07.15 21:49:45.834603 [ 5 ] {2f04fd9f-bc54-4fe8-b247-072be447db58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1482 | 2025.07.15 21:49:45.834941 [ 5 ] {2f04fd9f-bc54-4fe8-b247-072be447db58} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1483 | 2025.07.15 21:49:45.834978 [ 5 ] {2f04fd9f-bc54-4fe8-b247-072be447db58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1484 | 2025.07.15 21:49:45.835277 [ 5 ] {2f04fd9f-bc54-4fe8-b247-072be447db58} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1485 | 2025.07.15 21:49:45.835490 [ 5 ] {2f04fd9f-bc54-4fe8-b247-072be447db58} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1486 | 2025.07.15 21:49:45.835617 [ 5 ] {2f04fd9f-bc54-4fe8-b247-072be447db58} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. | ||
1487 | 2025.07.15 21:49:45.835652 [ 5 ] {2f04fd9f-bc54-4fe8-b247-072be447db58} <Debug> TCPHandler: Processed in 0.001233377 sec. | ||
1488 | 2025.07.15 21:49:46.000163 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 175.81 MiB, peak 181.04 MiB, free memory in arenas 0.00 B, will set to 177.50 MiB (RSS), difference: 1.68 MiB | ||
1489 | 2025.07.15 21:49:50.826529 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1490 | 2025.07.15 21:49:50.826738 [ 5 ] {28e2ed20-9344-41fa-b6ce-e17580b4f8af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1491 | 2025.07.15 21:49:50.826810 [ 5 ] {28e2ed20-9344-41fa-b6ce-e17580b4f8af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1492 | 2025.07.15 21:49:50.827529 [ 5 ] {28e2ed20-9344-41fa-b6ce-e17580b4f8af} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1493 | 2025.07.15 21:49:50.827582 [ 5 ] {28e2ed20-9344-41fa-b6ce-e17580b4f8af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1494 | 2025.07.15 21:49:50.827977 [ 5 ] {28e2ed20-9344-41fa-b6ce-e17580b4f8af} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1495 | 2025.07.15 21:49:50.828206 [ 5 ] {28e2ed20-9344-41fa-b6ce-e17580b4f8af} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1496 | 2025.07.15 21:49:50.828366 [ 5 ] {28e2ed20-9344-41fa-b6ce-e17580b4f8af} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00168 sec., 33333.33333333333 rows/sec., 2.56 MiB/sec. | ||
1497 | 2025.07.15 21:49:50.828410 [ 5 ] {28e2ed20-9344-41fa-b6ce-e17580b4f8af} <Debug> TCPHandler: Processed in 0.00201109 sec. | ||
1498 | 2025.07.15 21:49:50.828540 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1499 | 2025.07.15 21:49:50.828644 [ 5 ] {c1bc7597-f82b-42fc-a3bc-e5ea29b77255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1500 | 2025.07.15 21:49:50.828686 [ 5 ] {c1bc7597-f82b-42fc-a3bc-e5ea29b77255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1501 | 2025.07.15 21:49:50.829107 [ 5 ] {c1bc7597-f82b-42fc-a3bc-e5ea29b77255} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1502 | 2025.07.15 21:49:50.829145 [ 5 ] {c1bc7597-f82b-42fc-a3bc-e5ea29b77255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1503 | 2025.07.15 21:49:50.829463 [ 5 ] {c1bc7597-f82b-42fc-a3bc-e5ea29b77255} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1504 | 2025.07.15 21:49:50.829678 [ 5 ] {c1bc7597-f82b-42fc-a3bc-e5ea29b77255} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1505 | 2025.07.15 21:49:50.829806 [ 5 ] {c1bc7597-f82b-42fc-a3bc-e5ea29b77255} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001184 sec., 54054.05405405405 rows/sec., 4.22 MiB/sec. | ||
1506 | 2025.07.15 21:49:50.829843 [ 5 ] {c1bc7597-f82b-42fc-a3bc-e5ea29b77255} <Debug> TCPHandler: Processed in 0.00135591 sec. | ||
1507 | 2025.07.15 21:49:50.829964 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1508 | 2025.07.15 21:49:50.830059 [ 5 ] {dfb05f75-606c-44a9-bfce-ccb474f3bf8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1509 | 2025.07.15 21:49:50.830103 [ 5 ] {dfb05f75-606c-44a9-bfce-ccb474f3bf8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1510 | 2025.07.15 21:49:50.830536 [ 5 ] {dfb05f75-606c-44a9-bfce-ccb474f3bf8d} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1511 | 2025.07.15 21:49:50.830572 [ 5 ] {dfb05f75-606c-44a9-bfce-ccb474f3bf8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1512 | 2025.07.15 21:49:50.830905 [ 5 ] {dfb05f75-606c-44a9-bfce-ccb474f3bf8d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1513 | 2025.07.15 21:49:50.831127 [ 5 ] {dfb05f75-606c-44a9-bfce-ccb474f3bf8d} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1514 | 2025.07.15 21:49:50.831256 [ 5 ] {dfb05f75-606c-44a9-bfce-ccb474f3bf8d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001216 sec., 131578.94736842104 rows/sec., 9.16 MiB/sec. | ||
1515 | 2025.07.15 21:49:50.831291 [ 5 ] {dfb05f75-606c-44a9-bfce-ccb474f3bf8d} <Debug> TCPHandler: Processed in 0.001378241 sec. | ||
1516 | 2025.07.15 21:49:50.831408 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1517 | 2025.07.15 21:49:50.831503 [ 5 ] {8af6ecae-7651-411f-9a66-f5b353f180c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1518 | 2025.07.15 21:49:50.831544 [ 5 ] {8af6ecae-7651-411f-9a66-f5b353f180c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1519 | 2025.07.15 21:49:50.831875 [ 5 ] {8af6ecae-7651-411f-9a66-f5b353f180c5} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1520 | 2025.07.15 21:49:50.831911 [ 5 ] {8af6ecae-7651-411f-9a66-f5b353f180c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1521 | 2025.07.15 21:49:50.832211 [ 5 ] {8af6ecae-7651-411f-9a66-f5b353f180c5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1522 | 2025.07.15 21:49:50.832422 [ 5 ] {8af6ecae-7651-411f-9a66-f5b353f180c5} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1523 | 2025.07.15 21:49:50.832551 [ 5 ] {8af6ecae-7651-411f-9a66-f5b353f180c5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001066 sec., 56285.17823639774 rows/sec., 3.79 MiB/sec. | ||
1524 | 2025.07.15 21:49:50.832585 [ 5 ] {8af6ecae-7651-411f-9a66-f5b353f180c5} <Debug> TCPHandler: Processed in 0.001225817 sec. | ||
1525 | 2025.07.15 21:49:52.706044 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
1526 | 2025.07.15 21:49:52.706519 [ 244 ] {} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1527 | 2025.07.15 21:49:52.706565 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1528 | 2025.07.15 21:49:52.707044 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1529 | 2025.07.15 21:49:52.707276 [ 244 ] {} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1530 | 2025.07.15 21:49:52.707413 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
1531 | 2025.07.15 21:49:52.924858 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 68 | ||
1532 | 2025.07.15 21:49:52.944058 [ 243 ] {} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1533 | 2025.07.15 21:49:52.944125 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1534 | 2025.07.15 21:49:52.949889 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1535 | 2025.07.15 21:49:52.950576 [ 243 ] {} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1536 | 2025.07.15 21:49:52.954058 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
1537 | 2025.07.15 21:49:55.212454 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 226 | ||
1538 | 2025.07.15 21:49:55.214383 [ 242 ] {} <Trace> system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1539 | 2025.07.15 21:49:55.214435 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1540 | 2025.07.15 21:49:55.215607 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1541 | 2025.07.15 21:49:55.215871 [ 242 ] {} <Trace> system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1542 | 2025.07.15 21:49:55.216017 [ 47 ] {} <Debug> system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1543 | 2025.07.15 21:49:55.216083 [ 47 ] {} <Trace> system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1544 | 2025.07.15 21:49:55.216102 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1545 | 2025.07.15 21:49:55.216203 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 226 | ||
1546 | 2025.07.15 21:49:55.216221 [ 199 ] {1184bf7b-d954-4006-a587-9d48f4614f8b::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 | ||
1547 | 2025.07.15 21:49:55.216879 [ 199 ] {1184bf7b-d954-4006-a587-9d48f4614f8b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1548 | 2025.07.15 21:49:55.217056 [ 199 ] {1184bf7b-d954-4006-a587-9d48f4614f8b::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 | ||
1549 | 2025.07.15 21:49:55.217462 [ 199 ] {1184bf7b-d954-4006-a587-9d48f4614f8b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part | ||
1550 | 2025.07.15 21:49:55.217843 [ 199 ] {1184bf7b-d954-4006-a587-9d48f4614f8b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 32 rows starting from the beginning of the part | ||
1551 | 2025.07.15 21:49:55.218206 [ 199 ] {1184bf7b-d954-4006-a587-9d48f4614f8b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part | ||
1552 | 2025.07.15 21:49:55.218554 [ 199 ] {1184bf7b-d954-4006-a587-9d48f4614f8b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part | ||
1553 | 2025.07.15 21:49:55.218872 [ 199 ] {1184bf7b-d954-4006-a587-9d48f4614f8b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 20 rows starting from the beginning of the part | ||
1554 | 2025.07.15 21:49:55.224591 [ 188 ] {1184bf7b-d954-4006-a587-9d48f4614f8b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 226 rows, containing 72 columns (72 merged, 0 gathered) in 0.008417072 sec., 26850.19208579896 rows/sec., 26.02 MiB/sec. | ||
1555 | 2025.07.15 21:49:55.225320 [ 191 ] {1184bf7b-d954-4006-a587-9d48f4614f8b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1556 | 2025.07.15 21:49:55.225930 [ 191 ] {1184bf7b-d954-4006-a587-9d48f4614f8b::all_1_6_1} <Trace> system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1557 | 2025.07.15 21:49:55.226002 [ 191 ] {1184bf7b-d954-4006-a587-9d48f4614f8b::all_1_6_1} <Trace> system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1558 | 2025.07.15 21:49:55.226131 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
1559 | 2025.07.15 21:49:55.825821 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1560 | 2025.07.15 21:49:55.825976 [ 5 ] {41696a77-c2e7-471a-831f-39fb650bc84d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1561 | 2025.07.15 21:49:55.826035 [ 5 ] {41696a77-c2e7-471a-831f-39fb650bc84d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1562 | 2025.07.15 21:49:55.826617 [ 5 ] {41696a77-c2e7-471a-831f-39fb650bc84d} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1563 | 2025.07.15 21:49:55.826661 [ 5 ] {41696a77-c2e7-471a-831f-39fb650bc84d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1564 | 2025.07.15 21:49:55.827032 [ 5 ] {41696a77-c2e7-471a-831f-39fb650bc84d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1565 | 2025.07.15 21:49:55.827255 [ 5 ] {41696a77-c2e7-471a-831f-39fb650bc84d} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1566 | 2025.07.15 21:49:55.827405 [ 5 ] {41696a77-c2e7-471a-831f-39fb650bc84d} <Debug> executeQuery: Read 62 rows, 4.99 KiB in 0.00147 sec., 42176.87074829932 rows/sec., 3.31 MiB/sec. | ||
1567 | 2025.07.15 21:49:55.827448 [ 5 ] {41696a77-c2e7-471a-831f-39fb650bc84d} <Debug> TCPHandler: Processed in 0.001722392 sec. | ||
1568 | 2025.07.15 21:49:55.827565 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1569 | 2025.07.15 21:49:55.827665 [ 5 ] {1e638cdc-450a-4b07-a407-757178f33990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1570 | 2025.07.15 21:49:55.827707 [ 5 ] {1e638cdc-450a-4b07-a407-757178f33990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1571 | 2025.07.15 21:49:55.828105 [ 5 ] {1e638cdc-450a-4b07-a407-757178f33990} <Trace> oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1572 | 2025.07.15 21:49:55.828141 [ 5 ] {1e638cdc-450a-4b07-a407-757178f33990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1573 | 2025.07.15 21:49:55.828437 [ 5 ] {1e638cdc-450a-4b07-a407-757178f33990} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1574 | 2025.07.15 21:49:55.828653 [ 5 ] {1e638cdc-450a-4b07-a407-757178f33990} <Trace> oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1575 | 2025.07.15 21:49:55.828784 [ 5 ] {1e638cdc-450a-4b07-a407-757178f33990} <Debug> executeQuery: Read 3 rows, 231.00 B in 0.00114 sec., 2631.5789473684213 rows/sec., 197.88 KiB/sec. | ||
1576 | 2025.07.15 21:49:55.828821 [ 5 ] {1e638cdc-450a-4b07-a407-757178f33990} <Debug> TCPHandler: Processed in 0.001307909 sec. | ||
1577 | 2025.07.15 21:49:55.828931 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1578 | 2025.07.15 21:49:55.829025 [ 5 ] {48d3f15d-a7d1-4691-a58e-765f335e0c66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1579 | 2025.07.15 21:49:55.829064 [ 5 ] {48d3f15d-a7d1-4691-a58e-765f335e0c66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1580 | 2025.07.15 21:49:55.829465 [ 5 ] {48d3f15d-a7d1-4691-a58e-765f335e0c66} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1581 | 2025.07.15 21:49:55.829502 [ 5 ] {48d3f15d-a7d1-4691-a58e-765f335e0c66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1582 | 2025.07.15 21:49:55.829818 [ 5 ] {48d3f15d-a7d1-4691-a58e-765f335e0c66} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1583 | 2025.07.15 21:49:55.830024 [ 5 ] {48d3f15d-a7d1-4691-a58e-765f335e0c66} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1584 | 2025.07.15 21:49:55.830150 [ 5 ] {48d3f15d-a7d1-4691-a58e-765f335e0c66} <Debug> executeQuery: Read 67 rows, 5.36 KiB in 0.001143 sec., 58617.67279090114 rows/sec., 4.58 MiB/sec. | ||
1585 | 2025.07.15 21:49:55.830186 [ 5 ] {48d3f15d-a7d1-4691-a58e-765f335e0c66} <Debug> TCPHandler: Processed in 0.00130477 sec. | ||
1586 | 2025.07.15 21:49:55.830298 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1587 | 2025.07.15 21:49:55.830393 [ 5 ] {c9010591-5fd8-4123-996f-2e8e1b66c851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1588 | 2025.07.15 21:49:55.830435 [ 5 ] {c9010591-5fd8-4123-996f-2e8e1b66c851} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1589 | 2025.07.15 21:49:55.830827 [ 5 ] {c9010591-5fd8-4123-996f-2e8e1b66c851} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1590 | 2025.07.15 21:49:55.830863 [ 5 ] {c9010591-5fd8-4123-996f-2e8e1b66c851} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1591 | 2025.07.15 21:49:55.831185 [ 5 ] {c9010591-5fd8-4123-996f-2e8e1b66c851} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1592 | 2025.07.15 21:49:55.831390 [ 5 ] {c9010591-5fd8-4123-996f-2e8e1b66c851} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1593 | 2025.07.15 21:49:55.831518 [ 5 ] {c9010591-5fd8-4123-996f-2e8e1b66c851} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001145 sec., 139737.99126637555 rows/sec., 9.73 MiB/sec. | ||
1594 | 2025.07.15 21:49:55.831553 [ 5 ] {c9010591-5fd8-4123-996f-2e8e1b66c851} <Debug> TCPHandler: Processed in 0.001305199 sec. | ||
1595 | 2025.07.15 21:49:55.831662 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1596 | 2025.07.15 21:49:55.831756 [ 5 ] {a99a9c05-3381-4d2b-a98e-ca572e6086d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1597 | 2025.07.15 21:49:55.831809 [ 5 ] {a99a9c05-3381-4d2b-a98e-ca572e6086d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1598 | 2025.07.15 21:49:55.832509 [ 5 ] {a99a9c05-3381-4d2b-a98e-ca572e6086d2} <Trace> oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1599 | 2025.07.15 21:49:55.832543 [ 5 ] {a99a9c05-3381-4d2b-a98e-ca572e6086d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1600 | 2025.07.15 21:49:55.836216 [ 5 ] {a99a9c05-3381-4d2b-a98e-ca572e6086d2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1601 | 2025.07.15 21:49:55.836443 [ 5 ] {a99a9c05-3381-4d2b-a98e-ca572e6086d2} <Trace> oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1602 | 2025.07.15 21:49:55.836586 [ 5 ] {a99a9c05-3381-4d2b-a98e-ca572e6086d2} <Debug> executeQuery: Read 3 rows, 5.50 KiB in 0.004848 sec., 618.8118811881188 rows/sec., 1.11 MiB/sec. | ||
1603 | 2025.07.15 21:49:55.836649 [ 5 ] {a99a9c05-3381-4d2b-a98e-ca572e6086d2} <Debug> TCPHandler: Processed in 0.005036561 sec. | ||
1604 | 2025.07.15 21:49:55.836770 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1605 | 2025.07.15 21:49:55.836865 [ 5 ] {ac46981f-eef6-43fb-a923-ff8150e7a63a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1606 | 2025.07.15 21:49:55.836907 [ 5 ] {ac46981f-eef6-43fb-a923-ff8150e7a63a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1607 | 2025.07.15 21:49:55.837242 [ 5 ] {ac46981f-eef6-43fb-a923-ff8150e7a63a} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1608 | 2025.07.15 21:49:55.837277 [ 5 ] {ac46981f-eef6-43fb-a923-ff8150e7a63a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1609 | 2025.07.15 21:49:55.837589 [ 5 ] {ac46981f-eef6-43fb-a923-ff8150e7a63a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1610 | 2025.07.15 21:49:55.837791 [ 5 ] {ac46981f-eef6-43fb-a923-ff8150e7a63a} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1611 | 2025.07.15 21:49:55.837918 [ 5 ] {ac46981f-eef6-43fb-a923-ff8150e7a63a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. | ||
1612 | 2025.07.15 21:49:55.837951 [ 5 ] {ac46981f-eef6-43fb-a923-ff8150e7a63a} <Debug> TCPHandler: Processed in 0.001232927 sec. | ||
1613 | 2025.07.15 21:50:00.208478 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
1614 | 2025.07.15 21:50:00.208965 [ 244 ] {} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1615 | 2025.07.15 21:50:00.209002 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1616 | 2025.07.15 21:50:00.209526 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1617 | 2025.07.15 21:50:00.209750 [ 244 ] {} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1618 | 2025.07.15 21:50:00.209873 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
1619 | 2025.07.15 21:50:00.455117 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 75 | ||
1620 | 2025.07.15 21:50:00.472068 [ 243 ] {} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1621 | 2025.07.15 21:50:00.472124 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1622 | 2025.07.15 21:50:00.477688 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1623 | 2025.07.15 21:50:00.478356 [ 243 ] {} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1624 | 2025.07.15 21:50:00.481233 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 75 | ||
1625 | 2025.07.15 21:50:00.604318 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1626 | 2025.07.15 21:50:00.604368 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1627 | 2025.07.15 21:50:00.825918 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1628 | 2025.07.15 21:50:00.826113 [ 5 ] {bfdf3cca-2a00-41ed-9a6c-126c1bc78819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1629 | 2025.07.15 21:50:00.826189 [ 5 ] {bfdf3cca-2a00-41ed-9a6c-126c1bc78819} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1630 | 2025.07.15 21:50:00.826903 [ 5 ] {bfdf3cca-2a00-41ed-9a6c-126c1bc78819} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1631 | 2025.07.15 21:50:00.826957 [ 5 ] {bfdf3cca-2a00-41ed-9a6c-126c1bc78819} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1632 | 2025.07.15 21:50:00.827355 [ 5 ] {bfdf3cca-2a00-41ed-9a6c-126c1bc78819} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1633 | 2025.07.15 21:50:00.827581 [ 5 ] {bfdf3cca-2a00-41ed-9a6c-126c1bc78819} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1634 | 2025.07.15 21:50:00.827738 [ 5 ] {bfdf3cca-2a00-41ed-9a6c-126c1bc78819} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001676 sec., 33412.88782816229 rows/sec., 2.57 MiB/sec. | ||
1635 | 2025.07.15 21:50:00.827747 [ 40 ] {} <Debug> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1636 | 2025.07.15 21:50:00.827783 [ 5 ] {bfdf3cca-2a00-41ed-9a6c-126c1bc78819} <Debug> TCPHandler: Processed in 0.00199635 sec. | ||
1637 | 2025.07.15 21:50:00.827811 [ 40 ] {} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1638 | 2025.07.15 21:50:00.827863 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1639 | 2025.07.15 21:50:00.827922 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1640 | 2025.07.15 21:50:00.827968 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::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 | ||
1641 | 2025.07.15 21:50:00.828028 [ 5 ] {49992558-1df9-4e3c-904a-080db209091b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1642 | 2025.07.15 21:50:00.828076 [ 5 ] {49992558-1df9-4e3c-904a-080db209091b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1643 | 2025.07.15 21:50:00.828076 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1644 | 2025.07.15 21:50:00.828123 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 34 rows starting from the beginning of the part | ||
1645 | 2025.07.15 21:50:00.828186 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part | ||
1646 | 2025.07.15 21:50:00.828230 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::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 | ||
1647 | 2025.07.15 21:50:00.828268 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
1648 | 2025.07.15 21:50:00.828401 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 62 rows starting from the beginning of the part | ||
1649 | 2025.07.15 21:50:00.828446 [ 188 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
1650 | 2025.07.15 21:50:00.828517 [ 5 ] {49992558-1df9-4e3c-904a-080db209091b} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1651 | 2025.07.15 21:50:00.828559 [ 5 ] {49992558-1df9-4e3c-904a-080db209091b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1652 | 2025.07.15 21:50:00.828897 [ 5 ] {49992558-1df9-4e3c-904a-080db209091b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1653 | 2025.07.15 21:50:00.829131 [ 5 ] {49992558-1df9-4e3c-904a-080db209091b} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1654 | 2025.07.15 21:50:00.829235 [ 40 ] {} <Debug> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1655 | 2025.07.15 21:50:00.829267 [ 40 ] {} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1656 | 2025.07.15 21:50:00.829270 [ 5 ] {49992558-1df9-4e3c-904a-080db209091b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001264 sec., 50632.91139240507 rows/sec., 3.95 MiB/sec. | ||
1657 | 2025.07.15 21:50:00.829294 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1658 | 2025.07.15 21:50:00.829326 [ 5 ] {49992558-1df9-4e3c-904a-080db209091b} <Debug> TCPHandler: Processed in 0.001456974 sec. | ||
1659 | 2025.07.15 21:50:00.829331 [ 191 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 324 rows, containing 5 columns (5 merged, 0 gathered) in 0.001403742 sec., 230811.64487491292 rows/sec., 18.82 MiB/sec. | ||
1660 | 2025.07.15 21:50:00.829358 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::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 | ||
1661 | 2025.07.15 21:50:00.829450 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1662 | 2025.07.15 21:50:00.829460 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1663 | 2025.07.15 21:50:00.829496 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 44 rows starting from the beginning of the part | ||
1664 | 2025.07.15 21:50:00.829541 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part | ||
1665 | 2025.07.15 21:50:00.829553 [ 5 ] {8dbe3850-a158-47f4-96fa-bf08da2bfda8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1666 | 2025.07.15 21:50:00.829578 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 66 rows starting from the beginning of the part | ||
1667 | 2025.07.15 21:50:00.829593 [ 189 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1668 | 2025.07.15 21:50:00.829618 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part | ||
1669 | 2025.07.15 21:50:00.829604 [ 5 ] {8dbe3850-a158-47f4-96fa-bf08da2bfda8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1670 | 2025.07.15 21:50:00.829665 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 67 rows starting from the beginning of the part | ||
1671 | 2025.07.15 21:50:00.829706 [ 188 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
1672 | 2025.07.15 21:50:00.829990 [ 189 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_11_2} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1673 | 2025.07.15 21:50:00.830069 [ 5 ] {8dbe3850-a158-47f4-96fa-bf08da2bfda8} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1674 | 2025.07.15 21:50:00.830084 [ 189 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_11_2} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
1675 | 2025.07.15 21:50:00.830116 [ 5 ] {8dbe3850-a158-47f4-96fa-bf08da2bfda8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1676 | 2025.07.15 21:50:00.830198 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
1677 | 2025.07.15 21:50:00.830474 [ 5 ] {8dbe3850-a158-47f4-96fa-bf08da2bfda8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1678 | 2025.07.15 21:50:00.830495 [ 189 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 369 rows, containing 5 columns (5 merged, 0 gathered) in 0.001159495 sec., 318241.9932815579 rows/sec., 26.06 MiB/sec. | ||
1679 | 2025.07.15 21:50:00.830675 [ 191 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1680 | 2025.07.15 21:50:00.830724 [ 5 ] {8dbe3850-a158-47f4-96fa-bf08da2bfda8} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1681 | 2025.07.15 21:50:00.830839 [ 40 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1682 | 2025.07.15 21:50:00.830873 [ 40 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1683 | 2025.07.15 21:50:00.830874 [ 5 ] {8dbe3850-a158-47f4-96fa-bf08da2bfda8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00134 sec., 119402.98507462686 rows/sec., 8.32 MiB/sec. | ||
1684 | 2025.07.15 21:50:00.830893 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1685 | 2025.07.15 21:50:00.830928 [ 5 ] {8dbe3850-a158-47f4-96fa-bf08da2bfda8} <Debug> TCPHandler: Processed in 0.001530126 sec. | ||
1686 | 2025.07.15 21:50:00.830966 [ 188 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::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 | ||
1687 | 2025.07.15 21:50:00.831049 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1688 | 2025.07.15 21:50:00.831062 [ 191 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_11_2} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1689 | 2025.07.15 21:50:00.831069 [ 188 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1690 | 2025.07.15 21:50:00.831117 [ 188 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 360 rows starting from the beginning of the part | ||
1691 | 2025.07.15 21:50:00.831152 [ 5 ] {91bf0924-6e7c-4be0-9b92-cff8333d0a17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1692 | 2025.07.15 21:50:00.831163 [ 188 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::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 | ||
1693 | 2025.07.15 21:50:00.831166 [ 191 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_11_2} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
1694 | 2025.07.15 21:50:00.831205 [ 5 ] {91bf0924-6e7c-4be0-9b92-cff8333d0a17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1695 | 2025.07.15 21:50:00.831217 [ 188 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::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 | ||
1696 | 2025.07.15 21:50:00.831257 [ 188 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::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 | ||
1697 | 2025.07.15 21:50:00.831290 [ 188 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::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 | ||
1698 | 2025.07.15 21:50:00.831294 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
1699 | 2025.07.15 21:50:00.831329 [ 188 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::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 | ||
1700 | 2025.07.15 21:50:00.831557 [ 5 ] {91bf0924-6e7c-4be0-9b92-cff8333d0a17} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1701 | 2025.07.15 21:50:00.831596 [ 5 ] {91bf0924-6e7c-4be0-9b92-cff8333d0a17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1702 | 2025.07.15 21:50:00.831916 [ 5 ] {91bf0924-6e7c-4be0-9b92-cff8333d0a17} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1703 | 2025.07.15 21:50:00.832149 [ 5 ] {91bf0924-6e7c-4be0-9b92-cff8333d0a17} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1704 | 2025.07.15 21:50:00.832219 [ 191 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1160 rows, containing 5 columns (5 merged, 0 gathered) in 0.001275988 sec., 909099.4586155983 rows/sec., 63.47 MiB/sec. | ||
1705 | 2025.07.15 21:50:00.832247 [ 40 ] {} <Debug> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1706 | 2025.07.15 21:50:00.832278 [ 40 ] {} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1707 | 2025.07.15 21:50:00.832281 [ 5 ] {91bf0924-6e7c-4be0-9b92-cff8333d0a17} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001147 sec., 52310.37489102005 rows/sec., 3.53 MiB/sec. | ||
1708 | 2025.07.15 21:50:00.832295 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1709 | 2025.07.15 21:50:00.832327 [ 5 ] {91bf0924-6e7c-4be0-9b92-cff8333d0a17} <Debug> TCPHandler: Processed in 0.00132828 sec. | ||
1710 | 2025.07.15 21:50:00.832415 [ 197 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::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 | ||
1711 | 2025.07.15 21:50:00.832446 [ 189 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1712 | 2025.07.15 21:50:00.832534 [ 197 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1713 | 2025.07.15 21:50:00.832574 [ 197 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 180 rows starting from the beginning of the part | ||
1714 | 2025.07.15 21:50:00.832653 [ 197 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::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 | ||
1715 | 2025.07.15 21:50:00.832702 [ 197 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::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 | ||
1716 | 2025.07.15 21:50:00.832717 [ 189 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1717 | 2025.07.15 21:50:00.832743 [ 197 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::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 | ||
1718 | 2025.07.15 21:50:00.832782 [ 197 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::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 | ||
1719 | 2025.07.15 21:50:00.832795 [ 189 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
1720 | 2025.07.15 21:50:00.832823 [ 197 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::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 | ||
1721 | 2025.07.15 21:50:00.832874 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
1722 | 2025.07.15 21:50:00.833677 [ 191 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 480 rows, containing 4 columns (4 merged, 0 gathered) in 0.001306289 sec., 367453.14398268686 rows/sec., 24.61 MiB/sec. | ||
1723 | 2025.07.15 21:50:00.833803 [ 189 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1724 | 2025.07.15 21:50:00.834037 [ 189 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_11_2} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1725 | 2025.07.15 21:50:00.834100 [ 189 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_11_2} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
1726 | 2025.07.15 21:50:00.834158 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
1727 | 2025.07.15 21:50:05.217289 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 246 | ||
1728 | 2025.07.15 21:50:05.219303 [ 242 ] {} <Trace> system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1729 | 2025.07.15 21:50:05.219360 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1730 | 2025.07.15 21:50:05.220594 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1731 | 2025.07.15 21:50:05.220947 [ 242 ] {} <Trace> system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1732 | 2025.07.15 21:50:05.221288 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 246 | ||
1733 | 2025.07.15 21:50:05.825724 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1734 | 2025.07.15 21:50:05.825953 [ 5 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1735 | 2025.07.15 21:50:05.826299 [ 5 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1736 | 2025.07.15 21:50:05.826337 [ 5 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1737 | 2025.07.15 21:50:05.826574 [ 5 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1738 | 2025.07.15 21:50:05.826651 [ 5 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1739 | 2025.07.15 21:50:05.826799 [ 5 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1740 | 2025.07.15 21:50:05.827022 [ 289 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1741 | 2025.07.15 21:50:05.827059 [ 290 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1742 | 2025.07.15 21:50:05.827171 [ 5 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (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 | ||
1743 | 2025.07.15 21:50:05.827200 [ 5 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1744 | 2025.07.15 21:50:05.831151 [ 5 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1745 | 2025.07.15 21:50:05.831182 [ 5 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
1746 | 2025.07.15 21:50:05.831238 [ 5 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1747 | 2025.07.15 21:50:05.831291 [ 5 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1748 | 2025.07.15 21:50:05.832336 [ 5 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.006484 sec., 3392.9673041332508 rows/sec., 142.03 KiB/sec. | ||
1749 | 2025.07.15 21:50:05.832458 [ 5 ] {ba89c469-e6c2-437d-8c55-a9df1dd03800} <Debug> TCPHandler: Processed in 0.006865925 sec. | ||
1750 | 2025.07.15 21:50:05.833807 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1751 | 2025.07.15 21:50:05.833951 [ 5 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1752 | 2025.07.15 21:50:05.834193 [ 5 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1753 | 2025.07.15 21:50:05.834229 [ 5 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1754 | 2025.07.15 21:50:05.834421 [ 5 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1755 | 2025.07.15 21:50:05.834477 [ 5 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1756 | 2025.07.15 21:50:05.834583 [ 5 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1757 | 2025.07.15 21:50:05.834657 [ 290 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1758 | 2025.07.15 21:50:05.834659 [ 291 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1759 | 2025.07.15 21:50:05.834795 [ 5 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (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 | ||
1760 | 2025.07.15 21:50:05.834823 [ 5 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1761 | 2025.07.15 21:50:05.834903 [ 5 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1762 | 2025.07.15 21:50:05.834929 [ 5 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
1763 | 2025.07.15 21:50:05.834963 [ 5 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1764 | 2025.07.15 21:50:05.835004 [ 5 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1765 | 2025.07.15 21:50:05.835736 [ 5 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.001839 sec., 11963.023382272975 rows/sec., 500.76 KiB/sec. | ||
1766 | 2025.07.15 21:50:05.835850 [ 5 ] {52c5541c-fc91-4f78-aaa6-986c7a8229ca} <Debug> TCPHandler: Processed in 0.002099073 sec. | ||
1767 | 2025.07.15 21:50:05.836161 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1768 | 2025.07.15 21:50:05.836296 [ 5 ] {813d9052-9cd9-429d-8508-3b81668b5452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1769 | 2025.07.15 21:50:05.836508 [ 5 ] {813d9052-9cd9-429d-8508-3b81668b5452} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1770 | 2025.07.15 21:50:05.836542 [ 5 ] {813d9052-9cd9-429d-8508-3b81668b5452} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes')" moved to PREWHERE | ||
1771 | 2025.07.15 21:50:05.836725 [ 5 ] {813d9052-9cd9-429d-8508-3b81668b5452} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1772 | 2025.07.15 21:50:05.836780 [ 5 ] {813d9052-9cd9-429d-8508-3b81668b5452} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1773 | 2025.07.15 21:50:05.836897 [ 5 ] {813d9052-9cd9-429d-8508-3b81668b5452} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1774 | 2025.07.15 21:50:05.836979 [ 289 ] {813d9052-9cd9-429d-8508-3b81668b5452} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1775 | 2025.07.15 21:50:05.836981 [ 291 ] {813d9052-9cd9-429d-8508-3b81668b5452} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1776 | 2025.07.15 21:50:05.837099 [ 5 ] {813d9052-9cd9-429d-8508-3b81668b5452} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (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 | ||
1777 | 2025.07.15 21:50:05.837125 [ 5 ] {813d9052-9cd9-429d-8508-3b81668b5452} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1778 | 2025.07.15 21:50:05.837184 [ 5 ] {813d9052-9cd9-429d-8508-3b81668b5452} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1779 | 2025.07.15 21:50:05.837202 [ 5 ] {813d9052-9cd9-429d-8508-3b81668b5452} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
1780 | 2025.07.15 21:50:05.837232 [ 5 ] {813d9052-9cd9-429d-8508-3b81668b5452} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes'))" | ||
1781 | 2025.07.15 21:50:05.837263 [ 5 ] {813d9052-9cd9-429d-8508-3b81668b5452} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes'))" | ||
1782 | 2025.07.15 21:50:05.837828 [ 5 ] {813d9052-9cd9-429d-8508-3b81668b5452} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.001583 sec., 13897.662665824384 rows/sec., 581.74 KiB/sec. | ||
1783 | 2025.07.15 21:50:05.837952 [ 5 ] {813d9052-9cd9-429d-8508-3b81668b5452} <Debug> TCPHandler: Processed in 0.001843076 sec. | ||
1784 | 2025.07.15 21:50:05.838216 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1785 | 2025.07.15 21:50:05.838348 [ 5 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1786 | 2025.07.15 21:50:05.838554 [ 5 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1787 | 2025.07.15 21:50:05.838589 [ 5 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
1788 | 2025.07.15 21:50:05.838769 [ 5 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1789 | 2025.07.15 21:50:05.838824 [ 5 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1790 | 2025.07.15 21:50:05.838937 [ 5 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1791 | 2025.07.15 21:50:05.839008 [ 291 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1792 | 2025.07.15 21:50:05.839014 [ 290 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1793 | 2025.07.15 21:50:05.839117 [ 5 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (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 | ||
1794 | 2025.07.15 21:50:05.839148 [ 5 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1795 | 2025.07.15 21:50:05.839209 [ 5 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1796 | 2025.07.15 21:50:05.839228 [ 5 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
1797 | 2025.07.15 21:50:05.839260 [ 5 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" | ||
1798 | 2025.07.15 21:50:05.839293 [ 5 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" | ||
1799 | 2025.07.15 21:50:05.839870 [ 5 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.001574 sec., 13977.12833545108 rows/sec., 585.07 KiB/sec. | ||
1800 | 2025.07.15 21:50:05.839982 [ 5 ] {ca5a12f6-c5ef-415a-9ba0-2d7cca2ef22b} <Debug> TCPHandler: Processed in 0.001815944 sec. | ||
1801 | 2025.07.15 21:50:05.840232 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1802 | 2025.07.15 21:50:05.840367 [ 5 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', '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') FORMAT Native; (stage: Complete) | ||
1803 | 2025.07.15 21:50:05.840582 [ 5 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1804 | 2025.07.15 21:50:05.840620 [ 5 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', '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')" moved to PREWHERE | ||
1805 | 2025.07.15 21:50:05.840818 [ 5 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1806 | 2025.07.15 21:50:05.840873 [ 5 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1807 | 2025.07.15 21:50:05.840980 [ 5 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
1808 | 2025.07.15 21:50:05.841047 [ 290 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1809 | 2025.07.15 21:50:05.841050 [ 291 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1810 | 2025.07.15 21:50:05.841143 [ 5 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (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 | ||
1811 | 2025.07.15 21:50:05.841170 [ 5 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1812 | 2025.07.15 21:50:05.841225 [ 5 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1813 | 2025.07.15 21:50:05.841242 [ 5 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
1814 | 2025.07.15 21:50:05.841273 [ 5 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', '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'))" | ||
1815 | 2025.07.15 21:50:05.841304 [ 5 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', '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'))" | ||
1816 | 2025.07.15 21:50:05.841893 [ 5 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.001579 sec., 13932.868904369854 rows/sec., 583.22 KiB/sec. | ||
1817 | 2025.07.15 21:50:05.842003 [ 5 ] {1e3a25fe-a0f0-4669-9d4f-08a3fc5a0fd3} <Debug> TCPHandler: Processed in 0.001822785 sec. | ||
1818 | 2025.07.15 21:50:05.842238 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1819 | 2025.07.15 21:50:05.842371 [ 5 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', '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') FORMAT Native; (stage: Complete) | ||
1820 | 2025.07.15 21:50:05.842589 [ 5 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1821 | 2025.07.15 21:50:05.842624 [ 5 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', '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')" moved to PREWHERE | ||
1822 | 2025.07.15 21:50:05.842820 [ 5 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1823 | 2025.07.15 21:50:05.842874 [ 5 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1824 | 2025.07.15 21:50:05.842978 [ 5 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
1825 | 2025.07.15 21:50:05.843042 [ 289 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1826 | 2025.07.15 21:50:05.843044 [ 290 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1827 | 2025.07.15 21:50:05.843153 [ 5 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (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 | ||
1828 | 2025.07.15 21:50:05.843181 [ 5 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1829 | 2025.07.15 21:50:05.843238 [ 5 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1830 | 2025.07.15 21:50:05.843257 [ 5 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
1831 | 2025.07.15 21:50:05.843288 [ 5 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', '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'))" | ||
1832 | 2025.07.15 21:50:05.843320 [ 5 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', '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'))" | ||
1833 | 2025.07.15 21:50:05.843913 [ 5 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.001595 sec., 13793.103448275862 rows/sec., 577.37 KiB/sec. | ||
1834 | 2025.07.15 21:50:05.844021 [ 5 ] {03f2ddfe-05b2-40c5-b903-3714d2fb3b88} <Debug> TCPHandler: Processed in 0.001833095 sec. | ||
1835 | 2025.07.15 21:50:05.844255 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1836 | 2025.07.15 21:50:05.844387 [ 5 ] {d937e547-d4d0-4f27-93b9-0081717664d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
1837 | 2025.07.15 21:50:05.844595 [ 5 ] {d937e547-d4d0-4f27-93b9-0081717664d0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1838 | 2025.07.15 21:50:05.844629 [ 5 ] {d937e547-d4d0-4f27-93b9-0081717664d0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE | ||
1839 | 2025.07.15 21:50:05.844821 [ 5 ] {d937e547-d4d0-4f27-93b9-0081717664d0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1840 | 2025.07.15 21:50:05.844873 [ 5 ] {d937e547-d4d0-4f27-93b9-0081717664d0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1841 | 2025.07.15 21:50:05.844992 [ 5 ] {d937e547-d4d0-4f27-93b9-0081717664d0} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
1842 | 2025.07.15 21:50:05.845071 [ 290 ] {d937e547-d4d0-4f27-93b9-0081717664d0} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1843 | 2025.07.15 21:50:05.845071 [ 291 ] {d937e547-d4d0-4f27-93b9-0081717664d0} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1844 | 2025.07.15 21:50:05.845173 [ 5 ] {d937e547-d4d0-4f27-93b9-0081717664d0} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (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 | ||
1845 | 2025.07.15 21:50:05.845198 [ 5 ] {d937e547-d4d0-4f27-93b9-0081717664d0} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1846 | 2025.07.15 21:50:05.845252 [ 5 ] {d937e547-d4d0-4f27-93b9-0081717664d0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1847 | 2025.07.15 21:50:05.845269 [ 5 ] {d937e547-d4d0-4f27-93b9-0081717664d0} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
1848 | 2025.07.15 21:50:05.845299 [ 5 ] {d937e547-d4d0-4f27-93b9-0081717664d0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" | ||
1849 | 2025.07.15 21:50:05.845328 [ 5 ] {d937e547-d4d0-4f27-93b9-0081717664d0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" | ||
1850 | 2025.07.15 21:50:05.845900 [ 5 ] {d937e547-d4d0-4f27-93b9-0081717664d0} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.001564 sec., 14066.496163682863 rows/sec., 588.81 KiB/sec. | ||
1851 | 2025.07.15 21:50:05.846008 [ 5 ] {d937e547-d4d0-4f27-93b9-0081717664d0} <Debug> TCPHandler: Processed in 0.001803144 sec. | ||
1852 | 2025.07.15 21:50:05.861707 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1853 | 2025.07.15 21:50:05.861815 [ 5 ] {e1557e62-4a91-4d93-991f-a6a5b67c1014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
1854 | 2025.07.15 21:50:05.861857 [ 5 ] {e1557e62-4a91-4d93-991f-a6a5b67c1014} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1855 | 2025.07.15 21:50:05.862471 [ 5 ] {e1557e62-4a91-4d93-991f-a6a5b67c1014} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1856 | 2025.07.15 21:50:05.862516 [ 5 ] {e1557e62-4a91-4d93-991f-a6a5b67c1014} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1857 | 2025.07.15 21:50:05.862964 [ 5 ] {e1557e62-4a91-4d93-991f-a6a5b67c1014} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1858 | 2025.07.15 21:50:05.863161 [ 5 ] {e1557e62-4a91-4d93-991f-a6a5b67c1014} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1859 | 2025.07.15 21:50:05.863299 [ 5 ] {e1557e62-4a91-4d93-991f-a6a5b67c1014} <Debug> executeQuery: Read 7 rows, 3.07 KiB in 0.001514 sec., 4623.513870541612 rows/sec., 1.98 MiB/sec. | ||
1860 | 2025.07.15 21:50:05.863337 [ 5 ] {e1557e62-4a91-4d93-991f-a6a5b67c1014} <Debug> TCPHandler: Processed in 0.001685141 sec. | ||
1861 | 2025.07.15 21:50:05.863468 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1862 | 2025.07.15 21:50:05.863564 [ 5 ] {fb819404-4576-454e-8e4c-943756d0056d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
1863 | 2025.07.15 21:50:05.863604 [ 5 ] {fb819404-4576-454e-8e4c-943756d0056d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
1864 | 2025.07.15 21:50:05.865917 [ 5 ] {fb819404-4576-454e-8e4c-943756d0056d} <Trace> oximeter.fields_i16 (59a3dd3c-979f-4b91-a1ca-93c688d34d8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1865 | 2025.07.15 21:50:05.865952 [ 5 ] {fb819404-4576-454e-8e4c-943756d0056d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1866 | 2025.07.15 21:50:05.866268 [ 5 ] {fb819404-4576-454e-8e4c-943756d0056d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1867 | 2025.07.15 21:50:05.866488 [ 5 ] {fb819404-4576-454e-8e4c-943756d0056d} <Trace> oximeter.fields_i16 (59a3dd3c-979f-4b91-a1ca-93c688d34d8d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1868 | 2025.07.15 21:50:05.866622 [ 5 ] {fb819404-4576-454e-8e4c-943756d0056d} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.003078 sec., 7797.270955165692 rows/sec., 662.46 KiB/sec. | ||
1869 | 2025.07.15 21:50:05.866660 [ 5 ] {fb819404-4576-454e-8e4c-943756d0056d} <Debug> TCPHandler: Processed in 0.003241747 sec. | ||
1870 | 2025.07.15 21:50:05.866781 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1871 | 2025.07.15 21:50:05.866878 [ 5 ] {b97c7d10-39c4-4bed-879e-f51aa052a5f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
1872 | 2025.07.15 21:50:05.866924 [ 5 ] {b97c7d10-39c4-4bed-879e-f51aa052a5f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
1873 | 2025.07.15 21:50:05.867330 [ 5 ] {b97c7d10-39c4-4bed-879e-f51aa052a5f7} <Trace> oximeter.fields_ipaddr (fef71ea0-f5c9-4d9b-b544-475a4b701a01): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1874 | 2025.07.15 21:50:05.867369 [ 5 ] {b97c7d10-39c4-4bed-879e-f51aa052a5f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1875 | 2025.07.15 21:50:05.867658 [ 5 ] {b97c7d10-39c4-4bed-879e-f51aa052a5f7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1876 | 2025.07.15 21:50:05.867867 [ 5 ] {b97c7d10-39c4-4bed-879e-f51aa052a5f7} <Trace> oximeter.fields_ipaddr (fef71ea0-f5c9-4d9b-b544-475a4b701a01): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1877 | 2025.07.15 21:50:05.867995 [ 5 ] {b97c7d10-39c4-4bed-879e-f51aa052a5f7} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001137 sec., 5277.0448548812665 rows/sec., 430.31 KiB/sec. | ||
1878 | 2025.07.15 21:50:05.868032 [ 5 ] {b97c7d10-39c4-4bed-879e-f51aa052a5f7} <Debug> TCPHandler: Processed in 0.001302309 sec. | ||
1879 | 2025.07.15 21:50:05.868143 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1880 | 2025.07.15 21:50:05.868239 [ 5 ] {73ee2361-8e2f-4226-8f1c-f5b1995963c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
1881 | 2025.07.15 21:50:05.868279 [ 5 ] {73ee2361-8e2f-4226-8f1c-f5b1995963c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1882 | 2025.07.15 21:50:05.868803 [ 5 ] {73ee2361-8e2f-4226-8f1c-f5b1995963c2} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1883 | 2025.07.15 21:50:05.868840 [ 5 ] {73ee2361-8e2f-4226-8f1c-f5b1995963c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1884 | 2025.07.15 21:50:05.869187 [ 5 ] {73ee2361-8e2f-4226-8f1c-f5b1995963c2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
1885 | 2025.07.15 21:50:05.869394 [ 5 ] {73ee2361-8e2f-4226-8f1c-f5b1995963c2} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1886 | 2025.07.15 21:50:05.869526 [ 5 ] {73ee2361-8e2f-4226-8f1c-f5b1995963c2} <Debug> executeQuery: Read 185 rows, 16.67 KiB in 0.001306 sec., 141653.90505359878 rows/sec., 12.46 MiB/sec. | ||
1887 | 2025.07.15 21:50:05.869563 [ 5 ] {73ee2361-8e2f-4226-8f1c-f5b1995963c2} <Debug> TCPHandler: Processed in 0.001471844 sec. | ||
1888 | 2025.07.15 21:50:05.869676 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1889 | 2025.07.15 21:50:05.869772 [ 5 ] {b1e58f91-b453-4071-a61f-a4af3f1385de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
1890 | 2025.07.15 21:50:05.869813 [ 5 ] {b1e58f91-b453-4071-a61f-a4af3f1385de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1891 | 2025.07.15 21:50:05.870270 [ 5 ] {b1e58f91-b453-4071-a61f-a4af3f1385de} <Trace> oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1892 | 2025.07.15 21:50:05.870308 [ 5 ] {b1e58f91-b453-4071-a61f-a4af3f1385de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1893 | 2025.07.15 21:50:05.870604 [ 5 ] {b1e58f91-b453-4071-a61f-a4af3f1385de} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1894 | 2025.07.15 21:50:05.870819 [ 5 ] {b1e58f91-b453-4071-a61f-a4af3f1385de} <Trace> oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1895 | 2025.07.15 21:50:05.870931 [ 35 ] {} <Debug> oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1896 | 2025.07.15 21:50:05.870961 [ 5 ] {b1e58f91-b453-4071-a61f-a4af3f1385de} <Debug> executeQuery: Read 21 rows, 1.61 KiB in 0.001208 sec., 17384.1059602649 rows/sec., 1.30 MiB/sec. | ||
1897 | 2025.07.15 21:50:05.870981 [ 35 ] {} <Trace> oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1898 | 2025.07.15 21:50:05.871005 [ 5 ] {b1e58f91-b453-4071-a61f-a4af3f1385de} <Debug> TCPHandler: Processed in 0.001379721 sec. | ||
1899 | 2025.07.15 21:50:05.871010 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1900 | 2025.07.15 21:50:05.871120 [ 191 ] {c2234b1a-839f-432c-9e60-9c3143dd66b8::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 | ||
1901 | 2025.07.15 21:50:05.871131 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1902 | 2025.07.15 21:50:05.871229 [ 191 ] {c2234b1a-839f-432c-9e60-9c3143dd66b8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1903 | 2025.07.15 21:50:05.871242 [ 5 ] {9897b688-8d01-4d1d-ac7c-a0fb140b256f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
1904 | 2025.07.15 21:50:05.871265 [ 191 ] {c2234b1a-839f-432c-9e60-9c3143dd66b8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
1905 | 2025.07.15 21:50:05.871286 [ 5 ] {9897b688-8d01-4d1d-ac7c-a0fb140b256f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1906 | 2025.07.15 21:50:05.871349 [ 191 ] {c2234b1a-839f-432c-9e60-9c3143dd66b8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
1907 | 2025.07.15 21:50:05.871401 [ 191 ] {c2234b1a-839f-432c-9e60-9c3143dd66b8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
1908 | 2025.07.15 21:50:05.871444 [ 191 ] {c2234b1a-839f-432c-9e60-9c3143dd66b8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
1909 | 2025.07.15 21:50:05.871482 [ 191 ] {c2234b1a-839f-432c-9e60-9c3143dd66b8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 3 rows starting from the beginning of the part | ||
1910 | 2025.07.15 21:50:05.871521 [ 191 ] {c2234b1a-839f-432c-9e60-9c3143dd66b8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 21 rows starting from the beginning of the part | ||
1911 | 2025.07.15 21:50:05.871732 [ 5 ] {9897b688-8d01-4d1d-ac7c-a0fb140b256f} <Trace> oximeter.fields_u32 (5b75d646-c127-40b2-a9d3-552d28ad49b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1912 | 2025.07.15 21:50:05.871772 [ 5 ] {9897b688-8d01-4d1d-ac7c-a0fb140b256f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
1913 | 2025.07.15 21:50:05.872103 [ 5 ] {9897b688-8d01-4d1d-ac7c-a0fb140b256f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1914 | 2025.07.15 21:50:05.872337 [ 5 ] {9897b688-8d01-4d1d-ac7c-a0fb140b256f} <Trace> oximeter.fields_u32 (5b75d646-c127-40b2-a9d3-552d28ad49b3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1915 | 2025.07.15 21:50:05.872385 [ 189 ] {c2234b1a-839f-432c-9e60-9c3143dd66b8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.001300249 sec., 24610.670725376447 rows/sec., 1.92 MiB/sec. | ||
1916 | 2025.07.15 21:50:05.872466 [ 5 ] {9897b688-8d01-4d1d-ac7c-a0fb140b256f} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001243 sec., 19308.12550281577 rows/sec., 1.60 MiB/sec. | ||
1917 | 2025.07.15 21:50:05.872509 [ 5 ] {9897b688-8d01-4d1d-ac7c-a0fb140b256f} <Debug> TCPHandler: Processed in 0.001428652 sec. | ||
1918 | 2025.07.15 21:50:05.872566 [ 195 ] {c2234b1a-839f-432c-9e60-9c3143dd66b8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1919 | 2025.07.15 21:50:05.872623 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1920 | 2025.07.15 21:50:05.872753 [ 5 ] {aee41234-2d3f-4257-be66-ad419640c790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
1921 | 2025.07.15 21:50:05.872795 [ 5 ] {aee41234-2d3f-4257-be66-ad419640c790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1922 | 2025.07.15 21:50:05.872860 [ 195 ] {c2234b1a-839f-432c-9e60-9c3143dd66b8::all_1_6_1} <Trace> oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1923 | 2025.07.15 21:50:05.872935 [ 195 ] {c2234b1a-839f-432c-9e60-9c3143dd66b8::all_1_6_1} <Trace> oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1924 | 2025.07.15 21:50:05.873002 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
1925 | 2025.07.15 21:50:05.873201 [ 5 ] {aee41234-2d3f-4257-be66-ad419640c790} <Trace> oximeter.fields_u8 (57562a94-c4f5-48cb-be0f-66f652f703b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1926 | 2025.07.15 21:50:05.873243 [ 5 ] {aee41234-2d3f-4257-be66-ad419640c790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1927 | 2025.07.15 21:50:05.875421 [ 5 ] {aee41234-2d3f-4257-be66-ad419640c790} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1928 | 2025.07.15 21:50:05.875665 [ 5 ] {aee41234-2d3f-4257-be66-ad419640c790} <Trace> oximeter.fields_u8 (57562a94-c4f5-48cb-be0f-66f652f703b3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1929 | 2025.07.15 21:50:05.875794 [ 5 ] {aee41234-2d3f-4257-be66-ad419640c790} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.003061 sec., 3920.2874877491017 rows/sec., 306.27 KiB/sec. | ||
1930 | 2025.07.15 21:50:05.875832 [ 5 ] {aee41234-2d3f-4257-be66-ad419640c790} <Debug> TCPHandler: Processed in 0.003260678 sec. | ||
1931 | 2025.07.15 21:50:05.875949 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1932 | 2025.07.15 21:50:05.876044 [ 5 ] {6e76db5e-d9fc-445f-b7c8-eb86ffcaa3c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
1933 | 2025.07.15 21:50:05.876084 [ 5 ] {6e76db5e-d9fc-445f-b7c8-eb86ffcaa3c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1934 | 2025.07.15 21:50:05.876517 [ 5 ] {6e76db5e-d9fc-445f-b7c8-eb86ffcaa3c8} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1935 | 2025.07.15 21:50:05.876553 [ 5 ] {6e76db5e-d9fc-445f-b7c8-eb86ffcaa3c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1936 | 2025.07.15 21:50:05.876866 [ 5 ] {6e76db5e-d9fc-445f-b7c8-eb86ffcaa3c8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
1937 | 2025.07.15 21:50:05.877077 [ 5 ] {6e76db5e-d9fc-445f-b7c8-eb86ffcaa3c8} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1938 | 2025.07.15 21:50:05.877202 [ 5 ] {6e76db5e-d9fc-445f-b7c8-eb86ffcaa3c8} <Debug> executeQuery: Read 109 rows, 9.10 KiB in 0.001176 sec., 92687.07482993198 rows/sec., 7.56 MiB/sec. | ||
1939 | 2025.07.15 21:50:05.877238 [ 5 ] {6e76db5e-d9fc-445f-b7c8-eb86ffcaa3c8} <Debug> TCPHandler: Processed in 0.001347 sec. | ||
1940 | 2025.07.15 21:50:05.877349 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1941 | 2025.07.15 21:50:05.877443 [ 5 ] {44b4149e-bc2b-4e3c-8fc6-03475ab17afd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
1942 | 2025.07.15 21:50:05.877486 [ 5 ] {44b4149e-bc2b-4e3c-8fc6-03475ab17afd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1943 | 2025.07.15 21:50:05.878014 [ 5 ] {44b4149e-bc2b-4e3c-8fc6-03475ab17afd} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1944 | 2025.07.15 21:50:05.878049 [ 5 ] {44b4149e-bc2b-4e3c-8fc6-03475ab17afd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1945 | 2025.07.15 21:50:05.878399 [ 5 ] {44b4149e-bc2b-4e3c-8fc6-03475ab17afd} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
1946 | 2025.07.15 21:50:05.878609 [ 5 ] {44b4149e-bc2b-4e3c-8fc6-03475ab17afd} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1947 | 2025.07.15 21:50:05.878735 [ 5 ] {44b4149e-bc2b-4e3c-8fc6-03475ab17afd} <Debug> executeQuery: Read 559 rows, 44.49 KiB in 0.001309 sec., 427043.5446906035 rows/sec., 33.19 MiB/sec. | ||
1948 | 2025.07.15 21:50:05.878770 [ 5 ] {44b4149e-bc2b-4e3c-8fc6-03475ab17afd} <Debug> TCPHandler: Processed in 0.001470834 sec. | ||
1949 | 2025.07.15 21:50:05.878887 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1950 | 2025.07.15 21:50:05.878989 [ 5 ] {58add6ef-46e2-4175-9883-449c81771aee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
1951 | 2025.07.15 21:50:05.879043 [ 5 ] {58add6ef-46e2-4175-9883-449c81771aee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1952 | 2025.07.15 21:50:05.879753 [ 5 ] {58add6ef-46e2-4175-9883-449c81771aee} <Trace> oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1953 | 2025.07.15 21:50:05.879790 [ 5 ] {58add6ef-46e2-4175-9883-449c81771aee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1954 | 2025.07.15 21:50:05.880295 [ 5 ] {58add6ef-46e2-4175-9883-449c81771aee} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1955 | 2025.07.15 21:50:05.880526 [ 5 ] {58add6ef-46e2-4175-9883-449c81771aee} <Trace> oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1956 | 2025.07.15 21:50:05.880631 [ 35 ] {} <Debug> oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1957 | 2025.07.15 21:50:05.880662 [ 5 ] {58add6ef-46e2-4175-9883-449c81771aee} <Debug> executeQuery: Read 3 rows, 5.50 KiB in 0.001691 sec., 1774.0981667652277 rows/sec., 3.18 MiB/sec. | ||
1958 | 2025.07.15 21:50:05.880671 [ 35 ] {} <Trace> oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1959 | 2025.07.15 21:50:05.880705 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1960 | 2025.07.15 21:50:05.880722 [ 5 ] {58add6ef-46e2-4175-9883-449c81771aee} <Debug> TCPHandler: Processed in 0.001884556 sec. | ||
1961 | 2025.07.15 21:50:05.880771 [ 191 ] {c09bf568-7640-457b-bb01-6ec9b4025c63::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 | ||
1962 | 2025.07.15 21:50:05.880845 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1963 | 2025.07.15 21:50:05.880954 [ 5 ] {96224842-7b68-4690-8714-c842be560988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
1964 | 2025.07.15 21:50:05.880956 [ 191 ] {c09bf568-7640-457b-bb01-6ec9b4025c63::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1965 | 2025.07.15 21:50:05.881001 [ 5 ] {96224842-7b68-4690-8714-c842be560988} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1966 | 2025.07.15 21:50:05.881022 [ 191 ] {c09bf568-7640-457b-bb01-6ec9b4025c63::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
1967 | 2025.07.15 21:50:05.881128 [ 191 ] {c09bf568-7640-457b-bb01-6ec9b4025c63::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
1968 | 2025.07.15 21:50:05.881227 [ 191 ] {c09bf568-7640-457b-bb01-6ec9b4025c63::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
1969 | 2025.07.15 21:50:05.881325 [ 191 ] {c09bf568-7640-457b-bb01-6ec9b4025c63::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
1970 | 2025.07.15 21:50:05.881358 [ 5 ] {96224842-7b68-4690-8714-c842be560988} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1971 | 2025.07.15 21:50:05.881399 [ 5 ] {96224842-7b68-4690-8714-c842be560988} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
1972 | 2025.07.15 21:50:05.881418 [ 191 ] {c09bf568-7640-457b-bb01-6ec9b4025c63::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 3 rows starting from the beginning of the part | ||
1973 | 2025.07.15 21:50:05.881530 [ 191 ] {c09bf568-7640-457b-bb01-6ec9b4025c63::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 3 rows starting from the beginning of the part | ||
1974 | 2025.07.15 21:50:05.881705 [ 5 ] {96224842-7b68-4690-8714-c842be560988} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
1975 | 2025.07.15 21:50:05.881983 [ 5 ] {96224842-7b68-4690-8714-c842be560988} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1976 | 2025.07.15 21:50:05.882121 [ 5 ] {96224842-7b68-4690-8714-c842be560988} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001185 sec., 50632.91139240506 rows/sec., 3.41 MiB/sec. | ||
1977 | 2025.07.15 21:50:05.882156 [ 5 ] {96224842-7b68-4690-8714-c842be560988} <Debug> TCPHandler: Processed in 0.00136153 sec. | ||
1978 | 2025.07.15 21:50:05.883040 [ 193 ] {c09bf568-7640-457b-bb01-6ec9b4025c63::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 19 columns (19 merged, 0 gathered) in 0.002297029 sec., 6094.829451434875 rows/sec., 10.92 MiB/sec. | ||
1979 | 2025.07.15 21:50:05.883203 [ 191 ] {c09bf568-7640-457b-bb01-6ec9b4025c63::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1980 | 2025.07.15 21:50:05.883493 [ 191 ] {c09bf568-7640-457b-bb01-6ec9b4025c63::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1981 | 2025.07.15 21:50:05.883554 [ 191 ] {c09bf568-7640-457b-bb01-6ec9b4025c63::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1982 | 2025.07.15 21:50:05.883626 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
1983 | 2025.07.15 21:50:07.710926 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
1984 | 2025.07.15 21:50:07.711392 [ 244 ] {} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1985 | 2025.07.15 21:50:07.711435 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1986 | 2025.07.15 21:50:07.711888 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1987 | 2025.07.15 21:50:07.712104 [ 244 ] {} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1988 | 2025.07.15 21:50:07.712228 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
1989 | 2025.07.15 21:50:07.712238 [ 29 ] {} <Debug> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1990 | 2025.07.15 21:50:07.712310 [ 29 ] {} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1991 | 2025.07.15 21:50:07.712333 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
1992 | 2025.07.15 21:50:07.712435 [ 189 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::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 | ||
1993 | 2025.07.15 21:50:07.712561 [ 189 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1994 | 2025.07.15 21:50:07.712605 [ 189 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::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 | ||
1995 | 2025.07.15 21:50:07.712702 [ 189 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part | ||
1996 | 2025.07.15 21:50:07.712756 [ 189 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part | ||
1997 | 2025.07.15 21:50:07.712802 [ 189 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part | ||
1998 | 2025.07.15 21:50:07.712848 [ 189 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part | ||
1999 | 2025.07.15 21:50:07.712897 [ 189 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part | ||
2000 | 2025.07.15 21:50:07.714435 [ 186 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002041241 sec., 2480353.863164614 rows/sec., 35.48 MiB/sec. | ||
2001 | 2025.07.15 21:50:07.715334 [ 186 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2002 | 2025.07.15 21:50:07.715642 [ 186 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_11_2} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2003 | 2025.07.15 21:50:07.715723 [ 186 ] {6749817d-b572-43aa-81ba-fcd8c3be49f7::all_1_11_2} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2004 | 2025.07.15 21:50:07.715821 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
2005 | 2025.07.15 21:50:07.982277 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 83 | ||
2006 | 2025.07.15 21:50:07.999586 [ 243 ] {} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2007 | 2025.07.15 21:50:07.999642 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2008 | 2025.07.15 21:50:08.000155 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.59 MiB, peak 186.97 MiB, free memory in arenas 0.00 B, will set to 181.72 MiB (RSS), difference: 1.13 MiB | ||
2009 | 2025.07.15 21:50:08.006054 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2010 | 2025.07.15 21:50:08.006749 [ 243 ] {} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2011 | 2025.07.15 21:50:08.007062 [ 29 ] {} <Debug> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2012 | 2025.07.15 21:50:08.007132 [ 29 ] {} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2013 | 2025.07.15 21:50:08.007155 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2014 | 2025.07.15 21:50:08.007280 [ 193 ] {42801f17-d990-41e1-971f-3cb8e768d4db::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 | ||
2015 | 2025.07.15 21:50:08.009992 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
2016 | 2025.07.15 21:50:08.011473 [ 193 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2017 | 2025.07.15 21:50:08.012966 [ 193 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 45 rows starting from the beginning of the part | ||
2018 | 2025.07.15 21:50:08.017507 [ 193 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part | ||
2019 | 2025.07.15 21:50:08.021756 [ 193 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 7 rows starting from the beginning of the part | ||
2020 | 2025.07.15 21:50:08.026029 [ 193 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part | ||
2021 | 2025.07.15 21:50:08.030427 [ 193 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 7 rows starting from the beginning of the part | ||
2022 | 2025.07.15 21:50:08.034376 [ 193 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 8 rows starting from the beginning of the part | ||
2023 | 2025.07.15 21:50:08.087921 [ 200 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.080691976 sec., 1028.6028935516463 rows/sec., 5.32 MiB/sec. | ||
2024 | 2025.07.15 21:50:08.090432 [ 194 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2025 | 2025.07.15 21:50:08.092492 [ 194 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_11_2} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2026 | 2025.07.15 21:50:08.092604 [ 194 ] {42801f17-d990-41e1-971f-3cb8e768d4db::all_1_11_2} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2027 | 2025.07.15 21:50:08.094621 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
2028 | 2025.07.15 21:50:09.000160 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.81 MiB, peak 192.69 MiB, free memory in arenas 0.00 B, will set to 191.84 MiB (RSS), difference: 9.03 MiB | ||
2029 | 2025.07.15 21:50:10.826799 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2030 | 2025.07.15 21:50:10.826982 [ 5 ] {92c7c0af-0af5-466d-b83a-c650f8a31d60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2031 | 2025.07.15 21:50:10.827048 [ 5 ] {92c7c0af-0af5-466d-b83a-c650f8a31d60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2032 | 2025.07.15 21:50:10.827666 [ 5 ] {92c7c0af-0af5-466d-b83a-c650f8a31d60} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2033 | 2025.07.15 21:50:10.827705 [ 5 ] {92c7c0af-0af5-466d-b83a-c650f8a31d60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
2034 | 2025.07.15 21:50:10.828104 [ 5 ] {92c7c0af-0af5-466d-b83a-c650f8a31d60} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2035 | 2025.07.15 21:50:10.828335 [ 5 ] {92c7c0af-0af5-466d-b83a-c650f8a31d60} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2036 | 2025.07.15 21:50:10.828489 [ 5 ] {92c7c0af-0af5-466d-b83a-c650f8a31d60} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001555 sec., 36012.86173633441 rows/sec., 2.77 MiB/sec. | ||
2037 | 2025.07.15 21:50:10.828535 [ 5 ] {92c7c0af-0af5-466d-b83a-c650f8a31d60} <Debug> TCPHandler: Processed in 0.001865976 sec. | ||
2038 | 2025.07.15 21:50:10.828655 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2039 | 2025.07.15 21:50:10.828756 [ 5 ] {009df381-ebd8-4bac-8f1c-a64f7730764e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2040 | 2025.07.15 21:50:10.828799 [ 5 ] {009df381-ebd8-4bac-8f1c-a64f7730764e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2041 | 2025.07.15 21:50:10.829234 [ 5 ] {009df381-ebd8-4bac-8f1c-a64f7730764e} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2042 | 2025.07.15 21:50:10.829270 [ 5 ] {009df381-ebd8-4bac-8f1c-a64f7730764e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
2043 | 2025.07.15 21:50:10.829572 [ 5 ] {009df381-ebd8-4bac-8f1c-a64f7730764e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2044 | 2025.07.15 21:50:10.829785 [ 5 ] {009df381-ebd8-4bac-8f1c-a64f7730764e} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2045 | 2025.07.15 21:50:10.829917 [ 5 ] {009df381-ebd8-4bac-8f1c-a64f7730764e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001184 sec., 54054.05405405405 rows/sec., 4.22 MiB/sec. | ||
2046 | 2025.07.15 21:50:10.829955 [ 5 ] {009df381-ebd8-4bac-8f1c-a64f7730764e} <Debug> TCPHandler: Processed in 0.00135305 sec. | ||
2047 | 2025.07.15 21:50:10.830068 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2048 | 2025.07.15 21:50:10.830162 [ 5 ] {3c3f52df-f7a3-4b6f-b1de-244ecd930aff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2049 | 2025.07.15 21:50:10.830207 [ 5 ] {3c3f52df-f7a3-4b6f-b1de-244ecd930aff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2050 | 2025.07.15 21:50:10.830598 [ 5 ] {3c3f52df-f7a3-4b6f-b1de-244ecd930aff} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2051 | 2025.07.15 21:50:10.830632 [ 5 ] {3c3f52df-f7a3-4b6f-b1de-244ecd930aff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
2052 | 2025.07.15 21:50:10.830957 [ 5 ] {3c3f52df-f7a3-4b6f-b1de-244ecd930aff} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2053 | 2025.07.15 21:50:10.831158 [ 5 ] {3c3f52df-f7a3-4b6f-b1de-244ecd930aff} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2054 | 2025.07.15 21:50:10.831285 [ 5 ] {3c3f52df-f7a3-4b6f-b1de-244ecd930aff} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001142 sec., 140105.07880910684 rows/sec., 9.76 MiB/sec. | ||
2055 | 2025.07.15 21:50:10.831321 [ 5 ] {3c3f52df-f7a3-4b6f-b1de-244ecd930aff} <Debug> TCPHandler: Processed in 0.001302579 sec. | ||
2056 | 2025.07.15 21:50:10.831429 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2057 | 2025.07.15 21:50:10.831530 [ 5 ] {c2ec9114-341d-4e82-93f3-a8232e510b18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2058 | 2025.07.15 21:50:10.831573 [ 5 ] {c2ec9114-341d-4e82-93f3-a8232e510b18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2059 | 2025.07.15 21:50:10.831899 [ 5 ] {c2ec9114-341d-4e82-93f3-a8232e510b18} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2060 | 2025.07.15 21:50:10.831933 [ 5 ] {c2ec9114-341d-4e82-93f3-a8232e510b18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
2061 | 2025.07.15 21:50:10.832229 [ 5 ] {c2ec9114-341d-4e82-93f3-a8232e510b18} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2062 | 2025.07.15 21:50:10.832427 [ 5 ] {c2ec9114-341d-4e82-93f3-a8232e510b18} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2063 | 2025.07.15 21:50:10.832552 [ 5 ] {c2ec9114-341d-4e82-93f3-a8232e510b18} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001041 sec., 57636.88760806916 rows/sec., 3.88 MiB/sec. | ||
2064 | 2025.07.15 21:50:10.832586 [ 5 ] {c2ec9114-341d-4e82-93f3-a8232e510b18} <Debug> TCPHandler: Processed in 0.001207216 sec. | ||
2065 | 2025.07.15 21:50:15.213290 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
2066 | 2025.07.15 21:50:15.213932 [ 244 ] {} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2067 | 2025.07.15 21:50:15.213976 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
2068 | 2025.07.15 21:50:15.214538 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2069 | 2025.07.15 21:50:15.214769 [ 244 ] {} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2070 | 2025.07.15 21:50:15.214891 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
2071 | 2025.07.15 21:50:15.222371 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 290 | ||
2072 | 2025.07.15 21:50:15.224854 [ 242 ] {} <Trace> system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2073 | 2025.07.15 21:50:15.224911 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
2074 | 2025.07.15 21:50:15.226134 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2075 | 2025.07.15 21:50:15.226412 [ 242 ] {} <Trace> system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2076 | 2025.07.15 21:50:15.226761 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 290 | ||
2077 | 2025.07.15 21:50:15.511041 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 90 | ||
2078 | 2025.07.15 21:50:15.526312 [ 243 ] {} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2079 | 2025.07.15 21:50:15.526368 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
2080 | 2025.07.15 21:50:15.532458 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2081 | 2025.07.15 21:50:15.533168 [ 243 ] {} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2082 | 2025.07.15 21:50:15.535922 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 90 | ||
2083 | 2025.07.15 21:50:15.604404 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2084 | 2025.07.15 21:50:15.604459 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2085 | 2025.07.15 21:50:15.826177 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2086 | 2025.07.15 21:50:15.826395 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
2087 | 2025.07.15 21:50:15.826731 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2088 | 2025.07.15 21:50:15.826771 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
2089 | 2025.07.15 21:50:15.827043 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2090 | 2025.07.15 21:50:15.827115 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2091 | 2025.07.15 21:50:15.827264 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
2092 | 2025.07.15 21:50:15.827365 [ 289 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2093 | 2025.07.15 21:50:15.827397 [ 291 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2094 | 2025.07.15 21:50:15.827416 [ 290 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2095 | 2025.07.15 21:50:15.827534 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (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 | ||
2096 | 2025.07.15 21:50:15.827564 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2097 | 2025.07.15 21:50:15.827647 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2098 | 2025.07.15 21:50:15.827668 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} <Debug> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15) (SelectExecutor): Reading approx. 29 rows with 3 streams | ||
2099 | 2025.07.15 21:50:15.827704 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
2100 | 2025.07.15 21:50:15.827759 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
2101 | 2025.07.15 21:50:15.827802 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
2102 | 2025.07.15 21:50:15.828769 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} <Debug> executeQuery: Read 29 rows, 1.26 KiB in 0.002465 sec., 11764.70588235294 rows/sec., 512.65 KiB/sec. | ||
2103 | 2025.07.15 21:50:15.828916 [ 5 ] {f939c99c-30f0-4c40-b36e-393bff7561f0} <Debug> TCPHandler: Processed in 0.002850406 sec. | ||
2104 | 2025.07.15 21:50:15.830205 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2105 | 2025.07.15 21:50:15.830317 [ 5 ] {3770b0cf-3532-4b79-b023-95edb0884649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
2106 | 2025.07.15 21:50:15.830364 [ 5 ] {3770b0cf-3532-4b79-b023-95edb0884649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2107 | 2025.07.15 21:50:15.830896 [ 5 ] {3770b0cf-3532-4b79-b023-95edb0884649} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2108 | 2025.07.15 21:50:15.830939 [ 5 ] {3770b0cf-3532-4b79-b023-95edb0884649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
2109 | 2025.07.15 21:50:15.831330 [ 5 ] {3770b0cf-3532-4b79-b023-95edb0884649} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2110 | 2025.07.15 21:50:15.831527 [ 5 ] {3770b0cf-3532-4b79-b023-95edb0884649} <Trace> oximeter.timeseries_schema (d841751f-1367-4bdf-9ef6-a03ce1d8ff15): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2111 | 2025.07.15 21:50:15.831666 [ 5 ] {3770b0cf-3532-4b79-b023-95edb0884649} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.001379 sec., 725.1631617113851 rows/sec., 75.07 KiB/sec. | ||
2112 | 2025.07.15 21:50:15.831705 [ 5 ] {3770b0cf-3532-4b79-b023-95edb0884649} <Debug> TCPHandler: Processed in 0.001551796 sec. | ||
2113 | 2025.07.15 21:50:15.831815 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2114 | 2025.07.15 21:50:15.831921 [ 5 ] {1b633fe2-db64-4660-8187-29fbc5290d93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2115 | 2025.07.15 21:50:15.831963 [ 5 ] {1b633fe2-db64-4660-8187-29fbc5290d93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2116 | 2025.07.15 21:50:15.832394 [ 5 ] {1b633fe2-db64-4660-8187-29fbc5290d93} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2117 | 2025.07.15 21:50:15.832431 [ 5 ] {1b633fe2-db64-4660-8187-29fbc5290d93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
2118 | 2025.07.15 21:50:15.832732 [ 5 ] {1b633fe2-db64-4660-8187-29fbc5290d93} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2119 | 2025.07.15 21:50:15.832945 [ 5 ] {1b633fe2-db64-4660-8187-29fbc5290d93} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2120 | 2025.07.15 21:50:15.833071 [ 5 ] {1b633fe2-db64-4660-8187-29fbc5290d93} <Debug> executeQuery: Read 81 rows, 6.80 KiB in 0.001171 sec., 69171.64816396243 rows/sec., 5.67 MiB/sec. | ||
2121 | 2025.07.15 21:50:15.833109 [ 5 ] {1b633fe2-db64-4660-8187-29fbc5290d93} <Debug> TCPHandler: Processed in 0.00134407 sec. | ||
2122 | 2025.07.15 21:50:15.833222 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2123 | 2025.07.15 21:50:15.833316 [ 5 ] {e83a6e35-090b-400d-8a69-7468b0c56139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2124 | 2025.07.15 21:50:15.833357 [ 5 ] {e83a6e35-090b-400d-8a69-7468b0c56139} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2125 | 2025.07.15 21:50:15.833742 [ 5 ] {e83a6e35-090b-400d-8a69-7468b0c56139} <Trace> oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2126 | 2025.07.15 21:50:15.833778 [ 5 ] {e83a6e35-090b-400d-8a69-7468b0c56139} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
2127 | 2025.07.15 21:50:15.834067 [ 5 ] {e83a6e35-090b-400d-8a69-7468b0c56139} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2128 | 2025.07.15 21:50:15.834270 [ 5 ] {e83a6e35-090b-400d-8a69-7468b0c56139} <Trace> oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2129 | 2025.07.15 21:50:15.834395 [ 5 ] {e83a6e35-090b-400d-8a69-7468b0c56139} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001098 sec., 10928.96174863388 rows/sec., 821.81 KiB/sec. | ||
2130 | 2025.07.15 21:50:15.834432 [ 5 ] {e83a6e35-090b-400d-8a69-7468b0c56139} <Debug> TCPHandler: Processed in 0.001260318 sec. | ||
2131 | 2025.07.15 21:50:15.834542 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2132 | 2025.07.15 21:50:15.834635 [ 5 ] {38b891b0-3ec4-484a-b345-0be63407220a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
2133 | 2025.07.15 21:50:15.834675 [ 5 ] {38b891b0-3ec4-484a-b345-0be63407220a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2134 | 2025.07.15 21:50:15.835055 [ 5 ] {38b891b0-3ec4-484a-b345-0be63407220a} <Trace> oximeter.fields_u32 (5b75d646-c127-40b2-a9d3-552d28ad49b3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2135 | 2025.07.15 21:50:15.835090 [ 5 ] {38b891b0-3ec4-484a-b345-0be63407220a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
2136 | 2025.07.15 21:50:15.835375 [ 5 ] {38b891b0-3ec4-484a-b345-0be63407220a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2137 | 2025.07.15 21:50:15.835576 [ 5 ] {38b891b0-3ec4-484a-b345-0be63407220a} <Trace> oximeter.fields_u32 (5b75d646-c127-40b2-a9d3-552d28ad49b3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2138 | 2025.07.15 21:50:15.835697 [ 5 ] {38b891b0-3ec4-484a-b345-0be63407220a} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.00108 sec., 925.9259259259259 rows/sec., 61.49 KiB/sec. | ||
2139 | 2025.07.15 21:50:15.835732 [ 5 ] {38b891b0-3ec4-484a-b345-0be63407220a} <Debug> TCPHandler: Processed in 0.001239808 sec. | ||
2140 | 2025.07.15 21:50:15.835843 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2141 | 2025.07.15 21:50:15.835947 [ 5 ] {379a2986-4312-4596-aa4e-d96f331dea71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2142 | 2025.07.15 21:50:15.835987 [ 5 ] {379a2986-4312-4596-aa4e-d96f331dea71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2143 | 2025.07.15 21:50:15.836383 [ 5 ] {379a2986-4312-4596-aa4e-d96f331dea71} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2144 | 2025.07.15 21:50:15.836419 [ 5 ] {379a2986-4312-4596-aa4e-d96f331dea71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
2145 | 2025.07.15 21:50:15.836714 [ 5 ] {379a2986-4312-4596-aa4e-d96f331dea71} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2146 | 2025.07.15 21:50:15.836922 [ 5 ] {379a2986-4312-4596-aa4e-d96f331dea71} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2147 | 2025.07.15 21:50:15.837047 [ 5 ] {379a2986-4312-4596-aa4e-d96f331dea71} <Debug> executeQuery: Read 82 rows, 6.56 KiB in 0.001118 sec., 73345.25939177102 rows/sec., 5.73 MiB/sec. | ||
2148 | 2025.07.15 21:50:15.837083 [ 5 ] {379a2986-4312-4596-aa4e-d96f331dea71} <Debug> TCPHandler: Processed in 0.001290228 sec. | ||
2149 | 2025.07.15 21:50:15.837195 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2150 | 2025.07.15 21:50:15.837289 [ 5 ] {83f00c06-4137-48ed-bfbf-4fb2b092ec1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2151 | 2025.07.15 21:50:15.837331 [ 5 ] {83f00c06-4137-48ed-bfbf-4fb2b092ec1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2152 | 2025.07.15 21:50:15.837716 [ 5 ] {83f00c06-4137-48ed-bfbf-4fb2b092ec1e} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2153 | 2025.07.15 21:50:15.837751 [ 5 ] {83f00c06-4137-48ed-bfbf-4fb2b092ec1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
2154 | 2025.07.15 21:50:15.838093 [ 5 ] {83f00c06-4137-48ed-bfbf-4fb2b092ec1e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2155 | 2025.07.15 21:50:15.838296 [ 5 ] {83f00c06-4137-48ed-bfbf-4fb2b092ec1e} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2156 | 2025.07.15 21:50:15.838422 [ 5 ] {83f00c06-4137-48ed-bfbf-4fb2b092ec1e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001152 sec., 138888.88888888888 rows/sec., 9.67 MiB/sec. | ||
2157 | 2025.07.15 21:50:15.838459 [ 5 ] {83f00c06-4137-48ed-bfbf-4fb2b092ec1e} <Debug> TCPHandler: Processed in 0.001313139 sec. | ||
2158 | 2025.07.15 21:50:15.838569 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2159 | 2025.07.15 21:50:15.838662 [ 5 ] {ba3cd643-365f-4d7b-bfb7-6046dc3c3c82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
2160 | 2025.07.15 21:50:15.838705 [ 5 ] {ba3cd643-365f-4d7b-bfb7-6046dc3c3c82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2161 | 2025.07.15 21:50:15.839026 [ 5 ] {ba3cd643-365f-4d7b-bfb7-6046dc3c3c82} <Trace> oximeter.measurements_f64 (97257d9a-f4a6-423b-b4a4-f5cf72aa59e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2162 | 2025.07.15 21:50:15.839062 [ 5 ] {ba3cd643-365f-4d7b-bfb7-6046dc3c3c82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
2163 | 2025.07.15 21:50:15.839351 [ 5 ] {ba3cd643-365f-4d7b-bfb7-6046dc3c3c82} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2164 | 2025.07.15 21:50:15.839555 [ 5 ] {ba3cd643-365f-4d7b-bfb7-6046dc3c3c82} <Trace> oximeter.measurements_f64 (97257d9a-f4a6-423b-b4a4-f5cf72aa59e5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2165 | 2025.07.15 21:50:15.839677 [ 5 ] {ba3cd643-365f-4d7b-bfb7-6046dc3c3c82} <Debug> executeQuery: Read 2 rows, 130.00 B in 0.001033 sec., 1936.108422071636 rows/sec., 122.90 KiB/sec. | ||
2166 | 2025.07.15 21:50:15.839713 [ 5 ] {ba3cd643-365f-4d7b-bfb7-6046dc3c3c82} <Debug> TCPHandler: Processed in 0.001193096 sec. | ||
2167 | 2025.07.15 21:50:15.839821 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2168 | 2025.07.15 21:50:15.839924 [ 5 ] {80a2067a-7413-410f-a14b-99df3fdfdb0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2169 | 2025.07.15 21:50:15.839980 [ 5 ] {80a2067a-7413-410f-a14b-99df3fdfdb0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2170 | 2025.07.15 21:50:15.840722 [ 5 ] {80a2067a-7413-410f-a14b-99df3fdfdb0d} <Trace> oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2171 | 2025.07.15 21:50:15.840760 [ 5 ] {80a2067a-7413-410f-a14b-99df3fdfdb0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
2172 | 2025.07.15 21:50:15.841276 [ 5 ] {80a2067a-7413-410f-a14b-99df3fdfdb0d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2173 | 2025.07.15 21:50:15.841494 [ 5 ] {80a2067a-7413-410f-a14b-99df3fdfdb0d} <Trace> oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2174 | 2025.07.15 21:50:15.841628 [ 5 ] {80a2067a-7413-410f-a14b-99df3fdfdb0d} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001723 sec., 6964.596633778294 rows/sec., 12.48 MiB/sec. | ||
2175 | 2025.07.15 21:50:15.841686 [ 5 ] {80a2067a-7413-410f-a14b-99df3fdfdb0d} <Debug> TCPHandler: Processed in 0.001913147 sec. | ||
2176 | 2025.07.15 21:50:15.841799 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2177 | 2025.07.15 21:50:15.841901 [ 5 ] {a8f00ca8-03d5-4964-a5a9-7f52d821bcea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
2178 | 2025.07.15 21:50:15.841943 [ 5 ] {a8f00ca8-03d5-4964-a5a9-7f52d821bcea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2179 | 2025.07.15 21:50:15.842254 [ 5 ] {a8f00ca8-03d5-4964-a5a9-7f52d821bcea} <Trace> oximeter.measurements_i64 (47c0fdc2-52a1-4906-8c02-e4a9eb062357): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2180 | 2025.07.15 21:50:15.842289 [ 5 ] {a8f00ca8-03d5-4964-a5a9-7f52d821bcea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
2181 | 2025.07.15 21:50:15.842596 [ 5 ] {a8f00ca8-03d5-4964-a5a9-7f52d821bcea} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2182 | 2025.07.15 21:50:15.842809 [ 5 ] {a8f00ca8-03d5-4964-a5a9-7f52d821bcea} <Trace> oximeter.measurements_i64 (47c0fdc2-52a1-4906-8c02-e4a9eb062357): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2183 | 2025.07.15 21:50:15.842951 [ 5 ] {a8f00ca8-03d5-4964-a5a9-7f52d821bcea} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001076 sec., 5576.208178438662 rows/sec., 393.89 KiB/sec. | ||
2184 | 2025.07.15 21:50:15.842988 [ 5 ] {a8f00ca8-03d5-4964-a5a9-7f52d821bcea} <Debug> TCPHandler: Processed in 0.001239177 sec. | ||
2185 | 2025.07.15 21:50:15.843103 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2186 | 2025.07.15 21:50:15.843196 [ 5 ] {64da79ea-06e5-4333-8af7-e2ced484a304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2187 | 2025.07.15 21:50:15.843239 [ 5 ] {64da79ea-06e5-4333-8af7-e2ced484a304} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2188 | 2025.07.15 21:50:15.843567 [ 5 ] {64da79ea-06e5-4333-8af7-e2ced484a304} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2189 | 2025.07.15 21:50:15.843603 [ 5 ] {64da79ea-06e5-4333-8af7-e2ced484a304} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
2190 | 2025.07.15 21:50:15.843915 [ 5 ] {64da79ea-06e5-4333-8af7-e2ced484a304} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2191 | 2025.07.15 21:50:15.844132 [ 5 ] {64da79ea-06e5-4333-8af7-e2ced484a304} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2192 | 2025.07.15 21:50:15.844261 [ 5 ] {64da79ea-06e5-4333-8af7-e2ced484a304} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. | ||
2193 | 2025.07.15 21:50:15.844296 [ 5 ] {64da79ea-06e5-4333-8af7-e2ced484a304} <Debug> TCPHandler: Processed in 0.001242387 sec. | ||
2194 | 2025.07.15 21:50:20.826936 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2195 | 2025.07.15 21:50:20.827128 [ 5 ] {d8ea3b84-edf6-422e-a5f9-7c7f7fba9a9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2196 | 2025.07.15 21:50:20.827195 [ 5 ] {d8ea3b84-edf6-422e-a5f9-7c7f7fba9a9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2197 | 2025.07.15 21:50:20.827868 [ 5 ] {d8ea3b84-edf6-422e-a5f9-7c7f7fba9a9d} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2198 | 2025.07.15 21:50:20.827919 [ 5 ] {d8ea3b84-edf6-422e-a5f9-7c7f7fba9a9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
2199 | 2025.07.15 21:50:20.828296 [ 5 ] {d8ea3b84-edf6-422e-a5f9-7c7f7fba9a9d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2200 | 2025.07.15 21:50:20.828518 [ 5 ] {d8ea3b84-edf6-422e-a5f9-7c7f7fba9a9d} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2201 | 2025.07.15 21:50:20.828673 [ 5 ] {d8ea3b84-edf6-422e-a5f9-7c7f7fba9a9d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001593 sec., 35153.79786566227 rows/sec., 2.70 MiB/sec. | ||
2202 | 2025.07.15 21:50:20.828719 [ 5 ] {d8ea3b84-edf6-422e-a5f9-7c7f7fba9a9d} <Debug> TCPHandler: Processed in 0.001916688 sec. | ||
2203 | 2025.07.15 21:50:20.828851 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2204 | 2025.07.15 21:50:20.828959 [ 5 ] {cad5c83d-e4fd-4c9b-ae18-6090febe4836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2205 | 2025.07.15 21:50:20.829003 [ 5 ] {cad5c83d-e4fd-4c9b-ae18-6090febe4836} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2206 | 2025.07.15 21:50:20.829415 [ 5 ] {cad5c83d-e4fd-4c9b-ae18-6090febe4836} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2207 | 2025.07.15 21:50:20.829452 [ 5 ] {cad5c83d-e4fd-4c9b-ae18-6090febe4836} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
2208 | 2025.07.15 21:50:20.829762 [ 5 ] {cad5c83d-e4fd-4c9b-ae18-6090febe4836} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2209 | 2025.07.15 21:50:20.829971 [ 5 ] {cad5c83d-e4fd-4c9b-ae18-6090febe4836} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2210 | 2025.07.15 21:50:20.830097 [ 5 ] {cad5c83d-e4fd-4c9b-ae18-6090febe4836} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001161 sec., 55124.892334194665 rows/sec., 4.30 MiB/sec. | ||
2211 | 2025.07.15 21:50:20.830134 [ 5 ] {cad5c83d-e4fd-4c9b-ae18-6090febe4836} <Debug> TCPHandler: Processed in 0.00133661 sec. | ||
2212 | 2025.07.15 21:50:20.830249 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2213 | 2025.07.15 21:50:20.830346 [ 5 ] {ed12cb70-c743-4419-b9dc-0e0f27ba0f7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2214 | 2025.07.15 21:50:20.830398 [ 5 ] {ed12cb70-c743-4419-b9dc-0e0f27ba0f7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2215 | 2025.07.15 21:50:20.830842 [ 5 ] {ed12cb70-c743-4419-b9dc-0e0f27ba0f7f} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2216 | 2025.07.15 21:50:20.830884 [ 5 ] {ed12cb70-c743-4419-b9dc-0e0f27ba0f7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
2217 | 2025.07.15 21:50:20.831246 [ 5 ] {ed12cb70-c743-4419-b9dc-0e0f27ba0f7f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2218 | 2025.07.15 21:50:20.831466 [ 5 ] {ed12cb70-c743-4419-b9dc-0e0f27ba0f7f} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2219 | 2025.07.15 21:50:20.831601 [ 5 ] {ed12cb70-c743-4419-b9dc-0e0f27ba0f7f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001273 sec., 125687.35271013353 rows/sec., 8.75 MiB/sec. | ||
2220 | 2025.07.15 21:50:20.831640 [ 5 ] {ed12cb70-c743-4419-b9dc-0e0f27ba0f7f} <Debug> TCPHandler: Processed in 0.001439593 sec. | ||
2221 | 2025.07.15 21:50:20.831751 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2222 | 2025.07.15 21:50:20.831847 [ 5 ] {c4fe96fd-c13e-4fa7-88b2-ff56155f3178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2223 | 2025.07.15 21:50:20.831890 [ 5 ] {c4fe96fd-c13e-4fa7-88b2-ff56155f3178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2224 | 2025.07.15 21:50:20.832233 [ 5 ] {c4fe96fd-c13e-4fa7-88b2-ff56155f3178} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2225 | 2025.07.15 21:50:20.832268 [ 5 ] {c4fe96fd-c13e-4fa7-88b2-ff56155f3178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
2226 | 2025.07.15 21:50:20.832573 [ 5 ] {c4fe96fd-c13e-4fa7-88b2-ff56155f3178} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2227 | 2025.07.15 21:50:20.832779 [ 5 ] {c4fe96fd-c13e-4fa7-88b2-ff56155f3178} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2228 | 2025.07.15 21:50:20.832910 [ 5 ] {c4fe96fd-c13e-4fa7-88b2-ff56155f3178} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. | ||
2229 | 2025.07.15 21:50:20.832946 [ 5 ] {c4fe96fd-c13e-4fa7-88b2-ff56155f3178} <Debug> TCPHandler: Processed in 0.001245378 sec. | ||
2230 | 2025.07.15 21:50:22.715942 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
2231 | 2025.07.15 21:50:22.716417 [ 244 ] {} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2232 | 2025.07.15 21:50:22.716466 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
2233 | 2025.07.15 21:50:22.716986 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2234 | 2025.07.15 21:50:22.717216 [ 244 ] {} <Trace> system.asynchronous_metric_log (6749817d-b572-43aa-81ba-fcd8c3be49f7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2235 | 2025.07.15 21:50:22.717358 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
2236 | 2025.07.15 21:50:23.036964 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 98 | ||
2237 | 2025.07.15 21:50:23.053967 [ 243 ] {} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2238 | 2025.07.15 21:50:23.054024 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
2239 | 2025.07.15 21:50:23.059899 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2240 | 2025.07.15 21:50:23.060578 [ 243 ] {} <Trace> system.metric_log (42801f17-d990-41e1-971f-3cb8e768d4db): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2241 | 2025.07.15 21:50:23.063417 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
2242 | 2025.07.15 21:50:25.227910 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 320 | ||
2243 | 2025.07.15 21:50:25.230079 [ 242 ] {} <Trace> system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2244 | 2025.07.15 21:50:25.230135 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
2245 | 2025.07.15 21:50:25.231280 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2246 | 2025.07.15 21:50:25.231554 [ 242 ] {} <Trace> system.query_log (1184bf7b-d954-4006-a587-9d48f4614f8b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2247 | 2025.07.15 21:50:25.231897 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 320 | ||
2248 | 2025.07.15 21:50:25.826710 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2249 | 2025.07.15 21:50:25.826898 [ 5 ] {b44a290d-312b-491d-aa2a-126ead897bd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
2250 | 2025.07.15 21:50:25.826961 [ 5 ] {b44a290d-312b-491d-aa2a-126ead897bd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2251 | 2025.07.15 21:50:25.827621 [ 5 ] {b44a290d-312b-491d-aa2a-126ead897bd3} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2252 | 2025.07.15 21:50:25.827667 [ 5 ] {b44a290d-312b-491d-aa2a-126ead897bd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
2253 | 2025.07.15 21:50:25.828045 [ 5 ] {b44a290d-312b-491d-aa2a-126ead897bd3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2254 | 2025.07.15 21:50:25.828258 [ 5 ] {b44a290d-312b-491d-aa2a-126ead897bd3} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2255 | 2025.07.15 21:50:25.828383 [ 37 ] {} <Debug> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2256 | 2025.07.15 21:50:25.828400 [ 5 ] {b44a290d-312b-491d-aa2a-126ead897bd3} <Debug> executeQuery: Read 80 rows, 6.70 KiB in 0.001554 sec., 51480.05148005148 rows/sec., 4.21 MiB/sec. | ||
2257 | 2025.07.15 21:50:25.828451 [ 37 ] {} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2258 | 2025.07.15 21:50:25.828464 [ 5 ] {b44a290d-312b-491d-aa2a-126ead897bd3} <Debug> TCPHandler: Processed in 0.001890666 sec. | ||
2259 | 2025.07.15 21:50:25.828481 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
2260 | 2025.07.15 21:50:25.828584 [ 189 ] {5ef2f074-7004-48f7-bc31-062450ef688d::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 | ||
2261 | 2025.07.15 21:50:25.828596 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2262 | 2025.07.15 21:50:25.828706 [ 5 ] {75df95b9-97d1-4acb-bbaa-7358e0fc4383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
2263 | 2025.07.15 21:50:25.828707 [ 189 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2264 | 2025.07.15 21:50:25.828751 [ 5 ] {75df95b9-97d1-4acb-bbaa-7358e0fc4383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2265 | 2025.07.15 21:50:25.828759 [ 189 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 62 rows starting from the beginning of the part | ||
2266 | 2025.07.15 21:50:25.828835 [ 189 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 185 rows starting from the beginning of the part | ||
2267 | 2025.07.15 21:50:25.828878 [ 189 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part | ||
2268 | 2025.07.15 21:50:25.828920 [ 189 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 81 rows starting from the beginning of the part | ||
2269 | 2025.07.15 21:50:25.828958 [ 189 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
2270 | 2025.07.15 21:50:25.828998 [ 189 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 80 rows starting from the beginning of the part | ||
2271 | 2025.07.15 21:50:25.829171 [ 5 ] {75df95b9-97d1-4acb-bbaa-7358e0fc4383} <Trace> oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2272 | 2025.07.15 21:50:25.829213 [ 5 ] {75df95b9-97d1-4acb-bbaa-7358e0fc4383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
2273 | 2025.07.15 21:50:25.829600 [ 5 ] {75df95b9-97d1-4acb-bbaa-7358e0fc4383} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2274 | 2025.07.15 21:50:25.829852 [ 5 ] {75df95b9-97d1-4acb-bbaa-7358e0fc4383} <Trace> oximeter.fields_u16 (c2234b1a-839f-432c-9e60-9c3143dd66b8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2275 | 2025.07.15 21:50:25.829982 [ 5 ] {75df95b9-97d1-4acb-bbaa-7358e0fc4383} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001296 sec., 9259.25925925926 rows/sec., 696.25 KiB/sec. | ||
2276 | 2025.07.15 21:50:25.830012 [ 194 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 5 columns (5 merged, 0 gathered) in 0.001473814 sec., 352826.06896121224 rows/sec., 30.48 MiB/sec. | ||
2277 | 2025.07.15 21:50:25.830020 [ 5 ] {75df95b9-97d1-4acb-bbaa-7358e0fc4383} <Debug> TCPHandler: Processed in 0.001471984 sec. | ||
2278 | 2025.07.15 21:50:25.830138 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2279 | 2025.07.15 21:50:25.830215 [ 200 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2280 | 2025.07.15 21:50:25.830231 [ 5 ] {e6c3663a-66f5-4989-9411-4a5009308162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
2281 | 2025.07.15 21:50:25.830285 [ 5 ] {e6c3663a-66f5-4989-9411-4a5009308162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2282 | 2025.07.15 21:50:25.830524 [ 200 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_16_3} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2283 | 2025.07.15 21:50:25.830607 [ 200 ] {5ef2f074-7004-48f7-bc31-062450ef688d::all_1_16_3} <Trace> oximeter.fields_string (5ef2f074-7004-48f7-bc31-062450ef688d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2284 | 2025.07.15 21:50:25.830696 [ 5 ] {e6c3663a-66f5-4989-9411-4a5009308162} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2285 | 2025.07.15 21:50:25.830704 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
2286 | 2025.07.15 21:50:25.830740 [ 5 ] {e6c3663a-66f5-4989-9411-4a5009308162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
2287 | 2025.07.15 21:50:25.831046 [ 5 ] {e6c3663a-66f5-4989-9411-4a5009308162} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2288 | 2025.07.15 21:50:25.831257 [ 5 ] {e6c3663a-66f5-4989-9411-4a5009308162} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2289 | 2025.07.15 21:50:25.831359 [ 37 ] {} <Debug> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2290 | 2025.07.15 21:50:25.831383 [ 5 ] {e6c3663a-66f5-4989-9411-4a5009308162} <Debug> executeQuery: Read 76 rows, 6.08 KiB in 0.00117 sec., 64957.26495726495 rows/sec., 5.07 MiB/sec. | ||
2291 | 2025.07.15 21:50:25.831396 [ 37 ] {} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2292 | 2025.07.15 21:50:25.831425 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
2293 | 2025.07.15 21:50:25.831427 [ 5 ] {e6c3663a-66f5-4989-9411-4a5009308162} <Debug> TCPHandler: Processed in 0.00133554 sec. | ||
2294 | 2025.07.15 21:50:25.831511 [ 192 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::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 | ||
2295 | 2025.07.15 21:50:25.831554 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2296 | 2025.07.15 21:50:25.831616 [ 192 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2297 | 2025.07.15 21:50:25.831648 [ 192 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 73 rows starting from the beginning of the part | ||
2298 | 2025.07.15 21:50:25.831652 [ 5 ] {88da13e8-309a-4de4-bfb0-1c1a311bfbe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
2299 | 2025.07.15 21:50:25.831704 [ 5 ] {88da13e8-309a-4de4-bfb0-1c1a311bfbe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2300 | 2025.07.15 21:50:25.831735 [ 192 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 109 rows starting from the beginning of the part | ||
2301 | 2025.07.15 21:50:25.831787 [ 192 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part | ||
2302 | 2025.07.15 21:50:25.831828 [ 192 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 82 rows starting from the beginning of the part | ||
2303 | 2025.07.15 21:50:25.831870 [ 192 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part | ||
2304 | 2025.07.15 21:50:25.831911 [ 192 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 76 rows starting from the beginning of the part | ||
2305 | 2025.07.15 21:50:25.832112 [ 5 ] {88da13e8-309a-4de4-bfb0-1c1a311bfbe1} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2306 | 2025.07.15 21:50:25.832154 [ 5 ] {88da13e8-309a-4de4-bfb0-1c1a311bfbe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
2307 | 2025.07.15 21:50:25.832500 [ 5 ] {88da13e8-309a-4de4-bfb0-1c1a311bfbe1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2308 | 2025.07.15 21:50:25.832719 [ 5 ] {88da13e8-309a-4de4-bfb0-1c1a311bfbe1} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2309 | 2025.07.15 21:50:25.832737 [ 200 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 468 rows, containing 5 columns (5 merged, 0 gathered) in 0.001264998 sec., 369961.0592269711 rows/sec., 30.60 MiB/sec. | ||
2310 | 2025.07.15 21:50:25.832827 [ 37 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2311 | 2025.07.15 21:50:25.832853 [ 5 ] {88da13e8-309a-4de4-bfb0-1c1a311bfbe1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00122 sec., 131147.54098360657 rows/sec., 9.13 MiB/sec. | ||
2312 | 2025.07.15 21:50:25.832858 [ 192 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2313 | 2025.07.15 21:50:25.832861 [ 37 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2314 | 2025.07.15 21:50:25.832898 [ 5 ] {88da13e8-309a-4de4-bfb0-1c1a311bfbe1} <Debug> TCPHandler: Processed in 0.001390802 sec. | ||
2315 | 2025.07.15 21:50:25.832925 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
2316 | 2025.07.15 21:50:25.833011 [ 194 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::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 | ||
2317 | 2025.07.15 21:50:25.833045 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2318 | 2025.07.15 21:50:25.833099 [ 194 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2319 | 2025.07.15 21:50:25.833129 [ 194 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1160 rows starting from the beginning of the part | ||
2320 | 2025.07.15 21:50:25.833140 [ 192 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_16_3} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2321 | 2025.07.15 21:50:25.833143 [ 5 ] {7b00d78b-7d9d-458e-aa86-c406037356a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
2322 | 2025.07.15 21:50:25.833201 [ 194 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 559 rows starting from the beginning of the part | ||
2323 | 2025.07.15 21:50:25.833212 [ 192 ] {f19c3624-bc7e-4c52-b49f-9f638dc10de1::all_1_16_3} <Trace> oximeter.fields_uuid (f19c3624-bc7e-4c52-b49f-9f638dc10de1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2324 | 2025.07.15 21:50:25.833218 [ 5 ] {7b00d78b-7d9d-458e-aa86-c406037356a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2325 | 2025.07.15 21:50:25.833247 [ 194 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part | ||
2326 | 2025.07.15 21:50:25.833286 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
2327 | 2025.07.15 21:50:25.833288 [ 194 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::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 | ||
2328 | 2025.07.15 21:50:25.833403 [ 194 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::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 | ||
2329 | 2025.07.15 21:50:25.833478 [ 194 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
2330 | 2025.07.15 21:50:25.834083 [ 5 ] {7b00d78b-7d9d-458e-aa86-c406037356a5} <Trace> oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2331 | 2025.07.15 21:50:25.834120 [ 5 ] {7b00d78b-7d9d-458e-aa86-c406037356a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
2332 | 2025.07.15 21:50:25.834601 [ 198 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2359 rows, containing 5 columns (5 merged, 0 gathered) in 0.001628639 sec., 1448448.674015543 rows/sec., 103.77 MiB/sec. | ||
2333 | 2025.07.15 21:50:25.834640 [ 5 ] {7b00d78b-7d9d-458e-aa86-c406037356a5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2334 | 2025.07.15 21:50:25.834826 [ 192 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2335 | 2025.07.15 21:50:25.834888 [ 5 ] {7b00d78b-7d9d-458e-aa86-c406037356a5} <Trace> oximeter.measurements_histogramu64 (c09bf568-7640-457b-bb01-6ec9b4025c63): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2336 | 2025.07.15 21:50:25.835048 [ 5 ] {7b00d78b-7d9d-458e-aa86-c406037356a5} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.001924 sec., 6237.006237006237 rows/sec., 11.18 MiB/sec. | ||
2337 | 2025.07.15 21:50:25.835096 [ 192 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2338 | 2025.07.15 21:50:25.835116 [ 5 ] {7b00d78b-7d9d-458e-aa86-c406037356a5} <Debug> TCPHandler: Processed in 0.002124703 sec. | ||
2339 | 2025.07.15 21:50:25.835167 [ 192 ] {2a72b0d1-5275-4652-b612-8d5547b9c0d3::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (2a72b0d1-5275-4652-b612-8d5547b9c0d3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2340 | 2025.07.15 21:50:25.835238 [ 5 ] {} <Trace> TCP-Session: fed62f94-3a37-4666-a1b8-75ca8dfc71fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2341 | 2025.07.15 21:50:25.835254 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
2342 | 2025.07.15 21:50:25.835341 [ 5 ] {9a8ce5bb-dc14-469b-9c4d-926beab45174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64368) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
2343 | 2025.07.15 21:50:25.835389 [ 5 ] {9a8ce5bb-dc14-469b-9c4d-926beab45174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2344 | 2025.07.15 21:50:25.835731 [ 5 ] {9a8ce5bb-dc14-469b-9c4d-926beab45174} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2345 | 2025.07.15 21:50:25.835766 [ 5 ] {9a8ce5bb-dc14-469b-9c4d-926beab45174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
2346 | 2025.07.15 21:50:25.836073 [ 5 ] {9a8ce5bb-dc14-469b-9c4d-926beab45174} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2347 | 2025.07.15 21:50:25.836276 [ 5 ] {9a8ce5bb-dc14-469b-9c4d-926beab45174} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2348 | 2025.07.15 21:50:25.836379 [ 37 ] {} <Debug> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2349 | 2025.07.15 21:50:25.836405 [ 5 ] {9a8ce5bb-dc14-469b-9c4d-926beab45174} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. | ||
2350 | 2025.07.15 21:50:25.836416 [ 37 ] {} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2351 | 2025.07.15 21:50:25.836446 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
2352 | 2025.07.15 21:50:25.836448 [ 5 ] {9a8ce5bb-dc14-469b-9c4d-926beab45174} <Debug> TCPHandler: Processed in 0.001261678 sec. | ||
2353 | 2025.07.15 21:50:25.836518 [ 192 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::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 | ||
2354 | 2025.07.15 21:50:25.836600 [ 192 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2355 | 2025.07.15 21:50:25.836623 [ 192 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::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 | ||
2356 | 2025.07.15 21:50:25.836666 [ 192 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::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 | ||
2357 | 2025.07.15 21:50:25.836701 [ 192 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::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 | ||
2358 | 2025.07.15 21:50:25.836735 [ 192 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::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 | ||
2359 | 2025.07.15 21:50:25.836767 [ 192 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::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 | ||
2360 | 2025.07.15 21:50:25.836799 [ 192 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
2361 | 2025.07.15 21:50:25.837505 [ 198 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 780 rows, containing 4 columns (4 merged, 0 gathered) in 0.00101696 sec., 766991.8187539333 rows/sec., 51.49 MiB/sec. | ||
2362 | 2025.07.15 21:50:25.837648 [ 198 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2363 | 2025.07.15 21:50:25.837898 [ 198 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_16_3} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2364 | 2025.07.15 21:50:25.837960 [ 198 ] {7b1c3f55-358b-4475-b5fc-b0f2267b5a7a::all_1_16_3} <Trace> oximeter.measurements_u64 (7b1c3f55-358b-4475-b5fc-b0f2267b5a7a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2365 | 2025.07.15 21:50:25.838039 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. |