| 1 | [ Mar 4 03:17:55 Enabled. ] | ||
| 2 | [ Mar 4 03:17:55 Rereading configuration. ] | ||
| 3 | [ Mar 4 03:17:56 Rereading configuration. ] | ||
| 4 | [ Mar 4 03:17:59 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 | [ Mar 4 03:17:59 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.03.04 03:18:00.564822 [ 1 ] {} <Information> Application: Will watch for the process with pid 24142 | ||
| 29 | 2025.03.04 03:18:00.565370 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.03.04 03:18:00.727673 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 24142 | ||
| 31 | 2025.03.04 03:18:00.728408 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.03.04 03:18:00.729118 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.03.04 03:18:00.813072 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.03.04 03:18:00.888756 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.03.04 03:18:00.888811 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.03.04 03:18:00.888827 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.03.04 03:18:00.888902 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.03.04 03:18:00.889322 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.03.04 03:18:00.890993 [ 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.03.04 03:18:00.891751 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.03.04 03:18:00.892085 [ 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.03.04 03:18:00.892105 [ 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.03.04 03:18:00.892121 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.03.04 03:18:00.892300 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.03.04 03:18:00.893198 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.03.04 03:18:00.898804 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.03.04 03:18:00.899436 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.03.04 03:18:00.900710 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.03.04 03:18:00.900774 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.03.04 03:18:00.902304 [ 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.03.04 03:18:00.902846 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.03.04 03:18:00.907152 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.03.04 03:18:00.907840 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.03.04 03:18:00.909712 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.03.04 03:18:00.910186 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.03.04 03:18:00.910718 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.03.04 03:18:00.911072 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.03.04 03:18:00.912431 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.03.04 03:18:00.912456 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.03.04 03:18:00.912536 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.03.04 03:18:00.912703 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.03.04 03:18:00.946242 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.03.04 03:18:00.946273 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000154062 sec | ||
| 68 | 2025.03.04 03:18:00.946319 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.03.04 03:18:00.946337 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.03.04 03:18:00.947603 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.03.04 03:18:00.948620 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.03.04 03:18:00.959698 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.03.04 03:18:00.959738 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.03.04 03:18:00.959759 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.03.04 03:18:00.959771 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.03.04 03:18:00.959799 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.03.04 03:18:00.959818 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.03.04 03:18:00.962354 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.03.04 03:18:00.962394 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.03.04 03:18:00.962415 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.03.04 03:18:00.962590 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.03.04 03:18:00.962608 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.03.04 03:18:00.962641 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.03.04 03:18:00.962659 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.03.04 03:18:00.962672 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.03.04 03:18:00.962699 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.03.04 03:18:00.962716 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.03.04 03:18:00.989273 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.03.04 03:18:00.995125 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.03.04 03:18:00.995162 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.9371e-05 sec | ||
| 91 | 2025.03.04 03:18:00.995180 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.03.04 03:18:00.995194 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.03.04 03:18:00.995219 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.03.04 03:18:00.995435 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.03.04 03:18:00.995487 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.03.04 03:18:00.995503 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.03.04 03:18:00.995518 [ 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.03.04 03:18:00.995532 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.03.04 03:18:01.018932 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.03.04 03:18:01.019123 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.34 MiB | ||
| 101 | 2025.03.04 03:18:01.019974 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.31e-05 sec. | ||
| 102 | 2025.03.04 03:18:01.020908 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.03.04 03:18:01.021011 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.03.04 03:18:01.021038 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.03.04 03:18:01.141229 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42685 | ||
| 106 | 2025.03.04 03:18:01.141470 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.03.04 03:18:01.141524 [ 3 ] {} <Debug> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:42685 | ||
| 108 | 2025.03.04 03:18:01.141558 [ 3 ] {} <Debug> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.03.04 03:18:01.141578 [ 3 ] {} <Debug> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.03.04 03:18:01.141663 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.03.04 03:18:01.141690 [ 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.03.04 03:18:01.141712 [ 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.03.04 03:18:01.142867 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48820 | ||
| 114 | 2025.03.04 03:18:01.142961 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61845 | ||
| 115 | 2025.03.04 03:18:01.143022 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.03.04 03:18:01.143067 [ 4 ] {} <Debug> TCP-Session: 83e90395-ba23-425d-b4d1-5bf553c64db9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48820 | ||
| 117 | 2025.03.04 03:18:01.143122 [ 4 ] {} <Debug> TCP-Session: 83e90395-ba23-425d-b4d1-5bf553c64db9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2025.03.04 03:18:01.143143 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 119 | 2025.03.04 03:18:01.143153 [ 4 ] {} <Debug> TCP-Session: 83e90395-ba23-425d-b4d1-5bf553c64db9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2025.03.04 03:18:01.143197 [ 5 ] {} <Debug> TCP-Session: 05fe58d1-627d-486e-87f2-cb3638f56332 Authenticating user 'default' from [fd00:1122:3344:101::d]:61845 | ||
| 121 | 2025.03.04 03:18:01.143250 [ 5 ] {} <Debug> TCP-Session: 05fe58d1-627d-486e-87f2-cb3638f56332 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.03.04 03:18:01.143268 [ 5 ] {} <Debug> TCP-Session: 05fe58d1-627d-486e-87f2-cb3638f56332 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.03.04 03:18:01.143678 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42964 | ||
| 124 | 2025.03.04 03:18:01.143946 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 125 | 2025.03.04 03:18:01.143968 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56314 | ||
| 126 | 2025.03.04 03:18:01.143983 [ 253 ] {} <Debug> TCP-Session: 4f77c00c-2cb2-4f1e-996b-681e91dc9b28 Authenticating user 'default' from [fd00:1122:3344:101::d]:42964 | ||
| 127 | 2025.03.04 03:18:01.144040 [ 253 ] {} <Debug> TCP-Session: 4f77c00c-2cb2-4f1e-996b-681e91dc9b28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2025.03.04 03:18:01.144742 [ 253 ] {} <Debug> TCP-Session: 4f77c00c-2cb2-4f1e-996b-681e91dc9b28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 129 | 2025.03.04 03:18:01.144747 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41074 | ||
| 130 | 2025.03.04 03:18:01.144761 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 131 | 2025.03.04 03:18:01.144870 [ 254 ] {} <Debug> TCP-Session: 821dee27-2972-4457-b616-860f5436ff1f Authenticating user 'default' from [fd00:1122:3344:101::d]:56314 | ||
| 132 | 2025.03.04 03:18:01.144950 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 133 | 2025.03.04 03:18:01.144953 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 134 | 2025.03.04 03:18:01.144973 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63364 | ||
| 135 | 2025.03.04 03:18:01.144974 [ 254 ] {} <Debug> TCP-Session: 821dee27-2972-4457-b616-860f5436ff1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2025.03.04 03:18:01.145021 [ 255 ] {} <Debug> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Authenticating user 'default' from [fd00:1122:3344:101::d]:41074 | ||
| 137 | 2025.03.04 03:18:01.145057 [ 254 ] {} <Debug> TCP-Session: 821dee27-2972-4457-b616-860f5436ff1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 138 | 2025.03.04 03:18:01.145166 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58446 | ||
| 139 | 2025.03.04 03:18:01.145347 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55291 | ||
| 140 | 2025.03.04 03:18:01.145374 [ 255 ] {} <Debug> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 141 | 2025.03.04 03:18:01.145352 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 142 | 2025.03.04 03:18:01.146224 [ 255 ] {} <Debug> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2025.03.04 03:18:01.146306 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 144 | 2025.03.04 03:18:01.146357 [ 256 ] {} <Debug> TCP-Session: b0fca600-e6ba-4d5c-9e29-be704459fecc Authenticating user 'default' from [fd00:1122:3344:101::d]:63364 | ||
| 145 | 2025.03.04 03:18:01.146363 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 146 | 2025.03.04 03:18:01.146397 [ 257 ] {} <Debug> TCP-Session: cb551f74-1499-42c9-833a-1397f0853b25 Authenticating user 'default' from [fd00:1122:3344:101::d]:58446 | ||
| 147 | 2025.03.04 03:18:01.146411 [ 256 ] {} <Debug> TCP-Session: b0fca600-e6ba-4d5c-9e29-be704459fecc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.03.04 03:18:01.146428 [ 258 ] {} <Debug> TCP-Session: 0734b244-69b5-4fef-afc4-e5a0ef643ea0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55291 | ||
| 149 | 2025.03.04 03:18:01.146463 [ 257 ] {} <Debug> TCP-Session: cb551f74-1499-42c9-833a-1397f0853b25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2025.03.04 03:18:01.146478 [ 256 ] {} <Debug> TCP-Session: b0fca600-e6ba-4d5c-9e29-be704459fecc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 151 | 2025.03.04 03:18:01.146487 [ 258 ] {} <Debug> TCP-Session: 0734b244-69b5-4fef-afc4-e5a0ef643ea0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.03.04 03:18:01.146508 [ 257 ] {} <Debug> TCP-Session: cb551f74-1499-42c9-833a-1397f0853b25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.03.04 03:18:01.146953 [ 258 ] {} <Debug> TCP-Session: 0734b244-69b5-4fef-afc4-e5a0ef643ea0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2025.03.04 03:18:01.147247 [ 3 ] {03d8f114-46e9-442b-9574-6d8afa990101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2025.03.04 03:18:01.184340 [ 3 ] {03d8f114-46e9-442b-9574-6d8afa990101} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:42685) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 156 | |||
| 157 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 165 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 166 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 167 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 168 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 174 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 175 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 176 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 177 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 178 | |||
| 179 | 2025.03.04 03:18:01.185127 [ 3 ] {03d8f114-46e9-442b-9574-6d8afa990101} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 180 | |||
| 181 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 182 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 183 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 184 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 185 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 186 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 187 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 188 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 189 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 190 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 191 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 192 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 193 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 194 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 195 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 196 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 197 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 198 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 202 | |||
| 203 | 2025.03.04 03:18:01.185231 [ 3 ] {03d8f114-46e9-442b-9574-6d8afa990101} <Debug> TCPHandler: Processed in 0.042018985 sec. | ||
| 204 | 2025.03.04 03:18:01.185558 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 205 | 2025.03.04 03:18:01.185730 [ 255 ] {52e5e88e-79a8-471e-b61d-86842add0972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 206 | 2025.03.04 03:18:01.186010 [ 255 ] {52e5e88e-79a8-471e-b61d-86842add0972} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:41074) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 207 | |||
| 208 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 222 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 223 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 229 | |||
| 230 | 2025.03.04 03:18:01.186133 [ 255 ] {52e5e88e-79a8-471e-b61d-86842add0972} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 231 | |||
| 232 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 246 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 247 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 250 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 251 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 253 | |||
| 254 | 2025.03.04 03:18:01.186232 [ 255 ] {52e5e88e-79a8-471e-b61d-86842add0972} <Debug> TCPHandler: Processed in 0.00079441 sec. | ||
| 255 | 2025.03.04 03:18:01.186450 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2025.03.04 03:18:01.187626 [ 3 ] {3ecc68d6-4ea4-43c9-8ae0-1064bfe40529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 257 | 2025.03.04 03:18:01.187712 [ 3 ] {3ecc68d6-4ea4-43c9-8ae0-1064bfe40529} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 258 | 2025.03.04 03:18:01.200161 [ 3 ] {3ecc68d6-4ea4-43c9-8ae0-1064bfe40529} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 259 | 2025.03.04 03:18:01.200187 [ 3 ] {3ecc68d6-4ea4-43c9-8ae0-1064bfe40529} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.1711e-05 sec | ||
| 260 | 2025.03.04 03:18:01.200202 [ 3 ] {3ecc68d6-4ea4-43c9-8ae0-1064bfe40529} <Trace> ReferentialDeps: No tables | ||
| 261 | 2025.03.04 03:18:01.200223 [ 3 ] {3ecc68d6-4ea4-43c9-8ae0-1064bfe40529} <Trace> LoadingDeps: No tables | ||
| 262 | 2025.03.04 03:18:01.200251 [ 3 ] {3ecc68d6-4ea4-43c9-8ae0-1064bfe40529} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 263 | 2025.03.04 03:18:01.200834 [ 3 ] {3ecc68d6-4ea4-43c9-8ae0-1064bfe40529} <Debug> TCPHandler: Processed in 0.014439347 sec. | ||
| 264 | 2025.03.04 03:18:01.200981 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 265 | 2025.03.04 03:18:01.201155 [ 3 ] {dde15497-3ada-491f-b00f-8a26d294e7cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) /* 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.03.04 03:18:01.201203 [ 3 ] {dde15497-3ada-491f-b00f-8a26d294e7cc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 268 | 2025.03.04 03:18:01.208740 [ 3 ] {dde15497-3ada-491f-b00f-8a26d294e7cc} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 269 | 2025.03.04 03:18:01.212437 [ 3 ] {dde15497-3ada-491f-b00f-8a26d294e7cc} <Debug> oximeter.version (d338f4e1-acae-4af9-88ec-b84dea9e2ec2): Loading data parts | ||
| 270 | 2025.03.04 03:18:01.212888 [ 3 ] {dde15497-3ada-491f-b00f-8a26d294e7cc} <Debug> oximeter.version (d338f4e1-acae-4af9-88ec-b84dea9e2ec2): There are no data parts | ||
| 271 | 2025.03.04 03:18:01.223551 [ 3 ] {dde15497-3ada-491f-b00f-8a26d294e7cc} <Debug> TCPHandler: Processed in 0.022620677 sec. | ||
| 272 | 2025.03.04 03:18:01.223701 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 273 | 2025.03.04 03:18:01.223899 [ 3 ] {f1d995c8-0f51-41a3-b90d-fc5e5f2c6a5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) /* 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.03.04 03:18:01.223964 [ 3 ] {f1d995c8-0f51-41a3-b90d-fc5e5f2c6a5f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 285 | 2025.03.04 03:18:01.234472 [ 3 ] {f1d995c8-0f51-41a3-b90d-fc5e5f2c6a5f} <Debug> oximeter.measurements_bool (95c23703-7738-4cc8-ba2b-e20d4f58461d): Loading data parts | ||
| 286 | 2025.03.04 03:18:01.234677 [ 3 ] {f1d995c8-0f51-41a3-b90d-fc5e5f2c6a5f} <Debug> oximeter.measurements_bool (95c23703-7738-4cc8-ba2b-e20d4f58461d): There are no data parts | ||
| 287 | 2025.03.04 03:18:01.245753 [ 3 ] {f1d995c8-0f51-41a3-b90d-fc5e5f2c6a5f} <Debug> TCPHandler: Processed in 0.02210108 sec. | ||
| 288 | 2025.03.04 03:18:01.245910 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 289 | 2025.03.04 03:18:01.246130 [ 3 ] {39545db3-9a58-4847-9876-173848985e4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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.03.04 03:18:01.246192 [ 3 ] {39545db3-9a58-4847-9876-173848985e4e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 291 | 2025.03.04 03:18:01.258949 [ 3 ] {39545db3-9a58-4847-9876-173848985e4e} <Debug> oximeter.measurements_i8 (72963fad-c544-453a-981a-edab0a820b8e): Loading data parts | ||
| 292 | 2025.03.04 03:18:01.259107 [ 3 ] {39545db3-9a58-4847-9876-173848985e4e} <Debug> oximeter.measurements_i8 (72963fad-c544-453a-981a-edab0a820b8e): There are no data parts | ||
| 293 | 2025.03.04 03:18:01.264366 [ 3 ] {39545db3-9a58-4847-9876-173848985e4e} <Debug> TCPHandler: Processed in 0.018508637 sec. | ||
| 294 | 2025.03.04 03:18:01.264549 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 295 | 2025.03.04 03:18:01.264789 [ 3 ] {0641bc79-afd7-4c43-b83c-74334bae230c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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.03.04 03:18:01.264862 [ 3 ] {0641bc79-afd7-4c43-b83c-74334bae230c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 297 | 2025.03.04 03:18:01.275004 [ 3 ] {0641bc79-afd7-4c43-b83c-74334bae230c} <Debug> oximeter.measurements_u8 (ba4afe49-0ff7-4ce7-ae6a-11bdc8a94532): Loading data parts | ||
| 298 | 2025.03.04 03:18:01.275174 [ 3 ] {0641bc79-afd7-4c43-b83c-74334bae230c} <Debug> oximeter.measurements_u8 (ba4afe49-0ff7-4ce7-ae6a-11bdc8a94532): There are no data parts | ||
| 299 | 2025.03.04 03:18:01.280498 [ 3 ] {0641bc79-afd7-4c43-b83c-74334bae230c} <Debug> TCPHandler: Processed in 0.016013636 sec. | ||
| 300 | 2025.03.04 03:18:01.280651 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 301 | 2025.03.04 03:18:01.280870 [ 3 ] {c0534a1d-c4f2-43f4-aca2-d3129001d9e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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.03.04 03:18:01.280918 [ 3 ] {c0534a1d-c4f2-43f4-aca2-d3129001d9e0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 303 | 2025.03.04 03:18:01.294936 [ 3 ] {c0534a1d-c4f2-43f4-aca2-d3129001d9e0} <Debug> oximeter.measurements_i16 (c83d8121-ee08-4744-8e3a-5461d1820ff7): Loading data parts | ||
| 304 | 2025.03.04 03:18:01.295079 [ 3 ] {c0534a1d-c4f2-43f4-aca2-d3129001d9e0} <Debug> oximeter.measurements_i16 (c83d8121-ee08-4744-8e3a-5461d1820ff7): There are no data parts | ||
| 305 | 2025.03.04 03:18:01.302209 [ 3 ] {c0534a1d-c4f2-43f4-aca2-d3129001d9e0} <Debug> TCPHandler: Processed in 0.021612025 sec. | ||
| 306 | 2025.03.04 03:18:01.302381 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 307 | 2025.03.04 03:18:01.302614 [ 3 ] {5bf4f0a1-b27f-4282-a873-2120ab7affdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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.03.04 03:18:01.302692 [ 3 ] {5bf4f0a1-b27f-4282-a873-2120ab7affdd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 309 | 2025.03.04 03:18:01.308710 [ 3 ] {5bf4f0a1-b27f-4282-a873-2120ab7affdd} <Debug> oximeter.measurements_u16 (f664da19-11c7-4646-90c9-29b1a951d5a6): Loading data parts | ||
| 310 | 2025.03.04 03:18:01.308877 [ 3 ] {5bf4f0a1-b27f-4282-a873-2120ab7affdd} <Debug> oximeter.measurements_u16 (f664da19-11c7-4646-90c9-29b1a951d5a6): There are no data parts | ||
| 311 | 2025.03.04 03:18:01.316434 [ 3 ] {5bf4f0a1-b27f-4282-a873-2120ab7affdd} <Debug> TCPHandler: Processed in 0.014113313 sec. | ||
| 312 | 2025.03.04 03:18:01.316599 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2025.03.04 03:18:01.316851 [ 3 ] {01087c7f-e3e1-4308-b44e-783135144e87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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.03.04 03:18:01.316915 [ 3 ] {01087c7f-e3e1-4308-b44e-783135144e87} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 315 | 2025.03.04 03:18:01.327119 [ 3 ] {01087c7f-e3e1-4308-b44e-783135144e87} <Debug> oximeter.measurements_i32 (5e8128e9-801c-4015-823f-6d55f8cb0861): Loading data parts | ||
| 316 | 2025.03.04 03:18:01.327377 [ 3 ] {01087c7f-e3e1-4308-b44e-783135144e87} <Debug> oximeter.measurements_i32 (5e8128e9-801c-4015-823f-6d55f8cb0861): There are no data parts | ||
| 317 | 2025.03.04 03:18:01.339191 [ 3 ] {01087c7f-e3e1-4308-b44e-783135144e87} <Debug> TCPHandler: Processed in 0.022655118 sec. | ||
| 318 | 2025.03.04 03:18:01.339353 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 319 | 2025.03.04 03:18:01.339542 [ 3 ] {b3d0574e-a0c7-4b21-9b68-31f64e741d0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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.03.04 03:18:01.339601 [ 3 ] {b3d0574e-a0c7-4b21-9b68-31f64e741d0b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 321 | 2025.03.04 03:18:01.351478 [ 3 ] {b3d0574e-a0c7-4b21-9b68-31f64e741d0b} <Debug> oximeter.measurements_u32 (4799dc67-a240-409d-a958-04bd48fbc27d): Loading data parts | ||
| 322 | 2025.03.04 03:18:01.351713 [ 3 ] {b3d0574e-a0c7-4b21-9b68-31f64e741d0b} <Debug> oximeter.measurements_u32 (4799dc67-a240-409d-a958-04bd48fbc27d): There are no data parts | ||
| 323 | 2025.03.04 03:18:01.366346 [ 3 ] {b3d0574e-a0c7-4b21-9b68-31f64e741d0b} <Debug> TCPHandler: Processed in 0.027041701 sec. | ||
| 324 | 2025.03.04 03:18:01.366503 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 325 | 2025.03.04 03:18:01.366746 [ 3 ] {74bab8ab-e1db-4be1-a0b2-ad405c7c9f43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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.03.04 03:18:01.366810 [ 3 ] {74bab8ab-e1db-4be1-a0b2-ad405c7c9f43} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 327 | 2025.03.04 03:18:01.373283 [ 3 ] {74bab8ab-e1db-4be1-a0b2-ad405c7c9f43} <Debug> oximeter.measurements_i64 (84a51a95-3071-4569-9530-162444ea9251): Loading data parts | ||
| 328 | 2025.03.04 03:18:01.373459 [ 3 ] {74bab8ab-e1db-4be1-a0b2-ad405c7c9f43} <Debug> oximeter.measurements_i64 (84a51a95-3071-4569-9530-162444ea9251): There are no data parts | ||
| 329 | 2025.03.04 03:18:01.387982 [ 3 ] {74bab8ab-e1db-4be1-a0b2-ad405c7c9f43} <Debug> TCPHandler: Processed in 0.021537934 sec. | ||
| 330 | 2025.03.04 03:18:01.388181 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 331 | 2025.03.04 03:18:01.388393 [ 3 ] {c16320d4-0179-490e-b9b6-c38a64b0f151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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.03.04 03:18:01.388475 [ 3 ] {c16320d4-0179-490e-b9b6-c38a64b0f151} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 333 | 2025.03.04 03:18:01.399708 [ 3 ] {c16320d4-0179-490e-b9b6-c38a64b0f151} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Loading data parts | ||
| 334 | 2025.03.04 03:18:01.399908 [ 3 ] {c16320d4-0179-490e-b9b6-c38a64b0f151} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): There are no data parts | ||
| 335 | 2025.03.04 03:18:01.417896 [ 3 ] {c16320d4-0179-490e-b9b6-c38a64b0f151} <Debug> TCPHandler: Processed in 0.029777145 sec. | ||
| 336 | 2025.03.04 03:18:01.418047 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 337 | 2025.03.04 03:18:01.418240 [ 3 ] {87e157f7-2b37-4e20-a573-175d05f42939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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.03.04 03:18:01.418305 [ 3 ] {87e157f7-2b37-4e20-a573-175d05f42939} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 339 | 2025.03.04 03:18:01.428367 [ 3 ] {87e157f7-2b37-4e20-a573-175d05f42939} <Debug> oximeter.measurements_f32 (153f9c6d-6d18-445e-85fe-850c57b2cd06): Loading data parts | ||
| 340 | 2025.03.04 03:18:01.428534 [ 3 ] {87e157f7-2b37-4e20-a573-175d05f42939} <Debug> oximeter.measurements_f32 (153f9c6d-6d18-445e-85fe-850c57b2cd06): There are no data parts | ||
| 341 | 2025.03.04 03:18:01.436430 [ 3 ] {87e157f7-2b37-4e20-a573-175d05f42939} <Debug> TCPHandler: Processed in 0.018438626 sec. | ||
| 342 | 2025.03.04 03:18:01.436567 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 343 | 2025.03.04 03:18:01.436779 [ 3 ] {faec659a-9bc1-4725-bbb5-9c97460920aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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) | ||
| 344 | 2025.03.04 03:18:01.436841 [ 3 ] {faec659a-9bc1-4725-bbb5-9c97460920aa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 345 | 2025.03.04 03:18:01.443277 [ 3 ] {faec659a-9bc1-4725-bbb5-9c97460920aa} <Debug> oximeter.measurements_f64 (1753053f-2782-42d6-967d-7404248d46dd): Loading data parts | ||
| 346 | 2025.03.04 03:18:01.443469 [ 3 ] {faec659a-9bc1-4725-bbb5-9c97460920aa} <Debug> oximeter.measurements_f64 (1753053f-2782-42d6-967d-7404248d46dd): There are no data parts | ||
| 347 | 2025.03.04 03:18:01.450003 [ 3 ] {faec659a-9bc1-4725-bbb5-9c97460920aa} <Debug> TCPHandler: Processed in 0.013547475 sec. | ||
| 348 | 2025.03.04 03:18:01.450218 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 349 | 2025.03.04 03:18:01.450409 [ 3 ] {d68759a1-3802-40fe-a9a0-01b7595d9fa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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) | ||
| 350 | 2025.03.04 03:18:01.450473 [ 3 ] {d68759a1-3802-40fe-a9a0-01b7595d9fa7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 351 | 2025.03.04 03:18:01.454240 [ 3 ] {d68759a1-3802-40fe-a9a0-01b7595d9fa7} <Debug> oximeter.measurements_string (4b465efb-3a24-4383-aa89-8883de9e66e9): Loading data parts | ||
| 352 | 2025.03.04 03:18:01.454492 [ 3 ] {d68759a1-3802-40fe-a9a0-01b7595d9fa7} <Debug> oximeter.measurements_string (4b465efb-3a24-4383-aa89-8883de9e66e9): There are no data parts | ||
| 353 | 2025.03.04 03:18:01.463721 [ 3 ] {d68759a1-3802-40fe-a9a0-01b7595d9fa7} <Debug> TCPHandler: Processed in 0.013563086 sec. | ||
| 354 | 2025.03.04 03:18:01.463862 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 355 | 2025.03.04 03:18:01.464076 [ 3 ] {08def9be-72cb-43ca-8896-58005d6e9e0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 356 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 357 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 358 | * a string isn't palatable for a few reasons. | ||
| 359 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 360 | * details. | ||
| 361 | */ | ||
| 362 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 363 | 2025.03.04 03:18:01.464141 [ 3 ] {08def9be-72cb-43ca-8896-58005d6e9e0f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 364 | 2025.03.04 03:18:01.480210 [ 3 ] {08def9be-72cb-43ca-8896-58005d6e9e0f} <Debug> oximeter.measurements_bytes (bd7ef3bb-2823-492d-a080-37f54fb00821): Loading data parts | ||
| 365 | 2025.03.04 03:18:01.480421 [ 3 ] {08def9be-72cb-43ca-8896-58005d6e9e0f} <Debug> oximeter.measurements_bytes (bd7ef3bb-2823-492d-a080-37f54fb00821): There are no data parts | ||
| 366 | 2025.03.04 03:18:01.490082 [ 3 ] {08def9be-72cb-43ca-8896-58005d6e9e0f} <Debug> TCPHandler: Processed in 0.026270602 sec. | ||
| 367 | 2025.03.04 03:18:01.490255 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 368 | 2025.03.04 03:18:01.490473 [ 3 ] {4afe3224-1889-47e1-89dc-f355f7b59e7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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) | ||
| 369 | 2025.03.04 03:18:01.490537 [ 3 ] {4afe3224-1889-47e1-89dc-f355f7b59e7b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 370 | 2025.03.04 03:18:01.496116 [ 3 ] {4afe3224-1889-47e1-89dc-f355f7b59e7b} <Debug> oximeter.measurements_cumulativei64 (593d3947-b49d-4956-a657-d6643572bf2e): Loading data parts | ||
| 371 | 2025.03.04 03:18:01.496302 [ 3 ] {4afe3224-1889-47e1-89dc-f355f7b59e7b} <Debug> oximeter.measurements_cumulativei64 (593d3947-b49d-4956-a657-d6643572bf2e): There are no data parts | ||
| 372 | 2025.03.04 03:18:01.510608 [ 3 ] {4afe3224-1889-47e1-89dc-f355f7b59e7b} <Debug> TCPHandler: Processed in 0.020407831 sec. | ||
| 373 | 2025.03.04 03:18:01.510780 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 374 | 2025.03.04 03:18:01.511049 [ 3 ] {ca515395-9ad4-47f9-99ad-a3343403f65d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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) | ||
| 375 | 2025.03.04 03:18:01.511125 [ 3 ] {ca515395-9ad4-47f9-99ad-a3343403f65d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 376 | 2025.03.04 03:18:01.526614 [ 3 ] {ca515395-9ad4-47f9-99ad-a3343403f65d} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Loading data parts | ||
| 377 | 2025.03.04 03:18:01.526785 [ 3 ] {ca515395-9ad4-47f9-99ad-a3343403f65d} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): There are no data parts | ||
| 378 | 2025.03.04 03:18:01.540137 [ 3 ] {ca515395-9ad4-47f9-99ad-a3343403f65d} <Debug> TCPHandler: Processed in 0.02942422 sec. | ||
| 379 | 2025.03.04 03:18:01.540293 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 380 | 2025.03.04 03:18:01.540500 [ 3 ] {40f4610b-7622-4d56-9afa-9b19f32ca086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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) | ||
| 381 | 2025.03.04 03:18:01.540559 [ 3 ] {40f4610b-7622-4d56-9afa-9b19f32ca086} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 382 | 2025.03.04 03:18:01.553081 [ 3 ] {40f4610b-7622-4d56-9afa-9b19f32ca086} <Debug> oximeter.measurements_cumulativef32 (e748002f-8183-4e2e-901c-d194ad396f26): Loading data parts | ||
| 383 | 2025.03.04 03:18:01.553272 [ 3 ] {40f4610b-7622-4d56-9afa-9b19f32ca086} <Debug> oximeter.measurements_cumulativef32 (e748002f-8183-4e2e-901c-d194ad396f26): There are no data parts | ||
| 384 | 2025.03.04 03:18:01.559628 [ 3 ] {40f4610b-7622-4d56-9afa-9b19f32ca086} <Debug> TCPHandler: Processed in 0.019388587 sec. | ||
| 385 | 2025.03.04 03:18:01.559820 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 386 | 2025.03.04 03:18:01.560066 [ 3 ] {153de693-1f28-4c3c-b1d5-a1b533c71444} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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) | ||
| 387 | 2025.03.04 03:18:01.560138 [ 3 ] {153de693-1f28-4c3c-b1d5-a1b533c71444} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 388 | 2025.03.04 03:18:01.616135 [ 3 ] {153de693-1f28-4c3c-b1d5-a1b533c71444} <Debug> oximeter.measurements_cumulativef64 (d3f8a302-038d-4914-a4d2-eafdb5841903): Loading data parts | ||
| 389 | 2025.03.04 03:18:01.616346 [ 3 ] {153de693-1f28-4c3c-b1d5-a1b533c71444} <Debug> oximeter.measurements_cumulativef64 (d3f8a302-038d-4914-a4d2-eafdb5841903): There are no data parts | ||
| 390 | 2025.03.04 03:18:01.655842 [ 3 ] {153de693-1f28-4c3c-b1d5-a1b533c71444} <Debug> TCPHandler: Processed in 0.096089008 sec. | ||
| 391 | 2025.03.04 03:18:01.656104 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 392 | 2025.03.04 03:18:01.656451 [ 3 ] {8408973b-6a64-468a-82a8-328f6ad8b5dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 393 | * NOTE: Array types cannot be Nullable, see | ||
| 394 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 395 | * for more details. | ||
| 396 | * | ||
| 397 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 398 | * is unfortunate, and at this point relies on the fact that an | ||
| 399 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 400 | * to figure out another way to represent missing samples here. | ||
| 401 | */ | ||
| 402 | 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) | ||
| 403 | 2025.03.04 03:18:01.656550 [ 3 ] {8408973b-6a64-468a-82a8-328f6ad8b5dd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 404 | 2025.03.04 03:18:01.667099 [ 3 ] {8408973b-6a64-468a-82a8-328f6ad8b5dd} <Debug> oximeter.measurements_histogrami8 (de130124-5f9d-4eaa-bc18-d68be82d9597): Loading data parts | ||
| 405 | 2025.03.04 03:18:01.667292 [ 3 ] {8408973b-6a64-468a-82a8-328f6ad8b5dd} <Debug> oximeter.measurements_histogrami8 (de130124-5f9d-4eaa-bc18-d68be82d9597): There are no data parts | ||
| 406 | 2025.03.04 03:18:01.691846 [ 3 ] {8408973b-6a64-468a-82a8-328f6ad8b5dd} <Debug> TCPHandler: Processed in 0.03585305 sec. | ||
| 407 | 2025.03.04 03:18:01.692048 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 408 | 2025.03.04 03:18:01.692365 [ 3 ] {c12ac4c6-c823-4134-aeea-4e35572410cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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) | ||
| 409 | 2025.03.04 03:18:01.692456 [ 3 ] {c12ac4c6-c823-4134-aeea-4e35572410cd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 410 | 2025.03.04 03:18:01.716174 [ 3 ] {c12ac4c6-c823-4134-aeea-4e35572410cd} <Debug> oximeter.measurements_histogramu8 (c751307a-57be-474d-a0d2-d2f845ad9426): Loading data parts | ||
| 411 | 2025.03.04 03:18:01.716381 [ 3 ] {c12ac4c6-c823-4134-aeea-4e35572410cd} <Debug> oximeter.measurements_histogramu8 (c751307a-57be-474d-a0d2-d2f845ad9426): There are no data parts | ||
| 412 | 2025.03.04 03:18:01.729798 [ 3 ] {c12ac4c6-c823-4134-aeea-4e35572410cd} <Debug> TCPHandler: Processed in 0.037820334 sec. | ||
| 413 | 2025.03.04 03:18:01.729993 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 414 | 2025.03.04 03:18:01.730289 [ 3 ] {01cb1748-ef69-4547-a7a8-b31fb62f3851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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) | ||
| 415 | 2025.03.04 03:18:01.730381 [ 3 ] {01cb1748-ef69-4547-a7a8-b31fb62f3851} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 416 | 2025.03.04 03:18:01.737021 [ 3 ] {01cb1748-ef69-4547-a7a8-b31fb62f3851} <Debug> oximeter.measurements_histogrami16 (925208d1-23a7-49e5-84b1-06a9f8c8338d): Loading data parts | ||
| 417 | 2025.03.04 03:18:01.737199 [ 3 ] {01cb1748-ef69-4547-a7a8-b31fb62f3851} <Debug> oximeter.measurements_histogrami16 (925208d1-23a7-49e5-84b1-06a9f8c8338d): There are no data parts | ||
| 418 | 2025.03.04 03:18:01.743427 [ 3 ] {01cb1748-ef69-4547-a7a8-b31fb62f3851} <Debug> TCPHandler: Processed in 0.013508756 sec. | ||
| 419 | 2025.03.04 03:18:01.743603 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 420 | 2025.03.04 03:18:01.743911 [ 3 ] {541cbe9f-bdd5-4fc9-9887-22c334b9e051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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) | ||
| 421 | 2025.03.04 03:18:01.743998 [ 3 ] {541cbe9f-bdd5-4fc9-9887-22c334b9e051} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 422 | 2025.03.04 03:18:01.754475 [ 3 ] {541cbe9f-bdd5-4fc9-9887-22c334b9e051} <Debug> oximeter.measurements_histogramu16 (d47d3ac1-54a0-46cb-a21a-fd97555b0f0b): Loading data parts | ||
| 423 | 2025.03.04 03:18:01.754679 [ 3 ] {541cbe9f-bdd5-4fc9-9887-22c334b9e051} <Debug> oximeter.measurements_histogramu16 (d47d3ac1-54a0-46cb-a21a-fd97555b0f0b): There are no data parts | ||
| 424 | 2025.03.04 03:18:01.761261 [ 3 ] {541cbe9f-bdd5-4fc9-9887-22c334b9e051} <Debug> TCPHandler: Processed in 0.017713867 sec. | ||
| 425 | 2025.03.04 03:18:01.761427 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 426 | 2025.03.04 03:18:01.761755 [ 3 ] {a1ac537c-4dea-48c5-82ef-f143d7c69163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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) | ||
| 427 | 2025.03.04 03:18:01.761855 [ 3 ] {a1ac537c-4dea-48c5-82ef-f143d7c69163} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 428 | 2025.03.04 03:18:01.779985 [ 3 ] {a1ac537c-4dea-48c5-82ef-f143d7c69163} <Debug> oximeter.measurements_histogrami32 (02bc9de3-5400-4259-b9e1-7c4669ed1185): Loading data parts | ||
| 429 | 2025.03.04 03:18:01.780171 [ 3 ] {a1ac537c-4dea-48c5-82ef-f143d7c69163} <Debug> oximeter.measurements_histogrami32 (02bc9de3-5400-4259-b9e1-7c4669ed1185): There are no data parts | ||
| 430 | 2025.03.04 03:18:01.787304 [ 3 ] {a1ac537c-4dea-48c5-82ef-f143d7c69163} <Debug> TCPHandler: Processed in 0.025937758 sec. | ||
| 431 | 2025.03.04 03:18:01.787488 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 432 | 2025.03.04 03:18:01.787798 [ 3 ] {863932df-ae87-41f9-bcec-1c8e0cd748bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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) | ||
| 433 | 2025.03.04 03:18:01.787873 [ 3 ] {863932df-ae87-41f9-bcec-1c8e0cd748bf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 434 | 2025.03.04 03:18:01.802240 [ 3 ] {863932df-ae87-41f9-bcec-1c8e0cd748bf} <Debug> oximeter.measurements_histogramu32 (79189061-e652-47e9-a2d9-4d509683aee0): Loading data parts | ||
| 435 | 2025.03.04 03:18:01.802392 [ 3 ] {863932df-ae87-41f9-bcec-1c8e0cd748bf} <Debug> oximeter.measurements_histogramu32 (79189061-e652-47e9-a2d9-4d509683aee0): There are no data parts | ||
| 436 | 2025.03.04 03:18:01.806766 [ 3 ] {863932df-ae87-41f9-bcec-1c8e0cd748bf} <Debug> TCPHandler: Processed in 0.019350267 sec. | ||
| 437 | 2025.03.04 03:18:01.806934 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 438 | 2025.03.04 03:18:01.807216 [ 3 ] {6c22c248-d72d-4859-9105-a1fe600834c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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) | ||
| 439 | 2025.03.04 03:18:01.807288 [ 3 ] {6c22c248-d72d-4859-9105-a1fe600834c0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 440 | 2025.03.04 03:18:01.813601 [ 3 ] {6c22c248-d72d-4859-9105-a1fe600834c0} <Debug> oximeter.measurements_histogrami64 (b95d179c-0883-4798-ade5-114ca149fdd7): Loading data parts | ||
| 441 | 2025.03.04 03:18:01.813786 [ 3 ] {6c22c248-d72d-4859-9105-a1fe600834c0} <Debug> oximeter.measurements_histogrami64 (b95d179c-0883-4798-ade5-114ca149fdd7): There are no data parts | ||
| 442 | 2025.03.04 03:18:01.818954 [ 3 ] {6c22c248-d72d-4859-9105-a1fe600834c0} <Debug> TCPHandler: Processed in 0.012073468 sec. | ||
| 443 | 2025.03.04 03:18:01.819149 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 444 | 2025.03.04 03:18:01.819444 [ 3 ] {d22844e9-508f-400f-8d2d-213671ee9f2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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) | ||
| 445 | 2025.03.04 03:18:01.819519 [ 3 ] {d22844e9-508f-400f-8d2d-213671ee9f2d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 446 | 2025.03.04 03:18:01.825851 [ 3 ] {d22844e9-508f-400f-8d2d-213671ee9f2d} <Debug> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Loading data parts | ||
| 447 | 2025.03.04 03:18:01.825988 [ 3 ] {d22844e9-508f-400f-8d2d-213671ee9f2d} <Debug> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): There are no data parts | ||
| 448 | 2025.03.04 03:18:01.837664 [ 3 ] {d22844e9-508f-400f-8d2d-213671ee9f2d} <Debug> TCPHandler: Processed in 0.018584708 sec. | ||
| 449 | 2025.03.04 03:18:01.837836 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 450 | 2025.03.04 03:18:01.838104 [ 3 ] {f25c6cfb-7b9f-43d9-bb74-48b846c17c99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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) | ||
| 451 | 2025.03.04 03:18:01.838172 [ 3 ] {f25c6cfb-7b9f-43d9-bb74-48b846c17c99} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 452 | 2025.03.04 03:18:01.843823 [ 3 ] {f25c6cfb-7b9f-43d9-bb74-48b846c17c99} <Debug> oximeter.measurements_histogramf32 (d434fab0-d7ff-4dad-be8d-581fb03808aa): Loading data parts | ||
| 453 | 2025.03.04 03:18:01.844071 [ 3 ] {f25c6cfb-7b9f-43d9-bb74-48b846c17c99} <Debug> oximeter.measurements_histogramf32 (d434fab0-d7ff-4dad-be8d-581fb03808aa): There are no data parts | ||
| 454 | 2025.03.04 03:18:01.857340 [ 3 ] {f25c6cfb-7b9f-43d9-bb74-48b846c17c99} <Debug> TCPHandler: Processed in 0.01955423 sec. | ||
| 455 | 2025.03.04 03:18:01.857492 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 456 | 2025.03.04 03:18:01.857774 [ 3 ] {3d4adc27-fb2c-4720-a39a-ae3df46d6204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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) | ||
| 457 | 2025.03.04 03:18:01.857842 [ 3 ] {3d4adc27-fb2c-4720-a39a-ae3df46d6204} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 458 | 2025.03.04 03:18:01.869286 [ 3 ] {3d4adc27-fb2c-4720-a39a-ae3df46d6204} <Debug> oximeter.measurements_histogramf64 (12afb377-ee03-4125-ba18-140bd0be6508): Loading data parts | ||
| 459 | 2025.03.04 03:18:01.869518 [ 3 ] {3d4adc27-fb2c-4720-a39a-ae3df46d6204} <Debug> oximeter.measurements_histogramf64 (12afb377-ee03-4125-ba18-140bd0be6508): There are no data parts | ||
| 460 | 2025.03.04 03:18:01.883558 [ 3 ] {3d4adc27-fb2c-4720-a39a-ae3df46d6204} <Debug> TCPHandler: Processed in 0.02611554 sec. | ||
| 461 | 2025.03.04 03:18:01.883757 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 462 | 2025.03.04 03:18:01.883976 [ 3 ] {321cdcce-5edf-4708-8279-af9c833890df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) /* The field tables store named dimensions of each timeseries. | ||
| 463 | * | ||
| 464 | * As with the measurement tables, there is one field table for each field data | ||
| 465 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 466 | * this behavior **must not** be relied upon for query correctness. | ||
| 467 | * | ||
| 468 | * The index for the fields differs from the measurements, however. Rows are | ||
| 469 | * sorted by timeseries name, then field name, field value, and finally | ||
| 470 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 471 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 472 | * usually then used to look up measurements. | ||
| 473 | * | ||
| 474 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 475 | * timeseries name and then key, since it would improve lookups where one | ||
| 476 | * already has the key. Realistically though, these tables are quite small and | ||
| 477 | * so performance benefits will be low in absolute terms. | ||
| 478 | * | ||
| 479 | * TTL: We use a materialized column to expire old field table records. This | ||
| 480 | * column is generated automatically by the database whenever a new row is | ||
| 481 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 482 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 483 | * record will remain during a deduplication, which will have the last | ||
| 484 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 485 | * measurement tables. | ||
| 486 | */ | ||
| 487 | 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) | ||
| 488 | 2025.03.04 03:18:01.884054 [ 3 ] {321cdcce-5edf-4708-8279-af9c833890df} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 489 | 2025.03.04 03:18:01.895383 [ 3 ] {321cdcce-5edf-4708-8279-af9c833890df} <Debug> oximeter.fields_bool (254ff32f-48a6-467a-9c70-0a771a50ae07): Loading data parts | ||
| 490 | 2025.03.04 03:18:01.895588 [ 3 ] {321cdcce-5edf-4708-8279-af9c833890df} <Debug> oximeter.fields_bool (254ff32f-48a6-467a-9c70-0a771a50ae07): There are no data parts | ||
| 491 | 2025.03.04 03:18:01.905075 [ 3 ] {321cdcce-5edf-4708-8279-af9c833890df} <Debug> TCPHandler: Processed in 0.021386252 sec. | ||
| 492 | 2025.03.04 03:18:01.905254 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 493 | 2025.03.04 03:18:01.905457 [ 3 ] {6960c31c-8a4b-4e0c-bcdc-7100457306e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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) | ||
| 494 | 2025.03.04 03:18:01.905539 [ 3 ] {6960c31c-8a4b-4e0c-bcdc-7100457306e4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 495 | 2025.03.04 03:18:01.924108 [ 3 ] {6960c31c-8a4b-4e0c-bcdc-7100457306e4} <Debug> oximeter.fields_i8 (7a711d73-bca0-423d-8b7d-d6763a7dfb58): Loading data parts | ||
| 496 | 2025.03.04 03:18:01.924343 [ 3 ] {6960c31c-8a4b-4e0c-bcdc-7100457306e4} <Debug> oximeter.fields_i8 (7a711d73-bca0-423d-8b7d-d6763a7dfb58): There are no data parts | ||
| 497 | 2025.03.04 03:18:01.932683 [ 3 ] {6960c31c-8a4b-4e0c-bcdc-7100457306e4} <Debug> TCPHandler: Processed in 0.027492716 sec. | ||
| 498 | 2025.03.04 03:18:01.932867 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 499 | 2025.03.04 03:18:01.933145 [ 3 ] {03a3091f-c52d-421a-8111-74e79eb6e542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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) | ||
| 500 | 2025.03.04 03:18:01.933228 [ 3 ] {03a3091f-c52d-421a-8111-74e79eb6e542} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 501 | 2025.03.04 03:18:01.942436 [ 3 ] {03a3091f-c52d-421a-8111-74e79eb6e542} <Debug> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Loading data parts | ||
| 502 | 2025.03.04 03:18:01.942631 [ 3 ] {03a3091f-c52d-421a-8111-74e79eb6e542} <Debug> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): There are no data parts | ||
| 503 | 2025.03.04 03:18:01.949313 [ 3 ] {03a3091f-c52d-421a-8111-74e79eb6e542} <Debug> TCPHandler: Processed in 0.016518292 sec. | ||
| 504 | 2025.03.04 03:18:01.949465 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 505 | 2025.03.04 03:18:01.949659 [ 3 ] {59c44787-8ca1-41e4-8686-cb89999f88d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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) | ||
| 506 | 2025.03.04 03:18:01.949733 [ 3 ] {59c44787-8ca1-41e4-8686-cb89999f88d2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 507 | 2025.03.04 03:18:01.960020 [ 3 ] {59c44787-8ca1-41e4-8686-cb89999f88d2} <Debug> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Loading data parts | ||
| 508 | 2025.03.04 03:18:01.960215 [ 3 ] {59c44787-8ca1-41e4-8686-cb89999f88d2} <Debug> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): There are no data parts | ||
| 509 | 2025.03.04 03:18:01.971802 [ 3 ] {59c44787-8ca1-41e4-8686-cb89999f88d2} <Debug> TCPHandler: Processed in 0.022393634 sec. | ||
| 510 | 2025.03.04 03:18:01.971954 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 511 | 2025.03.04 03:18:01.972186 [ 3 ] {aedf4c0a-6fbc-4ae5-907c-0aa7e43e01c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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) | ||
| 512 | 2025.03.04 03:18:01.972256 [ 3 ] {aedf4c0a-6fbc-4ae5-907c-0aa7e43e01c6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 513 | 2025.03.04 03:18:01.983385 [ 3 ] {aedf4c0a-6fbc-4ae5-907c-0aa7e43e01c6} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Loading data parts | ||
| 514 | 2025.03.04 03:18:01.983573 [ 3 ] {aedf4c0a-6fbc-4ae5-907c-0aa7e43e01c6} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): There are no data parts | ||
| 515 | 2025.03.04 03:18:01.988900 [ 3 ] {aedf4c0a-6fbc-4ae5-907c-0aa7e43e01c6} <Debug> TCPHandler: Processed in 0.016999988 sec. | ||
| 516 | 2025.03.04 03:18:01.989056 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 517 | 2025.03.04 03:18:01.989247 [ 3 ] {450f21d1-b9e3-4178-bab1-6c0d071489fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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) | ||
| 518 | 2025.03.04 03:18:01.989313 [ 3 ] {450f21d1-b9e3-4178-bab1-6c0d071489fc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 519 | 2025.03.04 03:18:01.997356 [ 3 ] {450f21d1-b9e3-4178-bab1-6c0d071489fc} <Debug> oximeter.fields_i32 (d2f6f80b-04b4-448f-b7cc-9425c2268879): Loading data parts | ||
| 520 | 2025.03.04 03:18:01.997511 [ 3 ] {450f21d1-b9e3-4178-bab1-6c0d071489fc} <Debug> oximeter.fields_i32 (d2f6f80b-04b4-448f-b7cc-9425c2268879): There are no data parts | ||
| 521 | 2025.03.04 03:18:02.000149 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 123.82 MiB, peak 123.82 MiB, free memory in arenas 0.00 B, will set to 135.05 MiB (RSS), difference: 11.23 MiB | ||
| 522 | 2025.03.04 03:18:02.002432 [ 3 ] {450f21d1-b9e3-4178-bab1-6c0d071489fc} <Debug> TCPHandler: Processed in 0.013434324 sec. | ||
| 523 | 2025.03.04 03:18:02.002580 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 524 | 2025.03.04 03:18:02.002806 [ 3 ] {40ebc21e-e98d-435c-b90a-88e09023f149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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.03.04 03:18:02.002871 [ 3 ] {40ebc21e-e98d-435c-b90a-88e09023f149} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 526 | 2025.03.04 03:18:02.012444 [ 3 ] {40ebc21e-e98d-435c-b90a-88e09023f149} <Debug> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Loading data parts | ||
| 527 | 2025.03.04 03:18:02.012620 [ 3 ] {40ebc21e-e98d-435c-b90a-88e09023f149} <Debug> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): There are no data parts | ||
| 528 | 2025.03.04 03:18:02.025006 [ 3 ] {40ebc21e-e98d-435c-b90a-88e09023f149} <Debug> TCPHandler: Processed in 0.022482816 sec. | ||
| 529 | 2025.03.04 03:18:02.025176 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 530 | 2025.03.04 03:18:02.025471 [ 3 ] {185a8ead-7cdd-4880-b4ec-9903941d1415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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.03.04 03:18:02.025542 [ 3 ] {185a8ead-7cdd-4880-b4ec-9903941d1415} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 532 | 2025.03.04 03:18:02.037698 [ 3 ] {185a8ead-7cdd-4880-b4ec-9903941d1415} <Debug> oximeter.fields_i64 (c7a22e7d-a62d-4ca4-b2e5-45d93e92b784): Loading data parts | ||
| 533 | 2025.03.04 03:18:02.037840 [ 3 ] {185a8ead-7cdd-4880-b4ec-9903941d1415} <Debug> oximeter.fields_i64 (c7a22e7d-a62d-4ca4-b2e5-45d93e92b784): There are no data parts | ||
| 534 | 2025.03.04 03:18:02.042891 [ 3 ] {185a8ead-7cdd-4880-b4ec-9903941d1415} <Debug> TCPHandler: Processed in 0.017769038 sec. | ||
| 535 | 2025.03.04 03:18:02.043040 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 536 | 2025.03.04 03:18:02.043237 [ 3 ] {94934eb3-5832-441a-8a1b-dd03fb582786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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.03.04 03:18:02.043302 [ 3 ] {94934eb3-5832-441a-8a1b-dd03fb582786} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 538 | 2025.03.04 03:18:02.049674 [ 3 ] {94934eb3-5832-441a-8a1b-dd03fb582786} <Debug> oximeter.fields_u64 (6d8cbf92-e765-4be3-a598-246ea7bcf9fc): Loading data parts | ||
| 539 | 2025.03.04 03:18:02.049910 [ 3 ] {94934eb3-5832-441a-8a1b-dd03fb582786} <Debug> oximeter.fields_u64 (6d8cbf92-e765-4be3-a598-246ea7bcf9fc): There are no data parts | ||
| 540 | 2025.03.04 03:18:02.055177 [ 3 ] {94934eb3-5832-441a-8a1b-dd03fb582786} <Debug> TCPHandler: Processed in 0.01219314 sec. | ||
| 541 | 2025.03.04 03:18:02.055347 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 542 | 2025.03.04 03:18:02.055610 [ 3 ] {800099c5-adef-43ff-9b2d-61d0f988f0c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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.03.04 03:18:02.055691 [ 3 ] {800099c5-adef-43ff-9b2d-61d0f988f0c9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 544 | 2025.03.04 03:18:02.064274 [ 3 ] {800099c5-adef-43ff-9b2d-61d0f988f0c9} <Debug> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Loading data parts | ||
| 545 | 2025.03.04 03:18:02.064472 [ 3 ] {800099c5-adef-43ff-9b2d-61d0f988f0c9} <Debug> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): There are no data parts | ||
| 546 | 2025.03.04 03:18:02.070604 [ 3 ] {800099c5-adef-43ff-9b2d-61d0f988f0c9} <Debug> TCPHandler: Processed in 0.015318548 sec. | ||
| 547 | 2025.03.04 03:18:02.070753 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 548 | 2025.03.04 03:18:02.070943 [ 3 ] {97031e78-ccb7-4f69-a943-6c6e9c0c7ca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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.03.04 03:18:02.071017 [ 3 ] {97031e78-ccb7-4f69-a943-6c6e9c0c7ca2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 550 | 2025.03.04 03:18:02.082079 [ 3 ] {97031e78-ccb7-4f69-a943-6c6e9c0c7ca2} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Loading data parts | ||
| 551 | 2025.03.04 03:18:02.082273 [ 3 ] {97031e78-ccb7-4f69-a943-6c6e9c0c7ca2} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): There are no data parts | ||
| 552 | 2025.03.04 03:18:02.102124 [ 3 ] {97031e78-ccb7-4f69-a943-6c6e9c0c7ca2} <Debug> TCPHandler: Processed in 0.031422635 sec. | ||
| 553 | 2025.03.04 03:18:02.102297 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 554 | 2025.03.04 03:18:02.102531 [ 3 ] {35e61391-1de0-44dd-8d3a-f1751b984cc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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.03.04 03:18:02.102604 [ 3 ] {35e61391-1de0-44dd-8d3a-f1751b984cc9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 556 | 2025.03.04 03:18:02.116903 [ 3 ] {35e61391-1de0-44dd-8d3a-f1751b984cc9} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Loading data parts | ||
| 557 | 2025.03.04 03:18:02.117099 [ 3 ] {35e61391-1de0-44dd-8d3a-f1751b984cc9} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): There are no data parts | ||
| 558 | 2025.03.04 03:18:02.122476 [ 3 ] {35e61391-1de0-44dd-8d3a-f1751b984cc9} <Debug> TCPHandler: Processed in 0.020238148 sec. | ||
| 559 | 2025.03.04 03:18:02.122637 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 560 | 2025.03.04 03:18:02.122909 [ 3 ] {e4b7a9fd-0e84-4239-ab7f-3fe4773cbba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) /* 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.03.04 03:18:02.122997 [ 3 ] {e4b7a9fd-0e84-4239-ab7f-3fe4773cbba4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 565 | 2025.03.04 03:18:02.135862 [ 3 ] {e4b7a9fd-0e84-4239-ab7f-3fe4773cbba4} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b): Loading data parts | ||
| 566 | 2025.03.04 03:18:02.136046 [ 3 ] {e4b7a9fd-0e84-4239-ab7f-3fe4773cbba4} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b): There are no data parts | ||
| 567 | 2025.03.04 03:18:02.150207 [ 3 ] {e4b7a9fd-0e84-4239-ab7f-3fe4773cbba4} <Debug> TCPHandler: Processed in 0.027621198 sec. | ||
| 568 | 2025.03.04 03:18:02.150420 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 569 | 2025.03.04 03:18:02.150648 [ 255 ] {77678216-790e-48e2-a13b-281b08d7a0a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 570 | 2025.03.04 03:18:02.152088 [ 255 ] {77678216-790e-48e2-a13b-281b08d7a0a5} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 571 | 2025.03.04 03:18:02.160451 [ 260 ] {77678216-790e-48e2-a13b-281b08d7a0a5} <Trace> oximeter.version (d338f4e1-acae-4af9-88ec-b84dea9e2ec2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 572 | 2025.03.04 03:18:02.160511 [ 260 ] {77678216-790e-48e2-a13b-281b08d7a0a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 573 | 2025.03.04 03:18:02.165264 [ 260 ] {77678216-790e-48e2-a13b-281b08d7a0a5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 574 | 2025.03.04 03:18:02.165610 [ 260 ] {77678216-790e-48e2-a13b-281b08d7a0a5} <Trace> oximeter.version (d338f4e1-acae-4af9-88ec-b84dea9e2ec2): 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.03.04 03:18:02.166132 [ 255 ] {77678216-790e-48e2-a13b-281b08d7a0a5} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.0154 sec., 64.93506493506493 rows/sec., 1.01 KiB/sec. | ||
| 576 | 2025.03.04 03:18:02.166456 [ 255 ] {77678216-790e-48e2-a13b-281b08d7a0a5} <Debug> TCPHandler: Processed in 0.016096687 sec. | ||
| 577 | 2025.03.04 03:18:02.302241 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58131 | ||
| 578 | 2025.03.04 03:18:02.302373 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 579 | 2025.03.04 03:18:02.302475 [ 261 ] {} <Debug> TCP-Session: d7e8d713-3cfd-47f5-aa7b-01c78ed51f43 Authenticating user 'default' from [fd00:1122:3344:101::b]:58131 | ||
| 580 | 2025.03.04 03:18:02.302546 [ 261 ] {} <Debug> TCP-Session: d7e8d713-3cfd-47f5-aa7b-01c78ed51f43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 581 | 2025.03.04 03:18:02.302562 [ 261 ] {} <Debug> TCP-Session: d7e8d713-3cfd-47f5-aa7b-01c78ed51f43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 582 | 2025.03.04 03:18:02.302655 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 583 | 2025.03.04 03:18:02.302742 [ 261 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 584 | 2025.03.04 03:18:02.302828 [ 261 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 585 | 2025.03.04 03:18:02.304227 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62448 | ||
| 586 | 2025.03.04 03:18:02.304601 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63127 | ||
| 587 | 2025.03.04 03:18:02.304798 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64347 | ||
| 588 | 2025.03.04 03:18:02.304806 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49890 | ||
| 589 | 2025.03.04 03:18:02.304484 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45478 | ||
| 590 | 2025.03.04 03:18:02.304404 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38232 | ||
| 591 | 2025.03.04 03:18:02.304895 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 592 | 2025.03.04 03:18:02.304397 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54970 | ||
| 593 | 2025.03.04 03:18:02.305411 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 594 | 2025.03.04 03:18:02.305430 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 595 | 2025.03.04 03:18:02.305503 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 596 | 2025.03.04 03:18:02.305488 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 597 | 2025.03.04 03:18:02.305521 [ 268 ] {} <Debug> TCP-Session: 048378f2-30b1-45fb-adff-9111056f925b Authenticating user 'default' from [fd00:1122:3344:101::b]:49890 | ||
| 598 | 2025.03.04 03:18:02.305623 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 599 | 2025.03.04 03:18:02.305646 [ 266 ] {} <Debug> TCP-Session: 07067b77-8cb2-4f96-9333-4289b3ba0e8c Authenticating user 'default' from [fd00:1122:3344:101::b]:63127 | ||
| 600 | 2025.03.04 03:18:02.305376 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 601 | 2025.03.04 03:18:02.305673 [ 265 ] {} <Debug> TCP-Session: d1685296-d0fc-43fb-9f1e-62af58d4c0c3 Authenticating user 'default' from [fd00:1122:3344:101::b]:45478 | ||
| 602 | 2025.03.04 03:18:02.305751 [ 267 ] {} <Debug> TCP-Session: 0b43d457-01cc-4b6c-9d66-27cea216222a Authenticating user 'default' from [fd00:1122:3344:101::b]:64347 | ||
| 603 | 2025.03.04 03:18:02.305734 [ 268 ] {} <Debug> TCP-Session: 048378f2-30b1-45fb-adff-9111056f925b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 604 | 2025.03.04 03:18:02.305692 [ 264 ] {} <Debug> TCP-Session: c2c24fdf-ec5c-4505-bf61-3713d7c11a05 Authenticating user 'default' from [fd00:1122:3344:101::b]:54970 | ||
| 605 | 2025.03.04 03:18:02.305860 [ 265 ] {} <Debug> TCP-Session: d1685296-d0fc-43fb-9f1e-62af58d4c0c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 606 | 2025.03.04 03:18:02.305869 [ 268 ] {} <Debug> TCP-Session: 048378f2-30b1-45fb-adff-9111056f925b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 607 | 2025.03.04 03:18:02.305893 [ 267 ] {} <Debug> TCP-Session: 0b43d457-01cc-4b6c-9d66-27cea216222a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 608 | 2025.03.04 03:18:02.305949 [ 264 ] {} <Debug> TCP-Session: c2c24fdf-ec5c-4505-bf61-3713d7c11a05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 609 | 2025.03.04 03:18:02.305814 [ 263 ] {} <Debug> TCP-Session: e913e208-1bde-4d65-a157-cee0e848b2b6 Authenticating user 'default' from [fd00:1122:3344:101::b]:38232 | ||
| 610 | 2025.03.04 03:18:02.305803 [ 266 ] {} <Debug> TCP-Session: 07067b77-8cb2-4f96-9333-4289b3ba0e8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 611 | 2025.03.04 03:18:02.306071 [ 264 ] {} <Debug> TCP-Session: c2c24fdf-ec5c-4505-bf61-3713d7c11a05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 612 | 2025.03.04 03:18:02.306061 [ 263 ] {} <Debug> TCP-Session: e913e208-1bde-4d65-a157-cee0e848b2b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 613 | 2025.03.04 03:18:02.306048 [ 267 ] {} <Debug> TCP-Session: 0b43d457-01cc-4b6c-9d66-27cea216222a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 614 | 2025.03.04 03:18:02.306158 [ 266 ] {} <Debug> TCP-Session: 07067b77-8cb2-4f96-9333-4289b3ba0e8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 615 | 2025.03.04 03:18:02.306173 [ 263 ] {} <Debug> TCP-Session: e913e208-1bde-4d65-a157-cee0e848b2b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 616 | 2025.03.04 03:18:02.306000 [ 265 ] {} <Debug> TCP-Session: d1685296-d0fc-43fb-9f1e-62af58d4c0c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2025.03.04 03:18:02.305465 [ 262 ] {} <Debug> TCP-Session: b9bde849-5e86-4baf-972e-9774b5e92ea3 Authenticating user 'default' from [fd00:1122:3344:101::b]:62448 | ||
| 618 | 2025.03.04 03:18:02.306384 [ 262 ] {} <Debug> TCP-Session: b9bde849-5e86-4baf-972e-9774b5e92ea3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 619 | 2025.03.04 03:18:02.306449 [ 262 ] {} <Debug> TCP-Session: b9bde849-5e86-4baf-972e-9774b5e92ea3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 620 | 2025.03.04 03:18:02.614133 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35199 | ||
| 621 | 2025.03.04 03:18:02.614284 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 622 | 2025.03.04 03:18:02.614311 [ 269 ] {} <Debug> TCP-Session: ad28b392-687e-4103-adcb-e013ca35e74a Authenticating user 'default' from [fd00:1122:3344:101::a]:35199 | ||
| 623 | 2025.03.04 03:18:02.614372 [ 269 ] {} <Debug> TCP-Session: ad28b392-687e-4103-adcb-e013ca35e74a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 624 | 2025.03.04 03:18:02.614386 [ 269 ] {} <Debug> TCP-Session: ad28b392-687e-4103-adcb-e013ca35e74a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 625 | 2025.03.04 03:18:02.614457 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 626 | 2025.03.04 03:18:02.614497 [ 269 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 627 | 2025.03.04 03:18:02.614515 [ 269 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 628 | 2025.03.04 03:18:02.615743 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54123 | ||
| 629 | 2025.03.04 03:18:02.615756 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54788 | ||
| 630 | 2025.03.04 03:18:02.615935 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57422 | ||
| 631 | 2025.03.04 03:18:02.616036 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 632 | 2025.03.04 03:18:02.616084 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51935 | ||
| 633 | 2025.03.04 03:18:02.616526 [ 271 ] {} <Debug> TCP-Session: b0a95cdc-4f80-4941-b1f2-bca3b0685073 Authenticating user 'default' from [fd00:1122:3344:101::a]:54123 | ||
| 634 | 2025.03.04 03:18:02.616435 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 635 | 2025.03.04 03:18:02.616557 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 636 | 2025.03.04 03:18:02.616591 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 637 | 2025.03.04 03:18:02.616660 [ 271 ] {} <Debug> TCP-Session: b0a95cdc-4f80-4941-b1f2-bca3b0685073 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 638 | 2025.03.04 03:18:02.616661 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39865 | ||
| 639 | 2025.03.04 03:18:02.616706 [ 272 ] {} <Debug> TCP-Session: fb7ab569-5848-48b9-ad1e-41bb72561a2b Authenticating user 'default' from [fd00:1122:3344:101::a]:57422 | ||
| 640 | 2025.03.04 03:18:02.616724 [ 270 ] {} <Debug> TCP-Session: e1542356-20eb-46b7-9cba-b53e88327c69 Authenticating user 'default' from [fd00:1122:3344:101::a]:54788 | ||
| 641 | 2025.03.04 03:18:02.616751 [ 271 ] {} <Debug> TCP-Session: b0a95cdc-4f80-4941-b1f2-bca3b0685073 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 642 | 2025.03.04 03:18:02.616793 [ 273 ] {} <Debug> TCP-Session: 306ca04d-ad9f-46e5-9b7f-48cc79a7f26c Authenticating user 'default' from [fd00:1122:3344:101::a]:51935 | ||
| 643 | 2025.03.04 03:18:02.616816 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56168 | ||
| 644 | 2025.03.04 03:18:02.616948 [ 272 ] {} <Debug> TCP-Session: fb7ab569-5848-48b9-ad1e-41bb72561a2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 645 | 2025.03.04 03:18:02.617046 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59103 | ||
| 646 | 2025.03.04 03:18:02.617191 [ 272 ] {} <Debug> TCP-Session: fb7ab569-5848-48b9-ad1e-41bb72561a2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 647 | 2025.03.04 03:18:02.617308 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 648 | 2025.03.04 03:18:02.617332 [ 273 ] {} <Debug> TCP-Session: 306ca04d-ad9f-46e5-9b7f-48cc79a7f26c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 649 | 2025.03.04 03:18:02.617396 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 650 | 2025.03.04 03:18:02.617379 [ 270 ] {} <Debug> TCP-Session: e1542356-20eb-46b7-9cba-b53e88327c69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 651 | 2025.03.04 03:18:02.617545 [ 273 ] {} <Debug> TCP-Session: 306ca04d-ad9f-46e5-9b7f-48cc79a7f26c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 652 | 2025.03.04 03:18:02.617558 [ 270 ] {} <Debug> TCP-Session: e1542356-20eb-46b7-9cba-b53e88327c69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 653 | 2025.03.04 03:18:02.617558 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 654 | 2025.03.04 03:18:02.617585 [ 275 ] {} <Debug> TCP-Session: 965bbc3b-4d2c-45ec-b095-20d205fa31a2 Authenticating user 'default' from [fd00:1122:3344:101::a]:56168 | ||
| 655 | 2025.03.04 03:18:02.617753 [ 275 ] {} <Debug> TCP-Session: 965bbc3b-4d2c-45ec-b095-20d205fa31a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 656 | 2025.03.04 03:18:02.617774 [ 274 ] {} <Debug> TCP-Session: 85cab7e5-31b7-4924-9479-d725d76a1efa Authenticating user 'default' from [fd00:1122:3344:101::a]:39865 | ||
| 657 | 2025.03.04 03:18:02.617806 [ 275 ] {} <Debug> TCP-Session: 965bbc3b-4d2c-45ec-b095-20d205fa31a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 658 | 2025.03.04 03:18:02.617817 [ 276 ] {} <Debug> TCP-Session: ed10458a-838a-4596-99b8-8a57271de9d8 Authenticating user 'default' from [fd00:1122:3344:101::a]:59103 | ||
| 659 | 2025.03.04 03:18:02.617862 [ 274 ] {} <Debug> TCP-Session: 85cab7e5-31b7-4924-9479-d725d76a1efa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 660 | 2025.03.04 03:18:02.617874 [ 276 ] {} <Debug> TCP-Session: ed10458a-838a-4596-99b8-8a57271de9d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 661 | 2025.03.04 03:18:02.617926 [ 274 ] {} <Debug> TCP-Session: 85cab7e5-31b7-4924-9479-d725d76a1efa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2025.03.04 03:18:02.617935 [ 276 ] {} <Debug> TCP-Session: ed10458a-838a-4596-99b8-8a57271de9d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 663 | 2025.03.04 03:18:03.000175 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 135.81 MiB, peak 135.81 MiB, free memory in arenas 0.00 B, will set to 140.25 MiB (RSS), difference: 4.44 MiB | ||
| 664 | 2025.03.04 03:18:03.059404 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33484 | ||
| 665 | 2025.03.04 03:18:03.059606 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 666 | 2025.03.04 03:18:03.059639 [ 277 ] {} <Debug> TCP-Session: ddd6d5cf-b771-4f36-a3cb-f4a83582ea33 Authenticating user 'default' from [fd00:1122:3344:101::c]:33484 | ||
| 667 | 2025.03.04 03:18:03.059875 [ 277 ] {} <Debug> TCP-Session: ddd6d5cf-b771-4f36-a3cb-f4a83582ea33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 668 | 2025.03.04 03:18:03.059908 [ 277 ] {} <Debug> TCP-Session: ddd6d5cf-b771-4f36-a3cb-f4a83582ea33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 669 | 2025.03.04 03:18:03.059996 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 670 | 2025.03.04 03:18:03.060127 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 671 | 2025.03.04 03:18:03.060148 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 672 | 2025.03.04 03:18:03.061435 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43894 | ||
| 673 | 2025.03.04 03:18:03.061605 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62254 | ||
| 674 | 2025.03.04 03:18:03.061679 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 675 | 2025.03.04 03:18:03.061809 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61978 | ||
| 676 | 2025.03.04 03:18:03.061699 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58519 | ||
| 677 | 2025.03.04 03:18:03.062093 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39200 | ||
| 678 | 2025.03.04 03:18:03.062130 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 679 | 2025.03.04 03:18:03.062107 [ 278 ] {} <Debug> TCP-Session: 4377dfe1-6ef4-4db4-9d52-6c30184fdfcf Authenticating user 'default' from [fd00:1122:3344:101::c]:43894 | ||
| 680 | 2025.03.04 03:18:03.062294 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43232 | ||
| 681 | 2025.03.04 03:18:03.062686 [ 279 ] {} <Debug> TCP-Session: 15bcb468-67df-46ef-8c9e-288c462f1135 Authenticating user 'default' from [fd00:1122:3344:101::c]:62254 | ||
| 682 | 2025.03.04 03:18:03.062815 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60421 | ||
| 683 | 2025.03.04 03:18:03.062806 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 684 | 2025.03.04 03:18:03.062796 [ 278 ] {} <Debug> TCP-Session: 4377dfe1-6ef4-4db4-9d52-6c30184fdfcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 685 | 2025.03.04 03:18:03.063037 [ 281 ] {} <Debug> TCP-Session: 96d783a5-780f-4915-bf42-74083e2827fb Authenticating user 'default' from [fd00:1122:3344:101::c]:61978 | ||
| 686 | 2025.03.04 03:18:03.063050 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 687 | 2025.03.04 03:18:03.063023 [ 279 ] {} <Debug> TCP-Session: 15bcb468-67df-46ef-8c9e-288c462f1135 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 688 | 2025.03.04 03:18:03.063174 [ 278 ] {} <Debug> TCP-Session: 4377dfe1-6ef4-4db4-9d52-6c30184fdfcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2025.03.04 03:18:03.063195 [ 281 ] {} <Debug> TCP-Session: 96d783a5-780f-4915-bf42-74083e2827fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 690 | 2025.03.04 03:18:03.063213 [ 283 ] {} <Debug> TCP-Session: 374f5c6b-ecf9-4138-9bdb-a6249551aaf4 Authenticating user 'default' from [fd00:1122:3344:101::c]:43232 | ||
| 691 | 2025.03.04 03:18:03.063275 [ 281 ] {} <Debug> TCP-Session: 96d783a5-780f-4915-bf42-74083e2827fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 692 | 2025.03.04 03:18:03.063262 [ 279 ] {} <Debug> TCP-Session: 15bcb468-67df-46ef-8c9e-288c462f1135 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2025.03.04 03:18:03.063540 [ 283 ] {} <Debug> TCP-Session: 374f5c6b-ecf9-4138-9bdb-a6249551aaf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2025.03.04 03:18:03.063650 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 695 | 2025.03.04 03:18:03.063739 [ 283 ] {} <Debug> TCP-Session: 374f5c6b-ecf9-4138-9bdb-a6249551aaf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2025.03.04 03:18:03.063763 [ 282 ] {} <Debug> TCP-Session: b6c5c063-13c5-4191-bb2a-a6a54d56a207 Authenticating user 'default' from [fd00:1122:3344:101::c]:39200 | ||
| 697 | 2025.03.04 03:18:03.063889 [ 282 ] {} <Debug> TCP-Session: b6c5c063-13c5-4191-bb2a-a6a54d56a207 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2025.03.04 03:18:03.063957 [ 282 ] {} <Debug> TCP-Session: b6c5c063-13c5-4191-bb2a-a6a54d56a207 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 699 | 2025.03.04 03:18:03.064872 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 700 | 2025.03.04 03:18:03.064907 [ 284 ] {} <Debug> TCP-Session: 49f65e7e-2b48-458d-8fe8-bff54cd613ad Authenticating user 'default' from [fd00:1122:3344:101::c]:60421 | ||
| 701 | 2025.03.04 03:18:03.065024 [ 284 ] {} <Debug> TCP-Session: 49f65e7e-2b48-458d-8fe8-bff54cd613ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2025.03.04 03:18:03.065040 [ 284 ] {} <Debug> TCP-Session: 49f65e7e-2b48-458d-8fe8-bff54cd613ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2025.03.04 03:18:03.067409 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 704 | 2025.03.04 03:18:03.067672 [ 280 ] {} <Debug> TCP-Session: 53b06ffb-bcbb-4f15-874b-c9121c4b893c Authenticating user 'default' from [fd00:1122:3344:101::c]:58519 | ||
| 705 | 2025.03.04 03:18:03.067697 [ 280 ] {} <Debug> TCP-Session: 53b06ffb-bcbb-4f15-874b-c9121c4b893c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.03.04 03:18:03.067711 [ 280 ] {} <Debug> TCP-Session: 53b06ffb-bcbb-4f15-874b-c9121c4b893c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2025.03.04 03:18:08.463030 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 708 | 2025.03.04 03:18:08.463030 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 709 | 2025.03.04 03:18:08.463155 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 710 | 2025.03.04 03:18:08.463201 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 711 | 2025.03.04 03:18:08.478274 [ 244 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Loading data parts | ||
| 712 | 2025.03.04 03:18:08.478835 [ 244 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): There are no data parts | ||
| 713 | 2025.03.04 03:18:08.489535 [ 243 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Loading data parts | ||
| 714 | 2025.03.04 03:18:08.489953 [ 243 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): There are no data parts | ||
| 715 | 2025.03.04 03:18:08.495159 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 716 | 2025.03.04 03:18:08.495229 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 717 | 2025.03.04 03:18:08.498560 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 718 | 2025.03.04 03:18:08.499155 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 719 | 2025.03.04 03:18:08.499441 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 720 | 2025.03.04 03:18:08.536443 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 721 | 2025.03.04 03:18:08.536695 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 722 | 2025.03.04 03:18:08.545106 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 723 | 2025.03.04 03:18:08.547519 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 724 | 2025.03.04 03:18:08.551893 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 725 | 2025.03.04 03:18:09.000194 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.79 MiB, peak 149.79 MiB, free memory in arenas 0.00 B, will set to 150.59 MiB (RSS), difference: 4.80 MiB | ||
| 726 | 2025.03.04 03:18:10.962986 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 727 | 2025.03.04 03:18:10.963198 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 728 | 2025.03.04 03:18:10.969570 [ 242 ] {} <Debug> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Loading data parts | ||
| 729 | 2025.03.04 03:18:10.969726 [ 242 ] {} <Debug> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): There are no data parts | ||
| 730 | 2025.03.04 03:18:10.976461 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 731 | 2025.03.04 03:18:10.976592 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 732 | 2025.03.04 03:18:10.978359 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 733 | 2025.03.04 03:18:10.978922 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 734 | 2025.03.04 03:18:10.979405 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 735 | 2025.03.04 03:18:11.000178 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.77 MiB, peak 154.77 MiB, free memory in arenas 0.00 B, will set to 151.05 MiB (RSS), difference: -3.72 MiB | ||
| 736 | 2025.03.04 03:18:15.912749 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 737 | 2025.03.04 03:18:15.912815 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 738 | 2025.03.04 03:18:15.999523 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 915 | ||
| 739 | 2025.03.04 03:18:16.000495 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 740 | 2025.03.04 03:18:16.000541 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 741 | 2025.03.04 03:18:16.001143 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.25 MiB, peak 155.25 MiB, free memory in arenas 0.00 B, will set to 151.15 MiB (RSS), difference: -4.10 MiB | ||
| 742 | 2025.03.04 03:18:16.001310 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 743 | 2025.03.04 03:18:16.001837 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): 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.03.04 03:18:16.002178 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 915 | ||
| 745 | 2025.03.04 03:18:16.051958 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 746 | 2025.03.04 03:18:16.073557 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 747 | 2025.03.04 03:18:16.073615 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 748 | 2025.03.04 03:18:16.080708 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 749 | 2025.03.04 03:18:16.082048 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): 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.03.04 03:18:16.084496 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 751 | 2025.03.04 03:18:17.000159 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 147.63 MiB, peak 155.25 MiB, free memory in arenas 0.00 B, will set to 153.73 MiB (RSS), difference: 6.10 MiB | ||
| 752 | 2025.03.04 03:18:21.000178 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.73 MiB, peak 155.25 MiB, free memory in arenas 0.00 B, will set to 153.75 MiB (RSS), difference: 4.02 MiB | ||
| 753 | 2025.03.04 03:18:23.502461 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1403 | ||
| 754 | 2025.03.04 03:18:23.503077 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 755 | 2025.03.04 03:18:23.503151 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 756 | 2025.03.04 03:18:23.503749 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 757 | 2025.03.04 03:18:23.504019 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): 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.03.04 03:18:23.504274 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 759 | 2025.03.04 03:18:23.584611 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 760 | 2025.03.04 03:18:23.603447 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 761 | 2025.03.04 03:18:23.603542 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 762 | 2025.03.04 03:18:23.609998 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 763 | 2025.03.04 03:18:23.610902 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): 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.03.04 03:18:23.614973 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 765 | 2025.03.04 03:18:30.913080 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 766 | 2025.03.04 03:18:30.913159 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 767 | 2025.03.04 03:18:31.004409 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 768 | 2025.03.04 03:18:31.005025 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 769 | 2025.03.04 03:18:31.005068 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 770 | 2025.03.04 03:18:31.005623 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 771 | 2025.03.04 03:18:31.005872 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 772 | 2025.03.04 03:18:31.006090 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 773 | 2025.03.04 03:18:31.115089 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 774 | 2025.03.04 03:18:31.135453 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 775 | 2025.03.04 03:18:31.135520 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 776 | 2025.03.04 03:18:31.142528 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 777 | 2025.03.04 03:18:31.143327 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 778 | 2025.03.04 03:18:31.146264 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 779 | 2025.03.04 03:18:32.172722 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 780 | 2025.03.04 03:18:32.172914 [ 3 ] {20b64254-aba7-4542-90d9-f5cf4ddf20b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 781 | 2025.03.04 03:18:32.182605 [ 3 ] {20b64254-aba7-4542-90d9-f5cf4ddf20b6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 782 | 2025.03.04 03:18:32.195907 [ 3 ] {20b64254-aba7-4542-90d9-f5cf4ddf20b6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 783 | 2025.03.04 03:18:32.208238 [ 3 ] {20b64254-aba7-4542-90d9-f5cf4ddf20b6} <Debug> TCPHandler: Processed in 0.035639767 sec. | ||
| 784 | 2025.03.04 03:18:32.224520 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 785 | 2025.03.04 03:18:32.224686 [ 3 ] {883166cd-b53d-4646-a814-b33243cd3c93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 786 | 2025.03.04 03:18:32.237623 [ 3 ] {883166cd-b53d-4646-a814-b33243cd3c93} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 787 | 2025.03.04 03:18:32.237685 [ 3 ] {883166cd-b53d-4646-a814-b33243cd3c93} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 788 | 2025.03.04 03:18:32.238261 [ 3 ] {883166cd-b53d-4646-a814-b33243cd3c93} <Debug> TCPHandler: Processed in 0.013802859 sec. | ||
| 789 | 2025.03.04 03:18:32.239091 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 790 | 2025.03.04 03:18:32.239230 [ 3 ] {69f51af9-9be5-466b-a901-69c27fc1be6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete) | ||
| 791 | 2025.03.04 03:18:32.241455 [ 3 ] {69f51af9-9be5-466b-a901-69c27fc1be6b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 792 | 2025.03.04 03:18:32.241522 [ 3 ] {69f51af9-9be5-466b-a901-69c27fc1be6b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 793 | 2025.03.04 03:18:32.242099 [ 3 ] {69f51af9-9be5-466b-a901-69c27fc1be6b} <Debug> TCPHandler: Processed in 0.003063328 sec. | ||
| 794 | 2025.03.04 03:18:32.242673 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 795 | 2025.03.04 03:18:32.242808 [ 3 ] {c0dbd5c6-8b95-45c6-be2e-d772b56e8052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete) | ||
| 796 | 2025.03.04 03:18:32.243116 [ 3 ] {c0dbd5c6-8b95-45c6-be2e-d772b56e8052} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 797 | 2025.03.04 03:18:32.243167 [ 3 ] {c0dbd5c6-8b95-45c6-be2e-d772b56e8052} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 798 | 2025.03.04 03:18:32.243634 [ 3 ] {c0dbd5c6-8b95-45c6-be2e-d772b56e8052} <Debug> TCPHandler: Processed in 0.001011193 sec. | ||
| 799 | 2025.03.04 03:18:32.243918 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 800 | 2025.03.04 03:18:32.244053 [ 3 ] {f32b38b4-6ae7-41d0-97b8-59f3648e52b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 801 | 2025.03.04 03:18:32.244362 [ 3 ] {f32b38b4-6ae7-41d0-97b8-59f3648e52b8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 802 | 2025.03.04 03:18:32.244414 [ 3 ] {f32b38b4-6ae7-41d0-97b8-59f3648e52b8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 803 | 2025.03.04 03:18:32.244905 [ 3 ] {f32b38b4-6ae7-41d0-97b8-59f3648e52b8} <Debug> TCPHandler: Processed in 0.001036012 sec. | ||
| 804 | 2025.03.04 03:18:32.245174 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 805 | 2025.03.04 03:18:32.245309 [ 3 ] {a820c49d-1bb2-4432-b232-8780092c3c96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 806 | 2025.03.04 03:18:32.245618 [ 3 ] {a820c49d-1bb2-4432-b232-8780092c3c96} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 807 | 2025.03.04 03:18:32.245670 [ 3 ] {a820c49d-1bb2-4432-b232-8780092c3c96} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 808 | 2025.03.04 03:18:32.246098 [ 3 ] {a820c49d-1bb2-4432-b232-8780092c3c96} <Debug> TCPHandler: Processed in 0.000972592 sec. | ||
| 809 | 2025.03.04 03:18:32.246378 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 810 | 2025.03.04 03:18:32.246514 [ 3 ] {e8ad7edb-f5ba-4068-aed9-0c5fecbbf82a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 811 | 2025.03.04 03:18:32.246824 [ 3 ] {e8ad7edb-f5ba-4068-aed9-0c5fecbbf82a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 812 | 2025.03.04 03:18:32.246874 [ 3 ] {e8ad7edb-f5ba-4068-aed9-0c5fecbbf82a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 813 | 2025.03.04 03:18:32.247298 [ 3 ] {e8ad7edb-f5ba-4068-aed9-0c5fecbbf82a} <Debug> TCPHandler: Processed in 0.000969992 sec. | ||
| 814 | 2025.03.04 03:18:32.247563 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 815 | 2025.03.04 03:18:32.247711 [ 3 ] {9ab2a398-fbfb-4901-8475-05d0454dc213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 816 | 2025.03.04 03:18:32.248025 [ 3 ] {9ab2a398-fbfb-4901-8475-05d0454dc213} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 817 | 2025.03.04 03:18:32.248076 [ 3 ] {9ab2a398-fbfb-4901-8475-05d0454dc213} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 818 | 2025.03.04 03:18:32.248512 [ 3 ] {9ab2a398-fbfb-4901-8475-05d0454dc213} <Debug> TCPHandler: Processed in 0.000998542 sec. | ||
| 819 | 2025.03.04 03:18:32.248752 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 820 | 2025.03.04 03:18:32.248890 [ 3 ] {b3a2d7ba-6021-4238-977e-0ee771c4d281} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 821 | 2025.03.04 03:18:32.249203 [ 3 ] {b3a2d7ba-6021-4238-977e-0ee771c4d281} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 822 | 2025.03.04 03:18:32.249256 [ 3 ] {b3a2d7ba-6021-4238-977e-0ee771c4d281} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 823 | 2025.03.04 03:18:32.249737 [ 3 ] {b3a2d7ba-6021-4238-977e-0ee771c4d281} <Debug> TCPHandler: Processed in 0.001034083 sec. | ||
| 824 | 2025.03.04 03:18:32.249982 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 825 | 2025.03.04 03:18:32.250120 [ 3 ] {65d2ef95-8674-4c07-9690-38531d6be212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 826 | 2025.03.04 03:18:32.250438 [ 3 ] {65d2ef95-8674-4c07-9690-38531d6be212} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 827 | 2025.03.04 03:18:32.250489 [ 3 ] {65d2ef95-8674-4c07-9690-38531d6be212} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 828 | 2025.03.04 03:18:32.250930 [ 3 ] {65d2ef95-8674-4c07-9690-38531d6be212} <Debug> TCPHandler: Processed in 0.000997942 sec. | ||
| 829 | 2025.03.04 03:18:32.251169 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 830 | 2025.03.04 03:18:32.251308 [ 3 ] {d50a476f-13af-4281-bab0-c4bafcc50695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 831 | 2025.03.04 03:18:32.251629 [ 3 ] {d50a476f-13af-4281-bab0-c4bafcc50695} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 832 | 2025.03.04 03:18:32.251681 [ 3 ] {d50a476f-13af-4281-bab0-c4bafcc50695} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 833 | 2025.03.04 03:18:32.252122 [ 3 ] {d50a476f-13af-4281-bab0-c4bafcc50695} <Debug> TCPHandler: Processed in 0.001002013 sec. | ||
| 834 | 2025.03.04 03:18:32.252354 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 835 | 2025.03.04 03:18:32.252494 [ 3 ] {d3d4fa76-0c5e-45a8-bdfb-f9599c10d182} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 836 | 2025.03.04 03:18:32.252822 [ 3 ] {d3d4fa76-0c5e-45a8-bdfb-f9599c10d182} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 837 | 2025.03.04 03:18:32.252874 [ 3 ] {d3d4fa76-0c5e-45a8-bdfb-f9599c10d182} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 838 | 2025.03.04 03:18:32.253317 [ 3 ] {d3d4fa76-0c5e-45a8-bdfb-f9599c10d182} <Debug> TCPHandler: Processed in 0.001011272 sec. | ||
| 839 | 2025.03.04 03:18:32.259142 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 840 | 2025.03.04 03:18:32.259313 [ 3 ] {452a5a26-ab4c-49ac-8b48-a3813ae5988f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 841 | 2025.03.04 03:18:32.259717 [ 3 ] {452a5a26-ab4c-49ac-8b48-a3813ae5988f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 842 | 2025.03.04 03:18:32.259779 [ 3 ] {452a5a26-ab4c-49ac-8b48-a3813ae5988f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 843 | 2025.03.04 03:18:32.260257 [ 3 ] {452a5a26-ab4c-49ac-8b48-a3813ae5988f} <Debug> TCPHandler: Processed in 0.001176174 sec. | ||
| 844 | 2025.03.04 03:18:32.260546 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 845 | 2025.03.04 03:18:32.260664 [ 3 ] {37359630-a377-44ff-855e-a403fbe413c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 846 | 2025.03.04 03:18:32.260710 [ 3 ] {37359630-a377-44ff-855e-a403fbe413c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 847 | 2025.03.04 03:18:32.263876 [ 3 ] {37359630-a377-44ff-855e-a403fbe413c2} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 848 | 2025.03.04 03:18:32.263924 [ 3 ] {37359630-a377-44ff-855e-a403fbe413c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 849 | 2025.03.04 03:18:32.266385 [ 3 ] {37359630-a377-44ff-855e-a403fbe413c2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 850 | 2025.03.04 03:18:32.266654 [ 3 ] {37359630-a377-44ff-855e-a403fbe413c2} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 851 | 2025.03.04 03:18:32.266969 [ 3 ] {37359630-a377-44ff-855e-a403fbe413c2} <Debug> executeQuery: Read 13 rows, 4.52 KiB in 0.006325 sec., 2055.3359683794465 rows/sec., 714.70 KiB/sec. | ||
| 852 | 2025.03.04 03:18:32.267047 [ 3 ] {37359630-a377-44ff-855e-a403fbe413c2} <Debug> TCPHandler: Processed in 0.006549711 sec. | ||
| 853 | 2025.03.04 03:18:32.267171 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 854 | 2025.03.04 03:18:32.267281 [ 3 ] {2a373e99-046d-4bc3-a2a4-3c4f3d5d60d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 855 | 2025.03.04 03:18:32.267326 [ 3 ] {2a373e99-046d-4bc3-a2a4-3c4f3d5d60d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 856 | 2025.03.04 03:18:32.277462 [ 3 ] {2a373e99-046d-4bc3-a2a4-3c4f3d5d60d8} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 857 | 2025.03.04 03:18:32.277503 [ 3 ] {2a373e99-046d-4bc3-a2a4-3c4f3d5d60d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 858 | 2025.03.04 03:18:32.279788 [ 3 ] {2a373e99-046d-4bc3-a2a4-3c4f3d5d60d8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 859 | 2025.03.04 03:18:32.280066 [ 3 ] {2a373e99-046d-4bc3-a2a4-3c4f3d5d60d8} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 860 | 2025.03.04 03:18:32.280350 [ 3 ] {2a373e99-046d-4bc3-a2a4-3c4f3d5d60d8} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.013071 sec., 16219.111009104125 rows/sec., 1.03 MiB/sec. | ||
| 861 | 2025.03.04 03:18:32.280447 [ 3 ] {2a373e99-046d-4bc3-a2a4-3c4f3d5d60d8} <Debug> TCPHandler: Processed in 0.013326573 sec. | ||
| 862 | 2025.03.04 03:18:32.280570 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 863 | 2025.03.04 03:18:32.280679 [ 3 ] {0b621897-7ff0-461e-9e50-011b0f699c93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 864 | 2025.03.04 03:18:32.280724 [ 3 ] {0b621897-7ff0-461e-9e50-011b0f699c93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 865 | 2025.03.04 03:18:32.281494 [ 3 ] {0b621897-7ff0-461e-9e50-011b0f699c93} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 866 | 2025.03.04 03:18:32.281535 [ 3 ] {0b621897-7ff0-461e-9e50-011b0f699c93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 867 | 2025.03.04 03:18:32.281947 [ 3 ] {0b621897-7ff0-461e-9e50-011b0f699c93} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 868 | 2025.03.04 03:18:32.282186 [ 3 ] {0b621897-7ff0-461e-9e50-011b0f699c93} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 869 | 2025.03.04 03:18:32.282450 [ 3 ] {0b621897-7ff0-461e-9e50-011b0f699c93} <Debug> executeQuery: Read 577 rows, 46.56 KiB in 0.001795 sec., 321448.46796657384 rows/sec., 25.33 MiB/sec. | ||
| 870 | 2025.03.04 03:18:32.282510 [ 3 ] {0b621897-7ff0-461e-9e50-011b0f699c93} <Debug> TCPHandler: Processed in 0.002010194 sec. | ||
| 871 | 2025.03.04 03:18:32.282623 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 872 | 2025.03.04 03:18:32.282722 [ 3 ] {1b4cfd3a-9776-4f69-b1fe-3a86b69ea5e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 873 | 2025.03.04 03:18:32.282764 [ 3 ] {1b4cfd3a-9776-4f69-b1fe-3a86b69ea5e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 874 | 2025.03.04 03:18:32.283510 [ 3 ] {1b4cfd3a-9776-4f69-b1fe-3a86b69ea5e6} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 875 | 2025.03.04 03:18:32.283546 [ 3 ] {1b4cfd3a-9776-4f69-b1fe-3a86b69ea5e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 876 | 2025.03.04 03:18:32.283906 [ 3 ] {1b4cfd3a-9776-4f69-b1fe-3a86b69ea5e6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 877 | 2025.03.04 03:18:32.284145 [ 3 ] {1b4cfd3a-9776-4f69-b1fe-3a86b69ea5e6} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 878 | 2025.03.04 03:18:32.284424 [ 3 ] {1b4cfd3a-9776-4f69-b1fe-3a86b69ea5e6} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001672 sec., 68181.81818181818 rows/sec., 4.08 MiB/sec. | ||
| 879 | 2025.03.04 03:18:32.284508 [ 3 ] {1b4cfd3a-9776-4f69-b1fe-3a86b69ea5e6} <Debug> TCPHandler: Processed in 0.001908704 sec. | ||
| 880 | 2025.03.04 03:18:32.284648 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 881 | 2025.03.04 03:18:32.284755 [ 3 ] {6263f013-b28e-4d94-b250-f39cad274259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 882 | 2025.03.04 03:18:32.284800 [ 3 ] {6263f013-b28e-4d94-b250-f39cad274259} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 883 | 2025.03.04 03:18:32.285354 [ 3 ] {6263f013-b28e-4d94-b250-f39cad274259} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 884 | 2025.03.04 03:18:32.285392 [ 3 ] {6263f013-b28e-4d94-b250-f39cad274259} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 885 | 2025.03.04 03:18:32.285773 [ 3 ] {6263f013-b28e-4d94-b250-f39cad274259} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 886 | 2025.03.04 03:18:32.286029 [ 3 ] {6263f013-b28e-4d94-b250-f39cad274259} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 887 | 2025.03.04 03:18:32.286323 [ 3 ] {6263f013-b28e-4d94-b250-f39cad274259} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001577 sec., 71655.04121750158 rows/sec., 4.64 MiB/sec. | ||
| 888 | 2025.03.04 03:18:32.286380 [ 3 ] {6263f013-b28e-4d94-b250-f39cad274259} <Debug> TCPHandler: Processed in 0.001784381 sec. | ||
| 889 | 2025.03.04 03:18:32.286505 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 890 | 2025.03.04 03:18:32.286611 [ 3 ] {f52166bb-5c01-48dd-8a4b-0468e0578c70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 891 | 2025.03.04 03:18:32.286654 [ 3 ] {f52166bb-5c01-48dd-8a4b-0468e0578c70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 892 | 2025.03.04 03:18:32.287205 [ 3 ] {f52166bb-5c01-48dd-8a4b-0468e0578c70} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 893 | 2025.03.04 03:18:32.287246 [ 3 ] {f52166bb-5c01-48dd-8a4b-0468e0578c70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 894 | 2025.03.04 03:18:32.287608 [ 3 ] {f52166bb-5c01-48dd-8a4b-0468e0578c70} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 895 | 2025.03.04 03:18:32.287855 [ 3 ] {f52166bb-5c01-48dd-8a4b-0468e0578c70} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 896 | 2025.03.04 03:18:32.288130 [ 3 ] {f52166bb-5c01-48dd-8a4b-0468e0578c70} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001531 sec., 73154.80078380143 rows/sec., 4.17 MiB/sec. | ||
| 897 | 2025.03.04 03:18:32.288183 [ 3 ] {f52166bb-5c01-48dd-8a4b-0468e0578c70} <Debug> TCPHandler: Processed in 0.001729781 sec. | ||
| 898 | 2025.03.04 03:18:32.288302 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 899 | 2025.03.04 03:18:32.288409 [ 3 ] {39a5381e-081f-44b4-97f1-2da2a53e820a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 900 | 2025.03.04 03:18:32.288452 [ 3 ] {39a5381e-081f-44b4-97f1-2da2a53e820a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 901 | 2025.03.04 03:18:32.289069 [ 3 ] {39a5381e-081f-44b4-97f1-2da2a53e820a} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 902 | 2025.03.04 03:18:32.289111 [ 3 ] {39a5381e-081f-44b4-97f1-2da2a53e820a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 903 | 2025.03.04 03:18:32.289500 [ 3 ] {39a5381e-081f-44b4-97f1-2da2a53e820a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 904 | 2025.03.04 03:18:32.289741 [ 3 ] {39a5381e-081f-44b4-97f1-2da2a53e820a} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 905 | 2025.03.04 03:18:32.289961 [ 3 ] {39a5381e-081f-44b4-97f1-2da2a53e820a} <Debug> executeQuery: Read 326 rows, 23.11 KiB in 0.001572 sec., 207379.1348600509 rows/sec., 14.36 MiB/sec. | ||
| 906 | 2025.03.04 03:18:32.290017 [ 3 ] {39a5381e-081f-44b4-97f1-2da2a53e820a} <Debug> TCPHandler: Processed in 0.001765492 sec. | ||
| 907 | 2025.03.04 03:18:32.290137 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 908 | 2025.03.04 03:18:32.290245 [ 3 ] {8ce8d687-4f10-446b-9ecb-5d599f73a115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 909 | 2025.03.04 03:18:32.290290 [ 3 ] {8ce8d687-4f10-446b-9ecb-5d599f73a115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 910 | 2025.03.04 03:18:32.290746 [ 3 ] {8ce8d687-4f10-446b-9ecb-5d599f73a115} <Trace> oximeter.measurements_bool (95c23703-7738-4cc8-ba2b-e20d4f58461d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 911 | 2025.03.04 03:18:32.290795 [ 3 ] {8ce8d687-4f10-446b-9ecb-5d599f73a115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 912 | 2025.03.04 03:18:32.291302 [ 3 ] {8ce8d687-4f10-446b-9ecb-5d599f73a115} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 913 | 2025.03.04 03:18:32.291555 [ 3 ] {8ce8d687-4f10-446b-9ecb-5d599f73a115} <Trace> oximeter.measurements_bool (95c23703-7738-4cc8-ba2b-e20d4f58461d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 914 | 2025.03.04 03:18:32.291826 [ 3 ] {8ce8d687-4f10-446b-9ecb-5d599f73a115} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001584 sec., 3787.878787878788 rows/sec., 197.90 KiB/sec. | ||
| 915 | 2025.03.04 03:18:32.291891 [ 3 ] {8ce8d687-4f10-446b-9ecb-5d599f73a115} <Debug> TCPHandler: Processed in 0.001805352 sec. | ||
| 916 | 2025.03.04 03:18:32.292006 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 917 | 2025.03.04 03:18:32.292112 [ 3 ] {acce30c2-02db-49ea-b15d-e2b13e5864bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 918 | 2025.03.04 03:18:32.292159 [ 3 ] {acce30c2-02db-49ea-b15d-e2b13e5864bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 919 | 2025.03.04 03:18:32.292659 [ 3 ] {acce30c2-02db-49ea-b15d-e2b13e5864bb} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 920 | 2025.03.04 03:18:32.292697 [ 3 ] {acce30c2-02db-49ea-b15d-e2b13e5864bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 921 | 2025.03.04 03:18:32.293078 [ 3 ] {acce30c2-02db-49ea-b15d-e2b13e5864bb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 922 | 2025.03.04 03:18:32.293336 [ 3 ] {acce30c2-02db-49ea-b15d-e2b13e5864bb} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 923 | 2025.03.04 03:18:32.293581 [ 3 ] {acce30c2-02db-49ea-b15d-e2b13e5864bb} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001491 sec., 51643.19248826291 rows/sec., 3.18 MiB/sec. | ||
| 924 | 2025.03.04 03:18:32.293634 [ 3 ] {acce30c2-02db-49ea-b15d-e2b13e5864bb} <Debug> TCPHandler: Processed in 0.00167838 sec. | ||
| 925 | 2025.03.04 03:18:32.293752 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 926 | 2025.03.04 03:18:32.293857 [ 3 ] {015f6ae9-259a-4875-a661-37df3b1111e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 927 | 2025.03.04 03:18:32.293902 [ 3 ] {015f6ae9-259a-4875-a661-37df3b1111e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 928 | 2025.03.04 03:18:32.294322 [ 3 ] {015f6ae9-259a-4875-a661-37df3b1111e8} <Trace> oximeter.measurements_f64 (1753053f-2782-42d6-967d-7404248d46dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 929 | 2025.03.04 03:18:32.294360 [ 3 ] {015f6ae9-259a-4875-a661-37df3b1111e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 930 | 2025.03.04 03:18:32.294724 [ 3 ] {015f6ae9-259a-4875-a661-37df3b1111e8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 931 | 2025.03.04 03:18:32.294962 [ 3 ] {015f6ae9-259a-4875-a661-37df3b1111e8} <Trace> oximeter.measurements_f64 (1753053f-2782-42d6-967d-7404248d46dd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 932 | 2025.03.04 03:18:32.295180 [ 3 ] {015f6ae9-259a-4875-a661-37df3b1111e8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001342 sec., 745.1564828614008 rows/sec., 50.21 KiB/sec. | ||
| 933 | 2025.03.04 03:18:32.295233 [ 3 ] {015f6ae9-259a-4875-a661-37df3b1111e8} <Debug> TCPHandler: Processed in 0.001531289 sec. | ||
| 934 | 2025.03.04 03:18:32.295336 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 935 | 2025.03.04 03:18:32.295438 [ 3 ] {f26eb2d7-afd4-42c2-85a9-d478bd3648de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 936 | 2025.03.04 03:18:32.295500 [ 3 ] {f26eb2d7-afd4-42c2-85a9-d478bd3648de} <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 | ||
| 937 | 2025.03.04 03:18:32.296481 [ 3 ] {f26eb2d7-afd4-42c2-85a9-d478bd3648de} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 938 | 2025.03.04 03:18:32.296519 [ 3 ] {f26eb2d7-afd4-42c2-85a9-d478bd3648de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 939 | 2025.03.04 03:18:32.298972 [ 3 ] {f26eb2d7-afd4-42c2-85a9-d478bd3648de} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 940 | 2025.03.04 03:18:32.299269 [ 3 ] {f26eb2d7-afd4-42c2-85a9-d478bd3648de} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 941 | 2025.03.04 03:18:32.299617 [ 3 ] {f26eb2d7-afd4-42c2-85a9-d478bd3648de} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004183 sec., 1912.5029882859192 rows/sec., 3.43 MiB/sec. | ||
| 942 | 2025.03.04 03:18:32.299766 [ 3 ] {f26eb2d7-afd4-42c2-85a9-d478bd3648de} <Debug> TCPHandler: Processed in 0.004478655 sec. | ||
| 943 | 2025.03.04 03:18:32.299940 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 944 | 2025.03.04 03:18:32.300067 [ 3 ] {fe0b5f21-60fb-4a60-a50c-07ca3906d54a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 945 | 2025.03.04 03:18:32.300114 [ 3 ] {fe0b5f21-60fb-4a60-a50c-07ca3906d54a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 946 | 2025.03.04 03:18:32.300536 [ 3 ] {fe0b5f21-60fb-4a60-a50c-07ca3906d54a} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 947 | 2025.03.04 03:18:32.300573 [ 3 ] {fe0b5f21-60fb-4a60-a50c-07ca3906d54a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 948 | 2025.03.04 03:18:32.300929 [ 3 ] {fe0b5f21-60fb-4a60-a50c-07ca3906d54a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 949 | 2025.03.04 03:18:32.301160 [ 3 ] {fe0b5f21-60fb-4a60-a50c-07ca3906d54a} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 950 | 2025.03.04 03:18:32.301356 [ 3 ] {fe0b5f21-60fb-4a60-a50c-07ca3906d54a} <Debug> executeQuery: Read 22 rows, 1.19 KiB in 0.001319 sec., 16679.302501895374 rows/sec., 904.01 KiB/sec. | ||
| 951 | 2025.03.04 03:18:32.301404 [ 3 ] {fe0b5f21-60fb-4a60-a50c-07ca3906d54a} <Debug> TCPHandler: Processed in 0.001525179 sec. | ||
| 952 | 2025.03.04 03:18:37.171386 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 953 | 2025.03.04 03:18:37.171673 [ 3 ] {9b31b300-ee24-47a4-aba6-a28892794a77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 954 | 2025.03.04 03:18:37.174003 [ 3 ] {9b31b300-ee24-47a4-aba6-a28892794a77} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 955 | 2025.03.04 03:18:37.177840 [ 3 ] {9b31b300-ee24-47a4-aba6-a28892794a77} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 956 | 2025.03.04 03:18:37.178137 [ 3 ] {9b31b300-ee24-47a4-aba6-a28892794a77} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 957 | 2025.03.04 03:18:37.182014 [ 3 ] {9b31b300-ee24-47a4-aba6-a28892794a77} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 958 | 2025.03.04 03:18:37.184185 [ 3 ] {9b31b300-ee24-47a4-aba6-a28892794a77} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
| 959 | 2025.03.04 03:18:37.189047 [ 3 ] {9b31b300-ee24-47a4-aba6-a28892794a77} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 960 | 2025.03.04 03:18:37.191009 [ 3 ] {9b31b300-ee24-47a4-aba6-a28892794a77} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (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 | ||
| 961 | 2025.03.04 03:18:37.191033 [ 3 ] {9b31b300-ee24-47a4-aba6-a28892794a77} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 962 | 2025.03.04 03:18:37.193223 [ 3 ] {9b31b300-ee24-47a4-aba6-a28892794a77} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 963 | 2025.03.04 03:18:37.193255 [ 3 ] {9b31b300-ee24-47a4-aba6-a28892794a77} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 | ||
| 964 | 2025.03.04 03:18:37.220453 [ 3 ] {9b31b300-ee24-47a4-aba6-a28892794a77} <Debug> executeQuery: Read 13 rows, 444.00 B in 0.048878 sec., 265.96832930970993 rows/sec., 8.87 KiB/sec. | ||
| 965 | 2025.03.04 03:18:37.220653 [ 3 ] {9b31b300-ee24-47a4-aba6-a28892794a77} <Debug> TCPHandler: Processed in 0.049404635 sec. | ||
| 966 | 2025.03.04 03:18:37.221187 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 967 | 2025.03.04 03:18:37.221439 [ 3 ] {accf219b-6a0e-4959-a265-45f19a63e83b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 968 | 2025.03.04 03:18:37.221939 [ 3 ] {accf219b-6a0e-4959-a265-45f19a63e83b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 969 | 2025.03.04 03:18:37.221999 [ 3 ] {accf219b-6a0e-4959-a265-45f19a63e83b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 970 | 2025.03.04 03:18:37.222368 [ 3 ] {accf219b-6a0e-4959-a265-45f19a63e83b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 971 | 2025.03.04 03:18:37.222458 [ 3 ] {accf219b-6a0e-4959-a265-45f19a63e83b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 972 | 2025.03.04 03:18:37.222658 [ 3 ] {accf219b-6a0e-4959-a265-45f19a63e83b} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 973 | 2025.03.04 03:18:37.222712 [ 3 ] {accf219b-6a0e-4959-a265-45f19a63e83b} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 974 | 2025.03.04 03:18:37.222750 [ 3 ] {accf219b-6a0e-4959-a265-45f19a63e83b} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (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 | ||
| 975 | 2025.03.04 03:18:37.222774 [ 3 ] {accf219b-6a0e-4959-a265-45f19a63e83b} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 976 | 2025.03.04 03:18:37.222843 [ 3 ] {accf219b-6a0e-4959-a265-45f19a63e83b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 977 | 2025.03.04 03:18:37.222880 [ 3 ] {accf219b-6a0e-4959-a265-45f19a63e83b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 | ||
| 978 | 2025.03.04 03:18:37.223611 [ 3 ] {accf219b-6a0e-4959-a265-45f19a63e83b} <Debug> executeQuery: Read 13 rows, 444.00 B in 0.002301 sec., 5649.717514124293 rows/sec., 188.44 KiB/sec. | ||
| 979 | 2025.03.04 03:18:37.223704 [ 3 ] {accf219b-6a0e-4959-a265-45f19a63e83b} <Debug> TCPHandler: Processed in 0.002640372 sec. | ||
| 980 | 2025.03.04 03:18:37.224023 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 981 | 2025.03.04 03:18:37.224187 [ 3 ] {1024ff72-e514-4be4-b8f9-b165ed590245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 982 | 2025.03.04 03:18:37.224482 [ 3 ] {1024ff72-e514-4be4-b8f9-b165ed590245} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 983 | 2025.03.04 03:18:37.224521 [ 3 ] {1024ff72-e514-4be4-b8f9-b165ed590245} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 984 | 2025.03.04 03:18:37.224763 [ 3 ] {1024ff72-e514-4be4-b8f9-b165ed590245} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 985 | 2025.03.04 03:18:37.224838 [ 3 ] {1024ff72-e514-4be4-b8f9-b165ed590245} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 986 | 2025.03.04 03:18:37.225017 [ 3 ] {1024ff72-e514-4be4-b8f9-b165ed590245} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 987 | 2025.03.04 03:18:37.225067 [ 3 ] {1024ff72-e514-4be4-b8f9-b165ed590245} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 988 | 2025.03.04 03:18:37.225099 [ 3 ] {1024ff72-e514-4be4-b8f9-b165ed590245} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (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 | ||
| 989 | 2025.03.04 03:18:37.225124 [ 3 ] {1024ff72-e514-4be4-b8f9-b165ed590245} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 990 | 2025.03.04 03:18:37.225183 [ 3 ] {1024ff72-e514-4be4-b8f9-b165ed590245} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 991 | 2025.03.04 03:18:37.225215 [ 3 ] {1024ff72-e514-4be4-b8f9-b165ed590245} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 | ||
| 992 | 2025.03.04 03:18:37.225954 [ 3 ] {1024ff72-e514-4be4-b8f9-b165ed590245} <Debug> executeQuery: Read 13 rows, 444.00 B in 0.00184 sec., 7065.217391304348 rows/sec., 235.65 KiB/sec. | ||
| 993 | 2025.03.04 03:18:37.226062 [ 3 ] {1024ff72-e514-4be4-b8f9-b165ed590245} <Debug> TCPHandler: Processed in 0.002095136 sec. | ||
| 994 | 2025.03.04 03:18:37.226378 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 995 | 2025.03.04 03:18:37.226571 [ 3 ] {bc473847-b63f-4224-8d48-aa72ea5d2281} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 996 | 2025.03.04 03:18:37.226903 [ 3 ] {bc473847-b63f-4224-8d48-aa72ea5d2281} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 997 | 2025.03.04 03:18:37.226951 [ 3 ] {bc473847-b63f-4224-8d48-aa72ea5d2281} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 998 | 2025.03.04 03:18:37.227310 [ 3 ] {bc473847-b63f-4224-8d48-aa72ea5d2281} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 999 | 2025.03.04 03:18:37.227405 [ 3 ] {bc473847-b63f-4224-8d48-aa72ea5d2281} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1000 | 2025.03.04 03:18:37.227600 [ 3 ] {bc473847-b63f-4224-8d48-aa72ea5d2281} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1001 | 2025.03.04 03:18:37.227651 [ 3 ] {bc473847-b63f-4224-8d48-aa72ea5d2281} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1002 | 2025.03.04 03:18:37.227686 [ 3 ] {bc473847-b63f-4224-8d48-aa72ea5d2281} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (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 | ||
| 1003 | 2025.03.04 03:18:37.227711 [ 3 ] {bc473847-b63f-4224-8d48-aa72ea5d2281} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1004 | 2025.03.04 03:18:37.227766 [ 3 ] {bc473847-b63f-4224-8d48-aa72ea5d2281} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1005 | 2025.03.04 03:18:37.227796 [ 3 ] {bc473847-b63f-4224-8d48-aa72ea5d2281} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 | ||
| 1006 | 2025.03.04 03:18:37.228516 [ 3 ] {bc473847-b63f-4224-8d48-aa72ea5d2281} <Debug> executeQuery: Read 13 rows, 444.00 B in 0.002038 sec., 6378.802747791953 rows/sec., 212.75 KiB/sec. | ||
| 1007 | 2025.03.04 03:18:37.228633 [ 3 ] {bc473847-b63f-4224-8d48-aa72ea5d2281} <Debug> TCPHandler: Processed in 0.002321878 sec. | ||
| 1008 | 2025.03.04 03:18:37.228919 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1009 | 2025.03.04 03:18:37.229077 [ 3 ] {70926bb2-2099-4e77-bc00-b5dd07e94d0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1010 | 2025.03.04 03:18:37.229339 [ 3 ] {70926bb2-2099-4e77-bc00-b5dd07e94d0c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1011 | 2025.03.04 03:18:37.229383 [ 3 ] {70926bb2-2099-4e77-bc00-b5dd07e94d0c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1012 | 2025.03.04 03:18:37.229634 [ 3 ] {70926bb2-2099-4e77-bc00-b5dd07e94d0c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1013 | 2025.03.04 03:18:37.229700 [ 3 ] {70926bb2-2099-4e77-bc00-b5dd07e94d0c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1014 | 2025.03.04 03:18:37.229844 [ 3 ] {70926bb2-2099-4e77-bc00-b5dd07e94d0c} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1015 | 2025.03.04 03:18:37.229879 [ 3 ] {70926bb2-2099-4e77-bc00-b5dd07e94d0c} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1016 | 2025.03.04 03:18:37.229903 [ 3 ] {70926bb2-2099-4e77-bc00-b5dd07e94d0c} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (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 | ||
| 1017 | 2025.03.04 03:18:37.229920 [ 3 ] {70926bb2-2099-4e77-bc00-b5dd07e94d0c} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1018 | 2025.03.04 03:18:37.229963 [ 3 ] {70926bb2-2099-4e77-bc00-b5dd07e94d0c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1019 | 2025.03.04 03:18:37.229986 [ 3 ] {70926bb2-2099-4e77-bc00-b5dd07e94d0c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 | ||
| 1020 | 2025.03.04 03:18:37.230586 [ 3 ] {70926bb2-2099-4e77-bc00-b5dd07e94d0c} <Debug> executeQuery: Read 13 rows, 444.00 B in 0.001578 sec., 8238.276299112802 rows/sec., 274.77 KiB/sec. | ||
| 1021 | 2025.03.04 03:18:37.230673 [ 3 ] {70926bb2-2099-4e77-bc00-b5dd07e94d0c} <Debug> TCPHandler: Processed in 0.001808352 sec. | ||
| 1022 | 2025.03.04 03:18:37.230940 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1023 | 2025.03.04 03:18:37.231107 [ 3 ] {3f48d725-8032-47df-b137-bdc98ad1cf73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1024 | 2025.03.04 03:18:37.231418 [ 3 ] {3f48d725-8032-47df-b137-bdc98ad1cf73} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1025 | 2025.03.04 03:18:37.231462 [ 3 ] {3f48d725-8032-47df-b137-bdc98ad1cf73} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1026 | 2025.03.04 03:18:37.231724 [ 3 ] {3f48d725-8032-47df-b137-bdc98ad1cf73} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1027 | 2025.03.04 03:18:37.231793 [ 3 ] {3f48d725-8032-47df-b137-bdc98ad1cf73} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1028 | 2025.03.04 03:18:37.231937 [ 3 ] {3f48d725-8032-47df-b137-bdc98ad1cf73} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1029 | 2025.03.04 03:18:37.231972 [ 3 ] {3f48d725-8032-47df-b137-bdc98ad1cf73} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1030 | 2025.03.04 03:18:37.232003 [ 3 ] {3f48d725-8032-47df-b137-bdc98ad1cf73} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (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 | ||
| 1031 | 2025.03.04 03:18:37.232021 [ 3 ] {3f48d725-8032-47df-b137-bdc98ad1cf73} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1032 | 2025.03.04 03:18:37.232063 [ 3 ] {3f48d725-8032-47df-b137-bdc98ad1cf73} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1033 | 2025.03.04 03:18:37.232085 [ 3 ] {3f48d725-8032-47df-b137-bdc98ad1cf73} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 | ||
| 1034 | 2025.03.04 03:18:37.232698 [ 3 ] {3f48d725-8032-47df-b137-bdc98ad1cf73} <Debug> executeQuery: Read 13 rows, 444.00 B in 0.001667 sec., 7798.440311937612 rows/sec., 260.10 KiB/sec. | ||
| 1035 | 2025.03.04 03:18:37.232809 [ 3 ] {3f48d725-8032-47df-b137-bdc98ad1cf73} <Debug> TCPHandler: Processed in 0.001923243 sec. | ||
| 1036 | 2025.03.04 03:18:37.233125 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1037 | 2025.03.04 03:18:37.233357 [ 3 ] {c2eb4cd2-c883-4dbd-aff9-26e0ae96ed61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1038 | 2025.03.04 03:18:37.233691 [ 3 ] {c2eb4cd2-c883-4dbd-aff9-26e0ae96ed61} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1039 | 2025.03.04 03:18:37.233735 [ 3 ] {c2eb4cd2-c883-4dbd-aff9-26e0ae96ed61} <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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1040 | 2025.03.04 03:18:37.234093 [ 3 ] {c2eb4cd2-c883-4dbd-aff9-26e0ae96ed61} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1041 | 2025.03.04 03:18:37.234186 [ 3 ] {c2eb4cd2-c883-4dbd-aff9-26e0ae96ed61} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1042 | 2025.03.04 03:18:37.234413 [ 3 ] {c2eb4cd2-c883-4dbd-aff9-26e0ae96ed61} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1043 | 2025.03.04 03:18:37.234452 [ 3 ] {c2eb4cd2-c883-4dbd-aff9-26e0ae96ed61} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1044 | 2025.03.04 03:18:37.234479 [ 3 ] {c2eb4cd2-c883-4dbd-aff9-26e0ae96ed61} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (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 | ||
| 1045 | 2025.03.04 03:18:37.234499 [ 3 ] {c2eb4cd2-c883-4dbd-aff9-26e0ae96ed61} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1046 | 2025.03.04 03:18:37.234543 [ 3 ] {c2eb4cd2-c883-4dbd-aff9-26e0ae96ed61} <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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1047 | 2025.03.04 03:18:37.234570 [ 3 ] {c2eb4cd2-c883-4dbd-aff9-26e0ae96ed61} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 | ||
| 1048 | 2025.03.04 03:18:37.235135 [ 3 ] {c2eb4cd2-c883-4dbd-aff9-26e0ae96ed61} <Debug> executeQuery: Read 13 rows, 444.00 B in 0.001901 sec., 6838.506049447659 rows/sec., 228.09 KiB/sec. | ||
| 1049 | 2025.03.04 03:18:37.235223 [ 3 ] {c2eb4cd2-c883-4dbd-aff9-26e0ae96ed61} <Debug> TCPHandler: Processed in 0.002165586 sec. | ||
| 1050 | 2025.03.04 03:18:37.235499 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1051 | 2025.03.04 03:18:37.235667 [ 3 ] {3b07f31c-be83-447f-9847-ace1b98bff2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1052 | 2025.03.04 03:18:37.235959 [ 3 ] {3b07f31c-be83-447f-9847-ace1b98bff2b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1053 | 2025.03.04 03:18:37.236002 [ 3 ] {3b07f31c-be83-447f-9847-ace1b98bff2b} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1054 | 2025.03.04 03:18:37.236261 [ 3 ] {3b07f31c-be83-447f-9847-ace1b98bff2b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1055 | 2025.03.04 03:18:37.236349 [ 3 ] {3b07f31c-be83-447f-9847-ace1b98bff2b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1056 | 2025.03.04 03:18:37.236543 [ 3 ] {3b07f31c-be83-447f-9847-ace1b98bff2b} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1057 | 2025.03.04 03:18:37.236589 [ 3 ] {3b07f31c-be83-447f-9847-ace1b98bff2b} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1058 | 2025.03.04 03:18:37.236621 [ 3 ] {3b07f31c-be83-447f-9847-ace1b98bff2b} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (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 | ||
| 1059 | 2025.03.04 03:18:37.236645 [ 3 ] {3b07f31c-be83-447f-9847-ace1b98bff2b} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1060 | 2025.03.04 03:18:37.236699 [ 3 ] {3b07f31c-be83-447f-9847-ace1b98bff2b} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1061 | 2025.03.04 03:18:37.236728 [ 3 ] {3b07f31c-be83-447f-9847-ace1b98bff2b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 | ||
| 1062 | 2025.03.04 03:18:37.238115 [ 3 ] {3b07f31c-be83-447f-9847-ace1b98bff2b} <Debug> executeQuery: Read 13 rows, 444.00 B in 0.002522 sec., 5154.639175257732 rows/sec., 171.92 KiB/sec. | ||
| 1063 | 2025.03.04 03:18:37.238204 [ 3 ] {3b07f31c-be83-447f-9847-ace1b98bff2b} <Debug> TCPHandler: Processed in 0.002764123 sec. | ||
| 1064 | 2025.03.04 03:18:37.238473 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1065 | 2025.03.04 03:18:37.238638 [ 3 ] {e8d12b0f-f523-408c-b1fb-9f70d715ec7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1066 | 2025.03.04 03:18:37.238913 [ 3 ] {e8d12b0f-f523-408c-b1fb-9f70d715ec7d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1067 | 2025.03.04 03:18:37.238963 [ 3 ] {e8d12b0f-f523-408c-b1fb-9f70d715ec7d} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1068 | 2025.03.04 03:18:37.239229 [ 3 ] {e8d12b0f-f523-408c-b1fb-9f70d715ec7d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1069 | 2025.03.04 03:18:37.239296 [ 3 ] {e8d12b0f-f523-408c-b1fb-9f70d715ec7d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1070 | 2025.03.04 03:18:37.239439 [ 3 ] {e8d12b0f-f523-408c-b1fb-9f70d715ec7d} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1071 | 2025.03.04 03:18:37.239475 [ 3 ] {e8d12b0f-f523-408c-b1fb-9f70d715ec7d} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1072 | 2025.03.04 03:18:37.239498 [ 3 ] {e8d12b0f-f523-408c-b1fb-9f70d715ec7d} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (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 | ||
| 1073 | 2025.03.04 03:18:37.239515 [ 3 ] {e8d12b0f-f523-408c-b1fb-9f70d715ec7d} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1074 | 2025.03.04 03:18:37.239557 [ 3 ] {e8d12b0f-f523-408c-b1fb-9f70d715ec7d} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1075 | 2025.03.04 03:18:37.239581 [ 3 ] {e8d12b0f-f523-408c-b1fb-9f70d715ec7d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 | ||
| 1076 | 2025.03.04 03:18:37.240151 [ 3 ] {e8d12b0f-f523-408c-b1fb-9f70d715ec7d} <Debug> executeQuery: Read 13 rows, 444.00 B in 0.001583 sec., 8212.2552116235 rows/sec., 273.91 KiB/sec. | ||
| 1077 | 2025.03.04 03:18:37.240236 [ 3 ] {e8d12b0f-f523-408c-b1fb-9f70d715ec7d} <Debug> TCPHandler: Processed in 0.001821492 sec. | ||
| 1078 | 2025.03.04 03:18:37.240529 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1079 | 2025.03.04 03:18:37.240687 [ 3 ] {209c6c7c-9bd8-455d-9c4f-bd2efc34a758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1080 | 2025.03.04 03:18:37.240959 [ 3 ] {209c6c7c-9bd8-455d-9c4f-bd2efc34a758} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1081 | 2025.03.04 03:18:37.240999 [ 3 ] {209c6c7c-9bd8-455d-9c4f-bd2efc34a758} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1082 | 2025.03.04 03:18:37.241262 [ 3 ] {209c6c7c-9bd8-455d-9c4f-bd2efc34a758} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1083 | 2025.03.04 03:18:37.241336 [ 3 ] {209c6c7c-9bd8-455d-9c4f-bd2efc34a758} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1084 | 2025.03.04 03:18:37.241480 [ 3 ] {209c6c7c-9bd8-455d-9c4f-bd2efc34a758} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1085 | 2025.03.04 03:18:37.241513 [ 3 ] {209c6c7c-9bd8-455d-9c4f-bd2efc34a758} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1086 | 2025.03.04 03:18:37.241537 [ 3 ] {209c6c7c-9bd8-455d-9c4f-bd2efc34a758} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (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 | ||
| 1087 | 2025.03.04 03:18:37.241553 [ 3 ] {209c6c7c-9bd8-455d-9c4f-bd2efc34a758} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1088 | 2025.03.04 03:18:37.241595 [ 3 ] {209c6c7c-9bd8-455d-9c4f-bd2efc34a758} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1089 | 2025.03.04 03:18:37.241616 [ 3 ] {209c6c7c-9bd8-455d-9c4f-bd2efc34a758} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 | ||
| 1090 | 2025.03.04 03:18:37.242205 [ 3 ] {209c6c7c-9bd8-455d-9c4f-bd2efc34a758} <Debug> executeQuery: Read 13 rows, 444.00 B in 0.001589 sec., 8181.2460667086225 rows/sec., 272.87 KiB/sec. | ||
| 1091 | 2025.03.04 03:18:37.242335 [ 3 ] {209c6c7c-9bd8-455d-9c4f-bd2efc34a758} <Debug> TCPHandler: Processed in 0.001856443 sec. | ||
| 1092 | 2025.03.04 03:18:37.242596 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1093 | 2025.03.04 03:18:37.242785 [ 3 ] {3956ba59-d606-4f72-98fe-76462b331342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1094 | 2025.03.04 03:18:37.243088 [ 3 ] {3956ba59-d606-4f72-98fe-76462b331342} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1095 | 2025.03.04 03:18:37.243149 [ 3 ] {3956ba59-d606-4f72-98fe-76462b331342} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1096 | 2025.03.04 03:18:37.243437 [ 3 ] {3956ba59-d606-4f72-98fe-76462b331342} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1097 | 2025.03.04 03:18:37.243504 [ 3 ] {3956ba59-d606-4f72-98fe-76462b331342} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1098 | 2025.03.04 03:18:37.243644 [ 3 ] {3956ba59-d606-4f72-98fe-76462b331342} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1099 | 2025.03.04 03:18:37.243677 [ 3 ] {3956ba59-d606-4f72-98fe-76462b331342} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1100 | 2025.03.04 03:18:37.243700 [ 3 ] {3956ba59-d606-4f72-98fe-76462b331342} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (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 | ||
| 1101 | 2025.03.04 03:18:37.243717 [ 3 ] {3956ba59-d606-4f72-98fe-76462b331342} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1102 | 2025.03.04 03:18:37.243759 [ 3 ] {3956ba59-d606-4f72-98fe-76462b331342} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1103 | 2025.03.04 03:18:37.243787 [ 3 ] {3956ba59-d606-4f72-98fe-76462b331342} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 | ||
| 1104 | 2025.03.04 03:18:37.244358 [ 3 ] {3956ba59-d606-4f72-98fe-76462b331342} <Debug> executeQuery: Read 13 rows, 444.00 B in 0.001666 sec., 7803.1212484994 rows/sec., 260.26 KiB/sec. | ||
| 1105 | 2025.03.04 03:18:37.244452 [ 3 ] {3956ba59-d606-4f72-98fe-76462b331342} <Debug> TCPHandler: Processed in 0.001908863 sec. | ||
| 1106 | 2025.03.04 03:18:37.244729 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1107 | 2025.03.04 03:18:37.244911 [ 3 ] {24f692ec-40d2-47d7-bd90-9111a7aef7c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1108 | 2025.03.04 03:18:37.245187 [ 3 ] {24f692ec-40d2-47d7-bd90-9111a7aef7c5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1109 | 2025.03.04 03:18:37.245228 [ 3 ] {24f692ec-40d2-47d7-bd90-9111a7aef7c5} <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: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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1110 | 2025.03.04 03:18:37.245494 [ 3 ] {24f692ec-40d2-47d7-bd90-9111a7aef7c5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1111 | 2025.03.04 03:18:37.245560 [ 3 ] {24f692ec-40d2-47d7-bd90-9111a7aef7c5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1112 | 2025.03.04 03:18:37.245698 [ 3 ] {24f692ec-40d2-47d7-bd90-9111a7aef7c5} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1113 | 2025.03.04 03:18:37.245731 [ 3 ] {24f692ec-40d2-47d7-bd90-9111a7aef7c5} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1114 | 2025.03.04 03:18:37.245755 [ 3 ] {24f692ec-40d2-47d7-bd90-9111a7aef7c5} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (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 | ||
| 1115 | 2025.03.04 03:18:37.245771 [ 3 ] {24f692ec-40d2-47d7-bd90-9111a7aef7c5} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1116 | 2025.03.04 03:18:37.245816 [ 3 ] {24f692ec-40d2-47d7-bd90-9111a7aef7c5} <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: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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1117 | 2025.03.04 03:18:37.245837 [ 3 ] {24f692ec-40d2-47d7-bd90-9111a7aef7c5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 | ||
| 1118 | 2025.03.04 03:18:37.246374 [ 3 ] {24f692ec-40d2-47d7-bd90-9111a7aef7c5} <Debug> executeQuery: Read 13 rows, 444.00 B in 0.001545 sec., 8414.239482200648 rows/sec., 280.64 KiB/sec. | ||
| 1119 | 2025.03.04 03:18:37.246464 [ 3 ] {24f692ec-40d2-47d7-bd90-9111a7aef7c5} <Debug> TCPHandler: Processed in 0.001799562 sec. | ||
| 1120 | 2025.03.04 03:18:37.246707 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1121 | 2025.03.04 03:18:37.246861 [ 3 ] {d55f462a-36cf-4e70-aa10-14c1fa69364d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1122 | 2025.03.04 03:18:37.247124 [ 3 ] {d55f462a-36cf-4e70-aa10-14c1fa69364d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1123 | 2025.03.04 03:18:37.247179 [ 3 ] {d55f462a-36cf-4e70-aa10-14c1fa69364d} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1124 | 2025.03.04 03:18:37.247450 [ 3 ] {d55f462a-36cf-4e70-aa10-14c1fa69364d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1125 | 2025.03.04 03:18:37.247514 [ 3 ] {d55f462a-36cf-4e70-aa10-14c1fa69364d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1126 | 2025.03.04 03:18:37.247671 [ 3 ] {d55f462a-36cf-4e70-aa10-14c1fa69364d} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1127 | 2025.03.04 03:18:37.247704 [ 3 ] {d55f462a-36cf-4e70-aa10-14c1fa69364d} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1128 | 2025.03.04 03:18:37.247726 [ 3 ] {d55f462a-36cf-4e70-aa10-14c1fa69364d} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (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 | ||
| 1129 | 2025.03.04 03:18:37.247742 [ 3 ] {d55f462a-36cf-4e70-aa10-14c1fa69364d} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1130 | 2025.03.04 03:18:37.247784 [ 3 ] {d55f462a-36cf-4e70-aa10-14c1fa69364d} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1131 | 2025.03.04 03:18:37.247814 [ 3 ] {d55f462a-36cf-4e70-aa10-14c1fa69364d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 | ||
| 1132 | 2025.03.04 03:18:37.250570 [ 3 ] {d55f462a-36cf-4e70-aa10-14c1fa69364d} <Debug> executeQuery: Read 13 rows, 444.00 B in 0.003775 sec., 3443.708609271523 rows/sec., 114.86 KiB/sec. | ||
| 1133 | 2025.03.04 03:18:37.250675 [ 3 ] {d55f462a-36cf-4e70-aa10-14c1fa69364d} <Debug> TCPHandler: Processed in 0.004019279 sec. | ||
| 1134 | 2025.03.04 03:18:37.250918 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1135 | 2025.03.04 03:18:37.251075 [ 3 ] {066fb2fd-f54b-484d-94ed-f022eacfdd43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1136 | 2025.03.04 03:18:37.251417 [ 3 ] {066fb2fd-f54b-484d-94ed-f022eacfdd43} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1137 | 2025.03.04 03:18:37.251460 [ 3 ] {066fb2fd-f54b-484d-94ed-f022eacfdd43} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1138 | 2025.03.04 03:18:37.251774 [ 3 ] {066fb2fd-f54b-484d-94ed-f022eacfdd43} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1139 | 2025.03.04 03:18:37.251863 [ 3 ] {066fb2fd-f54b-484d-94ed-f022eacfdd43} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1140 | 2025.03.04 03:18:37.252043 [ 3 ] {066fb2fd-f54b-484d-94ed-f022eacfdd43} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1141 | 2025.03.04 03:18:37.252081 [ 3 ] {066fb2fd-f54b-484d-94ed-f022eacfdd43} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1142 | 2025.03.04 03:18:37.252105 [ 3 ] {066fb2fd-f54b-484d-94ed-f022eacfdd43} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (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 | ||
| 1143 | 2025.03.04 03:18:37.252121 [ 3 ] {066fb2fd-f54b-484d-94ed-f022eacfdd43} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1144 | 2025.03.04 03:18:37.252165 [ 3 ] {066fb2fd-f54b-484d-94ed-f022eacfdd43} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1145 | 2025.03.04 03:18:37.252187 [ 3 ] {066fb2fd-f54b-484d-94ed-f022eacfdd43} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 13 rows starting from 0 | ||
| 1146 | 2025.03.04 03:18:37.252857 [ 3 ] {066fb2fd-f54b-484d-94ed-f022eacfdd43} <Debug> executeQuery: Read 13 rows, 444.00 B in 0.001849 sec., 7030.827474310438 rows/sec., 234.50 KiB/sec. | ||
| 1147 | 2025.03.04 03:18:37.252980 [ 3 ] {066fb2fd-f54b-484d-94ed-f022eacfdd43} <Debug> TCPHandler: Processed in 0.002116196 sec. | ||
| 1148 | 2025.03.04 03:18:37.257603 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1149 | 2025.03.04 03:18:37.257731 [ 3 ] {b0aa190f-9b74-4f92-aa34-f710745fac14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1150 | 2025.03.04 03:18:37.257781 [ 3 ] {b0aa190f-9b74-4f92-aa34-f710745fac14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1151 | 2025.03.04 03:18:37.258651 [ 3 ] {b0aa190f-9b74-4f92-aa34-f710745fac14} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1152 | 2025.03.04 03:18:37.258698 [ 3 ] {b0aa190f-9b74-4f92-aa34-f710745fac14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1153 | 2025.03.04 03:18:37.259248 [ 3 ] {b0aa190f-9b74-4f92-aa34-f710745fac14} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1154 | 2025.03.04 03:18:37.259508 [ 3 ] {b0aa190f-9b74-4f92-aa34-f710745fac14} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1155 | 2025.03.04 03:18:37.259750 [ 3 ] {b0aa190f-9b74-4f92-aa34-f710745fac14} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.002049 sec., 6832.601268911664 rows/sec., 980.38 KiB/sec. | ||
| 1156 | 2025.03.04 03:18:37.259949 [ 3 ] {b0aa190f-9b74-4f92-aa34-f710745fac14} <Debug> TCPHandler: Processed in 0.002406089 sec. | ||
| 1157 | 2025.03.04 03:18:37.260106 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1158 | 2025.03.04 03:18:37.260223 [ 3 ] {2063f3d4-ad4d-4570-99c6-b93ff2181eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1159 | 2025.03.04 03:18:37.260298 [ 3 ] {2063f3d4-ad4d-4570-99c6-b93ff2181eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1160 | 2025.03.04 03:18:37.260923 [ 3 ] {2063f3d4-ad4d-4570-99c6-b93ff2181eaf} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1161 | 2025.03.04 03:18:37.260966 [ 3 ] {2063f3d4-ad4d-4570-99c6-b93ff2181eaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1162 | 2025.03.04 03:18:37.261453 [ 3 ] {2063f3d4-ad4d-4570-99c6-b93ff2181eaf} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1163 | 2025.03.04 03:18:37.261739 [ 3 ] {2063f3d4-ad4d-4570-99c6-b93ff2181eaf} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1164 | 2025.03.04 03:18:37.261970 [ 3 ] {2063f3d4-ad4d-4570-99c6-b93ff2181eaf} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001777 sec., 14631.401238041644 rows/sec., 1.09 MiB/sec. | ||
| 1165 | 2025.03.04 03:18:37.262041 [ 3 ] {2063f3d4-ad4d-4570-99c6-b93ff2181eaf} <Debug> TCPHandler: Processed in 0.001987265 sec. | ||
| 1166 | 2025.03.04 03:18:37.262171 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1167 | 2025.03.04 03:18:37.262298 [ 3 ] {321955af-1eef-4959-be9d-825768e43f6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1168 | 2025.03.04 03:18:37.262345 [ 3 ] {321955af-1eef-4959-be9d-825768e43f6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1169 | 2025.03.04 03:18:37.262886 [ 3 ] {321955af-1eef-4959-be9d-825768e43f6d} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1170 | 2025.03.04 03:18:37.262925 [ 3 ] {321955af-1eef-4959-be9d-825768e43f6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1171 | 2025.03.04 03:18:37.263300 [ 3 ] {321955af-1eef-4959-be9d-825768e43f6d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1172 | 2025.03.04 03:18:37.263556 [ 3 ] {321955af-1eef-4959-be9d-825768e43f6d} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1173 | 2025.03.04 03:18:37.263736 [ 3 ] {321955af-1eef-4959-be9d-825768e43f6d} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001479 sec., 18931.710615280594 rows/sec., 1.48 MiB/sec. | ||
| 1174 | 2025.03.04 03:18:37.263798 [ 3 ] {321955af-1eef-4959-be9d-825768e43f6d} <Debug> TCPHandler: Processed in 0.00167796 sec. | ||
| 1175 | 2025.03.04 03:18:37.263916 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1176 | 2025.03.04 03:18:37.264026 [ 3 ] {0519f4e7-5a1a-421d-842d-69aba5d3fd53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1177 | 2025.03.04 03:18:37.264077 [ 3 ] {0519f4e7-5a1a-421d-842d-69aba5d3fd53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1178 | 2025.03.04 03:18:37.266805 [ 3 ] {0519f4e7-5a1a-421d-842d-69aba5d3fd53} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1179 | 2025.03.04 03:18:37.266862 [ 3 ] {0519f4e7-5a1a-421d-842d-69aba5d3fd53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1180 | 2025.03.04 03:18:37.267477 [ 3 ] {0519f4e7-5a1a-421d-842d-69aba5d3fd53} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1181 | 2025.03.04 03:18:37.267811 [ 3 ] {0519f4e7-5a1a-421d-842d-69aba5d3fd53} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1182 | 2025.03.04 03:18:37.268047 [ 3 ] {0519f4e7-5a1a-421d-842d-69aba5d3fd53} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.004035 sec., 19826.517967781907 rows/sec., 1.37 MiB/sec. | ||
| 1183 | 2025.03.04 03:18:37.268387 [ 3 ] {0519f4e7-5a1a-421d-842d-69aba5d3fd53} <Debug> TCPHandler: Processed in 0.004519436 sec. | ||
| 1184 | 2025.03.04 03:18:37.269128 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1185 | 2025.03.04 03:18:37.269251 [ 3 ] {f40a224b-d42b-42ec-b282-936e90695ae4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1186 | 2025.03.04 03:18:37.269301 [ 3 ] {f40a224b-d42b-42ec-b282-936e90695ae4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1187 | 2025.03.04 03:18:37.269838 [ 3 ] {f40a224b-d42b-42ec-b282-936e90695ae4} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1188 | 2025.03.04 03:18:37.269890 [ 3 ] {f40a224b-d42b-42ec-b282-936e90695ae4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1189 | 2025.03.04 03:18:37.270384 [ 3 ] {f40a224b-d42b-42ec-b282-936e90695ae4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1190 | 2025.03.04 03:18:37.270778 [ 3 ] {f40a224b-d42b-42ec-b282-936e90695ae4} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1191 | 2025.03.04 03:18:37.270980 [ 3 ] {f40a224b-d42b-42ec-b282-936e90695ae4} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001758 sec., 13651.877133105801 rows/sec., 957.68 KiB/sec. | ||
| 1192 | 2025.03.04 03:18:37.271033 [ 3 ] {f40a224b-d42b-42ec-b282-936e90695ae4} <Debug> TCPHandler: Processed in 0.001968424 sec. | ||
| 1193 | 2025.03.04 03:18:38.506246 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 1194 | 2025.03.04 03:18:38.506895 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1195 | 2025.03.04 03:18:38.506945 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1196 | 2025.03.04 03:18:38.507636 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1197 | 2025.03.04 03:18:38.507964 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1198 | 2025.03.04 03:18:38.508264 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1199 | 2025.03.04 03:18:38.646382 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1200 | 2025.03.04 03:18:38.668800 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1201 | 2025.03.04 03:18:38.668858 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1202 | 2025.03.04 03:18:38.675163 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1203 | 2025.03.04 03:18:38.675908 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1204 | 2025.03.04 03:18:38.678984 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1205 | 2025.03.04 03:18:40.980138 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 176 | ||
| 1206 | 2025.03.04 03:18:40.985344 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1207 | 2025.03.04 03:18:40.985392 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1208 | 2025.03.04 03:18:40.986970 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1209 | 2025.03.04 03:18:40.987287 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1210 | 2025.03.04 03:18:40.988046 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 176 | ||
| 1211 | 2025.03.04 03:18:42.176815 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1212 | 2025.03.04 03:18:42.177026 [ 3 ] {1ccd4676-aee0-4400-90ef-4ce4506afc88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1213 | 2025.03.04 03:18:42.177115 [ 3 ] {1ccd4676-aee0-4400-90ef-4ce4506afc88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1214 | 2025.03.04 03:18:42.177882 [ 3 ] {1ccd4676-aee0-4400-90ef-4ce4506afc88} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1215 | 2025.03.04 03:18:42.177935 [ 3 ] {1ccd4676-aee0-4400-90ef-4ce4506afc88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1216 | 2025.03.04 03:18:42.178373 [ 3 ] {1ccd4676-aee0-4400-90ef-4ce4506afc88} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1217 | 2025.03.04 03:18:42.178636 [ 3 ] {1ccd4676-aee0-4400-90ef-4ce4506afc88} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1218 | 2025.03.04 03:18:42.178870 [ 3 ] {1ccd4676-aee0-4400-90ef-4ce4506afc88} <Debug> executeQuery: Read 42 rows, 3.56 KiB in 0.001908 sec., 22012.578616352203 rows/sec., 1.82 MiB/sec. | ||
| 1219 | 2025.03.04 03:18:42.178937 [ 3 ] {1ccd4676-aee0-4400-90ef-4ce4506afc88} <Debug> TCPHandler: Processed in 0.002276898 sec. | ||
| 1220 | 2025.03.04 03:18:42.179072 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1221 | 2025.03.04 03:18:42.179188 [ 3 ] {bea19aa8-deb5-4931-8564-6cea76a3a456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1222 | 2025.03.04 03:18:42.179239 [ 3 ] {bea19aa8-deb5-4931-8564-6cea76a3a456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1223 | 2025.03.04 03:18:42.179775 [ 3 ] {bea19aa8-deb5-4931-8564-6cea76a3a456} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1224 | 2025.03.04 03:18:42.179817 [ 3 ] {bea19aa8-deb5-4931-8564-6cea76a3a456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1225 | 2025.03.04 03:18:42.180186 [ 3 ] {bea19aa8-deb5-4931-8564-6cea76a3a456} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1226 | 2025.03.04 03:18:42.180428 [ 3 ] {bea19aa8-deb5-4931-8564-6cea76a3a456} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1227 | 2025.03.04 03:18:42.180635 [ 3 ] {bea19aa8-deb5-4931-8564-6cea76a3a456} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001476 sec., 5420.054200542005 rows/sec., 407.56 KiB/sec. | ||
| 1228 | 2025.03.04 03:18:42.180690 [ 3 ] {bea19aa8-deb5-4931-8564-6cea76a3a456} <Debug> TCPHandler: Processed in 0.00167542 sec. | ||
| 1229 | 2025.03.04 03:18:42.180817 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1230 | 2025.03.04 03:18:42.180924 [ 3 ] {ce7c6f63-0ed3-4bef-a1e7-d373e348bdea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1231 | 2025.03.04 03:18:42.180969 [ 3 ] {ce7c6f63-0ed3-4bef-a1e7-d373e348bdea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1232 | 2025.03.04 03:18:42.181518 [ 3 ] {ce7c6f63-0ed3-4bef-a1e7-d373e348bdea} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1233 | 2025.03.04 03:18:42.181557 [ 3 ] {ce7c6f63-0ed3-4bef-a1e7-d373e348bdea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1234 | 2025.03.04 03:18:42.181906 [ 3 ] {ce7c6f63-0ed3-4bef-a1e7-d373e348bdea} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1235 | 2025.03.04 03:18:42.182149 [ 3 ] {ce7c6f63-0ed3-4bef-a1e7-d373e348bdea} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1236 | 2025.03.04 03:18:42.182375 [ 3 ] {ce7c6f63-0ed3-4bef-a1e7-d373e348bdea} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001469 sec., 24506.46698434309 rows/sec., 1.91 MiB/sec. | ||
| 1237 | 2025.03.04 03:18:42.182443 [ 3 ] {ce7c6f63-0ed3-4bef-a1e7-d373e348bdea} <Debug> TCPHandler: Processed in 0.001677151 sec. | ||
| 1238 | 2025.03.04 03:18:42.182560 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1239 | 2025.03.04 03:18:42.182666 [ 3 ] {24c736c4-33d4-4a2e-a43b-02cac07362a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1240 | 2025.03.04 03:18:42.182716 [ 3 ] {24c736c4-33d4-4a2e-a43b-02cac07362a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1241 | 2025.03.04 03:18:42.183199 [ 3 ] {24c736c4-33d4-4a2e-a43b-02cac07362a8} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1242 | 2025.03.04 03:18:42.183236 [ 3 ] {24c736c4-33d4-4a2e-a43b-02cac07362a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1243 | 2025.03.04 03:18:42.183614 [ 3 ] {24c736c4-33d4-4a2e-a43b-02cac07362a8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1244 | 2025.03.04 03:18:42.183898 [ 3 ] {24c736c4-33d4-4a2e-a43b-02cac07362a8} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1245 | 2025.03.04 03:18:42.184104 [ 3 ] {24c736c4-33d4-4a2e-a43b-02cac07362a8} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00146 sec., 68493.1506849315 rows/sec., 4.75 MiB/sec. | ||
| 1246 | 2025.03.04 03:18:42.184155 [ 3 ] {24c736c4-33d4-4a2e-a43b-02cac07362a8} <Debug> TCPHandler: Processed in 0.001646591 sec. | ||
| 1247 | 2025.03.04 03:18:42.184275 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1248 | 2025.03.04 03:18:42.184385 [ 3 ] {0a047788-4a52-4872-af01-f69e399608eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1249 | 2025.03.04 03:18:42.184450 [ 3 ] {0a047788-4a52-4872-af01-f69e399608eb} <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 | ||
| 1250 | 2025.03.04 03:18:42.185466 [ 3 ] {0a047788-4a52-4872-af01-f69e399608eb} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1251 | 2025.03.04 03:18:42.185506 [ 3 ] {0a047788-4a52-4872-af01-f69e399608eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1252 | 2025.03.04 03:18:42.186115 [ 3 ] {0a047788-4a52-4872-af01-f69e399608eb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1253 | 2025.03.04 03:18:42.186374 [ 3 ] {0a047788-4a52-4872-af01-f69e399608eb} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1254 | 2025.03.04 03:18:42.186645 [ 3 ] {0a047788-4a52-4872-af01-f69e399608eb} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002273 sec., 3519.5776506819184 rows/sec., 6.31 MiB/sec. | ||
| 1255 | 2025.03.04 03:18:42.186889 [ 3 ] {0a047788-4a52-4872-af01-f69e399608eb} <Debug> TCPHandler: Processed in 0.002664442 sec. | ||
| 1256 | 2025.03.04 03:18:42.187023 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1257 | 2025.03.04 03:18:42.187130 [ 3 ] {c18dd014-1079-4ed2-ad4d-2f161a9f09b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1258 | 2025.03.04 03:18:42.187176 [ 3 ] {c18dd014-1079-4ed2-ad4d-2f161a9f09b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1259 | 2025.03.04 03:18:42.187612 [ 3 ] {c18dd014-1079-4ed2-ad4d-2f161a9f09b9} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1260 | 2025.03.04 03:18:42.187651 [ 3 ] {c18dd014-1079-4ed2-ad4d-2f161a9f09b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1261 | 2025.03.04 03:18:42.188002 [ 3 ] {c18dd014-1079-4ed2-ad4d-2f161a9f09b9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1262 | 2025.03.04 03:18:42.188238 [ 3 ] {c18dd014-1079-4ed2-ad4d-2f161a9f09b9} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1263 | 2025.03.04 03:18:42.188457 [ 3 ] {c18dd014-1079-4ed2-ad4d-2f161a9f09b9} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001345 sec., 22304.832713754648 rows/sec., 1.53 MiB/sec. | ||
| 1264 | 2025.03.04 03:18:42.188525 [ 3 ] {c18dd014-1079-4ed2-ad4d-2f161a9f09b9} <Debug> TCPHandler: Processed in 0.001551979 sec. | ||
| 1265 | 2025.03.04 03:18:45.913212 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1266 | 2025.03.04 03:18:45.913271 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1267 | 2025.03.04 03:18:46.008413 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 1268 | 2025.03.04 03:18:46.009061 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1269 | 2025.03.04 03:18:46.009117 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1270 | 2025.03.04 03:18:46.009749 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1271 | 2025.03.04 03:18:46.010034 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1272 | 2025.03.04 03:18:46.010206 [ 76 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1273 | 2025.03.04 03:18:46.010268 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1274 | 2025.03.04 03:18:46.010271 [ 76 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1275 | 2025.03.04 03:18:46.010304 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1276 | 2025.03.04 03:18:46.014568 [ 186 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::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 | ||
| 1277 | 2025.03.04 03:18:46.014767 [ 186 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1278 | 2025.03.04 03:18:46.014877 [ 186 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part | ||
| 1279 | 2025.03.04 03:18:46.015009 [ 186 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::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 | ||
| 1280 | 2025.03.04 03:18:46.015217 [ 186 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::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 | ||
| 1281 | 2025.03.04 03:18:46.015450 [ 186 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part | ||
| 1282 | 2025.03.04 03:18:46.015646 [ 186 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::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 | ||
| 1283 | 2025.03.04 03:18:46.015830 [ 186 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::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 | ||
| 1284 | 2025.03.04 03:18:46.044785 [ 189 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.034379791 sec., 81617.71547709525 rows/sec., 1.17 MiB/sec. | ||
| 1285 | 2025.03.04 03:18:46.045520 [ 187 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1286 | 2025.03.04 03:18:46.045921 [ 187 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_6_1} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1287 | 2025.03.04 03:18:46.046020 [ 187 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_6_1} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1288 | 2025.03.04 03:18:46.046162 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1289 | 2025.03.04 03:18:46.179095 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1290 | 2025.03.04 03:18:46.199349 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1291 | 2025.03.04 03:18:46.199420 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1292 | 2025.03.04 03:18:46.206420 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1293 | 2025.03.04 03:18:46.207225 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1294 | 2025.03.04 03:18:46.207660 [ 76 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1295 | 2025.03.04 03:18:46.207787 [ 76 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1296 | 2025.03.04 03:18:46.207859 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1297 | 2025.03.04 03:18:46.208136 [ 187 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::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 | ||
| 1298 | 2025.03.04 03:18:46.216737 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1299 | 2025.03.04 03:18:46.217897 [ 187 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1300 | 2025.03.04 03:18:46.218831 [ 187 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::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 | ||
| 1301 | 2025.03.04 03:18:46.223605 [ 187 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::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 | ||
| 1302 | 2025.03.04 03:18:46.228407 [ 187 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::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 | ||
| 1303 | 2025.03.04 03:18:46.233468 [ 187 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part | ||
| 1304 | 2025.03.04 03:18:46.243442 [ 187 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part | ||
| 1305 | 2025.03.04 03:18:46.247944 [ 187 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part | ||
| 1306 | 2025.03.04 03:18:46.313424 [ 189 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.105423801 sec., 436.334106375087 rows/sec., 2.26 MiB/sec. | ||
| 1307 | 2025.03.04 03:18:46.316105 [ 201 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1308 | 2025.03.04 03:18:46.318942 [ 201 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_6_1} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1309 | 2025.03.04 03:18:46.319060 [ 201 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_6_1} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1310 | 2025.03.04 03:18:46.321089 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1311 | 2025.03.04 03:18:47.000157 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.87 MiB, peak 169.40 MiB, free memory in arenas 0.00 B, will set to 163.70 MiB (RSS), difference: 3.83 MiB | ||
| 1312 | 2025.03.04 03:18:47.176453 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1313 | 2025.03.04 03:18:47.176637 [ 3 ] {a9eb2ce6-65d6-4fa5-82b9-24dbd1fc0a14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1314 | 2025.03.04 03:18:47.176709 [ 3 ] {a9eb2ce6-65d6-4fa5-82b9-24dbd1fc0a14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1315 | 2025.03.04 03:18:47.177471 [ 3 ] {a9eb2ce6-65d6-4fa5-82b9-24dbd1fc0a14} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1316 | 2025.03.04 03:18:47.177524 [ 3 ] {a9eb2ce6-65d6-4fa5-82b9-24dbd1fc0a14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1317 | 2025.03.04 03:18:47.177984 [ 3 ] {a9eb2ce6-65d6-4fa5-82b9-24dbd1fc0a14} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1318 | 2025.03.04 03:18:47.178243 [ 3 ] {a9eb2ce6-65d6-4fa5-82b9-24dbd1fc0a14} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1319 | 2025.03.04 03:18:47.178497 [ 3 ] {a9eb2ce6-65d6-4fa5-82b9-24dbd1fc0a14} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001908 sec., 13626.834381551364 rows/sec., 1.01 MiB/sec. | ||
| 1320 | 2025.03.04 03:18:47.178690 [ 3 ] {a9eb2ce6-65d6-4fa5-82b9-24dbd1fc0a14} <Debug> TCPHandler: Processed in 0.002360909 sec. | ||
| 1321 | 2025.03.04 03:18:47.178833 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1322 | 2025.03.04 03:18:47.178948 [ 3 ] {2eba4d80-2d95-4e06-87e2-caae148903ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1323 | 2025.03.04 03:18:47.178996 [ 3 ] {2eba4d80-2d95-4e06-87e2-caae148903ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1324 | 2025.03.04 03:18:47.179582 [ 3 ] {2eba4d80-2d95-4e06-87e2-caae148903ed} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1325 | 2025.03.04 03:18:47.179624 [ 3 ] {2eba4d80-2d95-4e06-87e2-caae148903ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1326 | 2025.03.04 03:18:47.179994 [ 3 ] {2eba4d80-2d95-4e06-87e2-caae148903ed} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1327 | 2025.03.04 03:18:47.180257 [ 3 ] {2eba4d80-2d95-4e06-87e2-caae148903ed} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1328 | 2025.03.04 03:18:47.180474 [ 3 ] {2eba4d80-2d95-4e06-87e2-caae148903ed} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001551 sec., 18052.869116698905 rows/sec., 1.41 MiB/sec. | ||
| 1329 | 2025.03.04 03:18:47.180532 [ 3 ] {2eba4d80-2d95-4e06-87e2-caae148903ed} <Debug> TCPHandler: Processed in 0.001753062 sec. | ||
| 1330 | 2025.03.04 03:18:47.180651 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1331 | 2025.03.04 03:18:47.180760 [ 3 ] {559eddf3-ed9d-4e56-bf0d-beb6db83515e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1332 | 2025.03.04 03:18:47.180809 [ 3 ] {559eddf3-ed9d-4e56-bf0d-beb6db83515e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1333 | 2025.03.04 03:18:47.181299 [ 3 ] {559eddf3-ed9d-4e56-bf0d-beb6db83515e} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1334 | 2025.03.04 03:18:47.181339 [ 3 ] {559eddf3-ed9d-4e56-bf0d-beb6db83515e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1335 | 2025.03.04 03:18:47.181745 [ 3 ] {559eddf3-ed9d-4e56-bf0d-beb6db83515e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1336 | 2025.03.04 03:18:47.181996 [ 3 ] {559eddf3-ed9d-4e56-bf0d-beb6db83515e} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1337 | 2025.03.04 03:18:47.182189 [ 3 ] {559eddf3-ed9d-4e56-bf0d-beb6db83515e} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001454 sec., 68775.7909215956 rows/sec., 4.77 MiB/sec. | ||
| 1338 | 2025.03.04 03:18:47.182241 [ 3 ] {559eddf3-ed9d-4e56-bf0d-beb6db83515e} <Debug> TCPHandler: Processed in 0.00164202 sec. | ||
| 1339 | 2025.03.04 03:18:47.182366 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1340 | 2025.03.04 03:18:47.182477 [ 3 ] {07a37714-8f36-4132-8fef-6bb69c87a2bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1341 | 2025.03.04 03:18:47.182524 [ 3 ] {07a37714-8f36-4132-8fef-6bb69c87a2bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1342 | 2025.03.04 03:18:47.182952 [ 3 ] {07a37714-8f36-4132-8fef-6bb69c87a2bd} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1343 | 2025.03.04 03:18:47.182991 [ 3 ] {07a37714-8f36-4132-8fef-6bb69c87a2bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 1344 | 2025.03.04 03:18:47.183352 [ 3 ] {07a37714-8f36-4132-8fef-6bb69c87a2bd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1345 | 2025.03.04 03:18:47.183604 [ 3 ] {07a37714-8f36-4132-8fef-6bb69c87a2bd} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1346 | 2025.03.04 03:18:47.183830 [ 3 ] {07a37714-8f36-4132-8fef-6bb69c87a2bd} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00138 sec., 21739.130434782608 rows/sec., 1.49 MiB/sec. | ||
| 1347 | 2025.03.04 03:18:47.183904 [ 3 ] {07a37714-8f36-4132-8fef-6bb69c87a2bd} <Debug> TCPHandler: Processed in 0.001588679 sec. | ||
| 1348 | 2025.03.04 03:18:50.988649 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 196 | ||
| 1349 | 2025.03.04 03:18:50.991394 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1350 | 2025.03.04 03:18:50.991451 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1351 | 2025.03.04 03:18:50.992971 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1352 | 2025.03.04 03:18:50.993288 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1353 | 2025.03.04 03:18:50.994150 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 196 | ||
| 1354 | 2025.03.04 03:18:52.174788 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1355 | 2025.03.04 03:18:52.175072 [ 3 ] {26231040-28de-4b39-9a3a-299a97d0975c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1356 | 2025.03.04 03:18:52.175563 [ 3 ] {26231040-28de-4b39-9a3a-299a97d0975c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1357 | 2025.03.04 03:18:52.175613 [ 3 ] {26231040-28de-4b39-9a3a-299a97d0975c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1358 | 2025.03.04 03:18:52.175941 [ 3 ] {26231040-28de-4b39-9a3a-299a97d0975c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1359 | 2025.03.04 03:18:52.176022 [ 3 ] {26231040-28de-4b39-9a3a-299a97d0975c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1360 | 2025.03.04 03:18:52.176200 [ 3 ] {26231040-28de-4b39-9a3a-299a97d0975c} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1361 | 2025.03.04 03:18:52.176431 [ 286 ] {26231040-28de-4b39-9a3a-299a97d0975c} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1362 | 2025.03.04 03:18:52.176486 [ 287 ] {26231040-28de-4b39-9a3a-299a97d0975c} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1363 | 2025.03.04 03:18:52.176604 [ 3 ] {26231040-28de-4b39-9a3a-299a97d0975c} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (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 | ||
| 1364 | 2025.03.04 03:18:52.176635 [ 3 ] {26231040-28de-4b39-9a3a-299a97d0975c} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1365 | 2025.03.04 03:18:52.180770 [ 3 ] {26231040-28de-4b39-9a3a-299a97d0975c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1366 | 2025.03.04 03:18:52.180804 [ 3 ] {26231040-28de-4b39-9a3a-299a97d0975c} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Reading approx. 27 rows with 2 streams | ||
| 1367 | 2025.03.04 03:18:52.180871 [ 3 ] {26231040-28de-4b39-9a3a-299a97d0975c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1368 | 2025.03.04 03:18:52.180927 [ 3 ] {26231040-28de-4b39-9a3a-299a97d0975c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1369 | 2025.03.04 03:18:52.182526 [ 3 ] {26231040-28de-4b39-9a3a-299a97d0975c} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.007587 sec., 3558.7188612099644 rows/sec., 132.45 KiB/sec. | ||
| 1370 | 2025.03.04 03:18:52.182691 [ 3 ] {26231040-28de-4b39-9a3a-299a97d0975c} <Debug> TCPHandler: Processed in 0.008040509 sec. | ||
| 1371 | 2025.03.04 03:18:52.182973 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1372 | 2025.03.04 03:18:52.183171 [ 3 ] {a753aa3e-3319-4197-8f65-a4b2d9bed646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1373 | 2025.03.04 03:18:52.183516 [ 3 ] {a753aa3e-3319-4197-8f65-a4b2d9bed646} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1374 | 2025.03.04 03:18:52.183568 [ 3 ] {a753aa3e-3319-4197-8f65-a4b2d9bed646} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1375 | 2025.03.04 03:18:52.183860 [ 3 ] {a753aa3e-3319-4197-8f65-a4b2d9bed646} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1376 | 2025.03.04 03:18:52.183926 [ 3 ] {a753aa3e-3319-4197-8f65-a4b2d9bed646} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1377 | 2025.03.04 03:18:52.184068 [ 3 ] {a753aa3e-3319-4197-8f65-a4b2d9bed646} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1378 | 2025.03.04 03:18:52.184175 [ 287 ] {a753aa3e-3319-4197-8f65-a4b2d9bed646} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1379 | 2025.03.04 03:18:52.184195 [ 288 ] {a753aa3e-3319-4197-8f65-a4b2d9bed646} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1380 | 2025.03.04 03:18:52.184308 [ 3 ] {a753aa3e-3319-4197-8f65-a4b2d9bed646} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (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 | ||
| 1381 | 2025.03.04 03:18:52.184335 [ 3 ] {a753aa3e-3319-4197-8f65-a4b2d9bed646} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1382 | 2025.03.04 03:18:52.184417 [ 3 ] {a753aa3e-3319-4197-8f65-a4b2d9bed646} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1383 | 2025.03.04 03:18:52.184436 [ 3 ] {a753aa3e-3319-4197-8f65-a4b2d9bed646} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Reading approx. 27 rows with 2 streams | ||
| 1384 | 2025.03.04 03:18:52.184474 [ 3 ] {a753aa3e-3319-4197-8f65-a4b2d9bed646} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1385 | 2025.03.04 03:18:52.184514 [ 3 ] {a753aa3e-3319-4197-8f65-a4b2d9bed646} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1386 | 2025.03.04 03:18:52.185745 [ 3 ] {a753aa3e-3319-4197-8f65-a4b2d9bed646} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.002664 sec., 10135.135135135135 rows/sec., 377.21 KiB/sec. | ||
| 1387 | 2025.03.04 03:18:52.185893 [ 3 ] {a753aa3e-3319-4197-8f65-a4b2d9bed646} <Debug> TCPHandler: Processed in 0.002982336 sec. | ||
| 1388 | 2025.03.04 03:18:52.186107 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1389 | 2025.03.04 03:18:52.186265 [ 3 ] {816e2831-974a-47ae-9dcd-6cd1369385f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1390 | 2025.03.04 03:18:52.186541 [ 3 ] {816e2831-974a-47ae-9dcd-6cd1369385f9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1391 | 2025.03.04 03:18:52.186584 [ 3 ] {816e2831-974a-47ae-9dcd-6cd1369385f9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1392 | 2025.03.04 03:18:52.186864 [ 3 ] {816e2831-974a-47ae-9dcd-6cd1369385f9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1393 | 2025.03.04 03:18:52.186928 [ 3 ] {816e2831-974a-47ae-9dcd-6cd1369385f9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1394 | 2025.03.04 03:18:52.187071 [ 3 ] {816e2831-974a-47ae-9dcd-6cd1369385f9} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1395 | 2025.03.04 03:18:52.187187 [ 288 ] {816e2831-974a-47ae-9dcd-6cd1369385f9} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1396 | 2025.03.04 03:18:52.187189 [ 287 ] {816e2831-974a-47ae-9dcd-6cd1369385f9} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1397 | 2025.03.04 03:18:52.187296 [ 3 ] {816e2831-974a-47ae-9dcd-6cd1369385f9} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (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 | ||
| 1398 | 2025.03.04 03:18:52.187323 [ 3 ] {816e2831-974a-47ae-9dcd-6cd1369385f9} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1399 | 2025.03.04 03:18:52.187408 [ 3 ] {816e2831-974a-47ae-9dcd-6cd1369385f9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1400 | 2025.03.04 03:18:52.187428 [ 3 ] {816e2831-974a-47ae-9dcd-6cd1369385f9} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Reading approx. 27 rows with 2 streams | ||
| 1401 | 2025.03.04 03:18:52.187469 [ 3 ] {816e2831-974a-47ae-9dcd-6cd1369385f9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1402 | 2025.03.04 03:18:52.187509 [ 3 ] {816e2831-974a-47ae-9dcd-6cd1369385f9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1403 | 2025.03.04 03:18:52.188622 [ 3 ] {816e2831-974a-47ae-9dcd-6cd1369385f9} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.00243 sec., 11111.111111111111 rows/sec., 413.53 KiB/sec. | ||
| 1404 | 2025.03.04 03:18:52.188771 [ 3 ] {816e2831-974a-47ae-9dcd-6cd1369385f9} <Debug> TCPHandler: Processed in 0.002714294 sec. | ||
| 1405 | 2025.03.04 03:18:52.188981 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1406 | 2025.03.04 03:18:52.189137 [ 3 ] {5252f7ab-c039-4fbb-a9a5-d47e14652a51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1407 | 2025.03.04 03:18:52.189416 [ 3 ] {5252f7ab-c039-4fbb-a9a5-d47e14652a51} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1408 | 2025.03.04 03:18:52.189459 [ 3 ] {5252f7ab-c039-4fbb-a9a5-d47e14652a51} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1409 | 2025.03.04 03:18:52.189741 [ 3 ] {5252f7ab-c039-4fbb-a9a5-d47e14652a51} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1410 | 2025.03.04 03:18:52.189805 [ 3 ] {5252f7ab-c039-4fbb-a9a5-d47e14652a51} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1411 | 2025.03.04 03:18:52.189945 [ 3 ] {5252f7ab-c039-4fbb-a9a5-d47e14652a51} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1412 | 2025.03.04 03:18:52.190062 [ 287 ] {5252f7ab-c039-4fbb-a9a5-d47e14652a51} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1413 | 2025.03.04 03:18:52.190066 [ 288 ] {5252f7ab-c039-4fbb-a9a5-d47e14652a51} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1414 | 2025.03.04 03:18:52.190175 [ 3 ] {5252f7ab-c039-4fbb-a9a5-d47e14652a51} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (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 | ||
| 1415 | 2025.03.04 03:18:52.190202 [ 3 ] {5252f7ab-c039-4fbb-a9a5-d47e14652a51} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1416 | 2025.03.04 03:18:52.190282 [ 3 ] {5252f7ab-c039-4fbb-a9a5-d47e14652a51} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1417 | 2025.03.04 03:18:52.190301 [ 3 ] {5252f7ab-c039-4fbb-a9a5-d47e14652a51} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Reading approx. 27 rows with 2 streams | ||
| 1418 | 2025.03.04 03:18:52.190339 [ 3 ] {5252f7ab-c039-4fbb-a9a5-d47e14652a51} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1419 | 2025.03.04 03:18:52.190380 [ 3 ] {5252f7ab-c039-4fbb-a9a5-d47e14652a51} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1420 | 2025.03.04 03:18:52.191565 [ 3 ] {5252f7ab-c039-4fbb-a9a5-d47e14652a51} <Debug> executeQuery: Read 27 rows, 1.00 KiB in 0.002499 sec., 10804.321728691477 rows/sec., 402.11 KiB/sec. | ||
| 1421 | 2025.03.04 03:18:52.191720 [ 3 ] {5252f7ab-c039-4fbb-a9a5-d47e14652a51} <Debug> TCPHandler: Processed in 0.002789245 sec. | ||
| 1422 | 2025.03.04 03:18:52.197182 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1423 | 2025.03.04 03:18:52.197298 [ 3 ] {57775d1f-b13d-4045-a718-1d96056bf155} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1424 | 2025.03.04 03:18:52.197343 [ 3 ] {57775d1f-b13d-4045-a718-1d96056bf155} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1425 | 2025.03.04 03:18:52.198002 [ 3 ] {57775d1f-b13d-4045-a718-1d96056bf155} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1426 | 2025.03.04 03:18:52.198044 [ 3 ] {57775d1f-b13d-4045-a718-1d96056bf155} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1427 | 2025.03.04 03:18:52.198535 [ 3 ] {57775d1f-b13d-4045-a718-1d96056bf155} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1428 | 2025.03.04 03:18:52.198754 [ 3 ] {57775d1f-b13d-4045-a718-1d96056bf155} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1429 | 2025.03.04 03:18:52.198989 [ 3 ] {57775d1f-b13d-4045-a718-1d96056bf155} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.00172 sec., 2325.5813953488373 rows/sec., 295.81 KiB/sec. | ||
| 1430 | 2025.03.04 03:18:52.199060 [ 3 ] {57775d1f-b13d-4045-a718-1d96056bf155} <Debug> TCPHandler: Processed in 0.001928983 sec. | ||
| 1431 | 2025.03.04 03:18:52.199163 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1432 | 2025.03.04 03:18:52.199287 [ 3 ] {14aed105-92a3-4ef7-8d0c-7458ef447845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1433 | 2025.03.04 03:18:52.199329 [ 3 ] {14aed105-92a3-4ef7-8d0c-7458ef447845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1434 | 2025.03.04 03:18:52.199899 [ 3 ] {14aed105-92a3-4ef7-8d0c-7458ef447845} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1435 | 2025.03.04 03:18:52.199936 [ 3 ] {14aed105-92a3-4ef7-8d0c-7458ef447845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1436 | 2025.03.04 03:18:52.200287 [ 3 ] {14aed105-92a3-4ef7-8d0c-7458ef447845} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1437 | 2025.03.04 03:18:52.200539 [ 3 ] {14aed105-92a3-4ef7-8d0c-7458ef447845} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1438 | 2025.03.04 03:18:52.200836 [ 3 ] {14aed105-92a3-4ef7-8d0c-7458ef447845} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001543 sec., 46662.34607906675 rows/sec., 3.77 MiB/sec. | ||
| 1439 | 2025.03.04 03:18:52.200932 [ 3 ] {14aed105-92a3-4ef7-8d0c-7458ef447845} <Debug> TCPHandler: Processed in 0.001817743 sec. | ||
| 1440 | 2025.03.04 03:18:52.201051 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1441 | 2025.03.04 03:18:52.201153 [ 3 ] {ff3c2309-60df-4392-a683-d398e28d2301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1442 | 2025.03.04 03:18:52.201196 [ 3 ] {ff3c2309-60df-4392-a683-d398e28d2301} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1443 | 2025.03.04 03:18:52.201717 [ 3 ] {ff3c2309-60df-4392-a683-d398e28d2301} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1444 | 2025.03.04 03:18:52.201755 [ 3 ] {ff3c2309-60df-4392-a683-d398e28d2301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1445 | 2025.03.04 03:18:52.202089 [ 3 ] {ff3c2309-60df-4392-a683-d398e28d2301} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1446 | 2025.03.04 03:18:52.202314 [ 3 ] {ff3c2309-60df-4392-a683-d398e28d2301} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1447 | 2025.03.04 03:18:52.202511 [ 3 ] {ff3c2309-60df-4392-a683-d398e28d2301} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001378 sec., 5805.515239477503 rows/sec., 436.55 KiB/sec. | ||
| 1448 | 2025.03.04 03:18:52.202561 [ 3 ] {ff3c2309-60df-4392-a683-d398e28d2301} <Debug> TCPHandler: Processed in 0.001559899 sec. | ||
| 1449 | 2025.03.04 03:18:52.202662 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1450 | 2025.03.04 03:18:52.202762 [ 3 ] {dfa68358-657a-42f1-a0a9-315f6b68015e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1451 | 2025.03.04 03:18:52.202804 [ 3 ] {dfa68358-657a-42f1-a0a9-315f6b68015e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1452 | 2025.03.04 03:18:52.203324 [ 3 ] {dfa68358-657a-42f1-a0a9-315f6b68015e} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1453 | 2025.03.04 03:18:52.203362 [ 3 ] {dfa68358-657a-42f1-a0a9-315f6b68015e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1454 | 2025.03.04 03:18:52.203718 [ 3 ] {dfa68358-657a-42f1-a0a9-315f6b68015e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1455 | 2025.03.04 03:18:52.203945 [ 3 ] {dfa68358-657a-42f1-a0a9-315f6b68015e} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1456 | 2025.03.04 03:18:52.204148 [ 3 ] {dfa68358-657a-42f1-a0a9-315f6b68015e} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001407 sec., 51172.7078891258 rows/sec., 3.99 MiB/sec. | ||
| 1457 | 2025.03.04 03:18:52.204198 [ 3 ] {dfa68358-657a-42f1-a0a9-315f6b68015e} <Debug> TCPHandler: Processed in 0.001584809 sec. | ||
| 1458 | 2025.03.04 03:18:52.204310 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1459 | 2025.03.04 03:18:52.204413 [ 3 ] {e32969f4-06db-40e5-80ef-8021129e6ae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1460 | 2025.03.04 03:18:52.204458 [ 3 ] {e32969f4-06db-40e5-80ef-8021129e6ae9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1461 | 2025.03.04 03:18:52.204953 [ 3 ] {e32969f4-06db-40e5-80ef-8021129e6ae9} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1462 | 2025.03.04 03:18:52.204990 [ 3 ] {e32969f4-06db-40e5-80ef-8021129e6ae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1463 | 2025.03.04 03:18:52.205380 [ 3 ] {e32969f4-06db-40e5-80ef-8021129e6ae9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1464 | 2025.03.04 03:18:52.205610 [ 3 ] {e32969f4-06db-40e5-80ef-8021129e6ae9} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1465 | 2025.03.04 03:18:52.205822 [ 3 ] {e32969f4-06db-40e5-80ef-8021129e6ae9} <Debug> executeQuery: Read 148 rows, 10.55 KiB in 0.00143 sec., 103496.50349650349 rows/sec., 7.20 MiB/sec. | ||
| 1466 | 2025.03.04 03:18:52.205873 [ 3 ] {e32969f4-06db-40e5-80ef-8021129e6ae9} <Debug> TCPHandler: Processed in 0.00161342 sec. | ||
| 1467 | 2025.03.04 03:18:52.205994 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1468 | 2025.03.04 03:18:52.206106 [ 3 ] {d58948fc-c96f-4805-8783-49a6c4425afa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1469 | 2025.03.04 03:18:52.206171 [ 3 ] {d58948fc-c96f-4805-8783-49a6c4425afa} <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 | ||
| 1470 | 2025.03.04 03:18:52.207177 [ 3 ] {d58948fc-c96f-4805-8783-49a6c4425afa} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1471 | 2025.03.04 03:18:52.207216 [ 3 ] {d58948fc-c96f-4805-8783-49a6c4425afa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1472 | 2025.03.04 03:18:52.207823 [ 3 ] {d58948fc-c96f-4805-8783-49a6c4425afa} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1473 | 2025.03.04 03:18:52.208076 [ 3 ] {d58948fc-c96f-4805-8783-49a6c4425afa} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1474 | 2025.03.04 03:18:52.208317 [ 3 ] {d58948fc-c96f-4805-8783-49a6c4425afa} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002233 sec., 3582.6242722794445 rows/sec., 6.42 MiB/sec. | ||
| 1475 | 2025.03.04 03:18:52.208406 [ 3 ] {d58948fc-c96f-4805-8783-49a6c4425afa} <Debug> TCPHandler: Processed in 0.00246612 sec. | ||
| 1476 | 2025.03.04 03:18:52.208542 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1477 | 2025.03.04 03:18:52.208648 [ 3 ] {04029d81-8a0d-4e73-8138-2d8e21ccf770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1478 | 2025.03.04 03:18:52.208693 [ 3 ] {04029d81-8a0d-4e73-8138-2d8e21ccf770} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1479 | 2025.03.04 03:18:52.209118 [ 3 ] {04029d81-8a0d-4e73-8138-2d8e21ccf770} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1480 | 2025.03.04 03:18:52.209155 [ 3 ] {04029d81-8a0d-4e73-8138-2d8e21ccf770} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1481 | 2025.03.04 03:18:52.209508 [ 3 ] {04029d81-8a0d-4e73-8138-2d8e21ccf770} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1482 | 2025.03.04 03:18:52.209737 [ 3 ] {04029d81-8a0d-4e73-8138-2d8e21ccf770} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1483 | 2025.03.04 03:18:52.209953 [ 3 ] {04029d81-8a0d-4e73-8138-2d8e21ccf770} <Debug> executeQuery: Read 54 rows, 3.73 KiB in 0.001327 sec., 40693.293142426526 rows/sec., 2.75 MiB/sec. | ||
| 1484 | 2025.03.04 03:18:52.210001 [ 3 ] {04029d81-8a0d-4e73-8138-2d8e21ccf770} <Debug> TCPHandler: Processed in 0.001509709 sec. | ||
| 1485 | 2025.03.04 03:18:53.510431 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1486 | 2025.03.04 03:18:53.511061 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1487 | 2025.03.04 03:18:53.511108 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1488 | 2025.03.04 03:18:53.511781 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1489 | 2025.03.04 03:18:53.512038 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1490 | 2025.03.04 03:18:53.512283 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1491 | 2025.03.04 03:18:53.716850 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1492 | 2025.03.04 03:18:53.735205 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1493 | 2025.03.04 03:18:53.735250 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1494 | 2025.03.04 03:18:53.741838 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1495 | 2025.03.04 03:18:53.742579 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1496 | 2025.03.04 03:18:53.745357 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1497 | 2025.03.04 03:18:57.180176 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1498 | 2025.03.04 03:18:57.180389 [ 3 ] {3b5084f7-b081-40b4-886a-5ee3836e5087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1499 | 2025.03.04 03:18:57.180473 [ 3 ] {3b5084f7-b081-40b4-886a-5ee3836e5087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1500 | 2025.03.04 03:18:57.181257 [ 3 ] {3b5084f7-b081-40b4-886a-5ee3836e5087} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1501 | 2025.03.04 03:18:57.181310 [ 3 ] {3b5084f7-b081-40b4-886a-5ee3836e5087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1502 | 2025.03.04 03:18:57.181762 [ 3 ] {3b5084f7-b081-40b4-886a-5ee3836e5087} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1503 | 2025.03.04 03:18:57.182023 [ 3 ] {3b5084f7-b081-40b4-886a-5ee3836e5087} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1504 | 2025.03.04 03:18:57.182225 [ 59 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1505 | 2025.03.04 03:18:57.182289 [ 3 ] {3b5084f7-b081-40b4-886a-5ee3836e5087} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001951 sec., 28703.229113275243 rows/sec., 2.19 MiB/sec. | ||
| 1506 | 2025.03.04 03:18:57.182320 [ 59 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1507 | 2025.03.04 03:18:57.182402 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1508 | 2025.03.04 03:18:57.182412 [ 3 ] {3b5084f7-b081-40b4-886a-5ee3836e5087} <Debug> TCPHandler: Processed in 0.002373229 sec. | ||
| 1509 | 2025.03.04 03:18:57.182629 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1510 | 2025.03.04 03:18:57.182724 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::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 | ||
| 1511 | 2025.03.04 03:18:57.182786 [ 3 ] {9eac7c62-6795-4762-9cf4-8c30625933c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1512 | 2025.03.04 03:18:57.182878 [ 3 ] {9eac7c62-6795-4762-9cf4-8c30625933c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1513 | 2025.03.04 03:18:57.183157 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1514 | 2025.03.04 03:18:57.183253 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 577 rows starting from the beginning of the part | ||
| 1515 | 2025.03.04 03:18:57.183646 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
| 1516 | 2025.03.04 03:18:57.184005 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 42 rows starting from the beginning of the part | ||
| 1517 | 2025.03.04 03:18:57.184286 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part | ||
| 1518 | 2025.03.04 03:18:57.184646 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part | ||
| 1519 | 2025.03.04 03:18:57.184993 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
| 1520 | 2025.03.04 03:18:57.185692 [ 3 ] {9eac7c62-6795-4762-9cf4-8c30625933c4} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1521 | 2025.03.04 03:18:57.185746 [ 3 ] {9eac7c62-6795-4762-9cf4-8c30625933c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1522 | 2025.03.04 03:18:57.186563 [ 3 ] {9eac7c62-6795-4762-9cf4-8c30625933c4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1523 | 2025.03.04 03:18:57.187116 [ 3 ] {9eac7c62-6795-4762-9cf4-8c30625933c4} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1524 | 2025.03.04 03:18:57.187415 [ 59 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1525 | 2025.03.04 03:18:57.187530 [ 59 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1526 | 2025.03.04 03:18:57.187630 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1527 | 2025.03.04 03:18:57.187846 [ 3 ] {9eac7c62-6795-4762-9cf4-8c30625933c4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005043 sec., 12690.858615903233 rows/sec., 1014.32 KiB/sec. | ||
| 1528 | 2025.03.04 03:18:57.188304 [ 190 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 1529 | 2025.03.04 03:18:57.188308 [ 3 ] {9eac7c62-6795-4762-9cf4-8c30625933c4} <Debug> TCPHandler: Processed in 0.00572704 sec. | ||
| 1530 | 2025.03.04 03:18:57.188742 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 799 rows, containing 5 columns (5 merged, 0 gathered) in 0.006174156 sec., 129410.40038508907 rows/sec., 10.68 MiB/sec. | ||
| 1531 | 2025.03.04 03:18:57.188796 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1532 | 2025.03.04 03:18:57.188790 [ 190 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1533 | 2025.03.04 03:18:57.188862 [ 190 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 326 rows starting from the beginning of the part | ||
| 1534 | 2025.03.04 03:18:57.189033 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1535 | 2025.03.04 03:18:57.189083 [ 3 ] {69165849-2769-4079-93c1-52d1ca1e9cd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1536 | 2025.03.04 03:18:57.189363 [ 3 ] {69165849-2769-4079-93c1-52d1ca1e9cd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1537 | 2025.03.04 03:18:57.189411 [ 190 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part | ||
| 1538 | 2025.03.04 03:18:57.190036 [ 190 ] {9be4847f-fd55-43df-80f3-863c47d95200::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 | ||
| 1539 | 2025.03.04 03:18:57.190639 [ 190 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part | ||
| 1540 | 2025.03.04 03:18:57.190641 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_6_1} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1541 | 2025.03.04 03:18:57.191174 [ 190 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part | ||
| 1542 | 2025.03.04 03:18:57.191211 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_6_1} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1543 | 2025.03.04 03:18:57.191587 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 1544 | 2025.03.04 03:18:57.191660 [ 190 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part | ||
| 1545 | 2025.03.04 03:18:57.192866 [ 3 ] {69165849-2769-4079-93c1-52d1ca1e9cd9} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1546 | 2025.03.04 03:18:57.192928 [ 3 ] {69165849-2769-4079-93c1-52d1ca1e9cd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1547 | 2025.03.04 03:18:57.193977 [ 3 ] {69165849-2769-4079-93c1-52d1ca1e9cd9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1548 | 2025.03.04 03:18:57.194486 [ 3 ] {69165849-2769-4079-93c1-52d1ca1e9cd9} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1549 | 2025.03.04 03:18:57.194485 [ 189 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 554 rows, containing 5 columns (5 merged, 0 gathered) in 0.006653632 sec., 83262.7954176005 rows/sec., 6.38 MiB/sec. | ||
| 1550 | 2025.03.04 03:18:57.194683 [ 59 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1551 | 2025.03.04 03:18:57.194768 [ 59 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1552 | 2025.03.04 03:18:57.194838 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1553 | 2025.03.04 03:18:57.194950 [ 3 ] {69165849-2769-4079-93c1-52d1ca1e9cd9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005976 sec., 26773.761713520747 rows/sec., 1.86 MiB/sec. | ||
| 1554 | 2025.03.04 03:18:57.194968 [ 189 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1555 | 2025.03.04 03:18:57.195212 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::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 | ||
| 1556 | 2025.03.04 03:18:57.195336 [ 3 ] {69165849-2769-4079-93c1-52d1ca1e9cd9} <Debug> TCPHandler: Processed in 0.006646391 sec. | ||
| 1557 | 2025.03.04 03:18:57.195635 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1558 | 2025.03.04 03:18:57.195633 [ 3 ] {} <Trace> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1559 | 2025.03.04 03:18:57.195742 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 77 rows starting from the beginning of the part | ||
| 1560 | 2025.03.04 03:18:57.196067 [ 3 ] {008104b8-7cc1-4e4d-9a4f-77f03d8cd6dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42685) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1561 | 2025.03.04 03:18:57.196122 [ 189 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_6_1} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1562 | 2025.03.04 03:18:57.196183 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 80 rows starting from the beginning of the part | ||
| 1563 | 2025.03.04 03:18:57.196418 [ 3 ] {008104b8-7cc1-4e4d-9a4f-77f03d8cd6dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1564 | 2025.03.04 03:18:57.196564 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part | ||
| 1565 | 2025.03.04 03:18:57.196715 [ 189 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_6_1} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1566 | 2025.03.04 03:18:57.196974 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 100 rows starting from the beginning of the part | ||
| 1567 | 2025.03.04 03:18:57.197247 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 1568 | 2025.03.04 03:18:57.197370 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 148 rows starting from the beginning of the part | ||
| 1569 | 2025.03.04 03:18:57.197798 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
| 1570 | 2025.03.04 03:18:57.199328 [ 3 ] {008104b8-7cc1-4e4d-9a4f-77f03d8cd6dd} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1571 | 2025.03.04 03:18:57.199386 [ 3 ] {008104b8-7cc1-4e4d-9a4f-77f03d8cd6dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1572 | 2025.03.04 03:18:57.200396 [ 3 ] {008104b8-7cc1-4e4d-9a4f-77f03d8cd6dd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1573 | 2025.03.04 03:18:57.200915 [ 3 ] {008104b8-7cc1-4e4d-9a4f-77f03d8cd6dd} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1574 | 2025.03.04 03:18:57.201287 [ 59 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1575 | 2025.03.04 03:18:57.201355 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 665 rows, containing 5 columns (5 merged, 0 gathered) in 0.006379648 sec., 104237.72596858008 rows/sec., 7.15 MiB/sec. | ||
| 1576 | 2025.03.04 03:18:57.201394 [ 59 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1577 | 2025.03.04 03:18:57.201526 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1578 | 2025.03.04 03:18:57.201560 [ 3 ] {008104b8-7cc1-4e4d-9a4f-77f03d8cd6dd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005727 sec., 10476.689366160294 rows/sec., 723.00 KiB/sec. | ||
| 1579 | 2025.03.04 03:18:57.201903 [ 3 ] {008104b8-7cc1-4e4d-9a4f-77f03d8cd6dd} <Debug> TCPHandler: Processed in 0.006368398 sec. | ||
| 1580 | 2025.03.04 03:18:57.201933 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::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 | ||
| 1581 | 2025.03.04 03:18:57.201982 [ 190 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1582 | 2025.03.04 03:18:57.202302 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1583 | 2025.03.04 03:18:57.202345 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part | ||
| 1584 | 2025.03.04 03:18:57.202499 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part | ||
| 1585 | 2025.03.04 03:18:57.202729 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::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 | ||
| 1586 | 2025.03.04 03:18:57.202941 [ 190 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1587 | 2025.03.04 03:18:57.203115 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::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 | ||
| 1588 | 2025.03.04 03:18:57.203332 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 54 rows starting from the beginning of the part | ||
| 1589 | 2025.03.04 03:18:57.203325 [ 190 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1590 | 2025.03.04 03:18:57.203552 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::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 | ||
| 1591 | 2025.03.04 03:18:57.203636 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 1592 | 2025.03.04 03:18:57.204617 [ 196 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 220 rows, containing 4 columns (4 merged, 0 gathered) in 0.002977206 sec., 73894.78591672864 rows/sec., 4.91 MiB/sec. | ||
| 1593 | 2025.03.04 03:18:57.204768 [ 190 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1594 | 2025.03.04 03:18:57.205051 [ 190 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_6_1} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1595 | 2025.03.04 03:18:57.205128 [ 190 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_6_1} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1596 | 2025.03.04 03:18:57.205206 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1597 | 2025.03.04 03:19:00.913335 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1598 | 2025.03.04 03:19:00.913451 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1599 | 2025.03.04 03:19:00.994363 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 226 | ||
| 1600 | 2025.03.04 03:19:00.997448 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1601 | 2025.03.04 03:19:00.997500 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1602 | 2025.03.04 03:19:00.999050 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1603 | 2025.03.04 03:19:00.999368 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1604 | 2025.03.04 03:19:01.000938 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 226 | ||
| 1605 | 2025.03.04 03:19:01.012425 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 1606 | 2025.03.04 03:19:01.013080 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1607 | 2025.03.04 03:19:01.013117 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1608 | 2025.03.04 03:19:01.013668 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1609 | 2025.03.04 03:19:01.013956 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1610 | 2025.03.04 03:19:01.014257 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1611 | 2025.03.04 03:19:01.144843 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1612 | 2025.03.04 03:19:01.144907 [ 3 ] {} <Debug> TCP-Session: 6040c262-085c-4b4c-85ca-17468a49b3b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1613 | 2025.03.04 03:19:01.245459 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1614 | 2025.03.04 03:19:01.265671 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1615 | 2025.03.04 03:19:01.265734 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1616 | 2025.03.04 03:19:01.272236 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1617 | 2025.03.04 03:19:01.272979 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1618 | 2025.03.04 03:19:01.275579 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1619 | 2025.03.04 03:19:02.000182 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.63 MiB, peak 169.40 MiB, free memory in arenas 0.00 B, will set to 165.25 MiB (RSS), difference: 1.62 MiB | ||
| 1620 | 2025.03.04 03:19:02.175015 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1621 | 2025.03.04 03:19:02.175306 [ 255 ] {be5edb10-90bf-45e1-a613-1803ec6b56ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1622 | 2025.03.04 03:19:02.175800 [ 255 ] {be5edb10-90bf-45e1-a613-1803ec6b56ff} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1623 | 2025.03.04 03:19:02.175862 [ 255 ] {be5edb10-90bf-45e1-a613-1803ec6b56ff} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1624 | 2025.03.04 03:19:02.176233 [ 255 ] {be5edb10-90bf-45e1-a613-1803ec6b56ff} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1625 | 2025.03.04 03:19:02.176314 [ 255 ] {be5edb10-90bf-45e1-a613-1803ec6b56ff} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1626 | 2025.03.04 03:19:02.176491 [ 255 ] {be5edb10-90bf-45e1-a613-1803ec6b56ff} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1627 | 2025.03.04 03:19:02.176716 [ 286 ] {be5edb10-90bf-45e1-a613-1803ec6b56ff} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1628 | 2025.03.04 03:19:02.176736 [ 287 ] {be5edb10-90bf-45e1-a613-1803ec6b56ff} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1629 | 2025.03.04 03:19:02.176763 [ 288 ] {be5edb10-90bf-45e1-a613-1803ec6b56ff} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1630 | 2025.03.04 03:19:02.176956 [ 255 ] {be5edb10-90bf-45e1-a613-1803ec6b56ff} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (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 | ||
| 1631 | 2025.03.04 03:19:02.176988 [ 255 ] {be5edb10-90bf-45e1-a613-1803ec6b56ff} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1632 | 2025.03.04 03:19:02.177104 [ 255 ] {be5edb10-90bf-45e1-a613-1803ec6b56ff} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1633 | 2025.03.04 03:19:02.177126 [ 255 ] {be5edb10-90bf-45e1-a613-1803ec6b56ff} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Reading approx. 31 rows with 3 streams | ||
| 1634 | 2025.03.04 03:19:02.177171 [ 255 ] {be5edb10-90bf-45e1-a613-1803ec6b56ff} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1635 | 2025.03.04 03:19:02.177218 [ 255 ] {be5edb10-90bf-45e1-a613-1803ec6b56ff} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1636 | 2025.03.04 03:19:02.177259 [ 255 ] {be5edb10-90bf-45e1-a613-1803ec6b56ff} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1637 | 2025.03.04 03:19:02.179203 [ 255 ] {be5edb10-90bf-45e1-a613-1803ec6b56ff} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.004029 sec., 7694.216927277241 rows/sec., 290.38 KiB/sec. | ||
| 1638 | 2025.03.04 03:19:02.179435 [ 255 ] {be5edb10-90bf-45e1-a613-1803ec6b56ff} <Debug> TCPHandler: Processed in 0.004559206 sec. | ||
| 1639 | 2025.03.04 03:19:02.179704 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1640 | 2025.03.04 03:19:02.179900 [ 255 ] {0efd1664-85a6-4336-913b-35558099ea3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1641 | 2025.03.04 03:19:02.180192 [ 255 ] {0efd1664-85a6-4336-913b-35558099ea3c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1642 | 2025.03.04 03:19:02.180239 [ 255 ] {0efd1664-85a6-4336-913b-35558099ea3c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1643 | 2025.03.04 03:19:02.180570 [ 255 ] {0efd1664-85a6-4336-913b-35558099ea3c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1644 | 2025.03.04 03:19:02.180635 [ 255 ] {0efd1664-85a6-4336-913b-35558099ea3c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1645 | 2025.03.04 03:19:02.180775 [ 255 ] {0efd1664-85a6-4336-913b-35558099ea3c} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1646 | 2025.03.04 03:19:02.180921 [ 286 ] {0efd1664-85a6-4336-913b-35558099ea3c} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1647 | 2025.03.04 03:19:02.180933 [ 287 ] {0efd1664-85a6-4336-913b-35558099ea3c} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1648 | 2025.03.04 03:19:02.180937 [ 289 ] {0efd1664-85a6-4336-913b-35558099ea3c} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1649 | 2025.03.04 03:19:02.181083 [ 255 ] {0efd1664-85a6-4336-913b-35558099ea3c} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (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 | ||
| 1650 | 2025.03.04 03:19:02.181111 [ 255 ] {0efd1664-85a6-4336-913b-35558099ea3c} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1651 | 2025.03.04 03:19:02.181219 [ 255 ] {0efd1664-85a6-4336-913b-35558099ea3c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1652 | 2025.03.04 03:19:02.181239 [ 255 ] {0efd1664-85a6-4336-913b-35558099ea3c} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Reading approx. 31 rows with 3 streams | ||
| 1653 | 2025.03.04 03:19:02.181280 [ 255 ] {0efd1664-85a6-4336-913b-35558099ea3c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1654 | 2025.03.04 03:19:02.181322 [ 255 ] {0efd1664-85a6-4336-913b-35558099ea3c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1655 | 2025.03.04 03:19:02.181360 [ 255 ] {0efd1664-85a6-4336-913b-35558099ea3c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1656 | 2025.03.04 03:19:02.182748 [ 255 ] {0efd1664-85a6-4336-913b-35558099ea3c} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002943 sec., 10533.46924906558 rows/sec., 397.53 KiB/sec. | ||
| 1657 | 2025.03.04 03:19:02.182939 [ 255 ] {0efd1664-85a6-4336-913b-35558099ea3c} <Debug> TCPHandler: Processed in 0.00329754 sec. | ||
| 1658 | 2025.03.04 03:19:02.183136 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1659 | 2025.03.04 03:19:02.183299 [ 255 ] {65a19636-abbd-4616-ad66-c1eeed50bfec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1660 | 2025.03.04 03:19:02.183586 [ 255 ] {65a19636-abbd-4616-ad66-c1eeed50bfec} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1661 | 2025.03.04 03:19:02.183632 [ 255 ] {65a19636-abbd-4616-ad66-c1eeed50bfec} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1662 | 2025.03.04 03:19:02.183934 [ 255 ] {65a19636-abbd-4616-ad66-c1eeed50bfec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1663 | 2025.03.04 03:19:02.183999 [ 255 ] {65a19636-abbd-4616-ad66-c1eeed50bfec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1664 | 2025.03.04 03:19:02.184140 [ 255 ] {65a19636-abbd-4616-ad66-c1eeed50bfec} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1665 | 2025.03.04 03:19:02.184280 [ 286 ] {65a19636-abbd-4616-ad66-c1eeed50bfec} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1666 | 2025.03.04 03:19:02.184288 [ 287 ] {65a19636-abbd-4616-ad66-c1eeed50bfec} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1667 | 2025.03.04 03:19:02.184304 [ 288 ] {65a19636-abbd-4616-ad66-c1eeed50bfec} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1668 | 2025.03.04 03:19:02.184452 [ 255 ] {65a19636-abbd-4616-ad66-c1eeed50bfec} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (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 | ||
| 1669 | 2025.03.04 03:19:02.184479 [ 255 ] {65a19636-abbd-4616-ad66-c1eeed50bfec} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1670 | 2025.03.04 03:19:02.184585 [ 255 ] {65a19636-abbd-4616-ad66-c1eeed50bfec} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1671 | 2025.03.04 03:19:02.184606 [ 255 ] {65a19636-abbd-4616-ad66-c1eeed50bfec} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Reading approx. 31 rows with 3 streams | ||
| 1672 | 2025.03.04 03:19:02.184646 [ 255 ] {65a19636-abbd-4616-ad66-c1eeed50bfec} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1673 | 2025.03.04 03:19:02.184686 [ 255 ] {65a19636-abbd-4616-ad66-c1eeed50bfec} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1674 | 2025.03.04 03:19:02.184724 [ 255 ] {65a19636-abbd-4616-ad66-c1eeed50bfec} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1675 | 2025.03.04 03:19:02.186141 [ 255 ] {65a19636-abbd-4616-ad66-c1eeed50bfec} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002919 sec., 10620.075368276806 rows/sec., 400.80 KiB/sec. | ||
| 1676 | 2025.03.04 03:19:02.186331 [ 255 ] {65a19636-abbd-4616-ad66-c1eeed50bfec} <Debug> TCPHandler: Processed in 0.00324606 sec. | ||
| 1677 | 2025.03.04 03:19:02.193455 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1678 | 2025.03.04 03:19:02.193625 [ 255 ] {c1280584-507b-4244-ad81-71596f3a7f4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1679 | 2025.03.04 03:19:02.193706 [ 255 ] {c1280584-507b-4244-ad81-71596f3a7f4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1680 | 2025.03.04 03:19:02.194472 [ 255 ] {c1280584-507b-4244-ad81-71596f3a7f4d} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1681 | 2025.03.04 03:19:02.194515 [ 255 ] {c1280584-507b-4244-ad81-71596f3a7f4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1682 | 2025.03.04 03:19:02.195003 [ 255 ] {c1280584-507b-4244-ad81-71596f3a7f4d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1683 | 2025.03.04 03:19:02.195256 [ 255 ] {c1280584-507b-4244-ad81-71596f3a7f4d} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1684 | 2025.03.04 03:19:02.195510 [ 255 ] {c1280584-507b-4244-ad81-71596f3a7f4d} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001936 sec., 1549.5867768595042 rows/sec., 141.24 KiB/sec. | ||
| 1685 | 2025.03.04 03:19:02.195788 [ 255 ] {c1280584-507b-4244-ad81-71596f3a7f4d} <Debug> TCPHandler: Processed in 0.002392379 sec. | ||
| 1686 | 2025.03.04 03:19:02.195916 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1687 | 2025.03.04 03:19:02.196020 [ 255 ] {2b59e16f-7db3-41cb-8da0-a4154fa12e98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1688 | 2025.03.04 03:19:02.196063 [ 255 ] {2b59e16f-7db3-41cb-8da0-a4154fa12e98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1689 | 2025.03.04 03:19:02.196675 [ 255 ] {2b59e16f-7db3-41cb-8da0-a4154fa12e98} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1690 | 2025.03.04 03:19:02.196713 [ 255 ] {2b59e16f-7db3-41cb-8da0-a4154fa12e98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1691 | 2025.03.04 03:19:02.197073 [ 255 ] {2b59e16f-7db3-41cb-8da0-a4154fa12e98} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1692 | 2025.03.04 03:19:02.197309 [ 255 ] {2b59e16f-7db3-41cb-8da0-a4154fa12e98} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1693 | 2025.03.04 03:19:02.197734 [ 255 ] {2b59e16f-7db3-41cb-8da0-a4154fa12e98} <Debug> executeQuery: Read 118 rows, 10.28 KiB in 0.001664 sec., 70913.46153846155 rows/sec., 6.03 MiB/sec. | ||
| 1694 | 2025.03.04 03:19:02.197905 [ 255 ] {2b59e16f-7db3-41cb-8da0-a4154fa12e98} <Debug> TCPHandler: Processed in 0.002041385 sec. | ||
| 1695 | 2025.03.04 03:19:02.198026 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1696 | 2025.03.04 03:19:02.198129 [ 255 ] {e1a0bcc0-233c-4f59-b33f-41db1e57a573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1697 | 2025.03.04 03:19:02.198172 [ 255 ] {e1a0bcc0-233c-4f59-b33f-41db1e57a573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1698 | 2025.03.04 03:19:02.198697 [ 255 ] {e1a0bcc0-233c-4f59-b33f-41db1e57a573} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1699 | 2025.03.04 03:19:02.198736 [ 255 ] {e1a0bcc0-233c-4f59-b33f-41db1e57a573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1700 | 2025.03.04 03:19:02.199080 [ 255 ] {e1a0bcc0-233c-4f59-b33f-41db1e57a573} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1701 | 2025.03.04 03:19:02.199318 [ 255 ] {e1a0bcc0-233c-4f59-b33f-41db1e57a573} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1702 | 2025.03.04 03:19:02.199675 [ 255 ] {e1a0bcc0-233c-4f59-b33f-41db1e57a573} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001533 sec., 20221.787345075016 rows/sec., 1.48 MiB/sec. | ||
| 1703 | 2025.03.04 03:19:02.199779 [ 255 ] {e1a0bcc0-233c-4f59-b33f-41db1e57a573} <Debug> TCPHandler: Processed in 0.001802702 sec. | ||
| 1704 | 2025.03.04 03:19:02.199883 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1705 | 2025.03.04 03:19:02.199984 [ 255 ] {6dbe0e0d-2745-4b8c-adf1-4170cddd90b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1706 | 2025.03.04 03:19:02.200026 [ 255 ] {6dbe0e0d-2745-4b8c-adf1-4170cddd90b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1707 | 2025.03.04 03:19:02.200578 [ 255 ] {6dbe0e0d-2745-4b8c-adf1-4170cddd90b7} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1708 | 2025.03.04 03:19:02.200618 [ 255 ] {6dbe0e0d-2745-4b8c-adf1-4170cddd90b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1709 | 2025.03.04 03:19:02.200968 [ 255 ] {6dbe0e0d-2745-4b8c-adf1-4170cddd90b7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1710 | 2025.03.04 03:19:02.201207 [ 255 ] {6dbe0e0d-2745-4b8c-adf1-4170cddd90b7} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1711 | 2025.03.04 03:19:02.201472 [ 255 ] {6dbe0e0d-2745-4b8c-adf1-4170cddd90b7} <Debug> executeQuery: Read 107 rows, 8.56 KiB in 0.001486 sec., 72005.38358008076 rows/sec., 5.63 MiB/sec. | ||
| 1712 | 2025.03.04 03:19:02.201583 [ 255 ] {6dbe0e0d-2745-4b8c-adf1-4170cddd90b7} <Debug> TCPHandler: Processed in 0.001749612 sec. | ||
| 1713 | 2025.03.04 03:19:02.201698 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1714 | 2025.03.04 03:19:02.201801 [ 255 ] {b167ee70-d078-40b8-8bc7-826b588ed91a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1715 | 2025.03.04 03:19:02.201847 [ 255 ] {b167ee70-d078-40b8-8bc7-826b588ed91a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1716 | 2025.03.04 03:19:02.202370 [ 255 ] {b167ee70-d078-40b8-8bc7-826b588ed91a} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1717 | 2025.03.04 03:19:02.202408 [ 255 ] {b167ee70-d078-40b8-8bc7-826b588ed91a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1718 | 2025.03.04 03:19:02.202797 [ 255 ] {b167ee70-d078-40b8-8bc7-826b588ed91a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1719 | 2025.03.04 03:19:02.203031 [ 255 ] {b167ee70-d078-40b8-8bc7-826b588ed91a} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1720 | 2025.03.04 03:19:02.203240 [ 255 ] {b167ee70-d078-40b8-8bc7-826b588ed91a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001461 sec., 109514.03148528405 rows/sec., 7.63 MiB/sec. | ||
| 1721 | 2025.03.04 03:19:02.203292 [ 255 ] {b167ee70-d078-40b8-8bc7-826b588ed91a} <Debug> TCPHandler: Processed in 0.001645331 sec. | ||
| 1722 | 2025.03.04 03:19:02.203395 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1723 | 2025.03.04 03:19:02.203495 [ 255 ] {364d3580-aa60-41c6-9db6-7af4e4183cfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1724 | 2025.03.04 03:19:02.203559 [ 255 ] {364d3580-aa60-41c6-9db6-7af4e4183cfc} <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 | ||
| 1725 | 2025.03.04 03:19:02.204698 [ 255 ] {364d3580-aa60-41c6-9db6-7af4e4183cfc} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1726 | 2025.03.04 03:19:02.204736 [ 255 ] {364d3580-aa60-41c6-9db6-7af4e4183cfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1727 | 2025.03.04 03:19:02.205366 [ 255 ] {364d3580-aa60-41c6-9db6-7af4e4183cfc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1728 | 2025.03.04 03:19:02.205617 [ 255 ] {364d3580-aa60-41c6-9db6-7af4e4183cfc} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1729 | 2025.03.04 03:19:02.206100 [ 255 ] {364d3580-aa60-41c6-9db6-7af4e4183cfc} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002589 sec., 11973.735032831208 rows/sec., 21.46 MiB/sec. | ||
| 1730 | 2025.03.04 03:19:02.206271 [ 255 ] {364d3580-aa60-41c6-9db6-7af4e4183cfc} <Debug> TCPHandler: Processed in 0.002925056 sec. | ||
| 1731 | 2025.03.04 03:19:02.206383 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1732 | 2025.03.04 03:19:02.206483 [ 255 ] {e915da4c-61d7-4fb2-bc73-7b0e21340174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1733 | 2025.03.04 03:19:02.206529 [ 255 ] {e915da4c-61d7-4fb2-bc73-7b0e21340174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1734 | 2025.03.04 03:19:02.206949 [ 255 ] {e915da4c-61d7-4fb2-bc73-7b0e21340174} <Trace> oximeter.measurements_i64 (84a51a95-3071-4569-9530-162444ea9251): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1735 | 2025.03.04 03:19:02.206987 [ 255 ] {e915da4c-61d7-4fb2-bc73-7b0e21340174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1736 | 2025.03.04 03:19:02.207344 [ 255 ] {e915da4c-61d7-4fb2-bc73-7b0e21340174} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1737 | 2025.03.04 03:19:02.207580 [ 255 ] {e915da4c-61d7-4fb2-bc73-7b0e21340174} <Trace> oximeter.measurements_i64 (84a51a95-3071-4569-9530-162444ea9251): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1738 | 2025.03.04 03:19:02.207908 [ 255 ] {e915da4c-61d7-4fb2-bc73-7b0e21340174} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.00143 sec., 14685.314685314685 rows/sec., 1.07 MiB/sec. | ||
| 1739 | 2025.03.04 03:19:02.207973 [ 255 ] {e915da4c-61d7-4fb2-bc73-7b0e21340174} <Debug> TCPHandler: Processed in 0.00163981 sec. | ||
| 1740 | 2025.03.04 03:19:02.208079 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1741 | 2025.03.04 03:19:02.208180 [ 255 ] {cc103854-c805-4759-ac6d-15945a0fa400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1742 | 2025.03.04 03:19:02.208224 [ 255 ] {cc103854-c805-4759-ac6d-15945a0fa400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1743 | 2025.03.04 03:19:02.208651 [ 255 ] {cc103854-c805-4759-ac6d-15945a0fa400} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1744 | 2025.03.04 03:19:02.208689 [ 255 ] {cc103854-c805-4759-ac6d-15945a0fa400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1745 | 2025.03.04 03:19:02.209057 [ 255 ] {cc103854-c805-4759-ac6d-15945a0fa400} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1746 | 2025.03.04 03:19:02.209294 [ 255 ] {cc103854-c805-4759-ac6d-15945a0fa400} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1747 | 2025.03.04 03:19:02.209494 [ 255 ] {cc103854-c805-4759-ac6d-15945a0fa400} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001336 sec., 44910.17964071856 rows/sec., 3.03 MiB/sec. | ||
| 1748 | 2025.03.04 03:19:02.209543 [ 255 ] {cc103854-c805-4759-ac6d-15945a0fa400} <Debug> TCPHandler: Processed in 0.001514468 sec. | ||
| 1749 | 2025.03.04 03:19:03.135989 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1750 | 2025.03.04 03:19:03.136305 [ 255 ] {a4ea97dc-9376-40fc-b511-5f184975f0f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1751 | 2025.03.04 03:19:03.136790 [ 255 ] {a4ea97dc-9376-40fc-b511-5f184975f0f4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1752 | 2025.03.04 03:19:03.136851 [ 255 ] {a4ea97dc-9376-40fc-b511-5f184975f0f4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1753 | 2025.03.04 03:19:03.137219 [ 255 ] {a4ea97dc-9376-40fc-b511-5f184975f0f4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1754 | 2025.03.04 03:19:03.137296 [ 255 ] {a4ea97dc-9376-40fc-b511-5f184975f0f4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1755 | 2025.03.04 03:19:03.137469 [ 255 ] {a4ea97dc-9376-40fc-b511-5f184975f0f4} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1756 | 2025.03.04 03:19:03.137677 [ 287 ] {a4ea97dc-9376-40fc-b511-5f184975f0f4} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1757 | 2025.03.04 03:19:03.137713 [ 286 ] {a4ea97dc-9376-40fc-b511-5f184975f0f4} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1758 | 2025.03.04 03:19:03.137763 [ 288 ] {a4ea97dc-9376-40fc-b511-5f184975f0f4} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1759 | 2025.03.04 03:19:03.137771 [ 289 ] {a4ea97dc-9376-40fc-b511-5f184975f0f4} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1760 | 2025.03.04 03:19:03.138010 [ 255 ] {a4ea97dc-9376-40fc-b511-5f184975f0f4} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 1761 | 2025.03.04 03:19:03.138041 [ 255 ] {a4ea97dc-9376-40fc-b511-5f184975f0f4} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1762 | 2025.03.04 03:19:03.138180 [ 255 ] {a4ea97dc-9376-40fc-b511-5f184975f0f4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1763 | 2025.03.04 03:19:03.138204 [ 255 ] {a4ea97dc-9376-40fc-b511-5f184975f0f4} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 1764 | 2025.03.04 03:19:03.138248 [ 255 ] {a4ea97dc-9376-40fc-b511-5f184975f0f4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1765 | 2025.03.04 03:19:03.138293 [ 255 ] {a4ea97dc-9376-40fc-b511-5f184975f0f4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1766 | 2025.03.04 03:19:03.138335 [ 255 ] {a4ea97dc-9376-40fc-b511-5f184975f0f4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1767 | 2025.03.04 03:19:03.138376 [ 255 ] {a4ea97dc-9376-40fc-b511-5f184975f0f4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1768 | 2025.03.04 03:19:03.140564 [ 255 ] {a4ea97dc-9376-40fc-b511-5f184975f0f4} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.0044 sec., 7727.272727272727 rows/sec., 297.41 KiB/sec. | ||
| 1769 | 2025.03.04 03:19:03.140794 [ 255 ] {a4ea97dc-9376-40fc-b511-5f184975f0f4} <Debug> MemoryTracker: Peak memory usage (for query): 142.03 KiB. | ||
| 1770 | 2025.03.04 03:19:03.140811 [ 255 ] {a4ea97dc-9376-40fc-b511-5f184975f0f4} <Debug> TCPHandler: Processed in 0.004958441 sec. | ||
| 1771 | 2025.03.04 03:19:03.141236 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1772 | 2025.03.04 03:19:03.141399 [ 255 ] {9874d281-4980-4596-882d-2d579fb5b1ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1773 | 2025.03.04 03:19:03.141783 [ 255 ] {9874d281-4980-4596-882d-2d579fb5b1ae} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1774 | 2025.03.04 03:19:03.141831 [ 255 ] {9874d281-4980-4596-882d-2d579fb5b1ae} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1775 | 2025.03.04 03:19:03.142143 [ 255 ] {9874d281-4980-4596-882d-2d579fb5b1ae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1776 | 2025.03.04 03:19:03.142207 [ 255 ] {9874d281-4980-4596-882d-2d579fb5b1ae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1777 | 2025.03.04 03:19:03.142347 [ 255 ] {9874d281-4980-4596-882d-2d579fb5b1ae} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1778 | 2025.03.04 03:19:03.142499 [ 292 ] {9874d281-4980-4596-882d-2d579fb5b1ae} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1779 | 2025.03.04 03:19:03.142513 [ 287 ] {9874d281-4980-4596-882d-2d579fb5b1ae} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1780 | 2025.03.04 03:19:03.142549 [ 288 ] {9874d281-4980-4596-882d-2d579fb5b1ae} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1781 | 2025.03.04 03:19:03.142507 [ 286 ] {9874d281-4980-4596-882d-2d579fb5b1ae} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1782 | 2025.03.04 03:19:03.142715 [ 255 ] {9874d281-4980-4596-882d-2d579fb5b1ae} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 1783 | 2025.03.04 03:19:03.142743 [ 255 ] {9874d281-4980-4596-882d-2d579fb5b1ae} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1784 | 2025.03.04 03:19:03.142866 [ 255 ] {9874d281-4980-4596-882d-2d579fb5b1ae} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1785 | 2025.03.04 03:19:03.142887 [ 255 ] {9874d281-4980-4596-882d-2d579fb5b1ae} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 1786 | 2025.03.04 03:19:03.142927 [ 255 ] {9874d281-4980-4596-882d-2d579fb5b1ae} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1787 | 2025.03.04 03:19:03.142969 [ 255 ] {9874d281-4980-4596-882d-2d579fb5b1ae} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1788 | 2025.03.04 03:19:03.143007 [ 255 ] {9874d281-4980-4596-882d-2d579fb5b1ae} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1789 | 2025.03.04 03:19:03.143044 [ 255 ] {9874d281-4980-4596-882d-2d579fb5b1ae} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1790 | 2025.03.04 03:19:03.144737 [ 255 ] {9874d281-4980-4596-882d-2d579fb5b1ae} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003416 sec., 9953.161592505854 rows/sec., 383.08 KiB/sec. | ||
| 1791 | 2025.03.04 03:19:03.144952 [ 255 ] {9874d281-4980-4596-882d-2d579fb5b1ae} <Debug> MemoryTracker: Peak memory usage (for query): 142.09 KiB. | ||
| 1792 | 2025.03.04 03:19:03.144968 [ 255 ] {9874d281-4980-4596-882d-2d579fb5b1ae} <Debug> TCPHandler: Processed in 0.003783306 sec. | ||
| 1793 | 2025.03.04 03:19:03.145217 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1794 | 2025.03.04 03:19:03.145390 [ 255 ] {4f01e540-9dcc-404f-be8b-6e7c3f12f31f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1795 | 2025.03.04 03:19:03.145689 [ 255 ] {4f01e540-9dcc-404f-be8b-6e7c3f12f31f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1796 | 2025.03.04 03:19:03.145737 [ 255 ] {4f01e540-9dcc-404f-be8b-6e7c3f12f31f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1797 | 2025.03.04 03:19:03.146054 [ 255 ] {4f01e540-9dcc-404f-be8b-6e7c3f12f31f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1798 | 2025.03.04 03:19:03.146118 [ 255 ] {4f01e540-9dcc-404f-be8b-6e7c3f12f31f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1799 | 2025.03.04 03:19:03.146261 [ 255 ] {4f01e540-9dcc-404f-be8b-6e7c3f12f31f} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1800 | 2025.03.04 03:19:03.146433 [ 286 ] {4f01e540-9dcc-404f-be8b-6e7c3f12f31f} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1801 | 2025.03.04 03:19:03.146453 [ 289 ] {4f01e540-9dcc-404f-be8b-6e7c3f12f31f} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1802 | 2025.03.04 03:19:03.146467 [ 288 ] {4f01e540-9dcc-404f-be8b-6e7c3f12f31f} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1803 | 2025.03.04 03:19:03.146473 [ 292 ] {4f01e540-9dcc-404f-be8b-6e7c3f12f31f} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1804 | 2025.03.04 03:19:03.146607 [ 255 ] {4f01e540-9dcc-404f-be8b-6e7c3f12f31f} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 1805 | 2025.03.04 03:19:03.146632 [ 255 ] {4f01e540-9dcc-404f-be8b-6e7c3f12f31f} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1806 | 2025.03.04 03:19:03.146753 [ 255 ] {4f01e540-9dcc-404f-be8b-6e7c3f12f31f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1807 | 2025.03.04 03:19:03.146773 [ 255 ] {4f01e540-9dcc-404f-be8b-6e7c3f12f31f} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 1808 | 2025.03.04 03:19:03.146812 [ 255 ] {4f01e540-9dcc-404f-be8b-6e7c3f12f31f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1809 | 2025.03.04 03:19:03.146853 [ 255 ] {4f01e540-9dcc-404f-be8b-6e7c3f12f31f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1810 | 2025.03.04 03:19:03.146890 [ 255 ] {4f01e540-9dcc-404f-be8b-6e7c3f12f31f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1811 | 2025.03.04 03:19:03.146925 [ 255 ] {4f01e540-9dcc-404f-be8b-6e7c3f12f31f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1812 | 2025.03.04 03:19:03.148702 [ 255 ] {4f01e540-9dcc-404f-be8b-6e7c3f12f31f} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003399 sec., 10002.942041776992 rows/sec., 384.99 KiB/sec. | ||
| 1813 | 2025.03.04 03:19:03.148911 [ 255 ] {4f01e540-9dcc-404f-be8b-6e7c3f12f31f} <Debug> MemoryTracker: Peak memory usage (for query): 142.78 KiB. | ||
| 1814 | 2025.03.04 03:19:03.148927 [ 255 ] {4f01e540-9dcc-404f-be8b-6e7c3f12f31f} <Debug> TCPHandler: Processed in 0.003760336 sec. | ||
| 1815 | 2025.03.04 03:19:03.149156 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1816 | 2025.03.04 03:19:03.149320 [ 255 ] {081ae73e-2dcf-4341-a204-e95cabab0d9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1817 | 2025.03.04 03:19:03.149618 [ 255 ] {081ae73e-2dcf-4341-a204-e95cabab0d9e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1818 | 2025.03.04 03:19:03.149667 [ 255 ] {081ae73e-2dcf-4341-a204-e95cabab0d9e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1819 | 2025.03.04 03:19:03.149986 [ 255 ] {081ae73e-2dcf-4341-a204-e95cabab0d9e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1820 | 2025.03.04 03:19:03.150051 [ 255 ] {081ae73e-2dcf-4341-a204-e95cabab0d9e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1821 | 2025.03.04 03:19:03.150189 [ 255 ] {081ae73e-2dcf-4341-a204-e95cabab0d9e} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1822 | 2025.03.04 03:19:03.150375 [ 287 ] {081ae73e-2dcf-4341-a204-e95cabab0d9e} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1823 | 2025.03.04 03:19:03.150384 [ 286 ] {081ae73e-2dcf-4341-a204-e95cabab0d9e} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1824 | 2025.03.04 03:19:03.150381 [ 288 ] {081ae73e-2dcf-4341-a204-e95cabab0d9e} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1825 | 2025.03.04 03:19:03.150403 [ 289 ] {081ae73e-2dcf-4341-a204-e95cabab0d9e} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1826 | 2025.03.04 03:19:03.150559 [ 255 ] {081ae73e-2dcf-4341-a204-e95cabab0d9e} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 1827 | 2025.03.04 03:19:03.150588 [ 255 ] {081ae73e-2dcf-4341-a204-e95cabab0d9e} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1828 | 2025.03.04 03:19:03.150716 [ 255 ] {081ae73e-2dcf-4341-a204-e95cabab0d9e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1829 | 2025.03.04 03:19:03.150737 [ 255 ] {081ae73e-2dcf-4341-a204-e95cabab0d9e} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 1830 | 2025.03.04 03:19:03.150776 [ 255 ] {081ae73e-2dcf-4341-a204-e95cabab0d9e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1831 | 2025.03.04 03:19:03.150817 [ 255 ] {081ae73e-2dcf-4341-a204-e95cabab0d9e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1832 | 2025.03.04 03:19:03.150855 [ 255 ] {081ae73e-2dcf-4341-a204-e95cabab0d9e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1833 | 2025.03.04 03:19:03.150890 [ 255 ] {081ae73e-2dcf-4341-a204-e95cabab0d9e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1834 | 2025.03.04 03:19:03.152691 [ 255 ] {081ae73e-2dcf-4341-a204-e95cabab0d9e} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003449 sec., 9857.929834734707 rows/sec., 379.41 KiB/sec. | ||
| 1835 | 2025.03.04 03:19:03.152898 [ 255 ] {081ae73e-2dcf-4341-a204-e95cabab0d9e} <Debug> MemoryTracker: Peak memory usage (for query): 143.11 KiB. | ||
| 1836 | 2025.03.04 03:19:03.152915 [ 255 ] {081ae73e-2dcf-4341-a204-e95cabab0d9e} <Debug> TCPHandler: Processed in 0.003809207 sec. | ||
| 1837 | 2025.03.04 03:19:03.153143 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1838 | 2025.03.04 03:19:03.153307 [ 255 ] {5e908917-28f7-48a6-b92b-4a12a3899d37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1839 | 2025.03.04 03:19:03.153612 [ 255 ] {5e908917-28f7-48a6-b92b-4a12a3899d37} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1840 | 2025.03.04 03:19:03.153660 [ 255 ] {5e908917-28f7-48a6-b92b-4a12a3899d37} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1841 | 2025.03.04 03:19:03.153985 [ 255 ] {5e908917-28f7-48a6-b92b-4a12a3899d37} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1842 | 2025.03.04 03:19:03.154048 [ 255 ] {5e908917-28f7-48a6-b92b-4a12a3899d37} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1843 | 2025.03.04 03:19:03.154186 [ 255 ] {5e908917-28f7-48a6-b92b-4a12a3899d37} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1844 | 2025.03.04 03:19:03.154343 [ 287 ] {5e908917-28f7-48a6-b92b-4a12a3899d37} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1845 | 2025.03.04 03:19:03.154392 [ 286 ] {5e908917-28f7-48a6-b92b-4a12a3899d37} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1846 | 2025.03.04 03:19:03.154388 [ 289 ] {5e908917-28f7-48a6-b92b-4a12a3899d37} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1847 | 2025.03.04 03:19:03.154409 [ 288 ] {5e908917-28f7-48a6-b92b-4a12a3899d37} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1848 | 2025.03.04 03:19:03.154540 [ 255 ] {5e908917-28f7-48a6-b92b-4a12a3899d37} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 1849 | 2025.03.04 03:19:03.154568 [ 255 ] {5e908917-28f7-48a6-b92b-4a12a3899d37} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1850 | 2025.03.04 03:19:03.154692 [ 255 ] {5e908917-28f7-48a6-b92b-4a12a3899d37} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1851 | 2025.03.04 03:19:03.154714 [ 255 ] {5e908917-28f7-48a6-b92b-4a12a3899d37} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 1852 | 2025.03.04 03:19:03.154753 [ 255 ] {5e908917-28f7-48a6-b92b-4a12a3899d37} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1853 | 2025.03.04 03:19:03.154794 [ 255 ] {5e908917-28f7-48a6-b92b-4a12a3899d37} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1854 | 2025.03.04 03:19:03.154831 [ 255 ] {5e908917-28f7-48a6-b92b-4a12a3899d37} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1855 | 2025.03.04 03:19:03.154868 [ 255 ] {5e908917-28f7-48a6-b92b-4a12a3899d37} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1856 | 2025.03.04 03:19:03.156669 [ 255 ] {5e908917-28f7-48a6-b92b-4a12a3899d37} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003443 sec., 9875.108916642463 rows/sec., 380.07 KiB/sec. | ||
| 1857 | 2025.03.04 03:19:03.156882 [ 255 ] {5e908917-28f7-48a6-b92b-4a12a3899d37} <Debug> MemoryTracker: Peak memory usage (for query): 143.41 KiB. | ||
| 1858 | 2025.03.04 03:19:03.156899 [ 255 ] {5e908917-28f7-48a6-b92b-4a12a3899d37} <Debug> TCPHandler: Processed in 0.003806187 sec. | ||
| 1859 | 2025.03.04 03:19:03.157117 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1860 | 2025.03.04 03:19:03.157282 [ 255 ] {9499fc92-e04c-43fc-89d7-126e20e0b767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1861 | 2025.03.04 03:19:03.157582 [ 255 ] {9499fc92-e04c-43fc-89d7-126e20e0b767} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1862 | 2025.03.04 03:19:03.157631 [ 255 ] {9499fc92-e04c-43fc-89d7-126e20e0b767} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1863 | 2025.03.04 03:19:03.157958 [ 255 ] {9499fc92-e04c-43fc-89d7-126e20e0b767} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1864 | 2025.03.04 03:19:03.158021 [ 255 ] {9499fc92-e04c-43fc-89d7-126e20e0b767} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1865 | 2025.03.04 03:19:03.158162 [ 255 ] {9499fc92-e04c-43fc-89d7-126e20e0b767} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1866 | 2025.03.04 03:19:03.158300 [ 286 ] {9499fc92-e04c-43fc-89d7-126e20e0b767} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1867 | 2025.03.04 03:19:03.158307 [ 287 ] {9499fc92-e04c-43fc-89d7-126e20e0b767} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1868 | 2025.03.04 03:19:03.158352 [ 292 ] {9499fc92-e04c-43fc-89d7-126e20e0b767} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1869 | 2025.03.04 03:19:03.158403 [ 288 ] {9499fc92-e04c-43fc-89d7-126e20e0b767} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1870 | 2025.03.04 03:19:03.158516 [ 255 ] {9499fc92-e04c-43fc-89d7-126e20e0b767} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 1871 | 2025.03.04 03:19:03.158544 [ 255 ] {9499fc92-e04c-43fc-89d7-126e20e0b767} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1872 | 2025.03.04 03:19:03.158668 [ 255 ] {9499fc92-e04c-43fc-89d7-126e20e0b767} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1873 | 2025.03.04 03:19:03.158689 [ 255 ] {9499fc92-e04c-43fc-89d7-126e20e0b767} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 1874 | 2025.03.04 03:19:03.158727 [ 255 ] {9499fc92-e04c-43fc-89d7-126e20e0b767} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1875 | 2025.03.04 03:19:03.158769 [ 255 ] {9499fc92-e04c-43fc-89d7-126e20e0b767} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1876 | 2025.03.04 03:19:03.158806 [ 255 ] {9499fc92-e04c-43fc-89d7-126e20e0b767} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1877 | 2025.03.04 03:19:03.158844 [ 255 ] {9499fc92-e04c-43fc-89d7-126e20e0b767} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1878 | 2025.03.04 03:19:03.160648 [ 255 ] {9499fc92-e04c-43fc-89d7-126e20e0b767} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003447 sec., 9863.649550333623 rows/sec., 379.63 KiB/sec. | ||
| 1879 | 2025.03.04 03:19:03.160864 [ 255 ] {9499fc92-e04c-43fc-89d7-126e20e0b767} <Debug> MemoryTracker: Peak memory usage (for query): 143.79 KiB. | ||
| 1880 | 2025.03.04 03:19:03.160879 [ 255 ] {9499fc92-e04c-43fc-89d7-126e20e0b767} <Debug> TCPHandler: Processed in 0.003814047 sec. | ||
| 1881 | 2025.03.04 03:19:03.173357 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1882 | 2025.03.04 03:19:03.173560 [ 255 ] {60dd2f40-cde4-4974-a0fd-c3cc6f0ccbc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1883 | 2025.03.04 03:19:03.173940 [ 255 ] {60dd2f40-cde4-4974-a0fd-c3cc6f0ccbc7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1884 | 2025.03.04 03:19:03.173991 [ 255 ] {60dd2f40-cde4-4974-a0fd-c3cc6f0ccbc7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1885 | 2025.03.04 03:19:03.174325 [ 255 ] {60dd2f40-cde4-4974-a0fd-c3cc6f0ccbc7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1886 | 2025.03.04 03:19:03.174389 [ 255 ] {60dd2f40-cde4-4974-a0fd-c3cc6f0ccbc7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1887 | 2025.03.04 03:19:03.174532 [ 255 ] {60dd2f40-cde4-4974-a0fd-c3cc6f0ccbc7} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 1888 | 2025.03.04 03:19:03.174680 [ 286 ] {60dd2f40-cde4-4974-a0fd-c3cc6f0ccbc7} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1889 | 2025.03.04 03:19:03.174730 [ 292 ] {60dd2f40-cde4-4974-a0fd-c3cc6f0ccbc7} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1890 | 2025.03.04 03:19:03.174826 [ 289 ] {60dd2f40-cde4-4974-a0fd-c3cc6f0ccbc7} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1891 | 2025.03.04 03:19:03.174827 [ 288 ] {60dd2f40-cde4-4974-a0fd-c3cc6f0ccbc7} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1892 | 2025.03.04 03:19:03.175005 [ 255 ] {60dd2f40-cde4-4974-a0fd-c3cc6f0ccbc7} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 1893 | 2025.03.04 03:19:03.175035 [ 255 ] {60dd2f40-cde4-4974-a0fd-c3cc6f0ccbc7} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1894 | 2025.03.04 03:19:03.175160 [ 255 ] {60dd2f40-cde4-4974-a0fd-c3cc6f0ccbc7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1895 | 2025.03.04 03:19:03.175181 [ 255 ] {60dd2f40-cde4-4974-a0fd-c3cc6f0ccbc7} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 1896 | 2025.03.04 03:19:03.175220 [ 255 ] {60dd2f40-cde4-4974-a0fd-c3cc6f0ccbc7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1897 | 2025.03.04 03:19:03.175260 [ 255 ] {60dd2f40-cde4-4974-a0fd-c3cc6f0ccbc7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1898 | 2025.03.04 03:19:03.175299 [ 255 ] {60dd2f40-cde4-4974-a0fd-c3cc6f0ccbc7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1899 | 2025.03.04 03:19:03.175335 [ 255 ] {60dd2f40-cde4-4974-a0fd-c3cc6f0ccbc7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1900 | 2025.03.04 03:19:03.177214 [ 255 ] {60dd2f40-cde4-4974-a0fd-c3cc6f0ccbc7} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003754 sec., 9057.005860415557 rows/sec., 348.59 KiB/sec. | ||
| 1901 | 2025.03.04 03:19:03.177462 [ 255 ] {60dd2f40-cde4-4974-a0fd-c3cc6f0ccbc7} <Debug> MemoryTracker: Peak memory usage (for query): 144.20 KiB. | ||
| 1902 | 2025.03.04 03:19:03.177482 [ 255 ] {60dd2f40-cde4-4974-a0fd-c3cc6f0ccbc7} <Debug> TCPHandler: Processed in 0.004187431 sec. | ||
| 1903 | 2025.03.04 03:19:03.177819 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1904 | 2025.03.04 03:19:03.178004 [ 255 ] {a78ed868-c0ad-4a50-a819-0794805a2628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1905 | 2025.03.04 03:19:03.178311 [ 255 ] {a78ed868-c0ad-4a50-a819-0794805a2628} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1906 | 2025.03.04 03:19:03.178362 [ 255 ] {a78ed868-c0ad-4a50-a819-0794805a2628} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1907 | 2025.03.04 03:19:03.178694 [ 255 ] {a78ed868-c0ad-4a50-a819-0794805a2628} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1908 | 2025.03.04 03:19:03.178758 [ 255 ] {a78ed868-c0ad-4a50-a819-0794805a2628} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1909 | 2025.03.04 03:19:03.178899 [ 255 ] {a78ed868-c0ad-4a50-a819-0794805a2628} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 1910 | 2025.03.04 03:19:03.179045 [ 286 ] {a78ed868-c0ad-4a50-a819-0794805a2628} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1911 | 2025.03.04 03:19:03.179068 [ 292 ] {a78ed868-c0ad-4a50-a819-0794805a2628} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1912 | 2025.03.04 03:19:03.179076 [ 287 ] {a78ed868-c0ad-4a50-a819-0794805a2628} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1913 | 2025.03.04 03:19:03.179140 [ 289 ] {a78ed868-c0ad-4a50-a819-0794805a2628} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1914 | 2025.03.04 03:19:03.179248 [ 255 ] {a78ed868-c0ad-4a50-a819-0794805a2628} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 1915 | 2025.03.04 03:19:03.179276 [ 255 ] {a78ed868-c0ad-4a50-a819-0794805a2628} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1916 | 2025.03.04 03:19:03.179400 [ 255 ] {a78ed868-c0ad-4a50-a819-0794805a2628} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1917 | 2025.03.04 03:19:03.179421 [ 255 ] {a78ed868-c0ad-4a50-a819-0794805a2628} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 1918 | 2025.03.04 03:19:03.179461 [ 255 ] {a78ed868-c0ad-4a50-a819-0794805a2628} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1919 | 2025.03.04 03:19:03.179502 [ 255 ] {a78ed868-c0ad-4a50-a819-0794805a2628} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1920 | 2025.03.04 03:19:03.179540 [ 255 ] {a78ed868-c0ad-4a50-a819-0794805a2628} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1921 | 2025.03.04 03:19:03.179578 [ 255 ] {a78ed868-c0ad-4a50-a819-0794805a2628} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1922 | 2025.03.04 03:19:03.181371 [ 255 ] {a78ed868-c0ad-4a50-a819-0794805a2628} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003452 sec., 9849.362688296638 rows/sec., 379.08 KiB/sec. | ||
| 1923 | 2025.03.04 03:19:03.181586 [ 255 ] {a78ed868-c0ad-4a50-a819-0794805a2628} <Debug> MemoryTracker: Peak memory usage (for query): 144.65 KiB. | ||
| 1924 | 2025.03.04 03:19:03.181603 [ 255 ] {a78ed868-c0ad-4a50-a819-0794805a2628} <Debug> TCPHandler: Processed in 0.003845937 sec. | ||
| 1925 | 2025.03.04 03:19:03.181813 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1926 | 2025.03.04 03:19:03.181982 [ 255 ] {47314fa5-5063-41aa-9d6f-7fe61270e93b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1927 | 2025.03.04 03:19:03.182288 [ 255 ] {47314fa5-5063-41aa-9d6f-7fe61270e93b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1928 | 2025.03.04 03:19:03.182338 [ 255 ] {47314fa5-5063-41aa-9d6f-7fe61270e93b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1929 | 2025.03.04 03:19:03.182672 [ 255 ] {47314fa5-5063-41aa-9d6f-7fe61270e93b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1930 | 2025.03.04 03:19:03.182736 [ 255 ] {47314fa5-5063-41aa-9d6f-7fe61270e93b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1931 | 2025.03.04 03:19:03.182876 [ 255 ] {47314fa5-5063-41aa-9d6f-7fe61270e93b} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
| 1932 | 2025.03.04 03:19:03.183054 [ 286 ] {47314fa5-5063-41aa-9d6f-7fe61270e93b} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1933 | 2025.03.04 03:19:03.183084 [ 287 ] {47314fa5-5063-41aa-9d6f-7fe61270e93b} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1934 | 2025.03.04 03:19:03.183092 [ 288 ] {47314fa5-5063-41aa-9d6f-7fe61270e93b} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1935 | 2025.03.04 03:19:03.183098 [ 289 ] {47314fa5-5063-41aa-9d6f-7fe61270e93b} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1936 | 2025.03.04 03:19:03.183269 [ 255 ] {47314fa5-5063-41aa-9d6f-7fe61270e93b} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 1937 | 2025.03.04 03:19:03.183296 [ 255 ] {47314fa5-5063-41aa-9d6f-7fe61270e93b} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1938 | 2025.03.04 03:19:03.183422 [ 255 ] {47314fa5-5063-41aa-9d6f-7fe61270e93b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1939 | 2025.03.04 03:19:03.183443 [ 255 ] {47314fa5-5063-41aa-9d6f-7fe61270e93b} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 1940 | 2025.03.04 03:19:03.183481 [ 255 ] {47314fa5-5063-41aa-9d6f-7fe61270e93b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1941 | 2025.03.04 03:19:03.183522 [ 255 ] {47314fa5-5063-41aa-9d6f-7fe61270e93b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1942 | 2025.03.04 03:19:03.183561 [ 255 ] {47314fa5-5063-41aa-9d6f-7fe61270e93b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1943 | 2025.03.04 03:19:03.183600 [ 255 ] {47314fa5-5063-41aa-9d6f-7fe61270e93b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1944 | 2025.03.04 03:19:03.185481 [ 255 ] {47314fa5-5063-41aa-9d6f-7fe61270e93b} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003582 sec., 9491.903964265774 rows/sec., 365.32 KiB/sec. | ||
| 1945 | 2025.03.04 03:19:03.185697 [ 255 ] {47314fa5-5063-41aa-9d6f-7fe61270e93b} <Debug> MemoryTracker: Peak memory usage (for query): 144.68 KiB. | ||
| 1946 | 2025.03.04 03:19:03.185714 [ 255 ] {47314fa5-5063-41aa-9d6f-7fe61270e93b} <Debug> TCPHandler: Processed in 0.003950758 sec. | ||
| 1947 | 2025.03.04 03:19:03.185954 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1948 | 2025.03.04 03:19:03.186130 [ 255 ] {ae4c6096-e983-498e-afb2-490b82cd6516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1949 | 2025.03.04 03:19:03.186458 [ 255 ] {ae4c6096-e983-498e-afb2-490b82cd6516} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1950 | 2025.03.04 03:19:03.186512 [ 255 ] {ae4c6096-e983-498e-afb2-490b82cd6516} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1951 | 2025.03.04 03:19:03.186856 [ 255 ] {ae4c6096-e983-498e-afb2-490b82cd6516} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1952 | 2025.03.04 03:19:03.186923 [ 255 ] {ae4c6096-e983-498e-afb2-490b82cd6516} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1953 | 2025.03.04 03:19:03.187064 [ 255 ] {ae4c6096-e983-498e-afb2-490b82cd6516} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 43-element set) | ||
| 1954 | 2025.03.04 03:19:03.187240 [ 286 ] {ae4c6096-e983-498e-afb2-490b82cd6516} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1955 | 2025.03.04 03:19:03.187274 [ 289 ] {ae4c6096-e983-498e-afb2-490b82cd6516} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1956 | 2025.03.04 03:19:03.187286 [ 288 ] {ae4c6096-e983-498e-afb2-490b82cd6516} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1957 | 2025.03.04 03:19:03.187293 [ 292 ] {ae4c6096-e983-498e-afb2-490b82cd6516} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1958 | 2025.03.04 03:19:03.187419 [ 255 ] {ae4c6096-e983-498e-afb2-490b82cd6516} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 1959 | 2025.03.04 03:19:03.187444 [ 255 ] {ae4c6096-e983-498e-afb2-490b82cd6516} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1960 | 2025.03.04 03:19:03.187570 [ 255 ] {ae4c6096-e983-498e-afb2-490b82cd6516} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1961 | 2025.03.04 03:19:03.187592 [ 255 ] {ae4c6096-e983-498e-afb2-490b82cd6516} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 1962 | 2025.03.04 03:19:03.187631 [ 255 ] {ae4c6096-e983-498e-afb2-490b82cd6516} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1963 | 2025.03.04 03:19:03.187672 [ 255 ] {ae4c6096-e983-498e-afb2-490b82cd6516} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1964 | 2025.03.04 03:19:03.187711 [ 255 ] {ae4c6096-e983-498e-afb2-490b82cd6516} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1965 | 2025.03.04 03:19:03.187751 [ 255 ] {ae4c6096-e983-498e-afb2-490b82cd6516} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1966 | 2025.03.04 03:19:03.189613 [ 255 ] {ae4c6096-e983-498e-afb2-490b82cd6516} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003567 sec., 9531.819456125597 rows/sec., 366.86 KiB/sec. | ||
| 1967 | 2025.03.04 03:19:03.189825 [ 255 ] {ae4c6096-e983-498e-afb2-490b82cd6516} <Debug> MemoryTracker: Peak memory usage (for query): 145.16 KiB. | ||
| 1968 | 2025.03.04 03:19:03.189842 [ 255 ] {ae4c6096-e983-498e-afb2-490b82cd6516} <Debug> TCPHandler: Processed in 0.003942828 sec. | ||
| 1969 | 2025.03.04 03:19:03.190070 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1970 | 2025.03.04 03:19:03.190240 [ 255 ] {343a8cde-6459-4fb3-9598-fc68b1356640} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1971 | 2025.03.04 03:19:03.190557 [ 255 ] {343a8cde-6459-4fb3-9598-fc68b1356640} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1972 | 2025.03.04 03:19:03.190608 [ 255 ] {343a8cde-6459-4fb3-9598-fc68b1356640} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1973 | 2025.03.04 03:19:03.190960 [ 255 ] {343a8cde-6459-4fb3-9598-fc68b1356640} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1974 | 2025.03.04 03:19:03.191026 [ 255 ] {343a8cde-6459-4fb3-9598-fc68b1356640} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1975 | 2025.03.04 03:19:03.191165 [ 255 ] {343a8cde-6459-4fb3-9598-fc68b1356640} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 44-element set) | ||
| 1976 | 2025.03.04 03:19:03.191356 [ 288 ] {343a8cde-6459-4fb3-9598-fc68b1356640} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1977 | 2025.03.04 03:19:03.191366 [ 289 ] {343a8cde-6459-4fb3-9598-fc68b1356640} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1978 | 2025.03.04 03:19:03.191383 [ 287 ] {343a8cde-6459-4fb3-9598-fc68b1356640} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 1979 | 2025.03.04 03:19:03.191350 [ 286 ] {343a8cde-6459-4fb3-9598-fc68b1356640} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1980 | 2025.03.04 03:19:03.191545 [ 255 ] {343a8cde-6459-4fb3-9598-fc68b1356640} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 1981 | 2025.03.04 03:19:03.191582 [ 255 ] {343a8cde-6459-4fb3-9598-fc68b1356640} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1982 | 2025.03.04 03:19:03.191713 [ 255 ] {343a8cde-6459-4fb3-9598-fc68b1356640} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1983 | 2025.03.04 03:19:03.191736 [ 255 ] {343a8cde-6459-4fb3-9598-fc68b1356640} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 1984 | 2025.03.04 03:19:03.191779 [ 255 ] {343a8cde-6459-4fb3-9598-fc68b1356640} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1985 | 2025.03.04 03:19:03.191823 [ 255 ] {343a8cde-6459-4fb3-9598-fc68b1356640} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1986 | 2025.03.04 03:19:03.191865 [ 255 ] {343a8cde-6459-4fb3-9598-fc68b1356640} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1987 | 2025.03.04 03:19:03.191905 [ 255 ] {343a8cde-6459-4fb3-9598-fc68b1356640} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1988 | 2025.03.04 03:19:03.193712 [ 255 ] {343a8cde-6459-4fb3-9598-fc68b1356640} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003554 sec., 9566.685424873382 rows/sec., 368.20 KiB/sec. | ||
| 1989 | 2025.03.04 03:19:03.193929 [ 255 ] {343a8cde-6459-4fb3-9598-fc68b1356640} <Debug> MemoryTracker: Peak memory usage (for query): 145.33 KiB. | ||
| 1990 | 2025.03.04 03:19:03.193947 [ 255 ] {343a8cde-6459-4fb3-9598-fc68b1356640} <Debug> TCPHandler: Processed in 0.003928338 sec. | ||
| 1991 | 2025.03.04 03:19:03.194158 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1992 | 2025.03.04 03:19:03.194330 [ 255 ] {810c2442-da29-4ebe-9aaa-9ed57ce6d11c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1993 | 2025.03.04 03:19:03.194656 [ 255 ] {810c2442-da29-4ebe-9aaa-9ed57ce6d11c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1994 | 2025.03.04 03:19:03.194709 [ 255 ] {810c2442-da29-4ebe-9aaa-9ed57ce6d11c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1995 | 2025.03.04 03:19:03.195239 [ 255 ] {810c2442-da29-4ebe-9aaa-9ed57ce6d11c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1996 | 2025.03.04 03:19:03.195306 [ 255 ] {810c2442-da29-4ebe-9aaa-9ed57ce6d11c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1997 | 2025.03.04 03:19:03.195462 [ 255 ] {810c2442-da29-4ebe-9aaa-9ed57ce6d11c} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 45-element set) | ||
| 1998 | 2025.03.04 03:19:03.195654 [ 289 ] {810c2442-da29-4ebe-9aaa-9ed57ce6d11c} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1999 | 2025.03.04 03:19:03.195653 [ 288 ] {810c2442-da29-4ebe-9aaa-9ed57ce6d11c} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2000 | 2025.03.04 03:19:03.195677 [ 286 ] {810c2442-da29-4ebe-9aaa-9ed57ce6d11c} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2001 | 2025.03.04 03:19:03.195691 [ 292 ] {810c2442-da29-4ebe-9aaa-9ed57ce6d11c} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2002 | 2025.03.04 03:19:03.195844 [ 255 ] {810c2442-da29-4ebe-9aaa-9ed57ce6d11c} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 2003 | 2025.03.04 03:19:03.195875 [ 255 ] {810c2442-da29-4ebe-9aaa-9ed57ce6d11c} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2004 | 2025.03.04 03:19:03.196008 [ 255 ] {810c2442-da29-4ebe-9aaa-9ed57ce6d11c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2005 | 2025.03.04 03:19:03.196030 [ 255 ] {810c2442-da29-4ebe-9aaa-9ed57ce6d11c} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 2006 | 2025.03.04 03:19:03.196072 [ 255 ] {810c2442-da29-4ebe-9aaa-9ed57ce6d11c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2007 | 2025.03.04 03:19:03.196116 [ 255 ] {810c2442-da29-4ebe-9aaa-9ed57ce6d11c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2008 | 2025.03.04 03:19:03.196158 [ 255 ] {810c2442-da29-4ebe-9aaa-9ed57ce6d11c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2009 | 2025.03.04 03:19:03.196199 [ 255 ] {810c2442-da29-4ebe-9aaa-9ed57ce6d11c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2010 | 2025.03.04 03:19:03.198008 [ 255 ] {810c2442-da29-4ebe-9aaa-9ed57ce6d11c} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003764 sec., 9032.943676939427 rows/sec., 347.66 KiB/sec. | ||
| 2011 | 2025.03.04 03:19:03.198222 [ 255 ] {810c2442-da29-4ebe-9aaa-9ed57ce6d11c} <Debug> MemoryTracker: Peak memory usage (for query): 145.61 KiB. | ||
| 2012 | 2025.03.04 03:19:03.198240 [ 255 ] {810c2442-da29-4ebe-9aaa-9ed57ce6d11c} <Debug> TCPHandler: Processed in 0.004133531 sec. | ||
| 2013 | 2025.03.04 03:19:03.281525 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2014 | 2025.03.04 03:19:03.281748 [ 255 ] {21240240-7303-4c32-9863-cec7572a5259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2015 | 2025.03.04 03:19:03.282119 [ 255 ] {21240240-7303-4c32-9863-cec7572a5259} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2016 | 2025.03.04 03:19:03.282173 [ 255 ] {21240240-7303-4c32-9863-cec7572a5259} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2017 | 2025.03.04 03:19:03.282523 [ 255 ] {21240240-7303-4c32-9863-cec7572a5259} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2018 | 2025.03.04 03:19:03.282589 [ 255 ] {21240240-7303-4c32-9863-cec7572a5259} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2019 | 2025.03.04 03:19:03.282732 [ 255 ] {21240240-7303-4c32-9863-cec7572a5259} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 46-element set) | ||
| 2020 | 2025.03.04 03:19:03.282888 [ 286 ] {21240240-7303-4c32-9863-cec7572a5259} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2021 | 2025.03.04 03:19:03.282979 [ 287 ] {21240240-7303-4c32-9863-cec7572a5259} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2022 | 2025.03.04 03:19:03.283009 [ 288 ] {21240240-7303-4c32-9863-cec7572a5259} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2023 | 2025.03.04 03:19:03.283027 [ 289 ] {21240240-7303-4c32-9863-cec7572a5259} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2024 | 2025.03.04 03:19:03.283252 [ 255 ] {21240240-7303-4c32-9863-cec7572a5259} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 2025 | 2025.03.04 03:19:03.283283 [ 255 ] {21240240-7303-4c32-9863-cec7572a5259} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2026 | 2025.03.04 03:19:03.283412 [ 255 ] {21240240-7303-4c32-9863-cec7572a5259} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2027 | 2025.03.04 03:19:03.283435 [ 255 ] {21240240-7303-4c32-9863-cec7572a5259} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Reading approx. 34 rows with 4 streams | ||
| 2028 | 2025.03.04 03:19:03.283474 [ 255 ] {21240240-7303-4c32-9863-cec7572a5259} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2029 | 2025.03.04 03:19:03.283519 [ 255 ] {21240240-7303-4c32-9863-cec7572a5259} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2030 | 2025.03.04 03:19:03.283563 [ 255 ] {21240240-7303-4c32-9863-cec7572a5259} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2031 | 2025.03.04 03:19:03.283604 [ 255 ] {21240240-7303-4c32-9863-cec7572a5259} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2032 | 2025.03.04 03:19:03.285476 [ 255 ] {21240240-7303-4c32-9863-cec7572a5259} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003843 sec., 8847.254748894093 rows/sec., 340.51 KiB/sec. | ||
| 2033 | 2025.03.04 03:19:03.285693 [ 255 ] {21240240-7303-4c32-9863-cec7572a5259} <Debug> MemoryTracker: Peak memory usage (for query): 145.85 KiB. | ||
| 2034 | 2025.03.04 03:19:03.285710 [ 255 ] {21240240-7303-4c32-9863-cec7572a5259} <Debug> TCPHandler: Processed in 0.004254672 sec. | ||
| 2035 | 2025.03.04 03:19:03.286177 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2036 | 2025.03.04 03:19:03.286294 [ 255 ] {f3153748-d912-4106-bf2a-954854d8342a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2037 | 2025.03.04 03:19:03.286339 [ 255 ] {f3153748-d912-4106-bf2a-954854d8342a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2038 | 2025.03.04 03:19:03.287005 [ 255 ] {f3153748-d912-4106-bf2a-954854d8342a} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2039 | 2025.03.04 03:19:03.287048 [ 255 ] {f3153748-d912-4106-bf2a-954854d8342a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2040 | 2025.03.04 03:19:03.287543 [ 255 ] {f3153748-d912-4106-bf2a-954854d8342a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2041 | 2025.03.04 03:19:03.287759 [ 255 ] {f3153748-d912-4106-bf2a-954854d8342a} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2042 | 2025.03.04 03:19:03.288039 [ 255 ] {f3153748-d912-4106-bf2a-954854d8342a} <Debug> executeQuery: Read 13 rows, 4.27 KiB in 0.001777 sec., 7315.700619020822 rows/sec., 2.34 MiB/sec. | ||
| 2043 | 2025.03.04 03:19:03.288209 [ 255 ] {f3153748-d912-4106-bf2a-954854d8342a} <Debug> TCPHandler: Processed in 0.002082935 sec. | ||
| 2044 | 2025.03.04 03:19:03.288330 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2045 | 2025.03.04 03:19:03.288436 [ 255 ] {7856bd41-68c9-47e3-a463-da5d0480978b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2046 | 2025.03.04 03:19:03.288480 [ 255 ] {7856bd41-68c9-47e3-a463-da5d0480978b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2047 | 2025.03.04 03:19:03.289043 [ 255 ] {7856bd41-68c9-47e3-a463-da5d0480978b} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2048 | 2025.03.04 03:19:03.289081 [ 255 ] {7856bd41-68c9-47e3-a463-da5d0480978b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2049 | 2025.03.04 03:19:03.289434 [ 255 ] {7856bd41-68c9-47e3-a463-da5d0480978b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2050 | 2025.03.04 03:19:03.289673 [ 255 ] {7856bd41-68c9-47e3-a463-da5d0480978b} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2051 | 2025.03.04 03:19:03.290055 [ 255 ] {7856bd41-68c9-47e3-a463-da5d0480978b} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00161 sec., 14906.832298136645 rows/sec., 1.24 MiB/sec. | ||
| 2052 | 2025.03.04 03:19:03.290142 [ 255 ] {7856bd41-68c9-47e3-a463-da5d0480978b} <Debug> TCPHandler: Processed in 0.001862353 sec. | ||
| 2053 | 2025.03.04 03:19:03.290244 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2054 | 2025.03.04 03:19:03.290345 [ 255 ] {eb2009a9-9f41-4edb-b8dc-33d817dce43e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2055 | 2025.03.04 03:19:03.290388 [ 255 ] {eb2009a9-9f41-4edb-b8dc-33d817dce43e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2056 | 2025.03.04 03:19:03.291576 [ 255 ] {eb2009a9-9f41-4edb-b8dc-33d817dce43e} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2057 | 2025.03.04 03:19:03.291615 [ 255 ] {eb2009a9-9f41-4edb-b8dc-33d817dce43e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2058 | 2025.03.04 03:19:03.292061 [ 255 ] {eb2009a9-9f41-4edb-b8dc-33d817dce43e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2059 | 2025.03.04 03:19:03.292318 [ 255 ] {eb2009a9-9f41-4edb-b8dc-33d817dce43e} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2060 | 2025.03.04 03:19:03.292585 [ 255 ] {eb2009a9-9f41-4edb-b8dc-33d817dce43e} <Debug> executeQuery: Read 1317 rows, 112.01 KiB in 0.00225 sec., 585333.3333333334 rows/sec., 48.61 MiB/sec. | ||
| 2061 | 2025.03.04 03:19:03.292726 [ 255 ] {eb2009a9-9f41-4edb-b8dc-33d817dce43e} <Debug> TCPHandler: Processed in 0.002529931 sec. | ||
| 2062 | 2025.03.04 03:19:03.292831 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2063 | 2025.03.04 03:19:03.292933 [ 255 ] {cac67e55-f9fd-401d-b519-d233dd49b4a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2064 | 2025.03.04 03:19:03.292977 [ 255 ] {cac67e55-f9fd-401d-b519-d233dd49b4a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2065 | 2025.03.04 03:19:03.293506 [ 255 ] {cac67e55-f9fd-401d-b519-d233dd49b4a3} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2066 | 2025.03.04 03:19:03.293545 [ 255 ] {cac67e55-f9fd-401d-b519-d233dd49b4a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2067 | 2025.03.04 03:19:03.293888 [ 255 ] {cac67e55-f9fd-401d-b519-d233dd49b4a3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2068 | 2025.03.04 03:19:03.294118 [ 255 ] {cac67e55-f9fd-401d-b519-d233dd49b4a3} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2069 | 2025.03.04 03:19:03.294329 [ 255 ] {cac67e55-f9fd-401d-b519-d233dd49b4a3} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.001416 sec., 8474.57627118644 rows/sec., 678.63 KiB/sec. | ||
| 2070 | 2025.03.04 03:19:03.294381 [ 255 ] {cac67e55-f9fd-401d-b519-d233dd49b4a3} <Debug> TCPHandler: Processed in 0.00160015 sec. | ||
| 2071 | 2025.03.04 03:19:03.294489 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2072 | 2025.03.04 03:19:03.294589 [ 255 ] {ac5349a4-8581-4aad-9db6-380aa03672a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2073 | 2025.03.04 03:19:03.294631 [ 255 ] {ac5349a4-8581-4aad-9db6-380aa03672a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2074 | 2025.03.04 03:19:03.295218 [ 255 ] {ac5349a4-8581-4aad-9db6-380aa03672a9} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2075 | 2025.03.04 03:19:03.295256 [ 255 ] {ac5349a4-8581-4aad-9db6-380aa03672a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2076 | 2025.03.04 03:19:03.295609 [ 255 ] {ac5349a4-8581-4aad-9db6-380aa03672a9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2077 | 2025.03.04 03:19:03.295842 [ 255 ] {ac5349a4-8581-4aad-9db6-380aa03672a9} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2078 | 2025.03.04 03:19:03.296065 [ 255 ] {ac5349a4-8581-4aad-9db6-380aa03672a9} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001471 sec., 171312.03263086334 rows/sec., 11.85 MiB/sec. | ||
| 2079 | 2025.03.04 03:19:03.296281 [ 255 ] {ac5349a4-8581-4aad-9db6-380aa03672a9} <Debug> TCPHandler: Processed in 0.001839012 sec. | ||
| 2080 | 2025.03.04 03:19:03.296393 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2081 | 2025.03.04 03:19:03.296497 [ 255 ] {dc81269d-a37b-4a0f-a296-a4e831ef6f45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2082 | 2025.03.04 03:19:03.296540 [ 255 ] {dc81269d-a37b-4a0f-a296-a4e831ef6f45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2083 | 2025.03.04 03:19:03.297068 [ 255 ] {dc81269d-a37b-4a0f-a296-a4e831ef6f45} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2084 | 2025.03.04 03:19:03.297105 [ 255 ] {dc81269d-a37b-4a0f-a296-a4e831ef6f45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2085 | 2025.03.04 03:19:03.297435 [ 255 ] {dc81269d-a37b-4a0f-a296-a4e831ef6f45} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2086 | 2025.03.04 03:19:03.297665 [ 255 ] {dc81269d-a37b-4a0f-a296-a4e831ef6f45} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2087 | 2025.03.04 03:19:03.298015 [ 255 ] {dc81269d-a37b-4a0f-a296-a4e831ef6f45} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001505 sec., 7973.421926910299 rows/sec., 622.92 KiB/sec. | ||
| 2088 | 2025.03.04 03:19:03.298089 [ 255 ] {dc81269d-a37b-4a0f-a296-a4e831ef6f45} <Debug> TCPHandler: Processed in 0.001745801 sec. | ||
| 2089 | 2025.03.04 03:19:03.298193 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2090 | 2025.03.04 03:19:03.298293 [ 255 ] {9656d9a8-c4a3-4b6c-ba9c-a991bc645a49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2091 | 2025.03.04 03:19:03.298335 [ 255 ] {9656d9a8-c4a3-4b6c-ba9c-a991bc645a49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2092 | 2025.03.04 03:19:03.299026 [ 255 ] {9656d9a8-c4a3-4b6c-ba9c-a991bc645a49} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2093 | 2025.03.04 03:19:03.299063 [ 255 ] {9656d9a8-c4a3-4b6c-ba9c-a991bc645a49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2094 | 2025.03.04 03:19:03.299450 [ 255 ] {9656d9a8-c4a3-4b6c-ba9c-a991bc645a49} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2095 | 2025.03.04 03:19:03.299679 [ 255 ] {9656d9a8-c4a3-4b6c-ba9c-a991bc645a49} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2096 | 2025.03.04 03:19:03.299849 [ 255 ] {9656d9a8-c4a3-4b6c-ba9c-a991bc645a49} <Debug> executeQuery: Read 556 rows, 42.66 KiB in 0.001577 sec., 352568.16740646795 rows/sec., 26.42 MiB/sec. | ||
| 2097 | 2025.03.04 03:19:03.299899 [ 255 ] {9656d9a8-c4a3-4b6c-ba9c-a991bc645a49} <Debug> TCPHandler: Processed in 0.001756232 sec. | ||
| 2098 | 2025.03.04 03:19:03.300030 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2099 | 2025.03.04 03:19:03.300164 [ 255 ] {f4667329-1f37-45e3-b469-8cd60a453d87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2100 | 2025.03.04 03:19:03.300220 [ 255 ] {f4667329-1f37-45e3-b469-8cd60a453d87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2101 | 2025.03.04 03:19:03.303705 [ 255 ] {f4667329-1f37-45e3-b469-8cd60a453d87} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2102 | 2025.03.04 03:19:03.303748 [ 255 ] {f4667329-1f37-45e3-b469-8cd60a453d87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2103 | 2025.03.04 03:19:03.304304 [ 255 ] {f4667329-1f37-45e3-b469-8cd60a453d87} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2104 | 2025.03.04 03:19:03.304549 [ 255 ] {f4667329-1f37-45e3-b469-8cd60a453d87} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2105 | 2025.03.04 03:19:03.304803 [ 255 ] {f4667329-1f37-45e3-b469-8cd60a453d87} <Debug> executeQuery: Read 2535 rows, 177.44 KiB in 0.004645 sec., 545748.1162540367 rows/sec., 37.30 MiB/sec. | ||
| 2106 | 2025.03.04 03:19:03.304926 [ 255 ] {f4667329-1f37-45e3-b469-8cd60a453d87} <Debug> TCPHandler: Processed in 0.00496198 sec. | ||
| 2107 | 2025.03.04 03:19:03.305060 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2108 | 2025.03.04 03:19:03.305164 [ 255 ] {c9c20e10-cd48-44a5-91d4-95ea220ac775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2109 | 2025.03.04 03:19:03.305209 [ 255 ] {c9c20e10-cd48-44a5-91d4-95ea220ac775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2110 | 2025.03.04 03:19:03.305657 [ 255 ] {c9c20e10-cd48-44a5-91d4-95ea220ac775} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2111 | 2025.03.04 03:19:03.305694 [ 255 ] {c9c20e10-cd48-44a5-91d4-95ea220ac775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2112 | 2025.03.04 03:19:03.306039 [ 255 ] {c9c20e10-cd48-44a5-91d4-95ea220ac775} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2113 | 2025.03.04 03:19:03.306274 [ 255 ] {c9c20e10-cd48-44a5-91d4-95ea220ac775} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2114 | 2025.03.04 03:19:03.306445 [ 255 ] {c9c20e10-cd48-44a5-91d4-95ea220ac775} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001304 sec., 9202.453987730061 rows/sec., 635.07 KiB/sec. | ||
| 2115 | 2025.03.04 03:19:03.306493 [ 255 ] {c9c20e10-cd48-44a5-91d4-95ea220ac775} <Debug> TCPHandler: Processed in 0.001483579 sec. | ||
| 2116 | 2025.03.04 03:19:04.000221 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 166.97 MiB, peak 169.40 MiB, free memory in arenas 0.00 B, will set to 165.46 MiB (RSS), difference: -1.50 MiB | ||
| 2117 | 2025.03.04 03:19:07.178636 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2118 | 2025.03.04 03:19:07.178845 [ 255 ] {86aec10f-8397-4831-9461-1d30ce71307f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2119 | 2025.03.04 03:19:07.178923 [ 255 ] {86aec10f-8397-4831-9461-1d30ce71307f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2120 | 2025.03.04 03:19:07.179691 [ 255 ] {86aec10f-8397-4831-9461-1d30ce71307f} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2121 | 2025.03.04 03:19:07.179741 [ 255 ] {86aec10f-8397-4831-9461-1d30ce71307f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2122 | 2025.03.04 03:19:07.180166 [ 255 ] {86aec10f-8397-4831-9461-1d30ce71307f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2123 | 2025.03.04 03:19:07.180430 [ 255 ] {86aec10f-8397-4831-9461-1d30ce71307f} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2124 | 2025.03.04 03:19:07.180634 [ 255 ] {86aec10f-8397-4831-9461-1d30ce71307f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001846 sec., 30335.861321776814 rows/sec., 2.32 MiB/sec. | ||
| 2125 | 2025.03.04 03:19:07.180720 [ 255 ] {86aec10f-8397-4831-9461-1d30ce71307f} <Debug> TCPHandler: Processed in 0.002222577 sec. | ||
| 2126 | 2025.03.04 03:19:07.180858 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2127 | 2025.03.04 03:19:07.180964 [ 255 ] {e3da9cc0-0813-4b79-85c4-3f493bfca4a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2128 | 2025.03.04 03:19:07.181008 [ 255 ] {e3da9cc0-0813-4b79-85c4-3f493bfca4a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2129 | 2025.03.04 03:19:07.181540 [ 255 ] {e3da9cc0-0813-4b79-85c4-3f493bfca4a0} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2130 | 2025.03.04 03:19:07.181576 [ 255 ] {e3da9cc0-0813-4b79-85c4-3f493bfca4a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2131 | 2025.03.04 03:19:07.181917 [ 255 ] {e3da9cc0-0813-4b79-85c4-3f493bfca4a0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2132 | 2025.03.04 03:19:07.182158 [ 255 ] {e3da9cc0-0813-4b79-85c4-3f493bfca4a0} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2133 | 2025.03.04 03:19:07.182332 [ 255 ] {e3da9cc0-0813-4b79-85c4-3f493bfca4a0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001392 sec., 45977.011494252874 rows/sec., 3.59 MiB/sec. | ||
| 2134 | 2025.03.04 03:19:07.182382 [ 255 ] {e3da9cc0-0813-4b79-85c4-3f493bfca4a0} <Debug> TCPHandler: Processed in 0.001575059 sec. | ||
| 2135 | 2025.03.04 03:19:07.182497 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2136 | 2025.03.04 03:19:07.182600 [ 255 ] {f6c66de5-cce8-4491-9c44-7bbabf07e7a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2137 | 2025.03.04 03:19:07.182647 [ 255 ] {f6c66de5-cce8-4491-9c44-7bbabf07e7a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2138 | 2025.03.04 03:19:07.183142 [ 255 ] {f6c66de5-cce8-4491-9c44-7bbabf07e7a8} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2139 | 2025.03.04 03:19:07.183179 [ 255 ] {f6c66de5-cce8-4491-9c44-7bbabf07e7a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2140 | 2025.03.04 03:19:07.183548 [ 255 ] {f6c66de5-cce8-4491-9c44-7bbabf07e7a8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2141 | 2025.03.04 03:19:07.183788 [ 255 ] {f6c66de5-cce8-4491-9c44-7bbabf07e7a8} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2142 | 2025.03.04 03:19:07.183961 [ 255 ] {f6c66de5-cce8-4491-9c44-7bbabf07e7a8} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001383 sec., 92552.42227042661 rows/sec., 6.45 MiB/sec. | ||
| 2143 | 2025.03.04 03:19:07.184011 [ 255 ] {f6c66de5-cce8-4491-9c44-7bbabf07e7a8} <Debug> TCPHandler: Processed in 0.001563839 sec. | ||
| 2144 | 2025.03.04 03:19:07.184130 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2145 | 2025.03.04 03:19:07.184243 [ 255 ] {ef0817eb-78c1-44f8-81cc-fc8fa9bf0591} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2146 | 2025.03.04 03:19:07.184288 [ 255 ] {ef0817eb-78c1-44f8-81cc-fc8fa9bf0591} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2147 | 2025.03.04 03:19:07.184724 [ 255 ] {ef0817eb-78c1-44f8-81cc-fc8fa9bf0591} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2148 | 2025.03.04 03:19:07.184760 [ 255 ] {ef0817eb-78c1-44f8-81cc-fc8fa9bf0591} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2149 | 2025.03.04 03:19:07.185122 [ 255 ] {ef0817eb-78c1-44f8-81cc-fc8fa9bf0591} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2150 | 2025.03.04 03:19:07.185383 [ 255 ] {ef0817eb-78c1-44f8-81cc-fc8fa9bf0591} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2151 | 2025.03.04 03:19:07.185581 [ 255 ] {ef0817eb-78c1-44f8-81cc-fc8fa9bf0591} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001355 sec., 35424.35424354243 rows/sec., 2.39 MiB/sec. | ||
| 2152 | 2025.03.04 03:19:07.185767 [ 255 ] {ef0817eb-78c1-44f8-81cc-fc8fa9bf0591} <Debug> TCPHandler: Processed in 0.001684991 sec. | ||
| 2153 | 2025.03.04 03:19:08.514419 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 2154 | 2025.03.04 03:19:08.515346 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2155 | 2025.03.04 03:19:08.515403 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2156 | 2025.03.04 03:19:08.516103 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2157 | 2025.03.04 03:19:08.516414 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2158 | 2025.03.04 03:19:08.516724 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 2159 | 2025.03.04 03:19:08.775660 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2160 | 2025.03.04 03:19:08.803848 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2161 | 2025.03.04 03:19:08.803932 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2162 | 2025.03.04 03:19:08.814341 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2163 | 2025.03.04 03:19:08.815409 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2164 | 2025.03.04 03:19:08.821389 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2165 | 2025.03.04 03:19:11.001213 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 74 entries to flush up to offset 300 | ||
| 2166 | 2025.03.04 03:19:11.005522 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2167 | 2025.03.04 03:19:11.005574 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2168 | 2025.03.04 03:19:11.007149 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2169 | 2025.03.04 03:19:11.007468 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2170 | 2025.03.04 03:19:11.008519 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 300 | ||
| 2171 | 2025.03.04 03:19:12.181440 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2172 | 2025.03.04 03:19:12.181630 [ 255 ] {5e533da5-4e37-4bd7-ac83-c4e32a8bc216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2173 | 2025.03.04 03:19:12.181700 [ 255 ] {5e533da5-4e37-4bd7-ac83-c4e32a8bc216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2174 | 2025.03.04 03:19:12.182515 [ 255 ] {5e533da5-4e37-4bd7-ac83-c4e32a8bc216} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2175 | 2025.03.04 03:19:12.182567 [ 255 ] {5e533da5-4e37-4bd7-ac83-c4e32a8bc216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2176 | 2025.03.04 03:19:12.183011 [ 255 ] {5e533da5-4e37-4bd7-ac83-c4e32a8bc216} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2177 | 2025.03.04 03:19:12.183274 [ 255 ] {5e533da5-4e37-4bd7-ac83-c4e32a8bc216} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2178 | 2025.03.04 03:19:12.183517 [ 255 ] {5e533da5-4e37-4bd7-ac83-c4e32a8bc216} <Debug> executeQuery: Read 118 rows, 10.28 KiB in 0.001938 sec., 60887.5128998968 rows/sec., 5.18 MiB/sec. | ||
| 2179 | 2025.03.04 03:19:12.183578 [ 255 ] {5e533da5-4e37-4bd7-ac83-c4e32a8bc216} <Debug> TCPHandler: Processed in 0.002265828 sec. | ||
| 2180 | 2025.03.04 03:19:12.183712 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2181 | 2025.03.04 03:19:12.183825 [ 255 ] {2f81ba9f-15a3-4364-8e90-d72778342f9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2182 | 2025.03.04 03:19:12.183872 [ 255 ] {2f81ba9f-15a3-4364-8e90-d72778342f9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2183 | 2025.03.04 03:19:12.184406 [ 255 ] {2f81ba9f-15a3-4364-8e90-d72778342f9e} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2184 | 2025.03.04 03:19:12.184446 [ 255 ] {2f81ba9f-15a3-4364-8e90-d72778342f9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2185 | 2025.03.04 03:19:12.184799 [ 255 ] {2f81ba9f-15a3-4364-8e90-d72778342f9e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2186 | 2025.03.04 03:19:12.185034 [ 255 ] {2f81ba9f-15a3-4364-8e90-d72778342f9e} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2187 | 2025.03.04 03:19:12.185224 [ 42 ] {} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2188 | 2025.03.04 03:19:12.185287 [ 255 ] {2f81ba9f-15a3-4364-8e90-d72778342f9e} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001483 sec., 20903.573836817264 rows/sec., 1.54 MiB/sec. | ||
| 2189 | 2025.03.04 03:19:12.185352 [ 42 ] {} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2190 | 2025.03.04 03:19:12.185413 [ 255 ] {2f81ba9f-15a3-4364-8e90-d72778342f9e} <Debug> TCPHandler: Processed in 0.001747941 sec. | ||
| 2191 | 2025.03.04 03:19:12.185438 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2192 | 2025.03.04 03:19:12.185592 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2193 | 2025.03.04 03:19:12.185643 [ 196 ] {141c3608-aab4-4fcf-ac67-3724488a6594::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 | ||
| 2194 | 2025.03.04 03:19:12.185732 [ 255 ] {daf5140d-b9d9-4a0a-89be-618fa433f5a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2195 | 2025.03.04 03:19:12.185796 [ 255 ] {daf5140d-b9d9-4a0a-89be-618fa433f5a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2196 | 2025.03.04 03:19:12.185811 [ 196 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2197 | 2025.03.04 03:19:12.185878 [ 196 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 114 rows starting from the beginning of the part | ||
| 2198 | 2025.03.04 03:19:12.186110 [ 196 ] {141c3608-aab4-4fcf-ac67-3724488a6594::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 | ||
| 2199 | 2025.03.04 03:19:12.186516 [ 196 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 2200 | 2025.03.04 03:19:12.186987 [ 196 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 31 rows starting from the beginning of the part | ||
| 2201 | 2025.03.04 03:19:12.187348 [ 196 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part | ||
| 2202 | 2025.03.04 03:19:12.187685 [ 196 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 31 rows starting from the beginning of the part | ||
| 2203 | 2025.03.04 03:19:12.188392 [ 255 ] {daf5140d-b9d9-4a0a-89be-618fa433f5a1} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2204 | 2025.03.04 03:19:12.188440 [ 255 ] {daf5140d-b9d9-4a0a-89be-618fa433f5a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2205 | 2025.03.04 03:19:12.188941 [ 255 ] {daf5140d-b9d9-4a0a-89be-618fa433f5a1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2206 | 2025.03.04 03:19:12.189343 [ 255 ] {daf5140d-b9d9-4a0a-89be-618fa433f5a1} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2207 | 2025.03.04 03:19:12.189407 [ 196 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 204 rows, containing 5 columns (5 merged, 0 gathered) in 0.003835117 sec., 53192.64053743341 rows/sec., 3.72 MiB/sec. | ||
| 2208 | 2025.03.04 03:19:12.189659 [ 255 ] {daf5140d-b9d9-4a0a-89be-618fa433f5a1} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.003961 sec., 23983.842464024237 rows/sec., 1.87 MiB/sec. | ||
| 2209 | 2025.03.04 03:19:12.189727 [ 190 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2210 | 2025.03.04 03:19:12.189769 [ 255 ] {daf5140d-b9d9-4a0a-89be-618fa433f5a1} <Debug> TCPHandler: Processed in 0.004247332 sec. | ||
| 2211 | 2025.03.04 03:19:12.189951 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2212 | 2025.03.04 03:19:12.190126 [ 255 ] {db106393-dc60-4650-8107-42ecbe26aefc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2213 | 2025.03.04 03:19:12.190215 [ 255 ] {db106393-dc60-4650-8107-42ecbe26aefc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2214 | 2025.03.04 03:19:12.190320 [ 190 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_6_1} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2215 | 2025.03.04 03:19:12.190579 [ 190 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_6_1} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2216 | 2025.03.04 03:19:12.190779 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 2217 | 2025.03.04 03:19:12.191152 [ 255 ] {db106393-dc60-4650-8107-42ecbe26aefc} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2218 | 2025.03.04 03:19:12.191196 [ 255 ] {db106393-dc60-4650-8107-42ecbe26aefc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2219 | 2025.03.04 03:19:12.191583 [ 255 ] {db106393-dc60-4650-8107-42ecbe26aefc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2220 | 2025.03.04 03:19:12.191820 [ 255 ] {db106393-dc60-4650-8107-42ecbe26aefc} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2221 | 2025.03.04 03:19:12.192066 [ 255 ] {db106393-dc60-4650-8107-42ecbe26aefc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001996 sec., 80160.32064128257 rows/sec., 5.58 MiB/sec. | ||
| 2222 | 2025.03.04 03:19:12.192248 [ 255 ] {db106393-dc60-4650-8107-42ecbe26aefc} <Debug> TCPHandler: Processed in 0.002352409 sec. | ||
| 2223 | 2025.03.04 03:19:12.192393 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2224 | 2025.03.04 03:19:12.192501 [ 255 ] {b9cd0e80-2320-48d1-8b9a-a5b65bb6a12d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2225 | 2025.03.04 03:19:12.192571 [ 255 ] {b9cd0e80-2320-48d1-8b9a-a5b65bb6a12d} <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 | ||
| 2226 | 2025.03.04 03:19:12.193645 [ 255 ] {b9cd0e80-2320-48d1-8b9a-a5b65bb6a12d} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2227 | 2025.03.04 03:19:12.193684 [ 255 ] {b9cd0e80-2320-48d1-8b9a-a5b65bb6a12d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2228 | 2025.03.04 03:19:12.194314 [ 255 ] {b9cd0e80-2320-48d1-8b9a-a5b65bb6a12d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2229 | 2025.03.04 03:19:12.194572 [ 255 ] {b9cd0e80-2320-48d1-8b9a-a5b65bb6a12d} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2230 | 2025.03.04 03:19:12.194821 [ 255 ] {b9cd0e80-2320-48d1-8b9a-a5b65bb6a12d} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002342 sec., 13236.549957301453 rows/sec., 23.72 MiB/sec. | ||
| 2231 | 2025.03.04 03:19:12.194913 [ 255 ] {b9cd0e80-2320-48d1-8b9a-a5b65bb6a12d} <Debug> TCPHandler: Processed in 0.002570391 sec. | ||
| 2232 | 2025.03.04 03:19:12.195023 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2233 | 2025.03.04 03:19:12.195126 [ 255 ] {35e011b9-8d11-4207-b7d1-1eb0868d3657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2234 | 2025.03.04 03:19:12.195171 [ 255 ] {35e011b9-8d11-4207-b7d1-1eb0868d3657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2235 | 2025.03.04 03:19:12.195604 [ 255 ] {35e011b9-8d11-4207-b7d1-1eb0868d3657} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2236 | 2025.03.04 03:19:12.195643 [ 255 ] {35e011b9-8d11-4207-b7d1-1eb0868d3657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2237 | 2025.03.04 03:19:12.195994 [ 255 ] {35e011b9-8d11-4207-b7d1-1eb0868d3657} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2238 | 2025.03.04 03:19:12.196224 [ 255 ] {35e011b9-8d11-4207-b7d1-1eb0868d3657} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2239 | 2025.03.04 03:19:12.196458 [ 255 ] {35e011b9-8d11-4207-b7d1-1eb0868d3657} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00135 sec., 44444.444444444445 rows/sec., 3.00 MiB/sec. | ||
| 2240 | 2025.03.04 03:19:12.196539 [ 255 ] {35e011b9-8d11-4207-b7d1-1eb0868d3657} <Debug> TCPHandler: Processed in 0.00156579 sec. | ||
| 2241 | 2025.03.04 03:19:15.363778 [ 30 ] {} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2242 | 2025.03.04 03:19:15.363859 [ 30 ] {} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2243 | 2025.03.04 03:19:15.363886 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2244 | 2025.03.04 03:19:15.364189 [ 200 ] {c7cea90c-616c-4291-9af5-0edb81a67e5b::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
| 2245 | 2025.03.04 03:19:15.364534 [ 200 ] {c7cea90c-616c-4291-9af5-0edb81a67e5b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2246 | 2025.03.04 03:19:15.364577 [ 200 ] {c7cea90c-616c-4291-9af5-0edb81a67e5b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 13 rows starting from the beginning of the part | ||
| 2247 | 2025.03.04 03:19:15.364694 [ 200 ] {c7cea90c-616c-4291-9af5-0edb81a67e5b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
| 2248 | 2025.03.04 03:19:15.364782 [ 200 ] {c7cea90c-616c-4291-9af5-0edb81a67e5b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
| 2249 | 2025.03.04 03:19:15.364967 [ 200 ] {c7cea90c-616c-4291-9af5-0edb81a67e5b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part | ||
| 2250 | 2025.03.04 03:19:15.365052 [ 200 ] {c7cea90c-616c-4291-9af5-0edb81a67e5b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 13 rows starting from the beginning of the part | ||
| 2251 | 2025.03.04 03:19:15.367274 [ 198 ] {c7cea90c-616c-4291-9af5-0edb81a67e5b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 47 rows, containing 6 columns (6 merged, 0 gathered) in 0.00326933 sec., 14376.03423331386 rows/sec., 3.46 MiB/sec. | ||
| 2252 | 2025.03.04 03:19:15.367615 [ 198 ] {c7cea90c-616c-4291-9af5-0edb81a67e5b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2253 | 2025.03.04 03:19:15.368376 [ 198 ] {c7cea90c-616c-4291-9af5-0edb81a67e5b::all_1_5_1} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2254 | 2025.03.04 03:19:15.368460 [ 198 ] {c7cea90c-616c-4291-9af5-0edb81a67e5b::all_1_5_1} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2255 | 2025.03.04 03:19:15.368560 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2256 | 2025.03.04 03:19:15.913510 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2257 | 2025.03.04 03:19:15.913576 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2258 | 2025.03.04 03:19:16.016880 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 2259 | 2025.03.04 03:19:16.017838 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2260 | 2025.03.04 03:19:16.017883 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2261 | 2025.03.04 03:19:16.018437 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2262 | 2025.03.04 03:19:16.018693 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2263 | 2025.03.04 03:19:16.018943 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2264 | 2025.03.04 03:19:16.321490 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2265 | 2025.03.04 03:19:16.341579 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2266 | 2025.03.04 03:19:16.341638 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2267 | 2025.03.04 03:19:16.348516 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2268 | 2025.03.04 03:19:16.349293 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2269 | 2025.03.04 03:19:16.351876 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2270 | 2025.03.04 03:19:17.179793 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2271 | 2025.03.04 03:19:17.179975 [ 255 ] {26360442-e341-4a4a-9c2c-7b6596505151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2272 | 2025.03.04 03:19:17.180039 [ 255 ] {26360442-e341-4a4a-9c2c-7b6596505151} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2273 | 2025.03.04 03:19:17.180812 [ 255 ] {26360442-e341-4a4a-9c2c-7b6596505151} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2274 | 2025.03.04 03:19:17.180857 [ 255 ] {26360442-e341-4a4a-9c2c-7b6596505151} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2275 | 2025.03.04 03:19:17.181296 [ 255 ] {26360442-e341-4a4a-9c2c-7b6596505151} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2276 | 2025.03.04 03:19:17.181550 [ 255 ] {26360442-e341-4a4a-9c2c-7b6596505151} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2277 | 2025.03.04 03:19:17.181762 [ 37 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2278 | 2025.03.04 03:19:17.181797 [ 255 ] {26360442-e341-4a4a-9c2c-7b6596505151} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001873 sec., 29898.558462359848 rows/sec., 2.28 MiB/sec. | ||
| 2279 | 2025.03.04 03:19:17.181874 [ 37 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2280 | 2025.03.04 03:19:17.181931 [ 255 ] {26360442-e341-4a4a-9c2c-7b6596505151} <Debug> TCPHandler: Processed in 0.002258197 sec. | ||
| 2281 | 2025.03.04 03:19:17.181955 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2282 | 2025.03.04 03:19:17.182101 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2283 | 2025.03.04 03:19:17.182301 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::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 | ||
| 2284 | 2025.03.04 03:19:17.182443 [ 255 ] {e5d98267-fbb1-4859-a7b5-5b25d3f56975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2285 | 2025.03.04 03:19:17.182589 [ 255 ] {e5d98267-fbb1-4859-a7b5-5b25d3f56975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2286 | 2025.03.04 03:19:17.182718 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2287 | 2025.03.04 03:19:17.182763 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 633 rows starting from the beginning of the part | ||
| 2288 | 2025.03.04 03:19:17.182997 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 118 rows starting from the beginning of the part | ||
| 2289 | 2025.03.04 03:19:17.183469 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1317 rows starting from the beginning of the part | ||
| 2290 | 2025.03.04 03:19:17.183806 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::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 | ||
| 2291 | 2025.03.04 03:19:17.184105 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 118 rows starting from the beginning of the part | ||
| 2292 | 2025.03.04 03:19:17.184347 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::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 | ||
| 2293 | 2025.03.04 03:19:17.184952 [ 255 ] {e5d98267-fbb1-4859-a7b5-5b25d3f56975} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2294 | 2025.03.04 03:19:17.184993 [ 255 ] {e5d98267-fbb1-4859-a7b5-5b25d3f56975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2295 | 2025.03.04 03:19:17.185583 [ 255 ] {e5d98267-fbb1-4859-a7b5-5b25d3f56975} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2296 | 2025.03.04 03:19:17.185892 [ 255 ] {e5d98267-fbb1-4859-a7b5-5b25d3f56975} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2297 | 2025.03.04 03:19:17.186155 [ 37 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2298 | 2025.03.04 03:19:17.186254 [ 37 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2299 | 2025.03.04 03:19:17.186288 [ 255 ] {e5d98267-fbb1-4859-a7b5-5b25d3f56975} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003944 sec., 16227.180527383369 rows/sec., 1.27 MiB/sec. | ||
| 2300 | 2025.03.04 03:19:17.186354 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2301 | 2025.03.04 03:19:17.186486 [ 255 ] {e5d98267-fbb1-4859-a7b5-5b25d3f56975} <Debug> TCPHandler: Processed in 0.004439524 sec. | ||
| 2302 | 2025.03.04 03:19:17.186879 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2303 | 2025.03.04 03:19:17.187094 [ 198 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2304 | 2025.03.04 03:19:17.187148 [ 192 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2298 rows, containing 5 columns (5 merged, 0 gathered) in 0.005065472 sec., 453659.59973720124 rows/sec., 38.80 MiB/sec. | ||
| 2305 | 2025.03.04 03:19:17.187153 [ 255 ] {edffec4e-21db-4fa8-9dfe-c17fc11df870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2306 | 2025.03.04 03:19:17.187295 [ 255 ] {edffec4e-21db-4fa8-9dfe-c17fc11df870} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2307 | 2025.03.04 03:19:17.187563 [ 198 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2308 | 2025.03.04 03:19:17.187682 [ 198 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part | ||
| 2309 | 2025.03.04 03:19:17.187775 [ 199 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2310 | 2025.03.04 03:19:17.188164 [ 198 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 107 rows starting from the beginning of the part | ||
| 2311 | 2025.03.04 03:19:17.188646 [ 198 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 556 rows starting from the beginning of the part | ||
| 2312 | 2025.03.04 03:19:17.188999 [ 198 ] {9be4847f-fd55-43df-80f3-863c47d95200::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 | ||
| 2313 | 2025.03.04 03:19:17.189205 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_11_2} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2314 | 2025.03.04 03:19:17.189436 [ 198 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 95 rows starting from the beginning of the part | ||
| 2315 | 2025.03.04 03:19:17.189860 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_11_2} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2316 | 2025.03.04 03:19:17.189920 [ 198 ] {9be4847f-fd55-43df-80f3-863c47d95200::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 | ||
| 2317 | 2025.03.04 03:19:17.190253 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 2318 | 2025.03.04 03:19:17.191157 [ 255 ] {edffec4e-21db-4fa8-9dfe-c17fc11df870} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2319 | 2025.03.04 03:19:17.191225 [ 255 ] {edffec4e-21db-4fa8-9dfe-c17fc11df870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2320 | 2025.03.04 03:19:17.192237 [ 255 ] {edffec4e-21db-4fa8-9dfe-c17fc11df870} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2321 | 2025.03.04 03:19:17.192705 [ 255 ] {edffec4e-21db-4fa8-9dfe-c17fc11df870} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2322 | 2025.03.04 03:19:17.193007 [ 37 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2323 | 2025.03.04 03:19:17.193217 [ 37 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2324 | 2025.03.04 03:19:17.193334 [ 255 ] {edffec4e-21db-4fa8-9dfe-c17fc11df870} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006182 sec., 25881.59171789065 rows/sec., 1.80 MiB/sec. | ||
| 2325 | 2025.03.04 03:19:17.193356 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2326 | 2025.03.04 03:19:17.193645 [ 198 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1276 rows, containing 5 columns (5 merged, 0 gathered) in 0.007100977 sec., 179693.5830097746 rows/sec., 14.06 MiB/sec. | ||
| 2327 | 2025.03.04 03:19:17.193803 [ 255 ] {edffec4e-21db-4fa8-9dfe-c17fc11df870} <Debug> TCPHandler: Processed in 0.007055037 sec. | ||
| 2328 | 2025.03.04 03:19:17.193805 [ 199 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::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 | ||
| 2329 | 2025.03.04 03:19:17.193971 [ 198 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2330 | 2025.03.04 03:19:17.194135 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2331 | 2025.03.04 03:19:17.194248 [ 199 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2332 | 2025.03.04 03:19:17.194370 [ 199 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 665 rows starting from the beginning of the part | ||
| 2333 | 2025.03.04 03:19:17.194507 [ 255 ] {7e9feed5-a44f-4fe9-ae38-959c03845061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2334 | 2025.03.04 03:19:17.194793 [ 199 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::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 | ||
| 2335 | 2025.03.04 03:19:17.194934 [ 198 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_11_2} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2336 | 2025.03.04 03:19:17.194929 [ 255 ] {7e9feed5-a44f-4fe9-ae38-959c03845061} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2337 | 2025.03.04 03:19:17.195186 [ 199 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2535 rows starting from the beginning of the part | ||
| 2338 | 2025.03.04 03:19:17.195397 [ 198 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_11_2} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2339 | 2025.03.04 03:19:17.195593 [ 199 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 128 rows starting from the beginning of the part | ||
| 2340 | 2025.03.04 03:19:17.195773 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 2341 | 2025.03.04 03:19:17.195974 [ 199 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::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 | ||
| 2342 | 2025.03.04 03:19:17.196283 [ 199 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::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 | ||
| 2343 | 2025.03.04 03:19:17.197716 [ 255 ] {7e9feed5-a44f-4fe9-ae38-959c03845061} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2344 | 2025.03.04 03:19:17.197780 [ 255 ] {7e9feed5-a44f-4fe9-ae38-959c03845061} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2345 | 2025.03.04 03:19:17.198701 [ 255 ] {7e9feed5-a44f-4fe9-ae38-959c03845061} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2346 | 2025.03.04 03:19:17.199101 [ 255 ] {7e9feed5-a44f-4fe9-ae38-959c03845061} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2347 | 2025.03.04 03:19:17.199492 [ 37 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2348 | 2025.03.04 03:19:17.199605 [ 255 ] {7e9feed5-a44f-4fe9-ae38-959c03845061} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005182 sec., 11578.541103820919 rows/sec., 799.04 KiB/sec. | ||
| 2349 | 2025.03.04 03:19:17.199655 [ 37 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2350 | 2025.03.04 03:19:17.199982 [ 255 ] {7e9feed5-a44f-4fe9-ae38-959c03845061} <Debug> TCPHandler: Processed in 0.005965733 sec. | ||
| 2351 | 2025.03.04 03:19:17.200238 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2352 | 2025.03.04 03:19:17.200291 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3808 rows, containing 5 columns (5 merged, 0 gathered) in 0.006765743 sec., 562835.4491147535 rows/sec., 38.61 MiB/sec. | ||
| 2353 | 2025.03.04 03:19:17.200493 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::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 | ||
| 2354 | 2025.03.04 03:19:17.200738 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2355 | 2025.03.04 03:19:17.200816 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2356 | 2025.03.04 03:19:17.200817 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 220 rows starting from the beginning of the part | ||
| 2357 | 2025.03.04 03:19:17.201258 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::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 | ||
| 2358 | 2025.03.04 03:19:17.201511 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part | ||
| 2359 | 2025.03.04 03:19:17.201718 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 48 rows starting from the beginning of the part | ||
| 2360 | 2025.03.04 03:19:17.201819 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2361 | 2025.03.04 03:19:17.202048 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::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 | ||
| 2362 | 2025.03.04 03:19:17.202159 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2363 | 2025.03.04 03:19:17.202277 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::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 | ||
| 2364 | 2025.03.04 03:19:17.202441 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
| 2365 | 2025.03.04 03:19:17.203561 [ 197 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 4 columns (4 merged, 0 gathered) in 0.003169728 sec., 145122.86227714174 rows/sec., 9.71 MiB/sec. | ||
| 2366 | 2025.03.04 03:19:17.203722 [ 192 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2367 | 2025.03.04 03:19:17.204012 [ 192 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_11_2} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2368 | 2025.03.04 03:19:17.204090 [ 192 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_11_2} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2369 | 2025.03.04 03:19:17.204172 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2370 | 2025.03.04 03:19:21.009022 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 320 | ||
| 2371 | 2025.03.04 03:19:21.011952 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2372 | 2025.03.04 03:19:21.012003 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2373 | 2025.03.04 03:19:21.013491 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2374 | 2025.03.04 03:19:21.013828 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2375 | 2025.03.04 03:19:21.014100 [ 33 ] {} <Debug> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2376 | 2025.03.04 03:19:21.014262 [ 33 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2377 | 2025.03.04 03:19:21.014367 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2378 | 2025.03.04 03:19:21.014871 [ 198 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::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 | ||
| 2379 | 2025.03.04 03:19:21.015299 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 320 | ||
| 2380 | 2025.03.04 03:19:21.015713 [ 198 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2381 | 2025.03.04 03:19:21.015844 [ 198 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::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 | ||
| 2382 | 2025.03.04 03:19:21.016385 [ 198 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 88 rows starting from the beginning of the part | ||
| 2383 | 2025.03.04 03:19:21.016928 [ 198 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part | ||
| 2384 | 2025.03.04 03:19:21.017466 [ 198 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::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 | ||
| 2385 | 2025.03.04 03:19:21.017971 [ 198 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 74 rows starting from the beginning of the part | ||
| 2386 | 2025.03.04 03:19:21.018421 [ 198 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::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 | ||
| 2387 | 2025.03.04 03:19:21.028707 [ 197 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 320 rows, containing 72 columns (72 merged, 0 gathered) in 0.014156364 sec., 22604.674477146815 rows/sec., 24.35 MiB/sec. | ||
| 2388 | 2025.03.04 03:19:21.029836 [ 195 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2389 | 2025.03.04 03:19:21.030716 [ 195 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_6_1} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2390 | 2025.03.04 03:19:21.030812 [ 195 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_6_1} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2391 | 2025.03.04 03:19:21.031136 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.75 MiB. | ||
| 2392 | 2025.03.04 03:19:22.173340 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2393 | 2025.03.04 03:19:22.173605 [ 255 ] {8f76db0a-4e04-4064-9f23-6d9222edeaba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2394 | 2025.03.04 03:19:22.174049 [ 255 ] {8f76db0a-4e04-4064-9f23-6d9222edeaba} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2395 | 2025.03.04 03:19:22.174108 [ 255 ] {8f76db0a-4e04-4064-9f23-6d9222edeaba} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2396 | 2025.03.04 03:19:22.174521 [ 255 ] {8f76db0a-4e04-4064-9f23-6d9222edeaba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2397 | 2025.03.04 03:19:22.174604 [ 255 ] {8f76db0a-4e04-4064-9f23-6d9222edeaba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2398 | 2025.03.04 03:19:22.174778 [ 255 ] {8f76db0a-4e04-4064-9f23-6d9222edeaba} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 47-element set) | ||
| 2399 | 2025.03.04 03:19:22.174818 [ 255 ] {8f76db0a-4e04-4064-9f23-6d9222edeaba} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 2400 | 2025.03.04 03:19:22.174843 [ 255 ] {8f76db0a-4e04-4064-9f23-6d9222edeaba} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (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 | ||
| 2401 | 2025.03.04 03:19:22.174861 [ 255 ] {8f76db0a-4e04-4064-9f23-6d9222edeaba} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2402 | 2025.03.04 03:19:22.174910 [ 255 ] {8f76db0a-4e04-4064-9f23-6d9222edeaba} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2403 | 2025.03.04 03:19:22.174935 [ 255 ] {8f76db0a-4e04-4064-9f23-6d9222edeaba} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 47 rows starting from 0 | ||
| 2404 | 2025.03.04 03:19:22.176061 [ 255 ] {8f76db0a-4e04-4064-9f23-6d9222edeaba} <Debug> executeQuery: Read 47 rows, 1.87 KiB in 0.002587 sec., 18167.761886354852 rows/sec., 721.76 KiB/sec. | ||
| 2405 | 2025.03.04 03:19:22.176197 [ 255 ] {8f76db0a-4e04-4064-9f23-6d9222edeaba} <Debug> TCPHandler: Processed in 0.002980746 sec. | ||
| 2406 | 2025.03.04 03:19:22.185028 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2407 | 2025.03.04 03:19:22.185203 [ 255 ] {96a9baa3-63cb-486e-9d77-00796f46ad27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2408 | 2025.03.04 03:19:22.185276 [ 255 ] {96a9baa3-63cb-486e-9d77-00796f46ad27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2409 | 2025.03.04 03:19:22.186041 [ 255 ] {96a9baa3-63cb-486e-9d77-00796f46ad27} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2410 | 2025.03.04 03:19:22.186085 [ 255 ] {96a9baa3-63cb-486e-9d77-00796f46ad27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2411 | 2025.03.04 03:19:22.186603 [ 255 ] {96a9baa3-63cb-486e-9d77-00796f46ad27} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2412 | 2025.03.04 03:19:22.186838 [ 255 ] {96a9baa3-63cb-486e-9d77-00796f46ad27} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2413 | 2025.03.04 03:19:22.187038 [ 255 ] {96a9baa3-63cb-486e-9d77-00796f46ad27} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001886 sec., 530.2226935312831 rows/sec., 120.13 KiB/sec. | ||
| 2414 | 2025.03.04 03:19:22.187095 [ 255 ] {96a9baa3-63cb-486e-9d77-00796f46ad27} <Debug> TCPHandler: Processed in 0.002147176 sec. | ||
| 2415 | 2025.03.04 03:19:22.187206 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2416 | 2025.03.04 03:19:22.187311 [ 255 ] {fdd46aba-fb41-49e6-91bb-aa00f4468be0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2417 | 2025.03.04 03:19:22.187356 [ 255 ] {fdd46aba-fb41-49e6-91bb-aa00f4468be0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2418 | 2025.03.04 03:19:22.187881 [ 255 ] {fdd46aba-fb41-49e6-91bb-aa00f4468be0} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2419 | 2025.03.04 03:19:22.187919 [ 255 ] {fdd46aba-fb41-49e6-91bb-aa00f4468be0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2420 | 2025.03.04 03:19:22.188262 [ 255 ] {fdd46aba-fb41-49e6-91bb-aa00f4468be0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2421 | 2025.03.04 03:19:22.188497 [ 255 ] {fdd46aba-fb41-49e6-91bb-aa00f4468be0} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2422 | 2025.03.04 03:19:22.188685 [ 255 ] {fdd46aba-fb41-49e6-91bb-aa00f4468be0} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001398 sec., 2861.230329041488 rows/sec., 233.31 KiB/sec. | ||
| 2423 | 2025.03.04 03:19:22.188836 [ 255 ] {fdd46aba-fb41-49e6-91bb-aa00f4468be0} <Debug> TCPHandler: Processed in 0.00167749 sec. | ||
| 2424 | 2025.03.04 03:19:22.189004 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2425 | 2025.03.04 03:19:22.189111 [ 255 ] {1fd8a9d6-ebd9-457e-9181-535ef57268cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2426 | 2025.03.04 03:19:22.189154 [ 255 ] {1fd8a9d6-ebd9-457e-9181-535ef57268cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2427 | 2025.03.04 03:19:22.189729 [ 255 ] {1fd8a9d6-ebd9-457e-9181-535ef57268cc} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2428 | 2025.03.04 03:19:22.189766 [ 255 ] {1fd8a9d6-ebd9-457e-9181-535ef57268cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2429 | 2025.03.04 03:19:22.190117 [ 255 ] {1fd8a9d6-ebd9-457e-9181-535ef57268cc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2430 | 2025.03.04 03:19:22.190375 [ 255 ] {1fd8a9d6-ebd9-457e-9181-535ef57268cc} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2431 | 2025.03.04 03:19:22.190555 [ 255 ] {1fd8a9d6-ebd9-457e-9181-535ef57268cc} <Debug> executeQuery: Read 122 rows, 10.62 KiB in 0.001469 sec., 83049.69366916269 rows/sec., 7.06 MiB/sec. | ||
| 2432 | 2025.03.04 03:19:22.190606 [ 255 ] {1fd8a9d6-ebd9-457e-9181-535ef57268cc} <Debug> TCPHandler: Processed in 0.00166083 sec. | ||
| 2433 | 2025.03.04 03:19:22.190720 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2434 | 2025.03.04 03:19:22.190825 [ 255 ] {48580bcf-a6dc-4aaa-902c-1a541ea1454f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2435 | 2025.03.04 03:19:22.190868 [ 255 ] {48580bcf-a6dc-4aaa-902c-1a541ea1454f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2436 | 2025.03.04 03:19:22.191385 [ 255 ] {48580bcf-a6dc-4aaa-902c-1a541ea1454f} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2437 | 2025.03.04 03:19:22.191421 [ 255 ] {48580bcf-a6dc-4aaa-902c-1a541ea1454f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2438 | 2025.03.04 03:19:22.191758 [ 255 ] {48580bcf-a6dc-4aaa-902c-1a541ea1454f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2439 | 2025.03.04 03:19:22.191990 [ 255 ] {48580bcf-a6dc-4aaa-902c-1a541ea1454f} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2440 | 2025.03.04 03:19:22.192187 [ 255 ] {48580bcf-a6dc-4aaa-902c-1a541ea1454f} <Debug> executeQuery: Read 36 rows, 2.69 KiB in 0.001377 sec., 26143.7908496732 rows/sec., 1.90 MiB/sec. | ||
| 2441 | 2025.03.04 03:19:22.192265 [ 255 ] {48580bcf-a6dc-4aaa-902c-1a541ea1454f} <Debug> TCPHandler: Processed in 0.0015945 sec. | ||
| 2442 | 2025.03.04 03:19:22.192369 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2443 | 2025.03.04 03:19:22.192470 [ 255 ] {2ec925b6-b02b-4fef-bd3a-aac27d64c323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2444 | 2025.03.04 03:19:22.192515 [ 255 ] {2ec925b6-b02b-4fef-bd3a-aac27d64c323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2445 | 2025.03.04 03:19:22.193154 [ 255 ] {2ec925b6-b02b-4fef-bd3a-aac27d64c323} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2446 | 2025.03.04 03:19:22.193202 [ 255 ] {2ec925b6-b02b-4fef-bd3a-aac27d64c323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2447 | 2025.03.04 03:19:22.193608 [ 255 ] {2ec925b6-b02b-4fef-bd3a-aac27d64c323} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2448 | 2025.03.04 03:19:22.193846 [ 255 ] {2ec925b6-b02b-4fef-bd3a-aac27d64c323} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2449 | 2025.03.04 03:19:22.194083 [ 255 ] {2ec925b6-b02b-4fef-bd3a-aac27d64c323} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001609 sec., 62150.40397762586 rows/sec., 4.86 MiB/sec. | ||
| 2450 | 2025.03.04 03:19:22.194247 [ 255 ] {2ec925b6-b02b-4fef-bd3a-aac27d64c323} <Debug> TCPHandler: Processed in 0.001925814 sec. | ||
| 2451 | 2025.03.04 03:19:22.194368 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2452 | 2025.03.04 03:19:22.194475 [ 255 ] {0de705be-a87c-4d13-91a1-23aacace64b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2453 | 2025.03.04 03:19:22.194523 [ 255 ] {0de705be-a87c-4d13-91a1-23aacace64b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2454 | 2025.03.04 03:19:22.195045 [ 255 ] {0de705be-a87c-4d13-91a1-23aacace64b3} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2455 | 2025.03.04 03:19:22.195082 [ 255 ] {0de705be-a87c-4d13-91a1-23aacace64b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2456 | 2025.03.04 03:19:22.195453 [ 255 ] {0de705be-a87c-4d13-91a1-23aacace64b3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2457 | 2025.03.04 03:19:22.195686 [ 255 ] {0de705be-a87c-4d13-91a1-23aacace64b3} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2458 | 2025.03.04 03:19:22.195860 [ 255 ] {0de705be-a87c-4d13-91a1-23aacace64b3} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001408 sec., 115056.81818181819 rows/sec., 8.01 MiB/sec. | ||
| 2459 | 2025.03.04 03:19:22.195908 [ 255 ] {0de705be-a87c-4d13-91a1-23aacace64b3} <Debug> TCPHandler: Processed in 0.001591639 sec. | ||
| 2460 | 2025.03.04 03:19:22.196012 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2461 | 2025.03.04 03:19:22.196118 [ 255 ] {942e784f-e951-47d5-9de8-1a81cb945f4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2462 | 2025.03.04 03:19:22.196181 [ 255 ] {942e784f-e951-47d5-9de8-1a81cb945f4a} <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 | ||
| 2463 | 2025.03.04 03:19:22.197223 [ 255 ] {942e784f-e951-47d5-9de8-1a81cb945f4a} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2464 | 2025.03.04 03:19:22.197261 [ 255 ] {942e784f-e951-47d5-9de8-1a81cb945f4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2465 | 2025.03.04 03:19:22.197881 [ 255 ] {942e784f-e951-47d5-9de8-1a81cb945f4a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2466 | 2025.03.04 03:19:22.198148 [ 255 ] {942e784f-e951-47d5-9de8-1a81cb945f4a} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2467 | 2025.03.04 03:19:22.198277 [ 28 ] {} <Debug> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2468 | 2025.03.04 03:19:22.198326 [ 28 ] {} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2469 | 2025.03.04 03:19:22.198353 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2470 | 2025.03.04 03:19:22.198356 [ 255 ] {942e784f-e951-47d5-9de8-1a81cb945f4a} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002259 sec., 14165.559982293049 rows/sec., 25.38 MiB/sec. | ||
| 2471 | 2025.03.04 03:19:22.199107 [ 255 ] {942e784f-e951-47d5-9de8-1a81cb945f4a} <Debug> TCPHandler: Processed in 0.003141298 sec. | ||
| 2472 | 2025.03.04 03:19:22.199132 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::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 | ||
| 2473 | 2025.03.04 03:19:22.199253 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2474 | 2025.03.04 03:19:22.199432 [ 255 ] {c8c0b05f-62f9-47a3-8020-8cdabd993930} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2475 | 2025.03.04 03:19:22.199553 [ 255 ] {c8c0b05f-62f9-47a3-8020-8cdabd993930} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2476 | 2025.03.04 03:19:22.200328 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2477 | 2025.03.04 03:19:22.200482 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::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 | ||
| 2478 | 2025.03.04 03:19:22.201310 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::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 | ||
| 2479 | 2025.03.04 03:19:22.201472 [ 255 ] {c8c0b05f-62f9-47a3-8020-8cdabd993930} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2480 | 2025.03.04 03:19:22.201571 [ 255 ] {c8c0b05f-62f9-47a3-8020-8cdabd993930} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2481 | 2025.03.04 03:19:22.202026 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 2482 | 2025.03.04 03:19:22.202699 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 31 rows starting from the beginning of the part | ||
| 2483 | 2025.03.04 03:19:22.203350 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 31 rows starting from the beginning of the part | ||
| 2484 | 2025.03.04 03:19:22.203419 [ 255 ] {c8c0b05f-62f9-47a3-8020-8cdabd993930} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2485 | 2025.03.04 03:19:22.203839 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 32 rows starting from the beginning of the part | ||
| 2486 | 2025.03.04 03:19:22.204509 [ 255 ] {c8c0b05f-62f9-47a3-8020-8cdabd993930} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2487 | 2025.03.04 03:19:22.205075 [ 255 ] {c8c0b05f-62f9-47a3-8020-8cdabd993930} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00568 sec., 10563.38028169014 rows/sec., 728.98 KiB/sec. | ||
| 2488 | 2025.03.04 03:19:22.205140 [ 255 ] {c8c0b05f-62f9-47a3-8020-8cdabd993930} <Debug> TCPHandler: Processed in 0.005956153 sec. | ||
| 2489 | 2025.03.04 03:19:22.207296 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 118 rows, containing 19 columns (19 merged, 0 gathered) in 0.008803038 sec., 13404.463322775617 rows/sec., 24.02 MiB/sec. | ||
| 2490 | 2025.03.04 03:19:22.207716 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2491 | 2025.03.04 03:19:22.208163 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2492 | 2025.03.04 03:19:22.208249 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2493 | 2025.03.04 03:19:22.208406 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
| 2494 | 2025.03.04 03:19:23.519090 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2495 | 2025.03.04 03:19:23.519770 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2496 | 2025.03.04 03:19:23.519812 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2497 | 2025.03.04 03:19:23.520336 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2498 | 2025.03.04 03:19:23.520596 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2499 | 2025.03.04 03:19:23.520811 [ 26 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2500 | 2025.03.04 03:19:23.520852 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2501 | 2025.03.04 03:19:23.520920 [ 26 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2502 | 2025.03.04 03:19:23.520963 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2503 | 2025.03.04 03:19:23.521105 [ 188 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::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 | ||
| 2504 | 2025.03.04 03:19:23.521210 [ 188 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2505 | 2025.03.04 03:19:23.521248 [ 188 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::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 | ||
| 2506 | 2025.03.04 03:19:23.521341 [ 188 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::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 | ||
| 2507 | 2025.03.04 03:19:23.521544 [ 188 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::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 | ||
| 2508 | 2025.03.04 03:19:23.521804 [ 188 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::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 | ||
| 2509 | 2025.03.04 03:19:23.521990 [ 188 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::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 | ||
| 2510 | 2025.03.04 03:19:23.522174 [ 188 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::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 | ||
| 2511 | 2025.03.04 03:19:23.523901 [ 193 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002840695 sec., 1782310.3149053315 rows/sec., 25.50 MiB/sec. | ||
| 2512 | 2025.03.04 03:19:23.524757 [ 186 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2513 | 2025.03.04 03:19:23.525106 [ 186 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_11_2} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2514 | 2025.03.04 03:19:23.525198 [ 186 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_11_2} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2515 | 2025.03.04 03:19:23.525307 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2516 | 2025.03.04 03:19:23.851969 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2517 | 2025.03.04 03:19:23.872785 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2518 | 2025.03.04 03:19:23.872842 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2519 | 2025.03.04 03:19:23.880078 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2520 | 2025.03.04 03:19:23.880906 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2521 | 2025.03.04 03:19:23.881210 [ 27 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2522 | 2025.03.04 03:19:23.881276 [ 27 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2523 | 2025.03.04 03:19:23.881318 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2524 | 2025.03.04 03:19:23.881729 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::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 | ||
| 2525 | 2025.03.04 03:19:23.897163 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2526 | 2025.03.04 03:19:23.898732 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2527 | 2025.03.04 03:19:23.899965 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part | ||
| 2528 | 2025.03.04 03:19:23.904985 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part | ||
| 2529 | 2025.03.04 03:19:23.910425 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part | ||
| 2530 | 2025.03.04 03:19:23.916023 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part | ||
| 2531 | 2025.03.04 03:19:23.921808 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part | ||
| 2532 | 2025.03.04 03:19:23.926578 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part | ||
| 2533 | 2025.03.04 03:19:23.985803 [ 193 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.104347829 sec., 795.4166444612853 rows/sec., 4.11 MiB/sec. | ||
| 2534 | 2025.03.04 03:19:23.988259 [ 193 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2535 | 2025.03.04 03:19:23.991095 [ 193 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_11_2} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2536 | 2025.03.04 03:19:23.991217 [ 193 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_11_2} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2537 | 2025.03.04 03:19:23.993477 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2538 | 2025.03.04 03:19:24.000134 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.41 MiB, peak 178.29 MiB, free memory in arenas 0.00 B, will set to 169.46 MiB (RSS), difference: 1.05 MiB | ||
| 2539 | 2025.03.04 03:19:27.180295 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2540 | 2025.03.04 03:19:27.180499 [ 255 ] {b9d750d6-65b1-4b3f-a28d-2f21a99faefd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2541 | 2025.03.04 03:19:27.180579 [ 255 ] {b9d750d6-65b1-4b3f-a28d-2f21a99faefd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2542 | 2025.03.04 03:19:27.181296 [ 255 ] {b9d750d6-65b1-4b3f-a28d-2f21a99faefd} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2543 | 2025.03.04 03:19:27.181337 [ 255 ] {b9d750d6-65b1-4b3f-a28d-2f21a99faefd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2544 | 2025.03.04 03:19:27.181798 [ 255 ] {b9d750d6-65b1-4b3f-a28d-2f21a99faefd} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2545 | 2025.03.04 03:19:27.182053 [ 255 ] {b9d750d6-65b1-4b3f-a28d-2f21a99faefd} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2546 | 2025.03.04 03:19:27.182273 [ 255 ] {b9d750d6-65b1-4b3f-a28d-2f21a99faefd} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001818 sec., 30803.080308030803 rows/sec., 2.35 MiB/sec. | ||
| 2547 | 2025.03.04 03:19:27.182369 [ 255 ] {b9d750d6-65b1-4b3f-a28d-2f21a99faefd} <Debug> TCPHandler: Processed in 0.002200557 sec. | ||
| 2548 | 2025.03.04 03:19:27.182624 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2549 | 2025.03.04 03:19:27.182733 [ 255 ] {a00dc357-8899-4d10-84a7-b1a3162067cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2550 | 2025.03.04 03:19:27.182777 [ 255 ] {a00dc357-8899-4d10-84a7-b1a3162067cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2551 | 2025.03.04 03:19:27.183320 [ 255 ] {a00dc357-8899-4d10-84a7-b1a3162067cb} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2552 | 2025.03.04 03:19:27.183358 [ 255 ] {a00dc357-8899-4d10-84a7-b1a3162067cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2553 | 2025.03.04 03:19:27.183704 [ 255 ] {a00dc357-8899-4d10-84a7-b1a3162067cb} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2554 | 2025.03.04 03:19:27.183934 [ 255 ] {a00dc357-8899-4d10-84a7-b1a3162067cb} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2555 | 2025.03.04 03:19:27.184112 [ 255 ] {a00dc357-8899-4d10-84a7-b1a3162067cb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001403 sec., 45616.535994297934 rows/sec., 3.56 MiB/sec. | ||
| 2556 | 2025.03.04 03:19:27.184240 [ 255 ] {a00dc357-8899-4d10-84a7-b1a3162067cb} <Debug> TCPHandler: Processed in 0.001699451 sec. | ||
| 2557 | 2025.03.04 03:19:27.184356 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2558 | 2025.03.04 03:19:27.184462 [ 255 ] {a02761f7-b151-4503-80d3-82c7c13b9819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2559 | 2025.03.04 03:19:27.184509 [ 255 ] {a02761f7-b151-4503-80d3-82c7c13b9819} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2560 | 2025.03.04 03:19:27.185011 [ 255 ] {a02761f7-b151-4503-80d3-82c7c13b9819} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2561 | 2025.03.04 03:19:27.185048 [ 255 ] {a02761f7-b151-4503-80d3-82c7c13b9819} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2562 | 2025.03.04 03:19:27.185447 [ 255 ] {a02761f7-b151-4503-80d3-82c7c13b9819} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2563 | 2025.03.04 03:19:27.185681 [ 255 ] {a02761f7-b151-4503-80d3-82c7c13b9819} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2564 | 2025.03.04 03:19:27.186009 [ 255 ] {a02761f7-b151-4503-80d3-82c7c13b9819} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001545 sec., 103559.87055016181 rows/sec., 7.21 MiB/sec. | ||
| 2565 | 2025.03.04 03:19:27.186174 [ 255 ] {a02761f7-b151-4503-80d3-82c7c13b9819} <Debug> TCPHandler: Processed in 0.001864713 sec. | ||
| 2566 | 2025.03.04 03:19:27.186300 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2567 | 2025.03.04 03:19:27.186407 [ 255 ] {35c8ee7b-f95e-46ce-949d-c5b1d2838d7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2568 | 2025.03.04 03:19:27.186452 [ 255 ] {35c8ee7b-f95e-46ce-949d-c5b1d2838d7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2569 | 2025.03.04 03:19:27.186906 [ 255 ] {35c8ee7b-f95e-46ce-949d-c5b1d2838d7b} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2570 | 2025.03.04 03:19:27.186945 [ 255 ] {35c8ee7b-f95e-46ce-949d-c5b1d2838d7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2571 | 2025.03.04 03:19:27.187291 [ 255 ] {35c8ee7b-f95e-46ce-949d-c5b1d2838d7b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2572 | 2025.03.04 03:19:27.187519 [ 255 ] {35c8ee7b-f95e-46ce-949d-c5b1d2838d7b} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2573 | 2025.03.04 03:19:27.187699 [ 255 ] {35c8ee7b-f95e-46ce-949d-c5b1d2838d7b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001313 sec., 45696.8773800457 rows/sec., 3.08 MiB/sec. | ||
| 2574 | 2025.03.04 03:19:27.187746 [ 255 ] {35c8ee7b-f95e-46ce-949d-c5b1d2838d7b} <Debug> TCPHandler: Processed in 0.001497149 sec. | ||
| 2575 | 2025.03.04 03:19:30.913629 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2576 | 2025.03.04 03:19:30.913705 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2577 | 2025.03.04 03:19:31.015492 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 346 | ||
| 2578 | 2025.03.04 03:19:31.018418 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2579 | 2025.03.04 03:19:31.018480 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2580 | 2025.03.04 03:19:31.020043 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2581 | 2025.03.04 03:19:31.020366 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2582 | 2025.03.04 03:19:31.021169 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2583 | 2025.03.04 03:19:31.021756 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 346 | ||
| 2584 | 2025.03.04 03:19:31.022325 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2585 | 2025.03.04 03:19:31.022392 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2586 | 2025.03.04 03:19:31.023063 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2587 | 2025.03.04 03:19:31.023345 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2588 | 2025.03.04 03:19:31.023611 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2589 | 2025.03.04 03:19:31.397282 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2590 | 2025.03.04 03:19:31.416539 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2591 | 2025.03.04 03:19:31.416597 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2592 | 2025.03.04 03:19:31.423721 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2593 | 2025.03.04 03:19:31.424503 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2594 | 2025.03.04 03:19:31.427063 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2595 | 2025.03.04 03:19:32.181751 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2596 | 2025.03.04 03:19:32.182033 [ 255 ] {a2bc86f0-e1b7-4343-8d15-ee4678453cb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2597 | 2025.03.04 03:19:32.182140 [ 255 ] {a2bc86f0-e1b7-4343-8d15-ee4678453cb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2598 | 2025.03.04 03:19:32.183171 [ 255 ] {a2bc86f0-e1b7-4343-8d15-ee4678453cb7} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2599 | 2025.03.04 03:19:32.183224 [ 255 ] {a2bc86f0-e1b7-4343-8d15-ee4678453cb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2600 | 2025.03.04 03:19:32.183691 [ 255 ] {a2bc86f0-e1b7-4343-8d15-ee4678453cb7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2601 | 2025.03.04 03:19:32.183950 [ 255 ] {a2bc86f0-e1b7-4343-8d15-ee4678453cb7} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2602 | 2025.03.04 03:19:32.184242 [ 255 ] {a2bc86f0-e1b7-4343-8d15-ee4678453cb7} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.002282 sec., 59596.84487291849 rows/sec., 5.13 MiB/sec. | ||
| 2603 | 2025.03.04 03:19:32.184346 [ 255 ] {a2bc86f0-e1b7-4343-8d15-ee4678453cb7} <Debug> TCPHandler: Processed in 0.002742004 sec. | ||
| 2604 | 2025.03.04 03:19:32.184600 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2605 | 2025.03.04 03:19:32.184741 [ 255 ] {003f2973-4d47-4a55-9fb5-96fb5e030e6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2606 | 2025.03.04 03:19:32.184792 [ 255 ] {003f2973-4d47-4a55-9fb5-96fb5e030e6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2607 | 2025.03.04 03:19:32.185349 [ 255 ] {003f2973-4d47-4a55-9fb5-96fb5e030e6b} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2608 | 2025.03.04 03:19:32.185391 [ 255 ] {003f2973-4d47-4a55-9fb5-96fb5e030e6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2609 | 2025.03.04 03:19:32.185774 [ 255 ] {003f2973-4d47-4a55-9fb5-96fb5e030e6b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2610 | 2025.03.04 03:19:32.186016 [ 255 ] {003f2973-4d47-4a55-9fb5-96fb5e030e6b} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2611 | 2025.03.04 03:19:32.186261 [ 255 ] {003f2973-4d47-4a55-9fb5-96fb5e030e6b} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001547 sec., 25856.49644473174 rows/sec., 1.90 MiB/sec. | ||
| 2612 | 2025.03.04 03:19:32.186343 [ 255 ] {003f2973-4d47-4a55-9fb5-96fb5e030e6b} <Debug> TCPHandler: Processed in 0.001829122 sec. | ||
| 2613 | 2025.03.04 03:19:32.186447 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2614 | 2025.03.04 03:19:32.186551 [ 255 ] {ad17183a-6b59-4530-afb6-06573c1f8c5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2615 | 2025.03.04 03:19:32.186596 [ 255 ] {ad17183a-6b59-4530-afb6-06573c1f8c5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2616 | 2025.03.04 03:19:32.187136 [ 255 ] {ad17183a-6b59-4530-afb6-06573c1f8c5e} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2617 | 2025.03.04 03:19:32.187175 [ 255 ] {ad17183a-6b59-4530-afb6-06573c1f8c5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2618 | 2025.03.04 03:19:32.187531 [ 255 ] {ad17183a-6b59-4530-afb6-06573c1f8c5e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2619 | 2025.03.04 03:19:32.187767 [ 255 ] {ad17183a-6b59-4530-afb6-06573c1f8c5e} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2620 | 2025.03.04 03:19:32.187987 [ 255 ] {ad17183a-6b59-4530-afb6-06573c1f8c5e} <Debug> executeQuery: Read 110 rows, 8.80 KiB in 0.001459 sec., 75394.10555174777 rows/sec., 5.89 MiB/sec. | ||
| 2621 | 2025.03.04 03:19:32.188037 [ 255 ] {ad17183a-6b59-4530-afb6-06573c1f8c5e} <Debug> TCPHandler: Processed in 0.00163952 sec. | ||
| 2622 | 2025.03.04 03:19:32.188151 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2623 | 2025.03.04 03:19:32.188256 [ 255 ] {6f7edfda-9bbb-4171-af36-2aaa50a57abf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2624 | 2025.03.04 03:19:32.188303 [ 255 ] {6f7edfda-9bbb-4171-af36-2aaa50a57abf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2625 | 2025.03.04 03:19:32.188813 [ 255 ] {6f7edfda-9bbb-4171-af36-2aaa50a57abf} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2626 | 2025.03.04 03:19:32.188851 [ 255 ] {6f7edfda-9bbb-4171-af36-2aaa50a57abf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2627 | 2025.03.04 03:19:32.189228 [ 255 ] {6f7edfda-9bbb-4171-af36-2aaa50a57abf} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2628 | 2025.03.04 03:19:32.189464 [ 255 ] {6f7edfda-9bbb-4171-af36-2aaa50a57abf} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2629 | 2025.03.04 03:19:32.189699 [ 255 ] {6f7edfda-9bbb-4171-af36-2aaa50a57abf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001462 sec., 109439.12448700411 rows/sec., 7.62 MiB/sec. | ||
| 2630 | 2025.03.04 03:19:32.189818 [ 255 ] {6f7edfda-9bbb-4171-af36-2aaa50a57abf} <Debug> TCPHandler: Processed in 0.001713521 sec. | ||
| 2631 | 2025.03.04 03:19:32.190004 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2632 | 2025.03.04 03:19:32.190112 [ 255 ] {25ce923d-c076-4a0a-b40f-f99e2a95428b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2633 | 2025.03.04 03:19:32.190185 [ 255 ] {25ce923d-c076-4a0a-b40f-f99e2a95428b} <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 | ||
| 2634 | 2025.03.04 03:19:32.191296 [ 255 ] {25ce923d-c076-4a0a-b40f-f99e2a95428b} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2635 | 2025.03.04 03:19:32.191335 [ 255 ] {25ce923d-c076-4a0a-b40f-f99e2a95428b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2636 | 2025.03.04 03:19:32.191997 [ 255 ] {25ce923d-c076-4a0a-b40f-f99e2a95428b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2637 | 2025.03.04 03:19:32.192263 [ 255 ] {25ce923d-c076-4a0a-b40f-f99e2a95428b} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2638 | 2025.03.04 03:19:32.192505 [ 255 ] {25ce923d-c076-4a0a-b40f-f99e2a95428b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002416 sec., 16556.291390728475 rows/sec., 29.67 MiB/sec. | ||
| 2639 | 2025.03.04 03:19:32.192598 [ 255 ] {25ce923d-c076-4a0a-b40f-f99e2a95428b} <Debug> TCPHandler: Processed in 0.002652173 sec. | ||
| 2640 | 2025.03.04 03:19:32.192711 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2641 | 2025.03.04 03:19:32.192812 [ 255 ] {b6988f78-49b9-4caf-a2f5-3896549d57fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2642 | 2025.03.04 03:19:32.192857 [ 255 ] {b6988f78-49b9-4caf-a2f5-3896549d57fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2643 | 2025.03.04 03:19:32.193271 [ 255 ] {b6988f78-49b9-4caf-a2f5-3896549d57fd} <Trace> oximeter.measurements_i64 (84a51a95-3071-4569-9530-162444ea9251): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2644 | 2025.03.04 03:19:32.193309 [ 255 ] {b6988f78-49b9-4caf-a2f5-3896549d57fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2645 | 2025.03.04 03:19:32.193657 [ 255 ] {b6988f78-49b9-4caf-a2f5-3896549d57fd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2646 | 2025.03.04 03:19:32.193888 [ 255 ] {b6988f78-49b9-4caf-a2f5-3896549d57fd} <Trace> oximeter.measurements_i64 (84a51a95-3071-4569-9530-162444ea9251): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2647 | 2025.03.04 03:19:32.194166 [ 255 ] {b6988f78-49b9-4caf-a2f5-3896549d57fd} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001347 sec., 4454.342984409799 rows/sec., 314.65 KiB/sec. | ||
| 2648 | 2025.03.04 03:19:32.194258 [ 255 ] {b6988f78-49b9-4caf-a2f5-3896549d57fd} <Debug> TCPHandler: Processed in 0.001597499 sec. | ||
| 2649 | 2025.03.04 03:19:32.194363 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2650 | 2025.03.04 03:19:32.194465 [ 255 ] {701ef47e-b106-42ee-b0a9-fd9eef799d8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2651 | 2025.03.04 03:19:32.194509 [ 255 ] {701ef47e-b106-42ee-b0a9-fd9eef799d8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2652 | 2025.03.04 03:19:32.194944 [ 255 ] {701ef47e-b106-42ee-b0a9-fd9eef799d8d} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2653 | 2025.03.04 03:19:32.194982 [ 255 ] {701ef47e-b106-42ee-b0a9-fd9eef799d8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2654 | 2025.03.04 03:19:32.195326 [ 255 ] {701ef47e-b106-42ee-b0a9-fd9eef799d8d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2655 | 2025.03.04 03:19:32.195558 [ 255 ] {701ef47e-b106-42ee-b0a9-fd9eef799d8d} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2656 | 2025.03.04 03:19:32.195757 [ 255 ] {701ef47e-b106-42ee-b0a9-fd9eef799d8d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001313 sec., 45696.8773800457 rows/sec., 3.08 MiB/sec. | ||
| 2657 | 2025.03.04 03:19:32.195806 [ 255 ] {701ef47e-b106-42ee-b0a9-fd9eef799d8d} <Debug> TCPHandler: Processed in 0.001493058 sec. | ||
| 2658 | 2025.03.04 03:19:37.210275 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2659 | 2025.03.04 03:19:37.210480 [ 255 ] {9c14741a-b480-4ef8-bc99-abb0139e8aa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2660 | 2025.03.04 03:19:37.210557 [ 255 ] {9c14741a-b480-4ef8-bc99-abb0139e8aa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2661 | 2025.03.04 03:19:37.211343 [ 255 ] {9c14741a-b480-4ef8-bc99-abb0139e8aa6} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2662 | 2025.03.04 03:19:37.211399 [ 255 ] {9c14741a-b480-4ef8-bc99-abb0139e8aa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2663 | 2025.03.04 03:19:37.211852 [ 255 ] {9c14741a-b480-4ef8-bc99-abb0139e8aa6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2664 | 2025.03.04 03:19:37.212142 [ 255 ] {9c14741a-b480-4ef8-bc99-abb0139e8aa6} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2665 | 2025.03.04 03:19:37.212383 [ 255 ] {9c14741a-b480-4ef8-bc99-abb0139e8aa6} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001957 sec., 12263.668880940215 rows/sec., 1.02 MiB/sec. | ||
| 2666 | 2025.03.04 03:19:37.212454 [ 255 ] {9c14741a-b480-4ef8-bc99-abb0139e8aa6} <Debug> TCPHandler: Processed in 0.002349759 sec. | ||
| 2667 | 2025.03.04 03:19:37.212594 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2668 | 2025.03.04 03:19:37.212712 [ 255 ] {99a3eee6-583e-4a49-9423-79fcedd19e26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2669 | 2025.03.04 03:19:37.212762 [ 255 ] {99a3eee6-583e-4a49-9423-79fcedd19e26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2670 | 2025.03.04 03:19:37.213342 [ 255 ] {99a3eee6-583e-4a49-9423-79fcedd19e26} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2671 | 2025.03.04 03:19:37.213385 [ 255 ] {99a3eee6-583e-4a49-9423-79fcedd19e26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2672 | 2025.03.04 03:19:37.213770 [ 255 ] {99a3eee6-583e-4a49-9423-79fcedd19e26} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2673 | 2025.03.04 03:19:37.214032 [ 255 ] {99a3eee6-583e-4a49-9423-79fcedd19e26} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2674 | 2025.03.04 03:19:37.214262 [ 255 ] {99a3eee6-583e-4a49-9423-79fcedd19e26} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001577 sec., 2536.461636017755 rows/sec., 206.83 KiB/sec. | ||
| 2675 | 2025.03.04 03:19:37.214337 [ 255 ] {99a3eee6-583e-4a49-9423-79fcedd19e26} <Debug> TCPHandler: Processed in 0.001798902 sec. | ||
| 2676 | 2025.03.04 03:19:37.214471 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2677 | 2025.03.04 03:19:37.214583 [ 255 ] {2ff55c17-e6bb-472f-a239-738f27785f94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2678 | 2025.03.04 03:19:37.214645 [ 255 ] {2ff55c17-e6bb-472f-a239-738f27785f94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2679 | 2025.03.04 03:19:37.216261 [ 255 ] {2ff55c17-e6bb-472f-a239-738f27785f94} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2680 | 2025.03.04 03:19:37.216304 [ 255 ] {2ff55c17-e6bb-472f-a239-738f27785f94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2681 | 2025.03.04 03:19:37.216874 [ 255 ] {2ff55c17-e6bb-472f-a239-738f27785f94} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2682 | 2025.03.04 03:19:37.217249 [ 255 ] {2ff55c17-e6bb-472f-a239-738f27785f94} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2683 | 2025.03.04 03:19:37.217497 [ 255 ] {2ff55c17-e6bb-472f-a239-738f27785f94} <Debug> executeQuery: Read 1318 rows, 112.08 KiB in 0.002941 sec., 448146.8888133288 rows/sec., 37.22 MiB/sec. | ||
| 2684 | 2025.03.04 03:19:37.217557 [ 255 ] {2ff55c17-e6bb-472f-a239-738f27785f94} <Debug> TCPHandler: Processed in 0.003137668 sec. | ||
| 2685 | 2025.03.04 03:19:37.217693 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2686 | 2025.03.04 03:19:37.217829 [ 255 ] {3051b8cb-512c-457d-8c50-6c28b76b6f78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2687 | 2025.03.04 03:19:37.217888 [ 255 ] {3051b8cb-512c-457d-8c50-6c28b76b6f78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2688 | 2025.03.04 03:19:37.218582 [ 255 ] {3051b8cb-512c-457d-8c50-6c28b76b6f78} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2689 | 2025.03.04 03:19:37.218631 [ 255 ] {3051b8cb-512c-457d-8c50-6c28b76b6f78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2690 | 2025.03.04 03:19:37.219074 [ 255 ] {3051b8cb-512c-457d-8c50-6c28b76b6f78} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2691 | 2025.03.04 03:19:37.219387 [ 255 ] {3051b8cb-512c-457d-8c50-6c28b76b6f78} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2692 | 2025.03.04 03:19:37.219649 [ 255 ] {3051b8cb-512c-457d-8c50-6c28b76b6f78} <Debug> executeQuery: Read 16 rows, 1.24 KiB in 0.001856 sec., 8620.689655172413 rows/sec., 668.23 KiB/sec. | ||
| 2693 | 2025.03.04 03:19:37.219716 [ 255 ] {3051b8cb-512c-457d-8c50-6c28b76b6f78} <Debug> TCPHandler: Processed in 0.002085756 sec. | ||
| 2694 | 2025.03.04 03:19:37.219867 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2695 | 2025.03.04 03:19:37.219993 [ 255 ] {cf7a5a1f-90e1-4bdc-aa8d-b0b98285875c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2696 | 2025.03.04 03:19:37.220049 [ 255 ] {cf7a5a1f-90e1-4bdc-aa8d-b0b98285875c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2697 | 2025.03.04 03:19:37.220904 [ 255 ] {cf7a5a1f-90e1-4bdc-aa8d-b0b98285875c} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2698 | 2025.03.04 03:19:37.221003 [ 255 ] {cf7a5a1f-90e1-4bdc-aa8d-b0b98285875c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2699 | 2025.03.04 03:19:37.221506 [ 255 ] {cf7a5a1f-90e1-4bdc-aa8d-b0b98285875c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2700 | 2025.03.04 03:19:37.221881 [ 255 ] {cf7a5a1f-90e1-4bdc-aa8d-b0b98285875c} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2701 | 2025.03.04 03:19:37.222131 [ 255 ] {cf7a5a1f-90e1-4bdc-aa8d-b0b98285875c} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002164 sec., 116451.01663585952 rows/sec., 8.05 MiB/sec. | ||
| 2702 | 2025.03.04 03:19:37.222881 [ 255 ] {cf7a5a1f-90e1-4bdc-aa8d-b0b98285875c} <Debug> TCPHandler: Processed in 0.003073938 sec. | ||
| 2703 | 2025.03.04 03:19:37.223110 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2704 | 2025.03.04 03:19:37.223231 [ 255 ] {a75dae9e-9f11-4fce-9d36-93e3dc05a173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2705 | 2025.03.04 03:19:37.223306 [ 255 ] {a75dae9e-9f11-4fce-9d36-93e3dc05a173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2706 | 2025.03.04 03:19:37.224022 [ 255 ] {a75dae9e-9f11-4fce-9d36-93e3dc05a173} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2707 | 2025.03.04 03:19:37.224062 [ 255 ] {a75dae9e-9f11-4fce-9d36-93e3dc05a173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2708 | 2025.03.04 03:19:37.224503 [ 255 ] {a75dae9e-9f11-4fce-9d36-93e3dc05a173} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2709 | 2025.03.04 03:19:37.224771 [ 255 ] {a75dae9e-9f11-4fce-9d36-93e3dc05a173} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2710 | 2025.03.04 03:19:37.225091 [ 255 ] {a75dae9e-9f11-4fce-9d36-93e3dc05a173} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001845 sec., 6504.065040650406 rows/sec., 508.13 KiB/sec. | ||
| 2711 | 2025.03.04 03:19:37.225230 [ 255 ] {a75dae9e-9f11-4fce-9d36-93e3dc05a173} <Debug> TCPHandler: Processed in 0.002178946 sec. | ||
| 2712 | 2025.03.04 03:19:37.225663 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2713 | 2025.03.04 03:19:37.225819 [ 255 ] {296efdf1-e7a1-4218-a654-6a707ba6e99b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2714 | 2025.03.04 03:19:37.225874 [ 255 ] {296efdf1-e7a1-4218-a654-6a707ba6e99b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2715 | 2025.03.04 03:19:37.226697 [ 255 ] {296efdf1-e7a1-4218-a654-6a707ba6e99b} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2716 | 2025.03.04 03:19:37.226730 [ 255 ] {296efdf1-e7a1-4218-a654-6a707ba6e99b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2717 | 2025.03.04 03:19:37.227142 [ 255 ] {296efdf1-e7a1-4218-a654-6a707ba6e99b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2718 | 2025.03.04 03:19:37.227395 [ 255 ] {296efdf1-e7a1-4218-a654-6a707ba6e99b} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2719 | 2025.03.04 03:19:37.227645 [ 255 ] {296efdf1-e7a1-4218-a654-6a707ba6e99b} <Debug> executeQuery: Read 560 rows, 42.99 KiB in 0.00185 sec., 302702.70270270266 rows/sec., 22.69 MiB/sec. | ||
| 2720 | 2025.03.04 03:19:37.227751 [ 255 ] {296efdf1-e7a1-4218-a654-6a707ba6e99b} <Debug> TCPHandler: Processed in 0.002156886 sec. | ||
| 2721 | 2025.03.04 03:19:37.227944 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2722 | 2025.03.04 03:19:37.228053 [ 255 ] {758f2511-e10a-4393-bbcd-45eb8e274fce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2723 | 2025.03.04 03:19:37.228104 [ 255 ] {758f2511-e10a-4393-bbcd-45eb8e274fce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2724 | 2025.03.04 03:19:37.228884 [ 255 ] {758f2511-e10a-4393-bbcd-45eb8e274fce} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2725 | 2025.03.04 03:19:37.228923 [ 255 ] {758f2511-e10a-4393-bbcd-45eb8e274fce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2726 | 2025.03.04 03:19:37.229348 [ 255 ] {758f2511-e10a-4393-bbcd-45eb8e274fce} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2727 | 2025.03.04 03:19:37.229602 [ 255 ] {758f2511-e10a-4393-bbcd-45eb8e274fce} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2728 | 2025.03.04 03:19:37.229835 [ 255 ] {758f2511-e10a-4393-bbcd-45eb8e274fce} <Debug> executeQuery: Read 918 rows, 63.76 KiB in 0.001804 sec., 508869.1796008869 rows/sec., 34.51 MiB/sec. | ||
| 2729 | 2025.03.04 03:19:37.229926 [ 255 ] {758f2511-e10a-4393-bbcd-45eb8e274fce} <Debug> TCPHandler: Processed in 0.002046895 sec. | ||
| 2730 | 2025.03.04 03:19:37.230072 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2731 | 2025.03.04 03:19:37.230179 [ 255 ] {27c5e87e-82c2-48fe-85c0-19611020f3dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2732 | 2025.03.04 03:19:37.230225 [ 255 ] {27c5e87e-82c2-48fe-85c0-19611020f3dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2733 | 2025.03.04 03:19:37.230665 [ 255 ] {27c5e87e-82c2-48fe-85c0-19611020f3dd} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2734 | 2025.03.04 03:19:37.230703 [ 255 ] {27c5e87e-82c2-48fe-85c0-19611020f3dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2735 | 2025.03.04 03:19:37.231058 [ 255 ] {27c5e87e-82c2-48fe-85c0-19611020f3dd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2736 | 2025.03.04 03:19:37.231293 [ 255 ] {27c5e87e-82c2-48fe-85c0-19611020f3dd} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2737 | 2025.03.04 03:19:37.231539 [ 255 ] {27c5e87e-82c2-48fe-85c0-19611020f3dd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001368 sec., 43859.649122807015 rows/sec., 2.96 MiB/sec. | ||
| 2738 | 2025.03.04 03:19:37.231623 [ 255 ] {27c5e87e-82c2-48fe-85c0-19611020f3dd} <Debug> TCPHandler: Processed in 0.00160153 sec. | ||
| 2739 | 2025.03.04 03:19:38.523766 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 2740 | 2025.03.04 03:19:38.524419 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2741 | 2025.03.04 03:19:38.524467 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2742 | 2025.03.04 03:19:38.525059 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2743 | 2025.03.04 03:19:38.525329 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2744 | 2025.03.04 03:19:38.525555 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 2745 | 2025.03.04 03:19:38.927161 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2746 | 2025.03.04 03:19:38.946527 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2747 | 2025.03.04 03:19:38.946590 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2748 | 2025.03.04 03:19:38.954120 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2749 | 2025.03.04 03:19:38.954913 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2750 | 2025.03.04 03:19:38.958894 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2751 | 2025.03.04 03:19:41.022258 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 378 | ||
| 2752 | 2025.03.04 03:19:41.025704 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2753 | 2025.03.04 03:19:41.025755 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2754 | 2025.03.04 03:19:41.027262 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2755 | 2025.03.04 03:19:41.027584 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2756 | 2025.03.04 03:19:41.028220 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 378 | ||
| 2757 | 2025.03.04 03:19:42.181878 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2758 | 2025.03.04 03:19:42.182081 [ 255 ] {0fba37f9-265c-4b28-aef4-782c0f3e3f06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2759 | 2025.03.04 03:19:42.182155 [ 255 ] {0fba37f9-265c-4b28-aef4-782c0f3e3f06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2760 | 2025.03.04 03:19:42.182931 [ 255 ] {0fba37f9-265c-4b28-aef4-782c0f3e3f06} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2761 | 2025.03.04 03:19:42.182983 [ 255 ] {0fba37f9-265c-4b28-aef4-782c0f3e3f06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2762 | 2025.03.04 03:19:42.183424 [ 255 ] {0fba37f9-265c-4b28-aef4-782c0f3e3f06} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2763 | 2025.03.04 03:19:42.183682 [ 255 ] {0fba37f9-265c-4b28-aef4-782c0f3e3f06} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2764 | 2025.03.04 03:19:42.183881 [ 147 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2765 | 2025.03.04 03:19:42.183912 [ 255 ] {0fba37f9-265c-4b28-aef4-782c0f3e3f06} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001883 sec., 72225.17259691982 rows/sec., 6.22 MiB/sec. | ||
| 2766 | 2025.03.04 03:19:42.183966 [ 147 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2767 | 2025.03.04 03:19:42.184032 [ 255 ] {0fba37f9-265c-4b28-aef4-782c0f3e3f06} <Debug> TCPHandler: Processed in 0.002291488 sec. | ||
| 2768 | 2025.03.04 03:19:42.184039 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2769 | 2025.03.04 03:19:42.184256 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2770 | 2025.03.04 03:19:42.184406 [ 201 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::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 | ||
| 2771 | 2025.03.04 03:19:42.184657 [ 255 ] {6f451a66-fc04-4323-bf5e-276d6669b96b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2772 | 2025.03.04 03:19:42.184759 [ 255 ] {6f451a66-fc04-4323-bf5e-276d6669b96b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2773 | 2025.03.04 03:19:42.184822 [ 201 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2774 | 2025.03.04 03:19:42.184934 [ 201 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1940 rows starting from the beginning of the part | ||
| 2775 | 2025.03.04 03:19:42.185238 [ 201 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 122 rows starting from the beginning of the part | ||
| 2776 | 2025.03.04 03:19:42.185714 [ 201 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::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 | ||
| 2777 | 2025.03.04 03:19:42.186117 [ 201 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 136 rows starting from the beginning of the part | ||
| 2778 | 2025.03.04 03:19:42.186422 [ 201 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1318 rows starting from the beginning of the part | ||
| 2779 | 2025.03.04 03:19:42.186579 [ 201 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 136 rows starting from the beginning of the part | ||
| 2780 | 2025.03.04 03:19:42.187399 [ 255 ] {6f451a66-fc04-4323-bf5e-276d6669b96b} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2781 | 2025.03.04 03:19:42.187468 [ 255 ] {6f451a66-fc04-4323-bf5e-276d6669b96b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2782 | 2025.03.04 03:19:42.188313 [ 255 ] {6f451a66-fc04-4323-bf5e-276d6669b96b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2783 | 2025.03.04 03:19:42.188899 [ 255 ] {6f451a66-fc04-4323-bf5e-276d6669b96b} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2784 | 2025.03.04 03:19:42.189293 [ 255 ] {6f451a66-fc04-4323-bf5e-276d6669b96b} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.004783 sec., 8362.952122099101 rows/sec., 628.85 KiB/sec. | ||
| 2785 | 2025.03.04 03:19:42.189386 [ 255 ] {6f451a66-fc04-4323-bf5e-276d6669b96b} <Debug> TCPHandler: Processed in 0.005239684 sec. | ||
| 2786 | 2025.03.04 03:19:42.189545 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2787 | 2025.03.04 03:19:42.189808 [ 255 ] {fdf6785f-03d0-46f2-b43b-1b4742c013f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2788 | 2025.03.04 03:19:42.189980 [ 255 ] {fdf6785f-03d0-46f2-b43b-1b4742c013f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2789 | 2025.03.04 03:19:42.190122 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3708 rows, containing 5 columns (5 merged, 0 gathered) in 0.005928393 sec., 625464.6073564962 rows/sec., 54.10 MiB/sec. | ||
| 2790 | 2025.03.04 03:19:42.190603 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2791 | 2025.03.04 03:19:42.191043 [ 255 ] {fdf6785f-03d0-46f2-b43b-1b4742c013f3} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2792 | 2025.03.04 03:19:42.191114 [ 255 ] {fdf6785f-03d0-46f2-b43b-1b4742c013f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2793 | 2025.03.04 03:19:42.191307 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_16_3} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2794 | 2025.03.04 03:19:42.191537 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_16_3} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2795 | 2025.03.04 03:19:42.191734 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 2796 | 2025.03.04 03:19:42.191861 [ 255 ] {fdf6785f-03d0-46f2-b43b-1b4742c013f3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2797 | 2025.03.04 03:19:42.192112 [ 255 ] {fdf6785f-03d0-46f2-b43b-1b4742c013f3} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2798 | 2025.03.04 03:19:42.192281 [ 147 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2799 | 2025.03.04 03:19:42.192340 [ 147 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2800 | 2025.03.04 03:19:42.192378 [ 255 ] {fdf6785f-03d0-46f2-b43b-1b4742c013f3} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.002666 sec., 39009.75243810953 rows/sec., 3.05 MiB/sec. | ||
| 2801 | 2025.03.04 03:19:42.192384 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2802 | 2025.03.04 03:19:42.192577 [ 255 ] {fdf6785f-03d0-46f2-b43b-1b4742c013f3} <Debug> TCPHandler: Processed in 0.003099028 sec. | ||
| 2803 | 2025.03.04 03:19:42.192908 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::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 | ||
| 2804 | 2025.03.04 03:19:42.192953 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2805 | 2025.03.04 03:19:42.193201 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2806 | 2025.03.04 03:19:42.193214 [ 255 ] {059e5f93-0023-43fe-bd0d-1a65b4ec4772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2807 | 2025.03.04 03:19:42.193255 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 917 rows starting from the beginning of the part | ||
| 2808 | 2025.03.04 03:19:42.193327 [ 255 ] {059e5f93-0023-43fe-bd0d-1a65b4ec4772} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2809 | 2025.03.04 03:19:42.193632 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 100 rows starting from the beginning of the part | ||
| 2810 | 2025.03.04 03:19:42.194016 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::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 | ||
| 2811 | 2025.03.04 03:19:42.194364 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 110 rows starting from the beginning of the part | ||
| 2812 | 2025.03.04 03:19:42.194653 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 560 rows starting from the beginning of the part | ||
| 2813 | 2025.03.04 03:19:42.194862 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 104 rows starting from the beginning of the part | ||
| 2814 | 2025.03.04 03:19:42.195745 [ 255 ] {059e5f93-0023-43fe-bd0d-1a65b4ec4772} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2815 | 2025.03.04 03:19:42.195822 [ 255 ] {059e5f93-0023-43fe-bd0d-1a65b4ec4772} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2816 | 2025.03.04 03:19:42.196883 [ 255 ] {059e5f93-0023-43fe-bd0d-1a65b4ec4772} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2817 | 2025.03.04 03:19:42.197246 [ 255 ] {059e5f93-0023-43fe-bd0d-1a65b4ec4772} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2818 | 2025.03.04 03:19:42.197490 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2819 | 2025.03.04 03:19:42.197616 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2820 | 2025.03.04 03:19:42.197734 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2821 | 2025.03.04 03:19:42.197915 [ 255 ] {059e5f93-0023-43fe-bd0d-1a65b4ec4772} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004728 sec., 33840.9475465313 rows/sec., 2.36 MiB/sec. | ||
| 2822 | 2025.03.04 03:19:42.198278 [ 194 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1855 rows, containing 5 columns (5 merged, 0 gathered) in 0.005722101 sec., 324181.6248961701 rows/sec., 25.44 MiB/sec. | ||
| 2823 | 2025.03.04 03:19:42.198333 [ 255 ] {059e5f93-0023-43fe-bd0d-1a65b4ec4772} <Debug> TCPHandler: Processed in 0.005499927 sec. | ||
| 2824 | 2025.03.04 03:19:42.198551 [ 201 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::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 | ||
| 2825 | 2025.03.04 03:19:42.198859 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2826 | 2025.03.04 03:19:42.198972 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2827 | 2025.03.04 03:19:42.199229 [ 201 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2828 | 2025.03.04 03:19:42.199343 [ 255 ] {0767950b-a071-4c28-8e80-0bcd79043ec2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2829 | 2025.03.04 03:19:42.199353 [ 201 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3808 rows starting from the beginning of the part | ||
| 2830 | 2025.03.04 03:19:42.199773 [ 255 ] {0767950b-a071-4c28-8e80-0bcd79043ec2} <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 | ||
| 2831 | 2025.03.04 03:19:42.199924 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_16_3} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2832 | 2025.03.04 03:19:42.200039 [ 201 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 162 rows starting from the beginning of the part | ||
| 2833 | 2025.03.04 03:19:42.200265 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_16_3} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2834 | 2025.03.04 03:19:42.200588 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 2835 | 2025.03.04 03:19:42.200812 [ 201 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::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 | ||
| 2836 | 2025.03.04 03:19:42.201172 [ 201 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::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 | ||
| 2837 | 2025.03.04 03:19:42.201596 [ 201 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 918 rows starting from the beginning of the part | ||
| 2838 | 2025.03.04 03:19:42.202045 [ 201 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::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 | ||
| 2839 | 2025.03.04 03:19:42.205228 [ 255 ] {0767950b-a071-4c28-8e80-0bcd79043ec2} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2840 | 2025.03.04 03:19:42.205284 [ 255 ] {0767950b-a071-4c28-8e80-0bcd79043ec2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2841 | 2025.03.04 03:19:42.206233 [ 255 ] {0767950b-a071-4c28-8e80-0bcd79043ec2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2842 | 2025.03.04 03:19:42.206513 [ 255 ] {0767950b-a071-4c28-8e80-0bcd79043ec2} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2843 | 2025.03.04 03:19:42.207008 [ 255 ] {0767950b-a071-4c28-8e80-0bcd79043ec2} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.007746 sec., 5163.955589981926 rows/sec., 9.25 MiB/sec. | ||
| 2844 | 2025.03.04 03:19:42.207092 [ 201 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5368 rows, containing 5 columns (5 merged, 0 gathered) in 0.009036941 sec., 594006.3125342968 rows/sec., 40.74 MiB/sec. | ||
| 2845 | 2025.03.04 03:19:42.207261 [ 255 ] {0767950b-a071-4c28-8e80-0bcd79043ec2} <Debug> TCPHandler: Processed in 0.008503464 sec. | ||
| 2846 | 2025.03.04 03:19:42.207406 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2847 | 2025.03.04 03:19:42.207517 [ 255 ] {8f25557f-b4fc-49e1-841f-4949ad3ffe89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2848 | 2025.03.04 03:19:42.207585 [ 255 ] {8f25557f-b4fc-49e1-841f-4949ad3ffe89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2849 | 2025.03.04 03:19:42.207698 [ 189 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2850 | 2025.03.04 03:19:42.208352 [ 189 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2851 | 2025.03.04 03:19:42.208536 [ 189 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2852 | 2025.03.04 03:19:42.208704 [ 255 ] {8f25557f-b4fc-49e1-841f-4949ad3ffe89} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2853 | 2025.03.04 03:19:42.208713 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. | ||
| 2854 | 2025.03.04 03:19:42.208771 [ 255 ] {8f25557f-b4fc-49e1-841f-4949ad3ffe89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2855 | 2025.03.04 03:19:42.209154 [ 255 ] {8f25557f-b4fc-49e1-841f-4949ad3ffe89} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2856 | 2025.03.04 03:19:42.209404 [ 255 ] {8f25557f-b4fc-49e1-841f-4949ad3ffe89} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2857 | 2025.03.04 03:19:42.209579 [ 147 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2858 | 2025.03.04 03:19:42.209636 [ 147 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2859 | 2025.03.04 03:19:42.209658 [ 255 ] {8f25557f-b4fc-49e1-841f-4949ad3ffe89} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00216 sec., 27777.777777777777 rows/sec., 1.87 MiB/sec. | ||
| 2860 | 2025.03.04 03:19:42.209672 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2861 | 2025.03.04 03:19:42.209805 [ 255 ] {8f25557f-b4fc-49e1-841f-4949ad3ffe89} <Debug> TCPHandler: Processed in 0.00245048 sec. | ||
| 2862 | 2025.03.04 03:19:42.209907 [ 189 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::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 | ||
| 2863 | 2025.03.04 03:19:42.210021 [ 189 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2864 | 2025.03.04 03:19:42.210050 [ 189 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 460 rows starting from the beginning of the part | ||
| 2865 | 2025.03.04 03:19:42.210160 [ 189 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::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 | ||
| 2866 | 2025.03.04 03:19:42.210349 [ 189 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::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 | ||
| 2867 | 2025.03.04 03:19:42.210555 [ 189 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::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 | ||
| 2868 | 2025.03.04 03:19:42.210732 [ 189 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::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 | ||
| 2869 | 2025.03.04 03:19:42.210894 [ 189 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::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 | ||
| 2870 | 2025.03.04 03:19:42.212037 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 760 rows, containing 4 columns (4 merged, 0 gathered) in 0.002227617 sec., 341171.75439045404 rows/sec., 22.89 MiB/sec. | ||
| 2871 | 2025.03.04 03:19:42.212198 [ 189 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2872 | 2025.03.04 03:19:42.212465 [ 189 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_16_3} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2873 | 2025.03.04 03:19:42.212536 [ 189 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_16_3} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2874 | 2025.03.04 03:19:42.212600 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 2875 | 2025.03.04 03:19:45.913957 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2876 | 2025.03.04 03:19:45.914017 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2877 | 2025.03.04 03:19:46.025701 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 2878 | 2025.03.04 03:19:46.026341 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2879 | 2025.03.04 03:19:46.026382 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2880 | 2025.03.04 03:19:46.026917 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2881 | 2025.03.04 03:19:46.027201 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2882 | 2025.03.04 03:19:46.027464 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 2883 | 2025.03.04 03:19:46.459201 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 2884 | 2025.03.04 03:19:46.480476 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2885 | 2025.03.04 03:19:46.480533 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2886 | 2025.03.04 03:19:46.488016 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2887 | 2025.03.04 03:19:46.488806 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2888 | 2025.03.04 03:19:46.491525 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 2889 | 2025.03.04 03:19:47.180141 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2890 | 2025.03.04 03:19:47.180325 [ 255 ] {c86327af-5e27-4ae4-a224-4d814ec5c1ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2891 | 2025.03.04 03:19:47.180395 [ 255 ] {c86327af-5e27-4ae4-a224-4d814ec5c1ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2892 | 2025.03.04 03:19:47.181146 [ 255 ] {c86327af-5e27-4ae4-a224-4d814ec5c1ad} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2893 | 2025.03.04 03:19:47.181197 [ 255 ] {c86327af-5e27-4ae4-a224-4d814ec5c1ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2894 | 2025.03.04 03:19:47.181623 [ 255 ] {c86327af-5e27-4ae4-a224-4d814ec5c1ad} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2895 | 2025.03.04 03:19:47.181872 [ 255 ] {c86327af-5e27-4ae4-a224-4d814ec5c1ad} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2896 | 2025.03.04 03:19:47.182095 [ 255 ] {c86327af-5e27-4ae4-a224-4d814ec5c1ad} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001822 sec., 30735.455543358945 rows/sec., 2.35 MiB/sec. | ||
| 2897 | 2025.03.04 03:19:47.182152 [ 255 ] {c86327af-5e27-4ae4-a224-4d814ec5c1ad} <Debug> TCPHandler: Processed in 0.002147836 sec. | ||
| 2898 | 2025.03.04 03:19:47.182279 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2899 | 2025.03.04 03:19:47.182383 [ 255 ] {5903d2dc-9264-494d-a37b-1845d538501e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2900 | 2025.03.04 03:19:47.182428 [ 255 ] {5903d2dc-9264-494d-a37b-1845d538501e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2901 | 2025.03.04 03:19:47.182975 [ 255 ] {5903d2dc-9264-494d-a37b-1845d538501e} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2902 | 2025.03.04 03:19:47.183013 [ 255 ] {5903d2dc-9264-494d-a37b-1845d538501e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2903 | 2025.03.04 03:19:47.183362 [ 255 ] {5903d2dc-9264-494d-a37b-1845d538501e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2904 | 2025.03.04 03:19:47.183597 [ 255 ] {5903d2dc-9264-494d-a37b-1845d538501e} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2905 | 2025.03.04 03:19:47.183834 [ 255 ] {5903d2dc-9264-494d-a37b-1845d538501e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001462 sec., 43775.64979480164 rows/sec., 3.42 MiB/sec. | ||
| 2906 | 2025.03.04 03:19:47.183938 [ 255 ] {5903d2dc-9264-494d-a37b-1845d538501e} <Debug> TCPHandler: Processed in 0.001708021 sec. | ||
| 2907 | 2025.03.04 03:19:47.184120 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2908 | 2025.03.04 03:19:47.184224 [ 255 ] {f3246875-4faa-4d58-a4b7-437c5f54829e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2909 | 2025.03.04 03:19:47.184272 [ 255 ] {f3246875-4faa-4d58-a4b7-437c5f54829e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2910 | 2025.03.04 03:19:47.184804 [ 255 ] {f3246875-4faa-4d58-a4b7-437c5f54829e} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2911 | 2025.03.04 03:19:47.184843 [ 255 ] {f3246875-4faa-4d58-a4b7-437c5f54829e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2912 | 2025.03.04 03:19:47.185222 [ 255 ] {f3246875-4faa-4d58-a4b7-437c5f54829e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2913 | 2025.03.04 03:19:47.185455 [ 255 ] {f3246875-4faa-4d58-a4b7-437c5f54829e} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2914 | 2025.03.04 03:19:47.185659 [ 255 ] {f3246875-4faa-4d58-a4b7-437c5f54829e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001458 sec., 109739.36899862826 rows/sec., 7.64 MiB/sec. | ||
| 2915 | 2025.03.04 03:19:47.185711 [ 255 ] {f3246875-4faa-4d58-a4b7-437c5f54829e} <Debug> TCPHandler: Processed in 0.00164763 sec. | ||
| 2916 | 2025.03.04 03:19:47.185813 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2917 | 2025.03.04 03:19:47.185913 [ 255 ] {1df11b99-7335-4834-a44b-d1da2b5b3570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2918 | 2025.03.04 03:19:47.185957 [ 255 ] {1df11b99-7335-4834-a44b-d1da2b5b3570} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2919 | 2025.03.04 03:19:47.186391 [ 255 ] {1df11b99-7335-4834-a44b-d1da2b5b3570} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2920 | 2025.03.04 03:19:47.186428 [ 255 ] {1df11b99-7335-4834-a44b-d1da2b5b3570} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2921 | 2025.03.04 03:19:47.186802 [ 255 ] {1df11b99-7335-4834-a44b-d1da2b5b3570} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2922 | 2025.03.04 03:19:47.187032 [ 255 ] {1df11b99-7335-4834-a44b-d1da2b5b3570} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2923 | 2025.03.04 03:19:47.187241 [ 255 ] {1df11b99-7335-4834-a44b-d1da2b5b3570} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00135 sec., 44444.444444444445 rows/sec., 3.00 MiB/sec. | ||
| 2924 | 2025.03.04 03:19:47.187291 [ 255 ] {1df11b99-7335-4834-a44b-d1da2b5b3570} <Debug> TCPHandler: Processed in 0.001526669 sec. | ||
| 2925 | 2025.03.04 03:19:51.028454 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 398 | ||
| 2926 | 2025.03.04 03:19:51.031267 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2927 | 2025.03.04 03:19:51.031324 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2928 | 2025.03.04 03:19:51.032822 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2929 | 2025.03.04 03:19:51.033146 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2930 | 2025.03.04 03:19:51.033822 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 398 | ||
| 2931 | 2025.03.04 03:19:52.182352 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2932 | 2025.03.04 03:19:52.182549 [ 255 ] {9e084ae3-d35a-4053-8cab-b8cafa55e05b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2933 | 2025.03.04 03:19:52.182623 [ 255 ] {9e084ae3-d35a-4053-8cab-b8cafa55e05b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2934 | 2025.03.04 03:19:52.183360 [ 255 ] {9e084ae3-d35a-4053-8cab-b8cafa55e05b} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2935 | 2025.03.04 03:19:52.183408 [ 255 ] {9e084ae3-d35a-4053-8cab-b8cafa55e05b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2936 | 2025.03.04 03:19:52.183820 [ 255 ] {9e084ae3-d35a-4053-8cab-b8cafa55e05b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2937 | 2025.03.04 03:19:52.184074 [ 255 ] {9e084ae3-d35a-4053-8cab-b8cafa55e05b} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2938 | 2025.03.04 03:19:52.184294 [ 255 ] {9e084ae3-d35a-4053-8cab-b8cafa55e05b} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001803 sec., 3327.787021630616 rows/sec., 271.36 KiB/sec. | ||
| 2939 | 2025.03.04 03:19:52.184351 [ 255 ] {9e084ae3-d35a-4053-8cab-b8cafa55e05b} <Debug> TCPHandler: Processed in 0.002137727 sec. | ||
| 2940 | 2025.03.04 03:19:52.184475 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2941 | 2025.03.04 03:19:52.184587 [ 255 ] {ddcf81bb-5798-419a-858e-798cb2384348} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2942 | 2025.03.04 03:19:52.184631 [ 255 ] {ddcf81bb-5798-419a-858e-798cb2384348} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2943 | 2025.03.04 03:19:52.185229 [ 255 ] {ddcf81bb-5798-419a-858e-798cb2384348} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2944 | 2025.03.04 03:19:52.185268 [ 255 ] {ddcf81bb-5798-419a-858e-798cb2384348} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2945 | 2025.03.04 03:19:52.185628 [ 255 ] {ddcf81bb-5798-419a-858e-798cb2384348} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2946 | 2025.03.04 03:19:52.185864 [ 255 ] {ddcf81bb-5798-419a-858e-798cb2384348} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2947 | 2025.03.04 03:19:52.186107 [ 255 ] {ddcf81bb-5798-419a-858e-798cb2384348} <Debug> executeQuery: Read 139 rows, 12.22 KiB in 0.001536 sec., 90494.79166666667 rows/sec., 7.77 MiB/sec. | ||
| 2948 | 2025.03.04 03:19:52.186285 [ 255 ] {ddcf81bb-5798-419a-858e-798cb2384348} <Debug> TCPHandler: Processed in 0.001856773 sec. | ||
| 2949 | 2025.03.04 03:19:52.186453 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2950 | 2025.03.04 03:19:52.186555 [ 255 ] {4b94a05f-db68-4444-b82c-95b2207d185c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2951 | 2025.03.04 03:19:52.186600 [ 255 ] {4b94a05f-db68-4444-b82c-95b2207d185c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2952 | 2025.03.04 03:19:52.187163 [ 255 ] {4b94a05f-db68-4444-b82c-95b2207d185c} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2953 | 2025.03.04 03:19:52.187201 [ 255 ] {4b94a05f-db68-4444-b82c-95b2207d185c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2954 | 2025.03.04 03:19:52.187554 [ 255 ] {4b94a05f-db68-4444-b82c-95b2207d185c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2955 | 2025.03.04 03:19:52.187790 [ 255 ] {4b94a05f-db68-4444-b82c-95b2207d185c} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2956 | 2025.03.04 03:19:52.187953 [ 137 ] {} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2957 | 2025.03.04 03:19:52.188021 [ 255 ] {4b94a05f-db68-4444-b82c-95b2207d185c} <Debug> executeQuery: Read 46 rows, 3.43 KiB in 0.00148 sec., 31081.08108108108 rows/sec., 2.26 MiB/sec. | ||
| 2958 | 2025.03.04 03:19:52.188031 [ 137 ] {} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2959 | 2025.03.04 03:19:52.188101 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2960 | 2025.03.04 03:19:52.188149 [ 255 ] {4b94a05f-db68-4444-b82c-95b2207d185c} <Debug> TCPHandler: Processed in 0.001746912 sec. | ||
| 2961 | 2025.03.04 03:19:52.188340 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2962 | 2025.03.04 03:19:52.188351 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::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 | ||
| 2963 | 2025.03.04 03:19:52.188504 [ 255 ] {e49ee85e-90c7-42c1-95c2-b5ad19a9a8a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2964 | 2025.03.04 03:19:52.188602 [ 255 ] {e49ee85e-90c7-42c1-95c2-b5ad19a9a8a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2965 | 2025.03.04 03:19:52.188694 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2966 | 2025.03.04 03:19:52.188807 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 149 rows starting from the beginning of the part | ||
| 2967 | 2025.03.04 03:19:52.189159 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 36 rows starting from the beginning of the part | ||
| 2968 | 2025.03.04 03:19:52.189572 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part | ||
| 2969 | 2025.03.04 03:19:52.189899 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 16 rows starting from the beginning of the part | ||
| 2970 | 2025.03.04 03:19:52.190167 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part | ||
| 2971 | 2025.03.04 03:19:52.190480 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 46 rows starting from the beginning of the part | ||
| 2972 | 2025.03.04 03:19:52.191409 [ 255 ] {e49ee85e-90c7-42c1-95c2-b5ad19a9a8a2} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2973 | 2025.03.04 03:19:52.191470 [ 255 ] {e49ee85e-90c7-42c1-95c2-b5ad19a9a8a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2974 | 2025.03.04 03:19:52.192480 [ 255 ] {e49ee85e-90c7-42c1-95c2-b5ad19a9a8a2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2975 | 2025.03.04 03:19:52.193021 [ 255 ] {e49ee85e-90c7-42c1-95c2-b5ad19a9a8a2} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2976 | 2025.03.04 03:19:52.193357 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 327 rows, containing 5 columns (5 merged, 0 gathered) in 0.005127983 sec., 63767.762100615386 rows/sec., 4.63 MiB/sec. | ||
| 2977 | 2025.03.04 03:19:52.193516 [ 255 ] {e49ee85e-90c7-42c1-95c2-b5ad19a9a8a2} <Debug> executeQuery: Read 110 rows, 8.81 KiB in 0.005061 sec., 21734.83501284331 rows/sec., 1.70 MiB/sec. | ||
| 2978 | 2025.03.04 03:19:52.193597 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2979 | 2025.03.04 03:19:52.193653 [ 255 ] {e49ee85e-90c7-42c1-95c2-b5ad19a9a8a2} <Debug> TCPHandler: Processed in 0.005383076 sec. | ||
| 2980 | 2025.03.04 03:19:52.193848 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2981 | 2025.03.04 03:19:52.194019 [ 255 ] {6b1b67a4-11a0-499b-948c-f300821072ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2982 | 2025.03.04 03:19:52.194059 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_11_2} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2983 | 2025.03.04 03:19:52.194125 [ 255 ] {6b1b67a4-11a0-499b-948c-f300821072ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2984 | 2025.03.04 03:19:52.194291 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_11_2} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2985 | 2025.03.04 03:19:52.194502 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2986 | 2025.03.04 03:19:52.194991 [ 255 ] {6b1b67a4-11a0-499b-948c-f300821072ba} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2987 | 2025.03.04 03:19:52.195034 [ 255 ] {6b1b67a4-11a0-499b-948c-f300821072ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2988 | 2025.03.04 03:19:52.195420 [ 255 ] {6b1b67a4-11a0-499b-948c-f300821072ba} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2989 | 2025.03.04 03:19:52.195660 [ 255 ] {6b1b67a4-11a0-499b-948c-f300821072ba} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2990 | 2025.03.04 03:19:52.195892 [ 255 ] {6b1b67a4-11a0-499b-948c-f300821072ba} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.00193 sec., 84455.95854922279 rows/sec., 5.88 MiB/sec. | ||
| 2991 | 2025.03.04 03:19:52.195944 [ 255 ] {6b1b67a4-11a0-499b-948c-f300821072ba} <Debug> TCPHandler: Processed in 0.002157226 sec. | ||
| 2992 | 2025.03.04 03:19:52.196048 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2993 | 2025.03.04 03:19:52.196149 [ 255 ] {84774e21-bd8f-4a5a-b4ca-c90f2b861d31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2994 | 2025.03.04 03:19:52.196213 [ 255 ] {84774e21-bd8f-4a5a-b4ca-c90f2b861d31} <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 | ||
| 2995 | 2025.03.04 03:19:52.197381 [ 255 ] {84774e21-bd8f-4a5a-b4ca-c90f2b861d31} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2996 | 2025.03.04 03:19:52.197420 [ 255 ] {84774e21-bd8f-4a5a-b4ca-c90f2b861d31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2997 | 2025.03.04 03:19:52.198079 [ 255 ] {84774e21-bd8f-4a5a-b4ca-c90f2b861d31} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2998 | 2025.03.04 03:19:52.198350 [ 255 ] {84774e21-bd8f-4a5a-b4ca-c90f2b861d31} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2999 | 2025.03.04 03:19:52.198611 [ 255 ] {84774e21-bd8f-4a5a-b4ca-c90f2b861d31} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002483 sec., 16109.544905356424 rows/sec., 28.87 MiB/sec. | ||
| 3000 | 2025.03.04 03:19:52.198704 [ 255 ] {84774e21-bd8f-4a5a-b4ca-c90f2b861d31} <Debug> TCPHandler: Processed in 0.002705173 sec. | ||
| 3001 | 2025.03.04 03:19:52.198816 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3002 | 2025.03.04 03:19:52.198917 [ 255 ] {dbd71d90-c10b-4754-8247-891ea5a0f62c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3003 | 2025.03.04 03:19:52.198962 [ 255 ] {dbd71d90-c10b-4754-8247-891ea5a0f62c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3004 | 2025.03.04 03:19:52.199392 [ 255 ] {dbd71d90-c10b-4754-8247-891ea5a0f62c} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3005 | 2025.03.04 03:19:52.199429 [ 255 ] {dbd71d90-c10b-4754-8247-891ea5a0f62c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3006 | 2025.03.04 03:19:52.199778 [ 255 ] {dbd71d90-c10b-4754-8247-891ea5a0f62c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3007 | 2025.03.04 03:19:52.200011 [ 255 ] {dbd71d90-c10b-4754-8247-891ea5a0f62c} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3008 | 2025.03.04 03:19:52.200280 [ 255 ] {dbd71d90-c10b-4754-8247-891ea5a0f62c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec. | ||
| 3009 | 2025.03.04 03:19:52.200470 [ 255 ] {dbd71d90-c10b-4754-8247-891ea5a0f62c} <Debug> TCPHandler: Processed in 0.001700041 sec. | ||
| 3010 | 2025.03.04 03:19:53.527634 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 3011 | 2025.03.04 03:19:53.528262 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3012 | 2025.03.04 03:19:53.528304 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3013 | 2025.03.04 03:19:53.528823 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3014 | 2025.03.04 03:19:53.529074 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3015 | 2025.03.04 03:19:53.529330 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 3016 | 2025.03.04 03:19:53.991647 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3017 | 2025.03.04 03:19:54.012781 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3018 | 2025.03.04 03:19:54.012836 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3019 | 2025.03.04 03:19:54.020441 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3020 | 2025.03.04 03:19:54.021225 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3021 | 2025.03.04 03:19:54.023915 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3022 | 2025.03.04 03:19:57.180222 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3023 | 2025.03.04 03:19:57.180504 [ 255 ] {d2a930ed-0e3b-4371-87aa-213139b05af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3024 | 2025.03.04 03:19:57.180610 [ 255 ] {d2a930ed-0e3b-4371-87aa-213139b05af1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3025 | 2025.03.04 03:19:57.181407 [ 255 ] {d2a930ed-0e3b-4371-87aa-213139b05af1} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3026 | 2025.03.04 03:19:57.181454 [ 255 ] {d2a930ed-0e3b-4371-87aa-213139b05af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3027 | 2025.03.04 03:19:57.181920 [ 255 ] {d2a930ed-0e3b-4371-87aa-213139b05af1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3028 | 2025.03.04 03:19:57.182172 [ 255 ] {d2a930ed-0e3b-4371-87aa-213139b05af1} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3029 | 2025.03.04 03:19:57.182407 [ 255 ] {d2a930ed-0e3b-4371-87aa-213139b05af1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001989 sec., 28154.85168426345 rows/sec., 2.15 MiB/sec. | ||
| 3030 | 2025.03.04 03:19:57.182470 [ 255 ] {d2a930ed-0e3b-4371-87aa-213139b05af1} <Debug> TCPHandler: Processed in 0.00241496 sec. | ||
| 3031 | 2025.03.04 03:19:57.182599 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3032 | 2025.03.04 03:19:57.182711 [ 255 ] {ba198b3b-e833-4753-a5c4-ca793a5e0766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3033 | 2025.03.04 03:19:57.182757 [ 255 ] {ba198b3b-e833-4753-a5c4-ca793a5e0766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3034 | 2025.03.04 03:19:57.183306 [ 255 ] {ba198b3b-e833-4753-a5c4-ca793a5e0766} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3035 | 2025.03.04 03:19:57.183346 [ 255 ] {ba198b3b-e833-4753-a5c4-ca793a5e0766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3036 | 2025.03.04 03:19:57.183703 [ 255 ] {ba198b3b-e833-4753-a5c4-ca793a5e0766} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3037 | 2025.03.04 03:19:57.183953 [ 255 ] {ba198b3b-e833-4753-a5c4-ca793a5e0766} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3038 | 2025.03.04 03:19:57.184216 [ 255 ] {ba198b3b-e833-4753-a5c4-ca793a5e0766} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001527 sec., 41912.246234446626 rows/sec., 3.27 MiB/sec. | ||
| 3039 | 2025.03.04 03:19:57.184435 [ 255 ] {ba198b3b-e833-4753-a5c4-ca793a5e0766} <Debug> TCPHandler: Processed in 0.001885133 sec. | ||
| 3040 | 2025.03.04 03:19:57.184608 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3041 | 2025.03.04 03:19:57.184716 [ 255 ] {dcfb83b9-260e-4268-be25-f33af0984dd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3042 | 2025.03.04 03:19:57.184766 [ 255 ] {dcfb83b9-260e-4268-be25-f33af0984dd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3043 | 2025.03.04 03:19:57.185330 [ 255 ] {dcfb83b9-260e-4268-be25-f33af0984dd8} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3044 | 2025.03.04 03:19:57.185369 [ 255 ] {dcfb83b9-260e-4268-be25-f33af0984dd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3045 | 2025.03.04 03:19:57.185761 [ 255 ] {dcfb83b9-260e-4268-be25-f33af0984dd8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3046 | 2025.03.04 03:19:57.185999 [ 255 ] {dcfb83b9-260e-4268-be25-f33af0984dd8} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3047 | 2025.03.04 03:19:57.186259 [ 255 ] {dcfb83b9-260e-4268-be25-f33af0984dd8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001562 sec., 102432.77848911652 rows/sec., 7.13 MiB/sec. | ||
| 3048 | 2025.03.04 03:19:57.186466 [ 255 ] {dcfb83b9-260e-4268-be25-f33af0984dd8} <Debug> TCPHandler: Processed in 0.001914164 sec. | ||
| 3049 | 2025.03.04 03:19:57.186680 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3050 | 2025.03.04 03:19:57.186789 [ 255 ] {544b6865-89f6-4181-99c5-bfb6455a7ad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3051 | 2025.03.04 03:19:57.186837 [ 255 ] {544b6865-89f6-4181-99c5-bfb6455a7ad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3052 | 2025.03.04 03:19:57.187322 [ 255 ] {544b6865-89f6-4181-99c5-bfb6455a7ad3} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3053 | 2025.03.04 03:19:57.187361 [ 255 ] {544b6865-89f6-4181-99c5-bfb6455a7ad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3054 | 2025.03.04 03:19:57.187711 [ 255 ] {544b6865-89f6-4181-99c5-bfb6455a7ad3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3055 | 2025.03.04 03:19:57.187948 [ 255 ] {544b6865-89f6-4181-99c5-bfb6455a7ad3} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3056 | 2025.03.04 03:19:57.188215 [ 255 ] {544b6865-89f6-4181-99c5-bfb6455a7ad3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001446 sec., 41493.775933609955 rows/sec., 2.80 MiB/sec. | ||
| 3057 | 2025.03.04 03:19:57.188401 [ 255 ] {544b6865-89f6-4181-99c5-bfb6455a7ad3} <Debug> TCPHandler: Processed in 0.001786122 sec. | ||
| 3058 | 2025.03.04 03:20:00.914268 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3059 | 2025.03.04 03:20:00.914336 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3060 | 2025.03.04 03:20:01.029506 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3061 | 2025.03.04 03:20:01.030193 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3062 | 2025.03.04 03:20:01.030243 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3063 | 2025.03.04 03:20:01.030820 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3064 | 2025.03.04 03:20:01.031067 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3065 | 2025.03.04 03:20:01.031261 [ 129 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3066 | 2025.03.04 03:20:01.031310 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3067 | 2025.03.04 03:20:01.031356 [ 129 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3068 | 2025.03.04 03:20:01.031388 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3069 | 2025.03.04 03:20:01.031541 [ 191 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::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 | ||
| 3070 | 2025.03.04 03:20:01.031717 [ 191 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3071 | 2025.03.04 03:20:01.031766 [ 191 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part | ||
| 3072 | 2025.03.04 03:20:01.031896 [ 191 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part | ||
| 3073 | 2025.03.04 03:20:01.032009 [ 191 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part | ||
| 3074 | 2025.03.04 03:20:01.032261 [ 191 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part | ||
| 3075 | 2025.03.04 03:20:01.032360 [ 191 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part | ||
| 3076 | 2025.03.04 03:20:01.032470 [ 191 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part | ||
| 3077 | 2025.03.04 03:20:01.034184 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 420 | ||
| 3078 | 2025.03.04 03:20:01.034539 [ 187 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.003119888 sec., 2365790.0540019386 rows/sec., 33.84 MiB/sec. | ||
| 3079 | 2025.03.04 03:20:01.035423 [ 187 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3080 | 2025.03.04 03:20:01.035942 [ 187 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_16_3} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3081 | 2025.03.04 03:20:01.036189 [ 187 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_16_3} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3082 | 2025.03.04 03:20:01.036424 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3083 | 2025.03.04 03:20:01.038579 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3084 | 2025.03.04 03:20:01.038641 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3085 | 2025.03.04 03:20:01.040147 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3086 | 2025.03.04 03:20:01.040463 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3087 | 2025.03.04 03:20:01.041392 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 420 | ||
| 3088 | 2025.03.04 03:20:01.524125 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3089 | 2025.03.04 03:20:01.546013 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3090 | 2025.03.04 03:20:01.546070 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3091 | 2025.03.04 03:20:01.553452 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3092 | 2025.03.04 03:20:01.554238 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3093 | 2025.03.04 03:20:01.554617 [ 128 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3094 | 2025.03.04 03:20:01.554756 [ 128 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3095 | 2025.03.04 03:20:01.554836 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3096 | 2025.03.04 03:20:01.555174 [ 190 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::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 | ||
| 3097 | 2025.03.04 03:20:01.570320 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3098 | 2025.03.04 03:20:01.571984 [ 190 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3099 | 2025.03.04 03:20:01.573582 [ 190 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part | ||
| 3100 | 2025.03.04 03:20:01.579985 [ 190 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part | ||
| 3101 | 2025.03.04 03:20:01.586070 [ 190 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part | ||
| 3102 | 2025.03.04 03:20:01.591930 [ 190 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part | ||
| 3103 | 2025.03.04 03:20:01.597771 [ 190 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part | ||
| 3104 | 2025.03.04 03:20:01.602721 [ 190 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part | ||
| 3105 | 2025.03.04 03:20:01.660876 [ 196 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.105883627 sec., 1142.7640271521866 rows/sec., 5.91 MiB/sec. | ||
| 3106 | 2025.03.04 03:20:01.663377 [ 196 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3107 | 2025.03.04 03:20:01.666215 [ 196 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_16_3} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3108 | 2025.03.04 03:20:01.666331 [ 196 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_16_3} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3109 | 2025.03.04 03:20:01.668727 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB. | ||
| 3110 | 2025.03.04 03:20:02.000163 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 173.91 MiB, peak 183.86 MiB, free memory in arenas 0.00 B, will set to 175.37 MiB (RSS), difference: 1.46 MiB | ||
| 3111 | 2025.03.04 03:20:02.001391 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000984442 sec. | ||
| 3112 | 2025.03.04 03:20:02.182855 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3113 | 2025.03.04 03:20:02.183063 [ 255 ] {ed7fb8fc-99bf-406b-afa3-8e82526e50ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3114 | 2025.03.04 03:20:02.183138 [ 255 ] {ed7fb8fc-99bf-406b-afa3-8e82526e50ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3115 | 2025.03.04 03:20:02.184017 [ 255 ] {ed7fb8fc-99bf-406b-afa3-8e82526e50ec} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3116 | 2025.03.04 03:20:02.184057 [ 255 ] {ed7fb8fc-99bf-406b-afa3-8e82526e50ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3117 | 2025.03.04 03:20:02.184494 [ 255 ] {ed7fb8fc-99bf-406b-afa3-8e82526e50ec} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3118 | 2025.03.04 03:20:02.184772 [ 255 ] {ed7fb8fc-99bf-406b-afa3-8e82526e50ec} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3119 | 2025.03.04 03:20:02.184996 [ 255 ] {ed7fb8fc-99bf-406b-afa3-8e82526e50ec} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001993 sec., 68238.83592574009 rows/sec., 5.88 MiB/sec. | ||
| 3120 | 2025.03.04 03:20:02.185105 [ 255 ] {ed7fb8fc-99bf-406b-afa3-8e82526e50ec} <Debug> TCPHandler: Processed in 0.002381929 sec. | ||
| 3121 | 2025.03.04 03:20:02.185316 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3122 | 2025.03.04 03:20:02.185420 [ 255 ] {36cb1e3b-a77b-4bfe-bd7f-011310261c4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3123 | 2025.03.04 03:20:02.185464 [ 255 ] {36cb1e3b-a77b-4bfe-bd7f-011310261c4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3124 | 2025.03.04 03:20:02.186007 [ 255 ] {36cb1e3b-a77b-4bfe-bd7f-011310261c4a} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3125 | 2025.03.04 03:20:02.186045 [ 255 ] {36cb1e3b-a77b-4bfe-bd7f-011310261c4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3126 | 2025.03.04 03:20:02.186394 [ 255 ] {36cb1e3b-a77b-4bfe-bd7f-011310261c4a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3127 | 2025.03.04 03:20:02.186636 [ 255 ] {36cb1e3b-a77b-4bfe-bd7f-011310261c4a} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3128 | 2025.03.04 03:20:02.186834 [ 255 ] {36cb1e3b-a77b-4bfe-bd7f-011310261c4a} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001437 sec., 27835.768963117607 rows/sec., 2.04 MiB/sec. | ||
| 3129 | 2025.03.04 03:20:02.186885 [ 255 ] {36cb1e3b-a77b-4bfe-bd7f-011310261c4a} <Debug> TCPHandler: Processed in 0.00162987 sec. | ||
| 3130 | 2025.03.04 03:20:02.186989 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3131 | 2025.03.04 03:20:02.187088 [ 255 ] {f7502a58-c12e-47e4-97fb-b07349592ad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3132 | 2025.03.04 03:20:02.187132 [ 255 ] {f7502a58-c12e-47e4-97fb-b07349592ad0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3133 | 2025.03.04 03:20:02.187672 [ 255 ] {f7502a58-c12e-47e4-97fb-b07349592ad0} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3134 | 2025.03.04 03:20:02.187710 [ 255 ] {f7502a58-c12e-47e4-97fb-b07349592ad0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3135 | 2025.03.04 03:20:02.188063 [ 255 ] {f7502a58-c12e-47e4-97fb-b07349592ad0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3136 | 2025.03.04 03:20:02.188299 [ 255 ] {f7502a58-c12e-47e4-97fb-b07349592ad0} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3137 | 2025.03.04 03:20:02.188521 [ 255 ] {f7502a58-c12e-47e4-97fb-b07349592ad0} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001453 sec., 71576.04955264968 rows/sec., 5.59 MiB/sec. | ||
| 3138 | 2025.03.04 03:20:02.188571 [ 255 ] {f7502a58-c12e-47e4-97fb-b07349592ad0} <Debug> TCPHandler: Processed in 0.0016336 sec. | ||
| 3139 | 2025.03.04 03:20:02.188690 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3140 | 2025.03.04 03:20:02.188801 [ 255 ] {db882b9e-4020-45f7-8432-a85b2ebd9fd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3141 | 2025.03.04 03:20:02.188850 [ 255 ] {db882b9e-4020-45f7-8432-a85b2ebd9fd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3142 | 2025.03.04 03:20:02.189420 [ 255 ] {db882b9e-4020-45f7-8432-a85b2ebd9fd0} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3143 | 2025.03.04 03:20:02.189459 [ 255 ] {db882b9e-4020-45f7-8432-a85b2ebd9fd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3144 | 2025.03.04 03:20:02.189844 [ 255 ] {db882b9e-4020-45f7-8432-a85b2ebd9fd0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3145 | 2025.03.04 03:20:02.190126 [ 255 ] {db882b9e-4020-45f7-8432-a85b2ebd9fd0} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3146 | 2025.03.04 03:20:02.190514 [ 255 ] {db882b9e-4020-45f7-8432-a85b2ebd9fd0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001693 sec., 94506.79267572357 rows/sec., 6.58 MiB/sec. | ||
| 3147 | 2025.03.04 03:20:02.190885 [ 255 ] {db882b9e-4020-45f7-8432-a85b2ebd9fd0} <Debug> TCPHandler: Processed in 0.002240837 sec. | ||
| 3148 | 2025.03.04 03:20:02.191046 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3149 | 2025.03.04 03:20:02.191152 [ 255 ] {9fab8ff3-48ef-49aa-87f5-3b746395723d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3150 | 2025.03.04 03:20:02.191229 [ 255 ] {9fab8ff3-48ef-49aa-87f5-3b746395723d} <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 | ||
| 3151 | 2025.03.04 03:20:02.192443 [ 255 ] {9fab8ff3-48ef-49aa-87f5-3b746395723d} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3152 | 2025.03.04 03:20:02.192483 [ 255 ] {9fab8ff3-48ef-49aa-87f5-3b746395723d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3153 | 2025.03.04 03:20:02.193145 [ 255 ] {9fab8ff3-48ef-49aa-87f5-3b746395723d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3154 | 2025.03.04 03:20:02.193401 [ 255 ] {9fab8ff3-48ef-49aa-87f5-3b746395723d} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3155 | 2025.03.04 03:20:02.193651 [ 255 ] {9fab8ff3-48ef-49aa-87f5-3b746395723d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002522 sec., 15860.428231562253 rows/sec., 28.42 MiB/sec. | ||
| 3156 | 2025.03.04 03:20:02.193745 [ 255 ] {9fab8ff3-48ef-49aa-87f5-3b746395723d} <Debug> TCPHandler: Processed in 0.002750683 sec. | ||
| 3157 | 2025.03.04 03:20:02.193951 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3158 | 2025.03.04 03:20:02.194057 [ 255 ] {71742479-0268-4a71-b1ff-2427bce774f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3159 | 2025.03.04 03:20:02.194102 [ 255 ] {71742479-0268-4a71-b1ff-2427bce774f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3160 | 2025.03.04 03:20:02.194572 [ 255 ] {71742479-0268-4a71-b1ff-2427bce774f5} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3161 | 2025.03.04 03:20:02.194613 [ 255 ] {71742479-0268-4a71-b1ff-2427bce774f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3162 | 2025.03.04 03:20:02.194973 [ 255 ] {71742479-0268-4a71-b1ff-2427bce774f5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3163 | 2025.03.04 03:20:02.195219 [ 255 ] {71742479-0268-4a71-b1ff-2427bce774f5} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3164 | 2025.03.04 03:20:02.195491 [ 255 ] {71742479-0268-4a71-b1ff-2427bce774f5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001442 sec., 41608.87656033287 rows/sec., 2.80 MiB/sec. | ||
| 3165 | 2025.03.04 03:20:02.195810 [ 255 ] {71742479-0268-4a71-b1ff-2427bce774f5} <Debug> TCPHandler: Processed in 0.001906143 sec. | ||
| 3166 | 2025.03.04 03:20:07.210087 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3167 | 2025.03.04 03:20:07.210280 [ 255 ] {790291e2-dc35-411a-be9f-d14d003d4c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3168 | 2025.03.04 03:20:07.210363 [ 255 ] {790291e2-dc35-411a-be9f-d14d003d4c47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3169 | 2025.03.04 03:20:07.211124 [ 255 ] {790291e2-dc35-411a-be9f-d14d003d4c47} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3170 | 2025.03.04 03:20:07.211171 [ 255 ] {790291e2-dc35-411a-be9f-d14d003d4c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3171 | 2025.03.04 03:20:07.211593 [ 255 ] {790291e2-dc35-411a-be9f-d14d003d4c47} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3172 | 2025.03.04 03:20:07.211842 [ 255 ] {790291e2-dc35-411a-be9f-d14d003d4c47} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3173 | 2025.03.04 03:20:07.212115 [ 255 ] {790291e2-dc35-411a-be9f-d14d003d4c47} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00188 sec., 12765.95744680851 rows/sec., 1.06 MiB/sec. | ||
| 3174 | 2025.03.04 03:20:07.212264 [ 255 ] {790291e2-dc35-411a-be9f-d14d003d4c47} <Debug> TCPHandler: Processed in 0.002302578 sec. | ||
| 3175 | 2025.03.04 03:20:07.212392 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3176 | 2025.03.04 03:20:07.212505 [ 255 ] {8c819f4f-3c1d-4c34-96ae-09923cd0d65c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3177 | 2025.03.04 03:20:07.212553 [ 255 ] {8c819f4f-3c1d-4c34-96ae-09923cd0d65c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3178 | 2025.03.04 03:20:07.213793 [ 255 ] {8c819f4f-3c1d-4c34-96ae-09923cd0d65c} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3179 | 2025.03.04 03:20:07.213834 [ 255 ] {8c819f4f-3c1d-4c34-96ae-09923cd0d65c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3180 | 2025.03.04 03:20:07.214305 [ 255 ] {8c819f4f-3c1d-4c34-96ae-09923cd0d65c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3181 | 2025.03.04 03:20:07.214546 [ 255 ] {8c819f4f-3c1d-4c34-96ae-09923cd0d65c} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3182 | 2025.03.04 03:20:07.214727 [ 102 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3183 | 2025.03.04 03:20:07.214785 [ 255 ] {8c819f4f-3c1d-4c34-96ae-09923cd0d65c} <Debug> executeQuery: Read 1316 rows, 111.93 KiB in 0.002298 sec., 572671.8885987815 rows/sec., 47.57 MiB/sec. | ||
| 3184 | 2025.03.04 03:20:07.214813 [ 102 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3185 | 2025.03.04 03:20:07.214883 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3186 | 2025.03.04 03:20:07.214912 [ 255 ] {8c819f4f-3c1d-4c34-96ae-09923cd0d65c} <Debug> TCPHandler: Processed in 0.002569031 sec. | ||
| 3187 | 2025.03.04 03:20:07.215160 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3188 | 2025.03.04 03:20:07.215177 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 3189 | 2025.03.04 03:20:07.215554 [ 255 ] {1c39aca0-bcb9-4624-895b-19818b96fb4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3190 | 2025.03.04 03:20:07.215699 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3191 | 2025.03.04 03:20:07.215724 [ 255 ] {1c39aca0-bcb9-4624-895b-19818b96fb4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3192 | 2025.03.04 03:20:07.215792 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1962 rows starting from the beginning of the part | ||
| 3193 | 2025.03.04 03:20:07.215963 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part | ||
| 3194 | 2025.03.04 03:20:07.216159 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 139 rows starting from the beginning of the part | ||
| 3195 | 2025.03.04 03:20:07.216633 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 56 rows starting from the beginning of the part | ||
| 3196 | 2025.03.04 03:20:07.216840 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 136 rows starting from the beginning of the part | ||
| 3197 | 2025.03.04 03:20:07.216988 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1316 rows starting from the beginning of the part | ||
| 3198 | 2025.03.04 03:20:07.218054 [ 255 ] {1c39aca0-bcb9-4624-895b-19818b96fb4c} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3199 | 2025.03.04 03:20:07.218096 [ 255 ] {1c39aca0-bcb9-4624-895b-19818b96fb4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3200 | 2025.03.04 03:20:07.218692 [ 255 ] {1c39aca0-bcb9-4624-895b-19818b96fb4c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3201 | 2025.03.04 03:20:07.219001 [ 255 ] {1c39aca0-bcb9-4624-895b-19818b96fb4c} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3202 | 2025.03.04 03:20:07.219302 [ 255 ] {1c39aca0-bcb9-4624-895b-19818b96fb4c} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.003893 sec., 3082.4556896994604 rows/sec., 246.84 KiB/sec. | ||
| 3203 | 2025.03.04 03:20:07.219370 [ 255 ] {1c39aca0-bcb9-4624-895b-19818b96fb4c} <Debug> TCPHandler: Processed in 0.004286893 sec. | ||
| 3204 | 2025.03.04 03:20:07.219526 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3205 | 2025.03.04 03:20:07.219636 [ 255 ] {426a0de6-0842-4265-a4a9-f28c05eeb57b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3206 | 2025.03.04 03:20:07.219684 [ 255 ] {426a0de6-0842-4265-a4a9-f28c05eeb57b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3207 | 2025.03.04 03:20:07.220415 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3665 rows, containing 5 columns (5 merged, 0 gathered) in 0.005441207 sec., 673563.7883285822 rows/sec., 58.17 MiB/sec. | ||
| 3208 | 2025.03.04 03:20:07.220547 [ 255 ] {426a0de6-0842-4265-a4a9-f28c05eeb57b} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3209 | 2025.03.04 03:20:07.220586 [ 255 ] {426a0de6-0842-4265-a4a9-f28c05eeb57b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3210 | 2025.03.04 03:20:07.220767 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3211 | 2025.03.04 03:20:07.221041 [ 255 ] {426a0de6-0842-4265-a4a9-f28c05eeb57b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3212 | 2025.03.04 03:20:07.221244 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_21_4} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3213 | 2025.03.04 03:20:07.221352 [ 255 ] {426a0de6-0842-4265-a4a9-f28c05eeb57b} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3214 | 2025.03.04 03:20:07.221412 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_21_4} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3215 | 2025.03.04 03:20:07.221634 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 3216 | 2025.03.04 03:20:07.221669 [ 255 ] {426a0de6-0842-4265-a4a9-f28c05eeb57b} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002056 sec., 122568.093385214 rows/sec., 8.48 MiB/sec. | ||
| 3217 | 2025.03.04 03:20:07.221733 [ 255 ] {426a0de6-0842-4265-a4a9-f28c05eeb57b} <Debug> TCPHandler: Processed in 0.002261258 sec. | ||
| 3218 | 2025.03.04 03:20:07.221880 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3219 | 2025.03.04 03:20:07.221989 [ 255 ] {af37d686-3cda-400e-9e33-37a327d1a23d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3220 | 2025.03.04 03:20:07.222036 [ 255 ] {af37d686-3cda-400e-9e33-37a327d1a23d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3221 | 2025.03.04 03:20:07.222581 [ 255 ] {af37d686-3cda-400e-9e33-37a327d1a23d} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3222 | 2025.03.04 03:20:07.222620 [ 255 ] {af37d686-3cda-400e-9e33-37a327d1a23d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3223 | 2025.03.04 03:20:07.222995 [ 255 ] {af37d686-3cda-400e-9e33-37a327d1a23d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3224 | 2025.03.04 03:20:07.223235 [ 255 ] {af37d686-3cda-400e-9e33-37a327d1a23d} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3225 | 2025.03.04 03:20:07.223458 [ 255 ] {af37d686-3cda-400e-9e33-37a327d1a23d} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001487 sec., 8069.9394754539335 rows/sec., 630.46 KiB/sec. | ||
| 3226 | 2025.03.04 03:20:07.223644 [ 255 ] {af37d686-3cda-400e-9e33-37a327d1a23d} <Debug> TCPHandler: Processed in 0.001818952 sec. | ||
| 3227 | 2025.03.04 03:20:07.223784 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3228 | 2025.03.04 03:20:07.223890 [ 255 ] {6e2bd57d-7054-49a1-acc3-de269db4a4bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3229 | 2025.03.04 03:20:07.223935 [ 255 ] {6e2bd57d-7054-49a1-acc3-de269db4a4bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3230 | 2025.03.04 03:20:07.224744 [ 255 ] {6e2bd57d-7054-49a1-acc3-de269db4a4bb} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3231 | 2025.03.04 03:20:07.224782 [ 255 ] {6e2bd57d-7054-49a1-acc3-de269db4a4bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3232 | 2025.03.04 03:20:07.225150 [ 255 ] {6e2bd57d-7054-49a1-acc3-de269db4a4bb} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3233 | 2025.03.04 03:20:07.225577 [ 255 ] {6e2bd57d-7054-49a1-acc3-de269db4a4bb} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3234 | 2025.03.04 03:20:07.225784 [ 114 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3235 | 2025.03.04 03:20:07.225844 [ 255 ] {6e2bd57d-7054-49a1-acc3-de269db4a4bb} <Debug> executeQuery: Read 556 rows, 42.66 KiB in 0.001972 sec., 281947.261663286 rows/sec., 21.13 MiB/sec. | ||
| 3236 | 2025.03.04 03:20:07.225851 [ 114 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3237 | 2025.03.04 03:20:07.225932 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3238 | 2025.03.04 03:20:07.225983 [ 255 ] {6e2bd57d-7054-49a1-acc3-de269db4a4bb} <Debug> TCPHandler: Processed in 0.002248498 sec. | ||
| 3239 | 2025.03.04 03:20:07.226174 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3240 | 2025.03.04 03:20:07.226221 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 3241 | 2025.03.04 03:20:07.226329 [ 255 ] {640246e8-221a-4d6e-a73b-ef3352064022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3242 | 2025.03.04 03:20:07.226436 [ 255 ] {640246e8-221a-4d6e-a73b-ef3352064022} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3243 | 2025.03.04 03:20:07.226717 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3244 | 2025.03.04 03:20:07.226863 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 940 rows starting from the beginning of the part | ||
| 3245 | 2025.03.04 03:20:07.227265 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part | ||
| 3246 | 2025.03.04 03:20:07.227533 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 110 rows starting from the beginning of the part | ||
| 3247 | 2025.03.04 03:20:07.228003 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 64 rows starting from the beginning of the part | ||
| 3248 | 2025.03.04 03:20:07.228238 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 104 rows starting from the beginning of the part | ||
| 3249 | 2025.03.04 03:20:07.228505 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 556 rows starting from the beginning of the part | ||
| 3250 | 2025.03.04 03:20:07.229323 [ 255 ] {640246e8-221a-4d6e-a73b-ef3352064022} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3251 | 2025.03.04 03:20:07.229395 [ 255 ] {640246e8-221a-4d6e-a73b-ef3352064022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3252 | 2025.03.04 03:20:07.230414 [ 255 ] {640246e8-221a-4d6e-a73b-ef3352064022} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3253 | 2025.03.04 03:20:07.231004 [ 255 ] {640246e8-221a-4d6e-a73b-ef3352064022} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3254 | 2025.03.04 03:20:07.231267 [ 114 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3255 | 2025.03.04 03:20:07.231384 [ 114 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3256 | 2025.03.04 03:20:07.231486 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3257 | 2025.03.04 03:20:07.231576 [ 255 ] {640246e8-221a-4d6e-a73b-ef3352064022} <Debug> executeQuery: Read 916 rows, 63.62 KiB in 0.005276 sec., 173616.3760424564 rows/sec., 11.78 MiB/sec. | ||
| 3258 | 2025.03.04 03:20:07.232018 [ 255 ] {640246e8-221a-4d6e-a73b-ef3352064022} <Debug> TCPHandler: Processed in 0.005919353 sec. | ||
| 3259 | 2025.03.04 03:20:07.232057 [ 200 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 3260 | 2025.03.04 03:20:07.232574 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3261 | 2025.03.04 03:20:07.232741 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1838 rows, containing 5 columns (5 merged, 0 gathered) in 0.006650241 sec., 276380.9612313298 rows/sec., 21.68 MiB/sec. | ||
| 3262 | 2025.03.04 03:20:07.232857 [ 200 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3263 | 2025.03.04 03:20:07.233002 [ 255 ] {ad87e15a-0cf6-4fc7-adab-9757e10809b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3264 | 2025.03.04 03:20:07.233020 [ 200 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5368 rows starting from the beginning of the part | ||
| 3265 | 2025.03.04 03:20:07.233227 [ 255 ] {ad87e15a-0cf6-4fc7-adab-9757e10809b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3266 | 2025.03.04 03:20:07.233491 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3267 | 2025.03.04 03:20:07.233563 [ 200 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
| 3268 | 2025.03.04 03:20:07.234616 [ 200 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 163 rows starting from the beginning of the part | ||
| 3269 | 2025.03.04 03:20:07.234934 [ 200 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
| 3270 | 2025.03.04 03:20:07.234943 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_21_4} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3271 | 2025.03.04 03:20:07.235379 [ 200 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
| 3272 | 2025.03.04 03:20:07.235385 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_21_4} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3273 | 2025.03.04 03:20:07.235652 [ 200 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 916 rows starting from the beginning of the part | ||
| 3274 | 2025.03.04 03:20:07.235716 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 3275 | 2025.03.04 03:20:07.237703 [ 255 ] {ad87e15a-0cf6-4fc7-adab-9757e10809b1} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3276 | 2025.03.04 03:20:07.237751 [ 255 ] {ad87e15a-0cf6-4fc7-adab-9757e10809b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3277 | 2025.03.04 03:20:07.238500 [ 255 ] {ad87e15a-0cf6-4fc7-adab-9757e10809b1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3278 | 2025.03.04 03:20:07.238832 [ 255 ] {ad87e15a-0cf6-4fc7-adab-9757e10809b1} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3279 | 2025.03.04 03:20:07.239041 [ 114 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3280 | 2025.03.04 03:20:07.239120 [ 114 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3281 | 2025.03.04 03:20:07.239141 [ 255 ] {ad87e15a-0cf6-4fc7-adab-9757e10809b1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006297 sec., 9528.34683182468 rows/sec., 657.56 KiB/sec. | ||
| 3282 | 2025.03.04 03:20:07.239157 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3283 | 2025.03.04 03:20:07.239429 [ 255 ] {ad87e15a-0cf6-4fc7-adab-9757e10809b1} <Debug> TCPHandler: Processed in 0.007004166 sec. | ||
| 3284 | 2025.03.04 03:20:07.240026 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 3285 | 2025.03.04 03:20:07.240359 [ 200 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6927 rows, containing 5 columns (5 merged, 0 gathered) in 0.008723467 sec., 794065.0202494031 rows/sec., 54.46 MiB/sec. | ||
| 3286 | 2025.03.04 03:20:07.240488 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3287 | 2025.03.04 03:20:07.240545 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 760 rows starting from the beginning of the part | ||
| 3288 | 2025.03.04 03:20:07.240714 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
| 3289 | 2025.03.04 03:20:07.240898 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
| 3290 | 2025.03.04 03:20:07.241216 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part | ||
| 3291 | 2025.03.04 03:20:07.241231 [ 200 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3292 | 2025.03.04 03:20:07.241595 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
| 3293 | 2025.03.04 03:20:07.241897 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part | ||
| 3294 | 2025.03.04 03:20:07.242293 [ 200 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3295 | 2025.03.04 03:20:07.242512 [ 200 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3296 | 2025.03.04 03:20:07.242659 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB. | ||
| 3297 | 2025.03.04 03:20:07.244024 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 4 columns (4 merged, 0 gathered) in 0.004646797 sec., 228114.11817645573 rows/sec., 15.33 MiB/sec. | ||
| 3298 | 2025.03.04 03:20:07.244257 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3299 | 2025.03.04 03:20:07.244731 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_21_4} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3300 | 2025.03.04 03:20:07.244852 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_21_4} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3301 | 2025.03.04 03:20:07.244964 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 3302 | 2025.03.04 03:20:08.531589 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3303 | 2025.03.04 03:20:08.532471 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3304 | 2025.03.04 03:20:08.532547 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3305 | 2025.03.04 03:20:08.533277 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3306 | 2025.03.04 03:20:08.533696 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3307 | 2025.03.04 03:20:08.534124 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3308 | 2025.03.04 03:20:09.070442 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3309 | 2025.03.04 03:20:09.089581 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3310 | 2025.03.04 03:20:09.089639 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3311 | 2025.03.04 03:20:09.096912 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3312 | 2025.03.04 03:20:09.097693 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3313 | 2025.03.04 03:20:09.101095 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3314 | 2025.03.04 03:20:11.041605 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 448 | ||
| 3315 | 2025.03.04 03:20:11.044602 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3316 | 2025.03.04 03:20:11.044660 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3317 | 2025.03.04 03:20:11.046124 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3318 | 2025.03.04 03:20:11.046444 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3319 | 2025.03.04 03:20:11.046644 [ 117 ] {} <Debug> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3320 | 2025.03.04 03:20:11.046751 [ 117 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3321 | 2025.03.04 03:20:11.046812 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3322 | 2025.03.04 03:20:11.047263 [ 197 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::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 | ||
| 3323 | 2025.03.04 03:20:11.048632 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 448 | ||
| 3324 | 2025.03.04 03:20:11.048964 [ 197 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3325 | 2025.03.04 03:20:11.049130 [ 197 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 320 rows starting from the beginning of the part | ||
| 3326 | 2025.03.04 03:20:11.049780 [ 197 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part | ||
| 3327 | 2025.03.04 03:20:11.050333 [ 197 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 32 rows starting from the beginning of the part | ||
| 3328 | 2025.03.04 03:20:11.050897 [ 197 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 20 rows starting from the beginning of the part | ||
| 3329 | 2025.03.04 03:20:11.051480 [ 197 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 22 rows starting from the beginning of the part | ||
| 3330 | 2025.03.04 03:20:11.052086 [ 197 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 28 rows starting from the beginning of the part | ||
| 3331 | 2025.03.04 03:20:11.059774 [ 186 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 448 rows, containing 72 columns (72 merged, 0 gathered) in 0.012846868 sec., 34872.31284699119 rows/sec., 34.14 MiB/sec. | ||
| 3332 | 2025.03.04 03:20:11.060820 [ 186 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3333 | 2025.03.04 03:20:11.061595 [ 186 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_11_2} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3334 | 2025.03.04 03:20:11.061678 [ 186 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_11_2} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3335 | 2025.03.04 03:20:11.061999 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB. | ||
| 3336 | 2025.03.04 03:20:12.182441 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3337 | 2025.03.04 03:20:12.182648 [ 255 ] {ad840caf-34d7-4564-a65f-4c86158dca56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3338 | 2025.03.04 03:20:12.182727 [ 255 ] {ad840caf-34d7-4564-a65f-4c86158dca56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3339 | 2025.03.04 03:20:12.183569 [ 255 ] {ad840caf-34d7-4564-a65f-4c86158dca56} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3340 | 2025.03.04 03:20:12.183624 [ 255 ] {ad840caf-34d7-4564-a65f-4c86158dca56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3341 | 2025.03.04 03:20:12.184063 [ 255 ] {ad840caf-34d7-4564-a65f-4c86158dca56} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3342 | 2025.03.04 03:20:12.184319 [ 255 ] {ad840caf-34d7-4564-a65f-4c86158dca56} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3343 | 2025.03.04 03:20:12.184562 [ 255 ] {ad840caf-34d7-4564-a65f-4c86158dca56} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001972 sec., 68965.51724137932 rows/sec., 5.94 MiB/sec. | ||
| 3344 | 2025.03.04 03:20:12.184628 [ 255 ] {ad840caf-34d7-4564-a65f-4c86158dca56} <Debug> TCPHandler: Processed in 0.002323959 sec. | ||
| 3345 | 2025.03.04 03:20:12.184754 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3346 | 2025.03.04 03:20:12.184869 [ 255 ] {64e45550-6593-4348-8cff-8580aae87885} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3347 | 2025.03.04 03:20:12.184918 [ 255 ] {64e45550-6593-4348-8cff-8580aae87885} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3348 | 2025.03.04 03:20:12.185459 [ 255 ] {64e45550-6593-4348-8cff-8580aae87885} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3349 | 2025.03.04 03:20:12.185501 [ 255 ] {64e45550-6593-4348-8cff-8580aae87885} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3350 | 2025.03.04 03:20:12.185851 [ 255 ] {64e45550-6593-4348-8cff-8580aae87885} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3351 | 2025.03.04 03:20:12.186088 [ 255 ] {64e45550-6593-4348-8cff-8580aae87885} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3352 | 2025.03.04 03:20:12.186300 [ 255 ] {64e45550-6593-4348-8cff-8580aae87885} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001458 sec., 27434.842249657064 rows/sec., 2.01 MiB/sec. | ||
| 3353 | 2025.03.04 03:20:12.186351 [ 255 ] {64e45550-6593-4348-8cff-8580aae87885} <Debug> TCPHandler: Processed in 0.00165073 sec. | ||
| 3354 | 2025.03.04 03:20:12.186455 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3355 | 2025.03.04 03:20:12.186558 [ 255 ] {baef2525-f2b8-44b2-a8ad-22b9b0c73b92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3356 | 2025.03.04 03:20:12.186603 [ 255 ] {baef2525-f2b8-44b2-a8ad-22b9b0c73b92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3357 | 2025.03.04 03:20:12.187150 [ 255 ] {baef2525-f2b8-44b2-a8ad-22b9b0c73b92} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3358 | 2025.03.04 03:20:12.187188 [ 255 ] {baef2525-f2b8-44b2-a8ad-22b9b0c73b92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3359 | 2025.03.04 03:20:12.187543 [ 255 ] {baef2525-f2b8-44b2-a8ad-22b9b0c73b92} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3360 | 2025.03.04 03:20:12.187774 [ 255 ] {baef2525-f2b8-44b2-a8ad-22b9b0c73b92} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3361 | 2025.03.04 03:20:12.187980 [ 255 ] {baef2525-f2b8-44b2-a8ad-22b9b0c73b92} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001444 sec., 72022.16066481995 rows/sec., 5.63 MiB/sec. | ||
| 3362 | 2025.03.04 03:20:12.188031 [ 255 ] {baef2525-f2b8-44b2-a8ad-22b9b0c73b92} <Debug> TCPHandler: Processed in 0.001624 sec. | ||
| 3363 | 2025.03.04 03:20:12.188143 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3364 | 2025.03.04 03:20:12.188248 [ 255 ] {44a1d05e-38f1-4ffe-b225-c47d57299e48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3365 | 2025.03.04 03:20:12.188298 [ 255 ] {44a1d05e-38f1-4ffe-b225-c47d57299e48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3366 | 2025.03.04 03:20:12.188807 [ 255 ] {44a1d05e-38f1-4ffe-b225-c47d57299e48} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3367 | 2025.03.04 03:20:12.188847 [ 255 ] {44a1d05e-38f1-4ffe-b225-c47d57299e48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3368 | 2025.03.04 03:20:12.189224 [ 255 ] {44a1d05e-38f1-4ffe-b225-c47d57299e48} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3369 | 2025.03.04 03:20:12.189453 [ 255 ] {44a1d05e-38f1-4ffe-b225-c47d57299e48} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3370 | 2025.03.04 03:20:12.189658 [ 255 ] {44a1d05e-38f1-4ffe-b225-c47d57299e48} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001432 sec., 111731.843575419 rows/sec., 7.78 MiB/sec. | ||
| 3371 | 2025.03.04 03:20:12.189708 [ 255 ] {44a1d05e-38f1-4ffe-b225-c47d57299e48} <Debug> TCPHandler: Processed in 0.00161587 sec. | ||
| 3372 | 2025.03.04 03:20:12.189826 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3373 | 2025.03.04 03:20:12.189937 [ 255 ] {a24a68ed-166b-42c1-a131-81f58f83211e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3374 | 2025.03.04 03:20:12.190006 [ 255 ] {a24a68ed-166b-42c1-a131-81f58f83211e} <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 | ||
| 3375 | 2025.03.04 03:20:12.191155 [ 255 ] {a24a68ed-166b-42c1-a131-81f58f83211e} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3376 | 2025.03.04 03:20:12.191195 [ 255 ] {a24a68ed-166b-42c1-a131-81f58f83211e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3377 | 2025.03.04 03:20:12.191843 [ 255 ] {a24a68ed-166b-42c1-a131-81f58f83211e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3378 | 2025.03.04 03:20:12.192102 [ 255 ] {a24a68ed-166b-42c1-a131-81f58f83211e} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3379 | 2025.03.04 03:20:12.192279 [ 123 ] {} <Debug> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3380 | 2025.03.04 03:20:12.192375 [ 123 ] {} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3381 | 2025.03.04 03:20:12.192371 [ 255 ] {a24a68ed-166b-42c1-a131-81f58f83211e} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002448 sec., 16339.86928104575 rows/sec., 29.28 MiB/sec. | ||
| 3382 | 2025.03.04 03:20:12.192415 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3383 | 2025.03.04 03:20:12.192965 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::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 | ||
| 3384 | 2025.03.04 03:20:12.193100 [ 255 ] {a24a68ed-166b-42c1-a131-81f58f83211e} <Debug> TCPHandler: Processed in 0.003324341 sec. | ||
| 3385 | 2025.03.04 03:20:12.193320 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3386 | 2025.03.04 03:20:12.193564 [ 255 ] {162fa31c-a015-4b94-aafe-36b34536c4a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3387 | 2025.03.04 03:20:12.193659 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3388 | 2025.03.04 03:20:12.193676 [ 255 ] {162fa31c-a015-4b94-aafe-36b34536c4a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3389 | 2025.03.04 03:20:12.193917 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 118 rows starting from the beginning of the part | ||
| 3390 | 2025.03.04 03:20:12.194719 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part | ||
| 3391 | 2025.03.04 03:20:12.195499 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part | ||
| 3392 | 2025.03.04 03:20:12.195722 [ 255 ] {162fa31c-a015-4b94-aafe-36b34536c4a0} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3393 | 2025.03.04 03:20:12.195837 [ 255 ] {162fa31c-a015-4b94-aafe-36b34536c4a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3394 | 2025.03.04 03:20:12.196175 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part | ||
| 3395 | 2025.03.04 03:20:12.196788 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part | ||
| 3396 | 2025.03.04 03:20:12.197409 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part | ||
| 3397 | 2025.03.04 03:20:12.197420 [ 255 ] {162fa31c-a015-4b94-aafe-36b34536c4a0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3398 | 2025.03.04 03:20:12.198204 [ 255 ] {162fa31c-a015-4b94-aafe-36b34536c4a0} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3399 | 2025.03.04 03:20:12.198742 [ 255 ] {162fa31c-a015-4b94-aafe-36b34536c4a0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00524 sec., 11450.381679389313 rows/sec., 790.20 KiB/sec. | ||
| 3400 | 2025.03.04 03:20:12.199056 [ 255 ] {162fa31c-a015-4b94-aafe-36b34536c4a0} <Debug> TCPHandler: Processed in 0.00580018 sec. | ||
| 3401 | 2025.03.04 03:20:12.201876 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 318 rows, containing 19 columns (19 merged, 0 gathered) in 0.009296724 sec., 34205.59758469758 rows/sec., 61.29 MiB/sec. | ||
| 3402 | 2025.03.04 03:20:12.202511 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3403 | 2025.03.04 03:20:12.203035 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3404 | 2025.03.04 03:20:12.203133 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3405 | 2025.03.04 03:20:12.203302 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.76 MiB. | ||
| 3406 | 2025.03.04 03:20:15.914384 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3407 | 2025.03.04 03:20:15.914479 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3408 | 2025.03.04 03:20:16.034334 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 3409 | 2025.03.04 03:20:16.035009 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3410 | 2025.03.04 03:20:16.035057 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3411 | 2025.03.04 03:20:16.035676 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3412 | 2025.03.04 03:20:16.035949 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3413 | 2025.03.04 03:20:16.036197 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3414 | 2025.03.04 03:20:16.601199 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3415 | 2025.03.04 03:20:16.620833 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3416 | 2025.03.04 03:20:16.620883 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3417 | 2025.03.04 03:20:16.628516 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3418 | 2025.03.04 03:20:16.629250 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3419 | 2025.03.04 03:20:16.631814 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3420 | 2025.03.04 03:20:17.180053 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3421 | 2025.03.04 03:20:17.180238 [ 255 ] {61cc5c99-46e4-4e36-83a6-38c479f79795} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3422 | 2025.03.04 03:20:17.180307 [ 255 ] {61cc5c99-46e4-4e36-83a6-38c479f79795} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3423 | 2025.03.04 03:20:17.181081 [ 255 ] {61cc5c99-46e4-4e36-83a6-38c479f79795} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3424 | 2025.03.04 03:20:17.181122 [ 255 ] {61cc5c99-46e4-4e36-83a6-38c479f79795} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3425 | 2025.03.04 03:20:17.181542 [ 255 ] {61cc5c99-46e4-4e36-83a6-38c479f79795} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3426 | 2025.03.04 03:20:17.181785 [ 255 ] {61cc5c99-46e4-4e36-83a6-38c479f79795} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3427 | 2025.03.04 03:20:17.181993 [ 255 ] {61cc5c99-46e4-4e36-83a6-38c479f79795} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001798 sec., 31145.717463848723 rows/sec., 2.38 MiB/sec. | ||
| 3428 | 2025.03.04 03:20:17.182097 [ 255 ] {61cc5c99-46e4-4e36-83a6-38c479f79795} <Debug> TCPHandler: Processed in 0.002166406 sec. | ||
| 3429 | 2025.03.04 03:20:17.182330 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3430 | 2025.03.04 03:20:17.182434 [ 255 ] {6d50f7e3-e693-49bd-8f23-69febcfd9354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3431 | 2025.03.04 03:20:17.182479 [ 255 ] {6d50f7e3-e693-49bd-8f23-69febcfd9354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3432 | 2025.03.04 03:20:17.183028 [ 255 ] {6d50f7e3-e693-49bd-8f23-69febcfd9354} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3433 | 2025.03.04 03:20:17.183064 [ 255 ] {6d50f7e3-e693-49bd-8f23-69febcfd9354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3434 | 2025.03.04 03:20:17.183404 [ 255 ] {6d50f7e3-e693-49bd-8f23-69febcfd9354} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3435 | 2025.03.04 03:20:17.183632 [ 255 ] {6d50f7e3-e693-49bd-8f23-69febcfd9354} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3436 | 2025.03.04 03:20:17.183802 [ 255 ] {6d50f7e3-e693-49bd-8f23-69febcfd9354} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001391 sec., 46010.064701653486 rows/sec., 3.59 MiB/sec. | ||
| 3437 | 2025.03.04 03:20:17.183853 [ 255 ] {6d50f7e3-e693-49bd-8f23-69febcfd9354} <Debug> TCPHandler: Processed in 0.00159005 sec. | ||
| 3438 | 2025.03.04 03:20:17.183967 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3439 | 2025.03.04 03:20:17.184071 [ 255 ] {ab086b72-0dc6-44a4-83bc-d389f3ef13f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3440 | 2025.03.04 03:20:17.184118 [ 255 ] {ab086b72-0dc6-44a4-83bc-d389f3ef13f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3441 | 2025.03.04 03:20:17.184626 [ 255 ] {ab086b72-0dc6-44a4-83bc-d389f3ef13f9} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3442 | 2025.03.04 03:20:17.184662 [ 255 ] {ab086b72-0dc6-44a4-83bc-d389f3ef13f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3443 | 2025.03.04 03:20:17.185036 [ 255 ] {ab086b72-0dc6-44a4-83bc-d389f3ef13f9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3444 | 2025.03.04 03:20:17.185276 [ 255 ] {ab086b72-0dc6-44a4-83bc-d389f3ef13f9} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3445 | 2025.03.04 03:20:17.185452 [ 255 ] {ab086b72-0dc6-44a4-83bc-d389f3ef13f9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001403 sec., 114041.33998574484 rows/sec., 7.94 MiB/sec. | ||
| 3446 | 2025.03.04 03:20:17.185501 [ 255 ] {ab086b72-0dc6-44a4-83bc-d389f3ef13f9} <Debug> TCPHandler: Processed in 0.001583889 sec. | ||
| 3447 | 2025.03.04 03:20:17.185602 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3448 | 2025.03.04 03:20:17.185700 [ 255 ] {e0f2fa1e-8b72-4c86-a4f1-b72cc28b693e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3449 | 2025.03.04 03:20:17.185745 [ 255 ] {e0f2fa1e-8b72-4c86-a4f1-b72cc28b693e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3450 | 2025.03.04 03:20:17.186169 [ 255 ] {e0f2fa1e-8b72-4c86-a4f1-b72cc28b693e} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3451 | 2025.03.04 03:20:17.186203 [ 255 ] {e0f2fa1e-8b72-4c86-a4f1-b72cc28b693e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3452 | 2025.03.04 03:20:17.186545 [ 255 ] {e0f2fa1e-8b72-4c86-a4f1-b72cc28b693e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3453 | 2025.03.04 03:20:17.186770 [ 255 ] {e0f2fa1e-8b72-4c86-a4f1-b72cc28b693e} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3454 | 2025.03.04 03:20:17.186977 [ 255 ] {e0f2fa1e-8b72-4c86-a4f1-b72cc28b693e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001297 sec., 46260.601387818046 rows/sec., 3.12 MiB/sec. | ||
| 3455 | 2025.03.04 03:20:17.187154 [ 255 ] {e0f2fa1e-8b72-4c86-a4f1-b72cc28b693e} <Debug> TCPHandler: Processed in 0.001598259 sec. | ||
| 3456 | 2025.03.04 03:20:21.048926 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 468 | ||
| 3457 | 2025.03.04 03:20:21.051980 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3458 | 2025.03.04 03:20:21.052026 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3459 | 2025.03.04 03:20:21.053464 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3460 | 2025.03.04 03:20:21.053786 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3461 | 2025.03.04 03:20:21.054375 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 468 | ||
| 3462 | 2025.03.04 03:20:22.181975 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3463 | 2025.03.04 03:20:22.182180 [ 255 ] {94fa2b2c-3e3b-487c-8e0e-f1d51b39747d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3464 | 2025.03.04 03:20:22.182255 [ 255 ] {94fa2b2c-3e3b-487c-8e0e-f1d51b39747d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3465 | 2025.03.04 03:20:22.182982 [ 255 ] {94fa2b2c-3e3b-487c-8e0e-f1d51b39747d} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3466 | 2025.03.04 03:20:22.183030 [ 255 ] {94fa2b2c-3e3b-487c-8e0e-f1d51b39747d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3467 | 2025.03.04 03:20:22.183440 [ 255 ] {94fa2b2c-3e3b-487c-8e0e-f1d51b39747d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3468 | 2025.03.04 03:20:22.183692 [ 255 ] {94fa2b2c-3e3b-487c-8e0e-f1d51b39747d} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3469 | 2025.03.04 03:20:22.183921 [ 255 ] {94fa2b2c-3e3b-487c-8e0e-f1d51b39747d} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.0018 sec., 4444.444444444444 rows/sec., 362.41 KiB/sec. | ||
| 3470 | 2025.03.04 03:20:22.183977 [ 255 ] {94fa2b2c-3e3b-487c-8e0e-f1d51b39747d} <Debug> TCPHandler: Processed in 0.002141176 sec. | ||
| 3471 | 2025.03.04 03:20:22.184102 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3472 | 2025.03.04 03:20:22.184206 [ 255 ] {e4b576b5-3d04-4f75-828c-e562b2da4e25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3473 | 2025.03.04 03:20:22.184249 [ 255 ] {e4b576b5-3d04-4f75-828c-e562b2da4e25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3474 | 2025.03.04 03:20:22.184873 [ 255 ] {e4b576b5-3d04-4f75-828c-e562b2da4e25} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3475 | 2025.03.04 03:20:22.184912 [ 255 ] {e4b576b5-3d04-4f75-828c-e562b2da4e25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3476 | 2025.03.04 03:20:22.185270 [ 255 ] {e4b576b5-3d04-4f75-828c-e562b2da4e25} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3477 | 2025.03.04 03:20:22.185512 [ 255 ] {e4b576b5-3d04-4f75-828c-e562b2da4e25} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3478 | 2025.03.04 03:20:22.185723 [ 255 ] {e4b576b5-3d04-4f75-828c-e562b2da4e25} <Debug> executeQuery: Read 140 rows, 12.29 KiB in 0.001538 sec., 91027.30819245773 rows/sec., 7.80 MiB/sec. | ||
| 3479 | 2025.03.04 03:20:22.185775 [ 255 ] {e4b576b5-3d04-4f75-828c-e562b2da4e25} <Debug> TCPHandler: Processed in 0.001724071 sec. | ||
| 3480 | 2025.03.04 03:20:22.185876 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3481 | 2025.03.04 03:20:22.185976 [ 255 ] {cc9bbc4d-b768-47e0-9edc-9ab7e79a54db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3482 | 2025.03.04 03:20:22.186018 [ 255 ] {cc9bbc4d-b768-47e0-9edc-9ab7e79a54db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3483 | 2025.03.04 03:20:22.186543 [ 255 ] {cc9bbc4d-b768-47e0-9edc-9ab7e79a54db} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3484 | 2025.03.04 03:20:22.186580 [ 255 ] {cc9bbc4d-b768-47e0-9edc-9ab7e79a54db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3485 | 2025.03.04 03:20:22.186915 [ 255 ] {cc9bbc4d-b768-47e0-9edc-9ab7e79a54db} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3486 | 2025.03.04 03:20:22.187142 [ 255 ] {cc9bbc4d-b768-47e0-9edc-9ab7e79a54db} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3487 | 2025.03.04 03:20:22.187376 [ 255 ] {cc9bbc4d-b768-47e0-9edc-9ab7e79a54db} <Debug> executeQuery: Read 48 rows, 3.57 KiB in 0.001413 sec., 33970.27600849257 rows/sec., 2.46 MiB/sec. | ||
| 3488 | 2025.03.04 03:20:22.187473 [ 255 ] {cc9bbc4d-b768-47e0-9edc-9ab7e79a54db} <Debug> TCPHandler: Processed in 0.00163902 sec. | ||
| 3489 | 2025.03.04 03:20:22.187679 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3490 | 2025.03.04 03:20:22.187782 [ 255 ] {2d6b2ebf-18fb-4f33-9f7b-6a1a0e7aeb8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3491 | 2025.03.04 03:20:22.187826 [ 255 ] {2d6b2ebf-18fb-4f33-9f7b-6a1a0e7aeb8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3492 | 2025.03.04 03:20:22.188388 [ 255 ] {2d6b2ebf-18fb-4f33-9f7b-6a1a0e7aeb8b} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3493 | 2025.03.04 03:20:22.188426 [ 255 ] {2d6b2ebf-18fb-4f33-9f7b-6a1a0e7aeb8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3494 | 2025.03.04 03:20:22.188773 [ 255 ] {2d6b2ebf-18fb-4f33-9f7b-6a1a0e7aeb8b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3495 | 2025.03.04 03:20:22.189005 [ 255 ] {2d6b2ebf-18fb-4f33-9f7b-6a1a0e7aeb8b} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3496 | 2025.03.04 03:20:22.189272 [ 255 ] {2d6b2ebf-18fb-4f33-9f7b-6a1a0e7aeb8b} <Debug> executeQuery: Read 112 rows, 8.97 KiB in 0.001505 sec., 74418.6046511628 rows/sec., 5.82 MiB/sec. | ||
| 3497 | 2025.03.04 03:20:22.189475 [ 255 ] {2d6b2ebf-18fb-4f33-9f7b-6a1a0e7aeb8b} <Debug> TCPHandler: Processed in 0.001860613 sec. | ||
| 3498 | 2025.03.04 03:20:22.189677 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3499 | 2025.03.04 03:20:22.189783 [ 255 ] {a5bf7a62-3358-47d0-b977-abbebc282c4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3500 | 2025.03.04 03:20:22.189831 [ 255 ] {a5bf7a62-3358-47d0-b977-abbebc282c4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3501 | 2025.03.04 03:20:22.190380 [ 255 ] {a5bf7a62-3358-47d0-b977-abbebc282c4b} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3502 | 2025.03.04 03:20:22.190417 [ 255 ] {a5bf7a62-3358-47d0-b977-abbebc282c4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3503 | 2025.03.04 03:20:22.190787 [ 255 ] {a5bf7a62-3358-47d0-b977-abbebc282c4b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3504 | 2025.03.04 03:20:22.191012 [ 255 ] {a5bf7a62-3358-47d0-b977-abbebc282c4b} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3505 | 2025.03.04 03:20:22.191219 [ 255 ] {a5bf7a62-3358-47d0-b977-abbebc282c4b} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.00146 sec., 112328.76712328767 rows/sec., 7.82 MiB/sec. | ||
| 3506 | 2025.03.04 03:20:22.191270 [ 255 ] {a5bf7a62-3358-47d0-b977-abbebc282c4b} <Debug> TCPHandler: Processed in 0.00165541 sec. | ||
| 3507 | 2025.03.04 03:20:22.191373 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3508 | 2025.03.04 03:20:22.191473 [ 255 ] {d6a5d89e-ad4c-448c-8d18-2a3dfbc9b7d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3509 | 2025.03.04 03:20:22.191536 [ 255 ] {d6a5d89e-ad4c-448c-8d18-2a3dfbc9b7d1} <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 | ||
| 3510 | 2025.03.04 03:20:22.192660 [ 255 ] {d6a5d89e-ad4c-448c-8d18-2a3dfbc9b7d1} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3511 | 2025.03.04 03:20:22.192697 [ 255 ] {d6a5d89e-ad4c-448c-8d18-2a3dfbc9b7d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3512 | 2025.03.04 03:20:22.193336 [ 255 ] {d6a5d89e-ad4c-448c-8d18-2a3dfbc9b7d1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3513 | 2025.03.04 03:20:22.193584 [ 255 ] {d6a5d89e-ad4c-448c-8d18-2a3dfbc9b7d1} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3514 | 2025.03.04 03:20:22.193822 [ 255 ] {d6a5d89e-ad4c-448c-8d18-2a3dfbc9b7d1} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00237 sec., 16877.637130801686 rows/sec., 30.24 MiB/sec. | ||
| 3515 | 2025.03.04 03:20:22.193913 [ 255 ] {d6a5d89e-ad4c-448c-8d18-2a3dfbc9b7d1} <Debug> TCPHandler: Processed in 0.002588282 sec. | ||
| 3516 | 2025.03.04 03:20:22.194041 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3517 | 2025.03.04 03:20:22.194145 [ 255 ] {6e176828-689f-45fc-817d-ab79f109372a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3518 | 2025.03.04 03:20:22.194190 [ 255 ] {6e176828-689f-45fc-817d-ab79f109372a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3519 | 2025.03.04 03:20:22.194626 [ 255 ] {6e176828-689f-45fc-817d-ab79f109372a} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3520 | 2025.03.04 03:20:22.194663 [ 255 ] {6e176828-689f-45fc-817d-ab79f109372a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3521 | 2025.03.04 03:20:22.195002 [ 255 ] {6e176828-689f-45fc-817d-ab79f109372a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3522 | 2025.03.04 03:20:22.195215 [ 255 ] {6e176828-689f-45fc-817d-ab79f109372a} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3523 | 2025.03.04 03:20:22.195450 [ 255 ] {6e176828-689f-45fc-817d-ab79f109372a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001359 sec., 44150.11037527594 rows/sec., 2.98 MiB/sec. | ||
| 3524 | 2025.03.04 03:20:22.195626 [ 255 ] {6e176828-689f-45fc-817d-ab79f109372a} <Debug> TCPHandler: Processed in 0.00168008 sec. | ||
| 3525 | 2025.03.04 03:20:23.536370 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 3526 | 2025.03.04 03:20:23.537097 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3527 | 2025.03.04 03:20:23.537147 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3528 | 2025.03.04 03:20:23.537720 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3529 | 2025.03.04 03:20:23.537981 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3530 | 2025.03.04 03:20:23.538251 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 3531 | 2025.03.04 03:20:24.131925 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 3532 | 2025.03.04 03:20:24.152571 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3533 | 2025.03.04 03:20:24.152626 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3534 | 2025.03.04 03:20:24.160350 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3535 | 2025.03.04 03:20:24.161099 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3536 | 2025.03.04 03:20:24.163914 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 3537 | 2025.03.04 03:20:27.180517 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3538 | 2025.03.04 03:20:27.180719 [ 255 ] {d3fe2c93-2a46-4004-9e94-7c3b647f4c14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3539 | 2025.03.04 03:20:27.180798 [ 255 ] {d3fe2c93-2a46-4004-9e94-7c3b647f4c14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3540 | 2025.03.04 03:20:27.181624 [ 255 ] {d3fe2c93-2a46-4004-9e94-7c3b647f4c14} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3541 | 2025.03.04 03:20:27.181668 [ 255 ] {d3fe2c93-2a46-4004-9e94-7c3b647f4c14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3542 | 2025.03.04 03:20:27.182098 [ 255 ] {d3fe2c93-2a46-4004-9e94-7c3b647f4c14} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3543 | 2025.03.04 03:20:27.182346 [ 255 ] {d3fe2c93-2a46-4004-9e94-7c3b647f4c14} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3544 | 2025.03.04 03:20:27.182573 [ 255 ] {d3fe2c93-2a46-4004-9e94-7c3b647f4c14} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001901 sec., 29458.179905312994 rows/sec., 2.25 MiB/sec. | ||
| 3545 | 2025.03.04 03:20:27.182664 [ 255 ] {d3fe2c93-2a46-4004-9e94-7c3b647f4c14} <Debug> TCPHandler: Processed in 0.002279058 sec. | ||
| 3546 | 2025.03.04 03:20:27.182884 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3547 | 2025.03.04 03:20:27.182990 [ 255 ] {16beec0c-2186-4f9f-802b-fff02f857968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3548 | 2025.03.04 03:20:27.183035 [ 255 ] {16beec0c-2186-4f9f-802b-fff02f857968} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3549 | 2025.03.04 03:20:27.183581 [ 255 ] {16beec0c-2186-4f9f-802b-fff02f857968} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3550 | 2025.03.04 03:20:27.183619 [ 255 ] {16beec0c-2186-4f9f-802b-fff02f857968} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3551 | 2025.03.04 03:20:27.183964 [ 255 ] {16beec0c-2186-4f9f-802b-fff02f857968} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3552 | 2025.03.04 03:20:27.184203 [ 255 ] {16beec0c-2186-4f9f-802b-fff02f857968} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3553 | 2025.03.04 03:20:27.184382 [ 255 ] {16beec0c-2186-4f9f-802b-fff02f857968} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001416 sec., 45197.740112994354 rows/sec., 3.53 MiB/sec. | ||
| 3554 | 2025.03.04 03:20:27.184432 [ 255 ] {16beec0c-2186-4f9f-802b-fff02f857968} <Debug> TCPHandler: Processed in 0.00161665 sec. | ||
| 3555 | 2025.03.04 03:20:27.184551 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3556 | 2025.03.04 03:20:27.184675 [ 255 ] {43f9a936-c912-4218-8ffa-8800d1db3a1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3557 | 2025.03.04 03:20:27.184745 [ 255 ] {43f9a936-c912-4218-8ffa-8800d1db3a1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3558 | 2025.03.04 03:20:27.185385 [ 255 ] {43f9a936-c912-4218-8ffa-8800d1db3a1f} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3559 | 2025.03.04 03:20:27.185422 [ 255 ] {43f9a936-c912-4218-8ffa-8800d1db3a1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3560 | 2025.03.04 03:20:27.185810 [ 255 ] {43f9a936-c912-4218-8ffa-8800d1db3a1f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3561 | 2025.03.04 03:20:27.186065 [ 255 ] {43f9a936-c912-4218-8ffa-8800d1db3a1f} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3562 | 2025.03.04 03:20:27.186281 [ 255 ] {43f9a936-c912-4218-8ffa-8800d1db3a1f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001634 sec., 97919.21664626682 rows/sec., 6.82 MiB/sec. | ||
| 3563 | 2025.03.04 03:20:27.186429 [ 255 ] {43f9a936-c912-4218-8ffa-8800d1db3a1f} <Debug> TCPHandler: Processed in 0.001924753 sec. | ||
| 3564 | 2025.03.04 03:20:27.186626 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3565 | 2025.03.04 03:20:27.186731 [ 255 ] {6ef44712-16c8-4db5-b3a0-caab8d207fda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3566 | 2025.03.04 03:20:27.186779 [ 255 ] {6ef44712-16c8-4db5-b3a0-caab8d207fda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3567 | 2025.03.04 03:20:27.187236 [ 255 ] {6ef44712-16c8-4db5-b3a0-caab8d207fda} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3568 | 2025.03.04 03:20:27.187274 [ 255 ] {6ef44712-16c8-4db5-b3a0-caab8d207fda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3569 | 2025.03.04 03:20:27.187641 [ 255 ] {6ef44712-16c8-4db5-b3a0-caab8d207fda} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3570 | 2025.03.04 03:20:27.187870 [ 255 ] {6ef44712-16c8-4db5-b3a0-caab8d207fda} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3571 | 2025.03.04 03:20:27.188046 [ 255 ] {6ef44712-16c8-4db5-b3a0-caab8d207fda} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001337 sec., 44876.58937920718 rows/sec., 3.02 MiB/sec. | ||
| 3572 | 2025.03.04 03:20:27.188095 [ 255 ] {6ef44712-16c8-4db5-b3a0-caab8d207fda} <Debug> TCPHandler: Processed in 0.001526839 sec. | ||
| 3573 | 2025.03.04 03:20:30.914528 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3574 | 2025.03.04 03:20:30.914597 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3575 | 2025.03.04 03:20:31.038408 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 3576 | 2025.03.04 03:20:31.039056 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3577 | 2025.03.04 03:20:31.039098 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3578 | 2025.03.04 03:20:31.039704 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3579 | 2025.03.04 03:20:31.039969 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3580 | 2025.03.04 03:20:31.040209 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 3581 | 2025.03.04 03:20:31.054575 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 490 | ||
| 3582 | 2025.03.04 03:20:31.057457 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3583 | 2025.03.04 03:20:31.057517 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3584 | 2025.03.04 03:20:31.058996 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3585 | 2025.03.04 03:20:31.059326 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3586 | 2025.03.04 03:20:31.060094 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 490 | ||
| 3587 | 2025.03.04 03:20:31.664039 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 3588 | 2025.03.04 03:20:31.685925 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3589 | 2025.03.04 03:20:31.685990 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3590 | 2025.03.04 03:20:31.693356 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3591 | 2025.03.04 03:20:31.694112 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3592 | 2025.03.04 03:20:31.696872 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 3593 | 2025.03.04 03:20:32.182934 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3594 | 2025.03.04 03:20:32.183142 [ 255 ] {7c154d70-c488-4a68-b6e7-fe6734576c7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3595 | 2025.03.04 03:20:32.183219 [ 255 ] {7c154d70-c488-4a68-b6e7-fe6734576c7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3596 | 2025.03.04 03:20:32.184061 [ 255 ] {7c154d70-c488-4a68-b6e7-fe6734576c7d} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3597 | 2025.03.04 03:20:32.184101 [ 255 ] {7c154d70-c488-4a68-b6e7-fe6734576c7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3598 | 2025.03.04 03:20:32.184535 [ 255 ] {7c154d70-c488-4a68-b6e7-fe6734576c7d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3599 | 2025.03.04 03:20:32.184784 [ 255 ] {7c154d70-c488-4a68-b6e7-fe6734576c7d} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3600 | 2025.03.04 03:20:32.184942 [ 100 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3601 | 2025.03.04 03:20:32.184992 [ 100 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3602 | 2025.03.04 03:20:32.184993 [ 255 ] {7c154d70-c488-4a68-b6e7-fe6734576c7d} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001905 sec., 71391.07611548556 rows/sec., 6.15 MiB/sec. | ||
| 3603 | 2025.03.04 03:20:32.185020 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3604 | 2025.03.04 03:20:32.185073 [ 255 ] {7c154d70-c488-4a68-b6e7-fe6734576c7d} <Debug> TCPHandler: Processed in 0.002273318 sec. | ||
| 3605 | 2025.03.04 03:20:32.185394 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3606 | 2025.03.04 03:20:32.185453 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 3607 | 2025.03.04 03:20:32.185790 [ 255 ] {d087591c-2032-40c9-a157-29f22612f57f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3608 | 2025.03.04 03:20:32.185967 [ 255 ] {d087591c-2032-40c9-a157-29f22612f57f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3609 | 2025.03.04 03:20:32.185984 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3610 | 2025.03.04 03:20:32.186078 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1965 rows starting from the beginning of the part | ||
| 3611 | 2025.03.04 03:20:32.186353 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 136 rows starting from the beginning of the part | ||
| 3612 | 2025.03.04 03:20:32.186692 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part | ||
| 3613 | 2025.03.04 03:20:32.187070 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 140 rows starting from the beginning of the part | ||
| 3614 | 2025.03.04 03:20:32.187483 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part | ||
| 3615 | 2025.03.04 03:20:32.187819 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 136 rows starting from the beginning of the part | ||
| 3616 | 2025.03.04 03:20:32.188668 [ 255 ] {d087591c-2032-40c9-a157-29f22612f57f} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3617 | 2025.03.04 03:20:32.188731 [ 255 ] {d087591c-2032-40c9-a157-29f22612f57f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3618 | 2025.03.04 03:20:32.189698 [ 255 ] {d087591c-2032-40c9-a157-29f22612f57f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3619 | 2025.03.04 03:20:32.190223 [ 255 ] {d087591c-2032-40c9-a157-29f22612f57f} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3620 | 2025.03.04 03:20:32.190567 [ 99 ] {} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3621 | 2025.03.04 03:20:32.190651 [ 255 ] {d087591c-2032-40c9-a157-29f22612f57f} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.005036 sec., 7942.811755361398 rows/sec., 597.26 KiB/sec. | ||
| 3622 | 2025.03.04 03:20:32.190743 [ 99 ] {} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3623 | 2025.03.04 03:20:32.190908 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3624 | 2025.03.04 03:20:32.190930 [ 255 ] {d087591c-2032-40c9-a157-29f22612f57f} <Debug> TCPHandler: Processed in 0.005648119 sec. | ||
| 3625 | 2025.03.04 03:20:32.191409 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3626 | 2025.03.04 03:20:32.191711 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2489 rows, containing 5 columns (5 merged, 0 gathered) in 0.006558501 sec., 379507.4514740487 rows/sec., 32.74 MiB/sec. | ||
| 3627 | 2025.03.04 03:20:32.191787 [ 197 ] {141c3608-aab4-4fcf-ac67-3724488a6594::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 | ||
| 3628 | 2025.03.04 03:20:32.191795 [ 255 ] {d14dddf4-6fed-4e81-ae82-4c5563534c9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3629 | 2025.03.04 03:20:32.191922 [ 255 ] {d14dddf4-6fed-4e81-ae82-4c5563534c9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3630 | 2025.03.04 03:20:32.192116 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3631 | 2025.03.04 03:20:32.192403 [ 197 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3632 | 2025.03.04 03:20:32.192546 [ 197 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 172 rows starting from the beginning of the part | ||
| 3633 | 2025.03.04 03:20:32.193036 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_26_5} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3634 | 2025.03.04 03:20:32.193324 [ 197 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part | ||
| 3635 | 2025.03.04 03:20:32.193358 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_26_5} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3636 | 2025.03.04 03:20:32.193630 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 3637 | 2025.03.04 03:20:32.193772 [ 197 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part | ||
| 3638 | 2025.03.04 03:20:32.194111 [ 197 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part | ||
| 3639 | 2025.03.04 03:20:32.194604 [ 197 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 48 rows starting from the beginning of the part | ||
| 3640 | 2025.03.04 03:20:32.195023 [ 197 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part | ||
| 3641 | 2025.03.04 03:20:32.195437 [ 255 ] {d14dddf4-6fed-4e81-ae82-4c5563534c9c} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3642 | 2025.03.04 03:20:32.195521 [ 255 ] {d14dddf4-6fed-4e81-ae82-4c5563534c9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3643 | 2025.03.04 03:20:32.196399 [ 255 ] {d14dddf4-6fed-4e81-ae82-4c5563534c9c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3644 | 2025.03.04 03:20:32.196956 [ 255 ] {d14dddf4-6fed-4e81-ae82-4c5563534c9c} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3645 | 2025.03.04 03:20:32.197290 [ 99 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3646 | 2025.03.04 03:20:32.197404 [ 99 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3647 | 2025.03.04 03:20:32.197500 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3648 | 2025.03.04 03:20:32.197625 [ 255 ] {d14dddf4-6fed-4e81-ae82-4c5563534c9c} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.005899 sec., 17630.106797762335 rows/sec., 1.38 MiB/sec. | ||
| 3649 | 2025.03.04 03:20:32.198035 [ 197 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 3650 | 2025.03.04 03:20:32.198234 [ 255 ] {d14dddf4-6fed-4e81-ae82-4c5563534c9c} <Debug> TCPHandler: Processed in 0.006982396 sec. | ||
| 3651 | 2025.03.04 03:20:32.198488 [ 193 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 352 rows, containing 5 columns (5 merged, 0 gathered) in 0.007160348 sec., 49159.62185078155 rows/sec., 3.58 MiB/sec. | ||
| 3652 | 2025.03.04 03:20:32.198577 [ 197 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3653 | 2025.03.04 03:20:32.198744 [ 197 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 946 rows starting from the beginning of the part | ||
| 3654 | 2025.03.04 03:20:32.198898 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3655 | 2025.03.04 03:20:32.198925 [ 193 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3656 | 2025.03.04 03:20:32.199424 [ 197 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 104 rows starting from the beginning of the part | ||
| 3657 | 2025.03.04 03:20:32.199614 [ 255 ] {c067ed27-790f-4e76-9919-ab7d04571c95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3658 | 2025.03.04 03:20:32.199935 [ 255 ] {c067ed27-790f-4e76-9919-ab7d04571c95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3659 | 2025.03.04 03:20:32.200140 [ 197 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part | ||
| 3660 | 2025.03.04 03:20:32.200726 [ 197 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 112 rows starting from the beginning of the part | ||
| 3661 | 2025.03.04 03:20:32.200738 [ 193 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_16_3} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3662 | 2025.03.04 03:20:32.201237 [ 197 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part | ||
| 3663 | 2025.03.04 03:20:32.201269 [ 193 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_16_3} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3664 | 2025.03.04 03:20:32.201577 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 3665 | 2025.03.04 03:20:32.201662 [ 197 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 104 rows starting from the beginning of the part | ||
| 3666 | 2025.03.04 03:20:32.202975 [ 255 ] {c067ed27-790f-4e76-9919-ab7d04571c95} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3667 | 2025.03.04 03:20:32.203051 [ 255 ] {c067ed27-790f-4e76-9919-ab7d04571c95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3668 | 2025.03.04 03:20:32.204098 [ 255 ] {c067ed27-790f-4e76-9919-ab7d04571c95} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3669 | 2025.03.04 03:20:32.204570 [ 197 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1394 rows, containing 5 columns (5 merged, 0 gathered) in 0.006889754 sec., 202329.43004931672 rows/sec., 15.90 MiB/sec. | ||
| 3670 | 2025.03.04 03:20:32.204609 [ 255 ] {c067ed27-790f-4e76-9919-ab7d04571c95} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3671 | 2025.03.04 03:20:32.204839 [ 99 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3672 | 2025.03.04 03:20:32.204833 [ 197 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3673 | 2025.03.04 03:20:32.204918 [ 99 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3674 | 2025.03.04 03:20:32.204994 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3675 | 2025.03.04 03:20:32.205193 [ 255 ] {c067ed27-790f-4e76-9919-ab7d04571c95} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005865 sec., 27280.477408354644 rows/sec., 1.90 MiB/sec. | ||
| 3676 | 2025.03.04 03:20:32.205342 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 3677 | 2025.03.04 03:20:32.205527 [ 255 ] {c067ed27-790f-4e76-9919-ab7d04571c95} <Debug> TCPHandler: Processed in 0.006853364 sec. | ||
| 3678 | 2025.03.04 03:20:32.205711 [ 197 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_26_5} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3679 | 2025.03.04 03:20:32.205729 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3680 | 2025.03.04 03:20:32.205828 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6927 rows starting from the beginning of the part | ||
| 3681 | 2025.03.04 03:20:32.205918 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3682 | 2025.03.04 03:20:32.205928 [ 197 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_26_5} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3683 | 2025.03.04 03:20:32.206310 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 3684 | 2025.03.04 03:20:32.206328 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part | ||
| 3685 | 2025.03.04 03:20:32.206334 [ 255 ] {1588df4d-2360-43dd-9080-086364ec1407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3686 | 2025.03.04 03:20:32.206693 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
| 3687 | 2025.03.04 03:20:32.206703 [ 255 ] {1588df4d-2360-43dd-9080-086364ec1407} <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 | ||
| 3688 | 2025.03.04 03:20:32.207161 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 164 rows starting from the beginning of the part | ||
| 3689 | 2025.03.04 03:20:32.207574 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part | ||
| 3690 | 2025.03.04 03:20:32.207944 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
| 3691 | 2025.03.04 03:20:32.211738 [ 255 ] {1588df4d-2360-43dd-9080-086364ec1407} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3692 | 2025.03.04 03:20:32.211786 [ 255 ] {1588df4d-2360-43dd-9080-086364ec1407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3693 | 2025.03.04 03:20:32.212716 [ 255 ] {1588df4d-2360-43dd-9080-086364ec1407} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3694 | 2025.03.04 03:20:32.212938 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7731 rows, containing 5 columns (5 merged, 0 gathered) in 0.007801306 sec., 990987.9192022464 rows/sec., 68.08 MiB/sec. | ||
| 3695 | 2025.03.04 03:20:32.213129 [ 255 ] {1588df4d-2360-43dd-9080-086364ec1407} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3696 | 2025.03.04 03:20:32.213476 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3697 | 2025.03.04 03:20:32.213579 [ 255 ] {1588df4d-2360-43dd-9080-086364ec1407} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.007383 sec., 5417.851821752675 rows/sec., 9.71 MiB/sec. | ||
| 3698 | 2025.03.04 03:20:32.213904 [ 255 ] {1588df4d-2360-43dd-9080-086364ec1407} <Debug> TCPHandler: Processed in 0.00813034 sec. | ||
| 3699 | 2025.03.04 03:20:32.214077 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3700 | 2025.03.04 03:20:32.214119 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3701 | 2025.03.04 03:20:32.214195 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3702 | 2025.03.04 03:20:32.214321 [ 255 ] {5db9b260-255e-42a0-a0bd-45e3bfced57b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3703 | 2025.03.04 03:20:32.214349 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. | ||
| 3704 | 2025.03.04 03:20:32.214406 [ 255 ] {5db9b260-255e-42a0-a0bd-45e3bfced57b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3705 | 2025.03.04 03:20:32.214897 [ 255 ] {5db9b260-255e-42a0-a0bd-45e3bfced57b} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3706 | 2025.03.04 03:20:32.214936 [ 255 ] {5db9b260-255e-42a0-a0bd-45e3bfced57b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3707 | 2025.03.04 03:20:32.215299 [ 255 ] {5db9b260-255e-42a0-a0bd-45e3bfced57b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3708 | 2025.03.04 03:20:32.215530 [ 255 ] {5db9b260-255e-42a0-a0bd-45e3bfced57b} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3709 | 2025.03.04 03:20:32.215694 [ 99 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3710 | 2025.03.04 03:20:32.215753 [ 99 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3711 | 2025.03.04 03:20:32.215787 [ 255 ] {5db9b260-255e-42a0-a0bd-45e3bfced57b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001533 sec., 39138.94324853229 rows/sec., 2.64 MiB/sec. | ||
| 3712 | 2025.03.04 03:20:32.215793 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3713 | 2025.03.04 03:20:32.215931 [ 255 ] {5db9b260-255e-42a0-a0bd-45e3bfced57b} <Debug> TCPHandler: Processed in 0.001891474 sec. | ||
| 3714 | 2025.03.04 03:20:32.216020 [ 197 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 3715 | 2025.03.04 03:20:32.216138 [ 197 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3716 | 2025.03.04 03:20:32.216172 [ 197 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1060 rows starting from the beginning of the part | ||
| 3717 | 2025.03.04 03:20:32.216270 [ 197 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
| 3718 | 2025.03.04 03:20:32.216513 [ 197 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
| 3719 | 2025.03.04 03:20:32.216663 [ 197 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
| 3720 | 2025.03.04 03:20:32.216829 [ 197 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
| 3721 | 2025.03.04 03:20:32.217041 [ 197 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
| 3722 | 2025.03.04 03:20:32.218316 [ 193 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1360 rows, containing 4 columns (4 merged, 0 gathered) in 0.002392809 sec., 568369.6442131402 rows/sec., 38.21 MiB/sec. | ||
| 3723 | 2025.03.04 03:20:32.218486 [ 189 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3724 | 2025.03.04 03:20:32.218766 [ 189 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_26_5} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3725 | 2025.03.04 03:20:32.218845 [ 189 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_26_5} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3726 | 2025.03.04 03:20:32.218910 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 3727 | 2025.03.04 03:20:37.211371 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3728 | 2025.03.04 03:20:37.211574 [ 255 ] {307fae56-166f-4c9e-be5d-4962d4a0aa88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3729 | 2025.03.04 03:20:37.211643 [ 255 ] {307fae56-166f-4c9e-be5d-4962d4a0aa88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3730 | 2025.03.04 03:20:37.212397 [ 255 ] {307fae56-166f-4c9e-be5d-4962d4a0aa88} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3731 | 2025.03.04 03:20:37.212440 [ 255 ] {307fae56-166f-4c9e-be5d-4962d4a0aa88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3732 | 2025.03.04 03:20:37.212881 [ 255 ] {307fae56-166f-4c9e-be5d-4962d4a0aa88} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3733 | 2025.03.04 03:20:37.213142 [ 255 ] {307fae56-166f-4c9e-be5d-4962d4a0aa88} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3734 | 2025.03.04 03:20:37.213390 [ 255 ] {307fae56-166f-4c9e-be5d-4962d4a0aa88} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001866 sec., 12861.736334405145 rows/sec., 1.07 MiB/sec. | ||
| 3735 | 2025.03.04 03:20:37.213578 [ 255 ] {307fae56-166f-4c9e-be5d-4962d4a0aa88} <Debug> TCPHandler: Processed in 0.002332279 sec. | ||
| 3736 | 2025.03.04 03:20:37.213719 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3737 | 2025.03.04 03:20:37.213827 [ 255 ] {74c63721-400f-4e92-9eaf-8b76a19487c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3738 | 2025.03.04 03:20:37.213875 [ 255 ] {74c63721-400f-4e92-9eaf-8b76a19487c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3739 | 2025.03.04 03:20:37.214434 [ 255 ] {74c63721-400f-4e92-9eaf-8b76a19487c4} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3740 | 2025.03.04 03:20:37.214472 [ 255 ] {74c63721-400f-4e92-9eaf-8b76a19487c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3741 | 2025.03.04 03:20:37.214816 [ 255 ] {74c63721-400f-4e92-9eaf-8b76a19487c4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3742 | 2025.03.04 03:20:37.215057 [ 255 ] {74c63721-400f-4e92-9eaf-8b76a19487c4} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3743 | 2025.03.04 03:20:37.215297 [ 255 ] {74c63721-400f-4e92-9eaf-8b76a19487c4} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001486 sec., 2691.790040376851 rows/sec., 219.50 KiB/sec. | ||
| 3744 | 2025.03.04 03:20:37.215477 [ 255 ] {74c63721-400f-4e92-9eaf-8b76a19487c4} <Debug> TCPHandler: Processed in 0.001808572 sec. | ||
| 3745 | 2025.03.04 03:20:37.215611 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3746 | 2025.03.04 03:20:37.215743 [ 255 ] {bb32829a-3ba4-4d90-90be-420359c8e3b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3747 | 2025.03.04 03:20:37.215802 [ 255 ] {bb32829a-3ba4-4d90-90be-420359c8e3b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3748 | 2025.03.04 03:20:37.217330 [ 255 ] {bb32829a-3ba4-4d90-90be-420359c8e3b7} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3749 | 2025.03.04 03:20:37.217377 [ 255 ] {bb32829a-3ba4-4d90-90be-420359c8e3b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3750 | 2025.03.04 03:20:37.217949 [ 255 ] {bb32829a-3ba4-4d90-90be-420359c8e3b7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3751 | 2025.03.04 03:20:37.218214 [ 255 ] {bb32829a-3ba4-4d90-90be-420359c8e3b7} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3752 | 2025.03.04 03:20:37.218435 [ 255 ] {bb32829a-3ba4-4d90-90be-420359c8e3b7} <Debug> executeQuery: Read 1318 rows, 112.08 KiB in 0.002723 sec., 484024.97245684906 rows/sec., 40.20 MiB/sec. | ||
| 3753 | 2025.03.04 03:20:37.218495 [ 255 ] {bb32829a-3ba4-4d90-90be-420359c8e3b7} <Debug> TCPHandler: Processed in 0.002936456 sec. | ||
| 3754 | 2025.03.04 03:20:37.218634 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3755 | 2025.03.04 03:20:37.218740 [ 255 ] {9de3b7f8-603e-4f1c-a852-74c6c6348a51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3756 | 2025.03.04 03:20:37.218788 [ 255 ] {9de3b7f8-603e-4f1c-a852-74c6c6348a51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3757 | 2025.03.04 03:20:37.219367 [ 255 ] {9de3b7f8-603e-4f1c-a852-74c6c6348a51} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3758 | 2025.03.04 03:20:37.219405 [ 255 ] {9de3b7f8-603e-4f1c-a852-74c6c6348a51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3759 | 2025.03.04 03:20:37.219785 [ 255 ] {9de3b7f8-603e-4f1c-a852-74c6c6348a51} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3760 | 2025.03.04 03:20:37.220061 [ 255 ] {9de3b7f8-603e-4f1c-a852-74c6c6348a51} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3761 | 2025.03.04 03:20:37.220280 [ 255 ] {9de3b7f8-603e-4f1c-a852-74c6c6348a51} <Debug> executeQuery: Read 16 rows, 1.24 KiB in 0.001562 sec., 10243.277848911652 rows/sec., 794.00 KiB/sec. | ||
| 3762 | 2025.03.04 03:20:37.220333 [ 255 ] {9de3b7f8-603e-4f1c-a852-74c6c6348a51} <Debug> TCPHandler: Processed in 0.001755872 sec. | ||
| 3763 | 2025.03.04 03:20:37.220468 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3764 | 2025.03.04 03:20:37.220587 [ 255 ] {49866b3b-84ac-42cc-9348-ac1cb49cec97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3765 | 2025.03.04 03:20:37.220633 [ 255 ] {49866b3b-84ac-42cc-9348-ac1cb49cec97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3766 | 2025.03.04 03:20:37.221337 [ 255 ] {49866b3b-84ac-42cc-9348-ac1cb49cec97} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3767 | 2025.03.04 03:20:37.221378 [ 255 ] {49866b3b-84ac-42cc-9348-ac1cb49cec97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3768 | 2025.03.04 03:20:37.221745 [ 255 ] {49866b3b-84ac-42cc-9348-ac1cb49cec97} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3769 | 2025.03.04 03:20:37.222005 [ 255 ] {49866b3b-84ac-42cc-9348-ac1cb49cec97} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3770 | 2025.03.04 03:20:37.222237 [ 255 ] {49866b3b-84ac-42cc-9348-ac1cb49cec97} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001677 sec., 150268.33631484793 rows/sec., 10.39 MiB/sec. | ||
| 3771 | 2025.03.04 03:20:37.222292 [ 255 ] {49866b3b-84ac-42cc-9348-ac1cb49cec97} <Debug> TCPHandler: Processed in 0.001887643 sec. | ||
| 3772 | 2025.03.04 03:20:37.222422 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3773 | 2025.03.04 03:20:37.222527 [ 255 ] {2776059a-7639-4694-aea4-63d92cfa3347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3774 | 2025.03.04 03:20:37.222572 [ 255 ] {2776059a-7639-4694-aea4-63d92cfa3347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3775 | 2025.03.04 03:20:37.223111 [ 255 ] {2776059a-7639-4694-aea4-63d92cfa3347} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3776 | 2025.03.04 03:20:37.223153 [ 255 ] {2776059a-7639-4694-aea4-63d92cfa3347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3777 | 2025.03.04 03:20:37.223499 [ 255 ] {2776059a-7639-4694-aea4-63d92cfa3347} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3778 | 2025.03.04 03:20:37.223742 [ 255 ] {2776059a-7639-4694-aea4-63d92cfa3347} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3779 | 2025.03.04 03:20:37.223982 [ 255 ] {2776059a-7639-4694-aea4-63d92cfa3347} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001468 sec., 8174.386920980927 rows/sec., 638.62 KiB/sec. | ||
| 3780 | 2025.03.04 03:20:37.224136 [ 255 ] {2776059a-7639-4694-aea4-63d92cfa3347} <Debug> TCPHandler: Processed in 0.001756462 sec. | ||
| 3781 | 2025.03.04 03:20:37.224273 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3782 | 2025.03.04 03:20:37.224382 [ 255 ] {73f9fca4-7fac-4b8e-abd1-0eb66c7c2993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3783 | 2025.03.04 03:20:37.224427 [ 255 ] {73f9fca4-7fac-4b8e-abd1-0eb66c7c2993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3784 | 2025.03.04 03:20:37.225201 [ 255 ] {73f9fca4-7fac-4b8e-abd1-0eb66c7c2993} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3785 | 2025.03.04 03:20:37.225240 [ 255 ] {73f9fca4-7fac-4b8e-abd1-0eb66c7c2993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3786 | 2025.03.04 03:20:37.225624 [ 255 ] {73f9fca4-7fac-4b8e-abd1-0eb66c7c2993} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3787 | 2025.03.04 03:20:37.225867 [ 255 ] {73f9fca4-7fac-4b8e-abd1-0eb66c7c2993} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3788 | 2025.03.04 03:20:37.226085 [ 255 ] {73f9fca4-7fac-4b8e-abd1-0eb66c7c2993} <Debug> executeQuery: Read 560 rows, 42.99 KiB in 0.001723 sec., 325014.50957632036 rows/sec., 24.36 MiB/sec. | ||
| 3789 | 2025.03.04 03:20:37.226141 [ 255 ] {73f9fca4-7fac-4b8e-abd1-0eb66c7c2993} <Debug> TCPHandler: Processed in 0.001917433 sec. | ||
| 3790 | 2025.03.04 03:20:37.226263 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3791 | 2025.03.04 03:20:37.226368 [ 255 ] {3d30a2fb-5de1-4cc0-b390-76778e9e3a3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3792 | 2025.03.04 03:20:37.226417 [ 255 ] {3d30a2fb-5de1-4cc0-b390-76778e9e3a3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3793 | 2025.03.04 03:20:37.227330 [ 255 ] {3d30a2fb-5de1-4cc0-b390-76778e9e3a3f} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3794 | 2025.03.04 03:20:37.227376 [ 255 ] {3d30a2fb-5de1-4cc0-b390-76778e9e3a3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3795 | 2025.03.04 03:20:37.227927 [ 255 ] {3d30a2fb-5de1-4cc0-b390-76778e9e3a3f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3796 | 2025.03.04 03:20:37.228253 [ 255 ] {3d30a2fb-5de1-4cc0-b390-76778e9e3a3f} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3797 | 2025.03.04 03:20:37.228515 [ 255 ] {3d30a2fb-5de1-4cc0-b390-76778e9e3a3f} <Debug> executeQuery: Read 918 rows, 63.76 KiB in 0.002166 sec., 423822.71468144044 rows/sec., 28.75 MiB/sec. | ||
| 3798 | 2025.03.04 03:20:37.228583 [ 255 ] {3d30a2fb-5de1-4cc0-b390-76778e9e3a3f} <Debug> TCPHandler: Processed in 0.002371189 sec. | ||
| 3799 | 2025.03.04 03:20:37.228728 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3800 | 2025.03.04 03:20:37.228851 [ 255 ] {3c4bf73c-646f-42b5-8258-6eb711b9f8ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3801 | 2025.03.04 03:20:37.228909 [ 255 ] {3c4bf73c-646f-42b5-8258-6eb711b9f8ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3802 | 2025.03.04 03:20:37.229501 [ 255 ] {3c4bf73c-646f-42b5-8258-6eb711b9f8ec} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3803 | 2025.03.04 03:20:37.229547 [ 255 ] {3c4bf73c-646f-42b5-8258-6eb711b9f8ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3804 | 2025.03.04 03:20:37.229967 [ 255 ] {3c4bf73c-646f-42b5-8258-6eb711b9f8ec} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3805 | 2025.03.04 03:20:37.230289 [ 255 ] {3c4bf73c-646f-42b5-8258-6eb711b9f8ec} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3806 | 2025.03.04 03:20:37.230556 [ 255 ] {3c4bf73c-646f-42b5-8258-6eb711b9f8ec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001732 sec., 34642.03233256351 rows/sec., 2.33 MiB/sec. | ||
| 3807 | 2025.03.04 03:20:37.230621 [ 255 ] {3c4bf73c-646f-42b5-8258-6eb711b9f8ec} <Debug> TCPHandler: Processed in 0.001954124 sec. | ||
| 3808 | 2025.03.04 03:20:38.540399 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 3809 | 2025.03.04 03:20:38.541285 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3810 | 2025.03.04 03:20:38.541346 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3811 | 2025.03.04 03:20:38.542005 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3812 | 2025.03.04 03:20:38.542376 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3813 | 2025.03.04 03:20:38.542646 [ 94 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3814 | 2025.03.04 03:20:38.542676 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 3815 | 2025.03.04 03:20:38.542748 [ 94 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3816 | 2025.03.04 03:20:38.542781 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3817 | 2025.03.04 03:20:38.543050 [ 193 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 3818 | 2025.03.04 03:20:38.543282 [ 193 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3819 | 2025.03.04 03:20:38.543338 [ 193 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7381 rows starting from the beginning of the part | ||
| 3820 | 2025.03.04 03:20:38.543434 [ 193 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part | ||
| 3821 | 2025.03.04 03:20:38.543600 [ 193 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part | ||
| 3822 | 2025.03.04 03:20:38.543857 [ 193 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part | ||
| 3823 | 2025.03.04 03:20:38.544083 [ 193 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part | ||
| 3824 | 2025.03.04 03:20:38.544200 [ 193 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part | ||
| 3825 | 2025.03.04 03:20:38.546383 [ 189 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003509993 sec., 2745874.4219717816 rows/sec., 39.28 MiB/sec. | ||
| 3826 | 2025.03.04 03:20:38.546687 [ 189 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3827 | 2025.03.04 03:20:38.547099 [ 189 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_21_4} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3828 | 2025.03.04 03:20:38.547213 [ 189 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_21_4} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3829 | 2025.03.04 03:20:38.547333 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3830 | 2025.03.04 03:20:39.196976 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 3831 | 2025.03.04 03:20:39.218135 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3832 | 2025.03.04 03:20:39.218198 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3833 | 2025.03.04 03:20:39.225554 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3834 | 2025.03.04 03:20:39.226315 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3835 | 2025.03.04 03:20:39.226760 [ 93 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3836 | 2025.03.04 03:20:39.226908 [ 93 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3837 | 2025.03.04 03:20:39.226997 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3838 | 2025.03.04 03:20:39.227338 [ 187 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 3839 | 2025.03.04 03:20:39.235990 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 3840 | 2025.03.04 03:20:39.237139 [ 187 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3841 | 2025.03.04 03:20:39.238036 [ 187 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part | ||
| 3842 | 2025.03.04 03:20:39.242370 [ 187 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part | ||
| 3843 | 2025.03.04 03:20:39.246826 [ 187 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 7 rows starting from the beginning of the part | ||
| 3844 | 2025.03.04 03:20:39.251625 [ 187 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part | ||
| 3845 | 2025.03.04 03:20:39.256674 [ 187 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part | ||
| 3846 | 2025.03.04 03:20:39.261057 [ 187 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part | ||
| 3847 | 2025.03.04 03:20:39.318749 [ 189 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.091582192 sec., 1736.1453851202862 rows/sec., 8.98 MiB/sec. | ||
| 3848 | 2025.03.04 03:20:39.321413 [ 189 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3849 | 2025.03.04 03:20:39.324290 [ 189 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_21_4} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3850 | 2025.03.04 03:20:39.324410 [ 189 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_21_4} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3851 | 2025.03.04 03:20:39.326842 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
| 3852 | 2025.03.04 03:20:40.000173 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.83 MiB, peak 191.39 MiB, free memory in arenas 0.00 B, will set to 182.62 MiB (RSS), difference: 1.79 MiB | ||
| 3853 | 2025.03.04 03:20:41.060310 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 520 | ||
| 3854 | 2025.03.04 03:20:41.063383 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3855 | 2025.03.04 03:20:41.063444 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3856 | 2025.03.04 03:20:41.065024 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3857 | 2025.03.04 03:20:41.065357 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3858 | 2025.03.04 03:20:41.066026 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 520 | ||
| 3859 | 2025.03.04 03:20:42.182659 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3860 | 2025.03.04 03:20:42.182871 [ 255 ] {ea53f7de-756c-4b11-aada-30bfd62ef4a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3861 | 2025.03.04 03:20:42.182951 [ 255 ] {ea53f7de-756c-4b11-aada-30bfd62ef4a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3862 | 2025.03.04 03:20:42.183871 [ 255 ] {ea53f7de-756c-4b11-aada-30bfd62ef4a1} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3863 | 2025.03.04 03:20:42.183921 [ 255 ] {ea53f7de-756c-4b11-aada-30bfd62ef4a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3864 | 2025.03.04 03:20:42.184371 [ 255 ] {ea53f7de-756c-4b11-aada-30bfd62ef4a1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3865 | 2025.03.04 03:20:42.184630 [ 255 ] {ea53f7de-756c-4b11-aada-30bfd62ef4a1} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3866 | 2025.03.04 03:20:42.184868 [ 255 ] {ea53f7de-756c-4b11-aada-30bfd62ef4a1} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.002057 sec., 66115.70247933886 rows/sec., 5.70 MiB/sec. | ||
| 3867 | 2025.03.04 03:20:42.184927 [ 255 ] {ea53f7de-756c-4b11-aada-30bfd62ef4a1} <Debug> TCPHandler: Processed in 0.00241055 sec. | ||
| 3868 | 2025.03.04 03:20:42.185058 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3869 | 2025.03.04 03:20:42.185163 [ 255 ] {27a33d1d-54ba-4c3e-9d33-2292ae088089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3870 | 2025.03.04 03:20:42.185209 [ 255 ] {27a33d1d-54ba-4c3e-9d33-2292ae088089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3871 | 2025.03.04 03:20:42.185740 [ 255 ] {27a33d1d-54ba-4c3e-9d33-2292ae088089} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3872 | 2025.03.04 03:20:42.185778 [ 255 ] {27a33d1d-54ba-4c3e-9d33-2292ae088089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3873 | 2025.03.04 03:20:42.186132 [ 255 ] {27a33d1d-54ba-4c3e-9d33-2292ae088089} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3874 | 2025.03.04 03:20:42.186369 [ 255 ] {27a33d1d-54ba-4c3e-9d33-2292ae088089} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3875 | 2025.03.04 03:20:42.186582 [ 255 ] {27a33d1d-54ba-4c3e-9d33-2292ae088089} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.00144 sec., 27777.777777777777 rows/sec., 2.04 MiB/sec. | ||
| 3876 | 2025.03.04 03:20:42.186635 [ 255 ] {27a33d1d-54ba-4c3e-9d33-2292ae088089} <Debug> TCPHandler: Processed in 0.00162871 sec. | ||
| 3877 | 2025.03.04 03:20:42.186740 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3878 | 2025.03.04 03:20:42.186842 [ 255 ] {9ebe2bec-004c-444f-9cae-2805edf8fb1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3879 | 2025.03.04 03:20:42.186886 [ 255 ] {9ebe2bec-004c-444f-9cae-2805edf8fb1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3880 | 2025.03.04 03:20:42.187428 [ 255 ] {9ebe2bec-004c-444f-9cae-2805edf8fb1e} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3881 | 2025.03.04 03:20:42.187467 [ 255 ] {9ebe2bec-004c-444f-9cae-2805edf8fb1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3882 | 2025.03.04 03:20:42.187818 [ 255 ] {9ebe2bec-004c-444f-9cae-2805edf8fb1e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3883 | 2025.03.04 03:20:42.188066 [ 255 ] {9ebe2bec-004c-444f-9cae-2805edf8fb1e} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3884 | 2025.03.04 03:20:42.188304 [ 255 ] {9ebe2bec-004c-444f-9cae-2805edf8fb1e} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001473 sec., 70604.20909708079 rows/sec., 5.51 MiB/sec. | ||
| 3885 | 2025.03.04 03:20:42.188375 [ 255 ] {9ebe2bec-004c-444f-9cae-2805edf8fb1e} <Debug> TCPHandler: Processed in 0.00168413 sec. | ||
| 3886 | 2025.03.04 03:20:42.188614 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3887 | 2025.03.04 03:20:42.188725 [ 255 ] {cad9a3b9-d42f-4b90-be25-66e5f8e5696c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3888 | 2025.03.04 03:20:42.188775 [ 255 ] {cad9a3b9-d42f-4b90-be25-66e5f8e5696c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3889 | 2025.03.04 03:20:42.189290 [ 255 ] {cad9a3b9-d42f-4b90-be25-66e5f8e5696c} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3890 | 2025.03.04 03:20:42.189326 [ 255 ] {cad9a3b9-d42f-4b90-be25-66e5f8e5696c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3891 | 2025.03.04 03:20:42.189683 [ 255 ] {cad9a3b9-d42f-4b90-be25-66e5f8e5696c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3892 | 2025.03.04 03:20:42.189910 [ 255 ] {cad9a3b9-d42f-4b90-be25-66e5f8e5696c} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3893 | 2025.03.04 03:20:42.190175 [ 255 ] {cad9a3b9-d42f-4b90-be25-66e5f8e5696c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001472 sec., 108695.65217391304 rows/sec., 7.57 MiB/sec. | ||
| 3894 | 2025.03.04 03:20:42.190227 [ 255 ] {cad9a3b9-d42f-4b90-be25-66e5f8e5696c} <Debug> TCPHandler: Processed in 0.001696721 sec. | ||
| 3895 | 2025.03.04 03:20:42.190332 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3896 | 2025.03.04 03:20:42.190434 [ 255 ] {f4c54fb6-8df2-431b-9386-e592f7e40d63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3897 | 2025.03.04 03:20:42.190499 [ 255 ] {f4c54fb6-8df2-431b-9386-e592f7e40d63} <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 | ||
| 3898 | 2025.03.04 03:20:42.191642 [ 255 ] {f4c54fb6-8df2-431b-9386-e592f7e40d63} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3899 | 2025.03.04 03:20:42.191681 [ 255 ] {f4c54fb6-8df2-431b-9386-e592f7e40d63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3900 | 2025.03.04 03:20:42.192353 [ 255 ] {f4c54fb6-8df2-431b-9386-e592f7e40d63} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3901 | 2025.03.04 03:20:42.192615 [ 255 ] {f4c54fb6-8df2-431b-9386-e592f7e40d63} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3902 | 2025.03.04 03:20:42.192862 [ 255 ] {f4c54fb6-8df2-431b-9386-e592f7e40d63} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002449 sec., 16333.197223356474 rows/sec., 29.27 MiB/sec. | ||
| 3903 | 2025.03.04 03:20:42.192956 [ 255 ] {f4c54fb6-8df2-431b-9386-e592f7e40d63} <Debug> TCPHandler: Processed in 0.002674353 sec. | ||
| 3904 | 2025.03.04 03:20:42.193089 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3905 | 2025.03.04 03:20:42.193195 [ 255 ] {e104d229-dd0b-4c4a-9481-5a1c5f6dda5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3906 | 2025.03.04 03:20:42.193241 [ 255 ] {e104d229-dd0b-4c4a-9481-5a1c5f6dda5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3907 | 2025.03.04 03:20:42.193680 [ 255 ] {e104d229-dd0b-4c4a-9481-5a1c5f6dda5f} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3908 | 2025.03.04 03:20:42.193719 [ 255 ] {e104d229-dd0b-4c4a-9481-5a1c5f6dda5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3909 | 2025.03.04 03:20:42.194079 [ 255 ] {e104d229-dd0b-4c4a-9481-5a1c5f6dda5f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3910 | 2025.03.04 03:20:42.194316 [ 255 ] {e104d229-dd0b-4c4a-9481-5a1c5f6dda5f} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3911 | 2025.03.04 03:20:42.194519 [ 255 ] {e104d229-dd0b-4c4a-9481-5a1c5f6dda5f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001346 sec., 44576.523031203564 rows/sec., 3.00 MiB/sec. | ||
| 3912 | 2025.03.04 03:20:42.194569 [ 255 ] {e104d229-dd0b-4c4a-9481-5a1c5f6dda5f} <Debug> TCPHandler: Processed in 0.001531379 sec. | ||
| 3913 | 2025.03.04 03:20:45.914634 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3914 | 2025.03.04 03:20:45.914697 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3915 | 2025.03.04 03:20:46.042862 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
| 3916 | 2025.03.04 03:20:46.043507 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3917 | 2025.03.04 03:20:46.043543 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3918 | 2025.03.04 03:20:46.044160 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3919 | 2025.03.04 03:20:46.044412 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3920 | 2025.03.04 03:20:46.044609 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 3921 | 2025.03.04 03:20:46.736109 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 3922 | 2025.03.04 03:20:46.755633 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3923 | 2025.03.04 03:20:46.755702 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3924 | 2025.03.04 03:20:46.762749 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3925 | 2025.03.04 03:20:46.763494 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3926 | 2025.03.04 03:20:46.766109 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 3927 | 2025.03.04 03:20:47.180711 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3928 | 2025.03.04 03:20:47.180921 [ 255 ] {c2704233-febf-4586-9c49-fedae8fd2cd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3929 | 2025.03.04 03:20:47.180993 [ 255 ] {c2704233-febf-4586-9c49-fedae8fd2cd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3930 | 2025.03.04 03:20:47.181771 [ 255 ] {c2704233-febf-4586-9c49-fedae8fd2cd4} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3931 | 2025.03.04 03:20:47.181823 [ 255 ] {c2704233-febf-4586-9c49-fedae8fd2cd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3932 | 2025.03.04 03:20:47.182300 [ 255 ] {c2704233-febf-4586-9c49-fedae8fd2cd4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3933 | 2025.03.04 03:20:47.182563 [ 255 ] {c2704233-febf-4586-9c49-fedae8fd2cd4} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3934 | 2025.03.04 03:20:47.182859 [ 255 ] {c2704233-febf-4586-9c49-fedae8fd2cd4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001988 sec., 28169.01408450704 rows/sec., 2.15 MiB/sec. | ||
| 3935 | 2025.03.04 03:20:47.183107 [ 255 ] {c2704233-febf-4586-9c49-fedae8fd2cd4} <Debug> TCPHandler: Processed in 0.002530641 sec. | ||
| 3936 | 2025.03.04 03:20:47.183295 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3937 | 2025.03.04 03:20:47.183409 [ 255 ] {d5117bba-e7f6-465c-993f-3e67ab8d338a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3938 | 2025.03.04 03:20:47.183459 [ 255 ] {d5117bba-e7f6-465c-993f-3e67ab8d338a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3939 | 2025.03.04 03:20:47.184047 [ 255 ] {d5117bba-e7f6-465c-993f-3e67ab8d338a} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3940 | 2025.03.04 03:20:47.184088 [ 255 ] {d5117bba-e7f6-465c-993f-3e67ab8d338a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3941 | 2025.03.04 03:20:47.184447 [ 255 ] {d5117bba-e7f6-465c-993f-3e67ab8d338a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3942 | 2025.03.04 03:20:47.184686 [ 255 ] {d5117bba-e7f6-465c-993f-3e67ab8d338a} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3943 | 2025.03.04 03:20:47.184929 [ 255 ] {d5117bba-e7f6-465c-993f-3e67ab8d338a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00155 sec., 41290.32258064516 rows/sec., 3.22 MiB/sec. | ||
| 3944 | 2025.03.04 03:20:47.184986 [ 255 ] {d5117bba-e7f6-465c-993f-3e67ab8d338a} <Debug> TCPHandler: Processed in 0.001750301 sec. | ||
| 3945 | 2025.03.04 03:20:47.185102 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3946 | 2025.03.04 03:20:47.185210 [ 255 ] {534a3f91-f94b-4c65-81d1-fef761852aad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3947 | 2025.03.04 03:20:47.185260 [ 255 ] {534a3f91-f94b-4c65-81d1-fef761852aad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3948 | 2025.03.04 03:20:47.185790 [ 255 ] {534a3f91-f94b-4c65-81d1-fef761852aad} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3949 | 2025.03.04 03:20:47.185828 [ 255 ] {534a3f91-f94b-4c65-81d1-fef761852aad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3950 | 2025.03.04 03:20:47.186214 [ 255 ] {534a3f91-f94b-4c65-81d1-fef761852aad} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3951 | 2025.03.04 03:20:47.186455 [ 255 ] {534a3f91-f94b-4c65-81d1-fef761852aad} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3952 | 2025.03.04 03:20:47.186671 [ 255 ] {534a3f91-f94b-4c65-81d1-fef761852aad} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001485 sec., 107744.10774410775 rows/sec., 7.50 MiB/sec. | ||
| 3953 | 2025.03.04 03:20:47.186723 [ 255 ] {534a3f91-f94b-4c65-81d1-fef761852aad} <Debug> TCPHandler: Processed in 0.00167316 sec. | ||
| 3954 | 2025.03.04 03:20:47.186828 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3955 | 2025.03.04 03:20:47.186930 [ 255 ] {c0e51af4-ae37-4e10-9017-df9830fd0c0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3956 | 2025.03.04 03:20:47.186975 [ 255 ] {c0e51af4-ae37-4e10-9017-df9830fd0c0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3957 | 2025.03.04 03:20:47.187407 [ 255 ] {c0e51af4-ae37-4e10-9017-df9830fd0c0c} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3958 | 2025.03.04 03:20:47.187446 [ 255 ] {c0e51af4-ae37-4e10-9017-df9830fd0c0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3959 | 2025.03.04 03:20:47.187808 [ 255 ] {c0e51af4-ae37-4e10-9017-df9830fd0c0c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3960 | 2025.03.04 03:20:47.188041 [ 255 ] {c0e51af4-ae37-4e10-9017-df9830fd0c0c} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3961 | 2025.03.04 03:20:47.188248 [ 255 ] {c0e51af4-ae37-4e10-9017-df9830fd0c0c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001341 sec., 44742.729306487694 rows/sec., 3.02 MiB/sec. | ||
| 3962 | 2025.03.04 03:20:47.188297 [ 255 ] {c0e51af4-ae37-4e10-9017-df9830fd0c0c} <Debug> TCPHandler: Processed in 0.001519749 sec. | ||
| 3963 | 2025.03.04 03:20:48.360322 [ 61 ] {} <Debug> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3964 | 2025.03.04 03:20:48.360436 [ 61 ] {} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3965 | 2025.03.04 03:20:48.360476 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 3966 | 2025.03.04 03:20:48.360698 [ 192 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
| 3967 | 2025.03.04 03:20:48.360948 [ 192 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3968 | 2025.03.04 03:20:48.360990 [ 192 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 112 rows starting from the beginning of the part | ||
| 3969 | 2025.03.04 03:20:48.361097 [ 192 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part | ||
| 3970 | 2025.03.04 03:20:48.361305 [ 192 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
| 3971 | 2025.03.04 03:20:48.361484 [ 192 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
| 3972 | 2025.03.04 03:20:48.361677 [ 192 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part | ||
| 3973 | 2025.03.04 03:20:48.362749 [ 189 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 160 rows, containing 5 columns (5 merged, 0 gathered) in 0.002175127 sec., 73558.9232260921 rows/sec., 4.90 MiB/sec. | ||
| 3974 | 2025.03.04 03:20:48.362894 [ 196 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3975 | 2025.03.04 03:20:48.363226 [ 196 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_5_1} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3976 | 2025.03.04 03:20:48.363315 [ 196 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_5_1} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3977 | 2025.03.04 03:20:48.363400 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3978 | 2025.03.04 03:20:48.617242 [ 61 ] {} <Debug> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3979 | 2025.03.04 03:20:48.617339 [ 61 ] {} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3980 | 2025.03.04 03:20:48.617378 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 3981 | 2025.03.04 03:20:48.617560 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
| 3982 | 2025.03.04 03:20:48.617725 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3983 | 2025.03.04 03:20:48.617765 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 113 rows starting from the beginning of the part | ||
| 3984 | 2025.03.04 03:20:48.617860 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 252 rows starting from the beginning of the part | ||
| 3985 | 2025.03.04 03:20:48.617970 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 252 rows starting from the beginning of the part | ||
| 3986 | 2025.03.04 03:20:48.618246 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 252 rows starting from the beginning of the part | ||
| 3987 | 2025.03.04 03:20:48.618407 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 252 rows starting from the beginning of the part | ||
| 3988 | 2025.03.04 03:20:48.619844 [ 189 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1121 rows, containing 5 columns (5 merged, 0 gathered) in 0.002377839 sec., 471436.45974348974 rows/sec., 34.19 MiB/sec. | ||
| 3989 | 2025.03.04 03:20:48.620061 [ 199 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3990 | 2025.03.04 03:20:48.620419 [ 199 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_5_1} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3991 | 2025.03.04 03:20:48.620515 [ 199 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_5_1} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3992 | 2025.03.04 03:20:48.620621 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 3993 | 2025.03.04 03:20:48.754969 [ 61 ] {} <Debug> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3994 | 2025.03.04 03:20:48.755037 [ 61 ] {} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3995 | 2025.03.04 03:20:48.755075 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 3996 | 2025.03.04 03:20:48.755235 [ 192 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
| 3997 | 2025.03.04 03:20:48.755372 [ 192 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3998 | 2025.03.04 03:20:48.755405 [ 192 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 212 rows starting from the beginning of the part | ||
| 3999 | 2025.03.04 03:20:48.755484 [ 192 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part | ||
| 4000 | 2025.03.04 03:20:48.755681 [ 192 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
| 4001 | 2025.03.04 03:20:48.756088 [ 192 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part | ||
| 4002 | 2025.03.04 03:20:48.756235 [ 192 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
| 4003 | 2025.03.04 03:20:48.757243 [ 189 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 308 rows, containing 5 columns (5 merged, 0 gathered) in 0.002083656 sec., 147817.1060866093 rows/sec., 10.86 MiB/sec. | ||
| 4004 | 2025.03.04 03:20:48.757535 [ 189 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4005 | 2025.03.04 03:20:48.758054 [ 189 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_5_1} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4006 | 2025.03.04 03:20:48.758142 [ 189 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_5_1} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4007 | 2025.03.04 03:20:48.758236 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 4008 | 2025.03.04 03:20:49.794112 [ 61 ] {} <Debug> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4009 | 2025.03.04 03:20:49.794205 [ 61 ] {} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4010 | 2025.03.04 03:20:49.794260 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4011 | 2025.03.04 03:20:49.794433 [ 195 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
| 4012 | 2025.03.04 03:20:49.794588 [ 195 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4013 | 2025.03.04 03:20:49.794627 [ 195 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
| 4014 | 2025.03.04 03:20:49.794710 [ 195 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 4015 | 2025.03.04 03:20:49.794926 [ 195 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 4016 | 2025.03.04 03:20:49.795190 [ 195 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part | ||
| 4017 | 2025.03.04 03:20:49.795375 [ 195 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
| 4018 | 2025.03.04 03:20:49.796463 [ 195 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 5 columns (5 merged, 0 gathered) in 0.002112326 sec., 12308.706137215564 rows/sec., 1.03 MiB/sec. | ||
| 4019 | 2025.03.04 03:20:49.796650 [ 200 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4020 | 2025.03.04 03:20:49.797034 [ 200 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_5_1} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4021 | 2025.03.04 03:20:49.797122 [ 200 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_5_1} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4022 | 2025.03.04 03:20:49.797225 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 4023 | 2025.03.04 03:20:51.066342 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 540 | ||
| 4024 | 2025.03.04 03:20:51.069398 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4025 | 2025.03.04 03:20:51.069451 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4026 | 2025.03.04 03:20:51.070964 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4027 | 2025.03.04 03:20:51.071282 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4028 | 2025.03.04 03:20:51.072102 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 540 | ||
| 4029 | 2025.03.04 03:20:52.182845 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4030 | 2025.03.04 03:20:52.183046 [ 255 ] {9b8d9d64-1172-4e45-9da1-7fec8900246a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4031 | 2025.03.04 03:20:52.183118 [ 255 ] {9b8d9d64-1172-4e45-9da1-7fec8900246a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4032 | 2025.03.04 03:20:52.183856 [ 255 ] {9b8d9d64-1172-4e45-9da1-7fec8900246a} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4033 | 2025.03.04 03:20:52.183896 [ 255 ] {9b8d9d64-1172-4e45-9da1-7fec8900246a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4034 | 2025.03.04 03:20:52.184314 [ 255 ] {9b8d9d64-1172-4e45-9da1-7fec8900246a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4035 | 2025.03.04 03:20:52.184573 [ 255 ] {9b8d9d64-1172-4e45-9da1-7fec8900246a} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4036 | 2025.03.04 03:20:52.184766 [ 255 ] {9b8d9d64-1172-4e45-9da1-7fec8900246a} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001778 sec., 3374.578177727784 rows/sec., 275.17 KiB/sec. | ||
| 4037 | 2025.03.04 03:20:52.184822 [ 255 ] {9b8d9d64-1172-4e45-9da1-7fec8900246a} <Debug> TCPHandler: Processed in 0.002111326 sec. | ||
| 4038 | 2025.03.04 03:20:52.185009 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4039 | 2025.03.04 03:20:52.185114 [ 255 ] {6ef336e3-8e9d-4e43-8f77-65b00a7479f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4040 | 2025.03.04 03:20:52.185159 [ 255 ] {6ef336e3-8e9d-4e43-8f77-65b00a7479f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4041 | 2025.03.04 03:20:52.185791 [ 255 ] {6ef336e3-8e9d-4e43-8f77-65b00a7479f3} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4042 | 2025.03.04 03:20:52.185828 [ 255 ] {6ef336e3-8e9d-4e43-8f77-65b00a7479f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4043 | 2025.03.04 03:20:52.186192 [ 255 ] {6ef336e3-8e9d-4e43-8f77-65b00a7479f3} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4044 | 2025.03.04 03:20:52.186432 [ 255 ] {6ef336e3-8e9d-4e43-8f77-65b00a7479f3} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4045 | 2025.03.04 03:20:52.186609 [ 255 ] {6ef336e3-8e9d-4e43-8f77-65b00a7479f3} <Debug> executeQuery: Read 139 rows, 12.22 KiB in 0.001516 sec., 91688.654353562 rows/sec., 7.87 MiB/sec. | ||
| 4046 | 2025.03.04 03:20:52.186660 [ 255 ] {6ef336e3-8e9d-4e43-8f77-65b00a7479f3} <Debug> TCPHandler: Processed in 0.001702351 sec. | ||
| 4047 | 2025.03.04 03:20:52.186764 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4048 | 2025.03.04 03:20:52.186866 [ 255 ] {14f84192-10d3-49d2-9563-a659f674dec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4049 | 2025.03.04 03:20:52.186909 [ 255 ] {14f84192-10d3-49d2-9563-a659f674dec8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4050 | 2025.03.04 03:20:52.187425 [ 255 ] {14f84192-10d3-49d2-9563-a659f674dec8} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4051 | 2025.03.04 03:20:52.187462 [ 255 ] {14f84192-10d3-49d2-9563-a659f674dec8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4052 | 2025.03.04 03:20:52.187798 [ 255 ] {14f84192-10d3-49d2-9563-a659f674dec8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4053 | 2025.03.04 03:20:52.188044 [ 255 ] {14f84192-10d3-49d2-9563-a659f674dec8} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4054 | 2025.03.04 03:20:52.188219 [ 255 ] {14f84192-10d3-49d2-9563-a659f674dec8} <Debug> executeQuery: Read 46 rows, 3.43 KiB in 0.001375 sec., 33454.545454545456 rows/sec., 2.43 MiB/sec. | ||
| 4055 | 2025.03.04 03:20:52.188271 [ 255 ] {14f84192-10d3-49d2-9563-a659f674dec8} <Debug> TCPHandler: Processed in 0.001556769 sec. | ||
| 4056 | 2025.03.04 03:20:52.188374 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4057 | 2025.03.04 03:20:52.188475 [ 255 ] {43a1cb2a-e279-4d35-b58e-97a067c94960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4058 | 2025.03.04 03:20:52.188519 [ 255 ] {43a1cb2a-e279-4d35-b58e-97a067c94960} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4059 | 2025.03.04 03:20:52.189060 [ 255 ] {43a1cb2a-e279-4d35-b58e-97a067c94960} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4060 | 2025.03.04 03:20:52.189096 [ 255 ] {43a1cb2a-e279-4d35-b58e-97a067c94960} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4061 | 2025.03.04 03:20:52.189439 [ 255 ] {43a1cb2a-e279-4d35-b58e-97a067c94960} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4062 | 2025.03.04 03:20:52.189676 [ 255 ] {43a1cb2a-e279-4d35-b58e-97a067c94960} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4063 | 2025.03.04 03:20:52.189851 [ 255 ] {43a1cb2a-e279-4d35-b58e-97a067c94960} <Debug> executeQuery: Read 110 rows, 8.81 KiB in 0.001398 sec., 78683.83404864091 rows/sec., 6.15 MiB/sec. | ||
| 4064 | 2025.03.04 03:20:52.189902 [ 255 ] {43a1cb2a-e279-4d35-b58e-97a067c94960} <Debug> TCPHandler: Processed in 0.0015765 sec. | ||
| 4065 | 2025.03.04 03:20:52.190018 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4066 | 2025.03.04 03:20:52.190123 [ 255 ] {f04e8fe9-aab6-4183-ab50-f3d214343941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4067 | 2025.03.04 03:20:52.190171 [ 255 ] {f04e8fe9-aab6-4183-ab50-f3d214343941} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4068 | 2025.03.04 03:20:52.190685 [ 255 ] {f04e8fe9-aab6-4183-ab50-f3d214343941} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4069 | 2025.03.04 03:20:52.190721 [ 255 ] {f04e8fe9-aab6-4183-ab50-f3d214343941} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4070 | 2025.03.04 03:20:52.191093 [ 255 ] {f04e8fe9-aab6-4183-ab50-f3d214343941} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4071 | 2025.03.04 03:20:52.191325 [ 255 ] {f04e8fe9-aab6-4183-ab50-f3d214343941} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4072 | 2025.03.04 03:20:52.191531 [ 255 ] {f04e8fe9-aab6-4183-ab50-f3d214343941} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001429 sec., 114065.78026592023 rows/sec., 7.94 MiB/sec. | ||
| 4073 | 2025.03.04 03:20:52.191583 [ 255 ] {f04e8fe9-aab6-4183-ab50-f3d214343941} <Debug> TCPHandler: Processed in 0.001615049 sec. | ||
| 4074 | 2025.03.04 03:20:52.191687 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4075 | 2025.03.04 03:20:52.191788 [ 255 ] {db266e9a-acd6-4130-97fa-c8ec46dbb94b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4076 | 2025.03.04 03:20:52.191851 [ 255 ] {db266e9a-acd6-4130-97fa-c8ec46dbb94b} <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 | ||
| 4077 | 2025.03.04 03:20:52.192974 [ 255 ] {db266e9a-acd6-4130-97fa-c8ec46dbb94b} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4078 | 2025.03.04 03:20:52.193012 [ 255 ] {db266e9a-acd6-4130-97fa-c8ec46dbb94b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4079 | 2025.03.04 03:20:52.193648 [ 255 ] {db266e9a-acd6-4130-97fa-c8ec46dbb94b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4080 | 2025.03.04 03:20:52.193911 [ 255 ] {db266e9a-acd6-4130-97fa-c8ec46dbb94b} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4081 | 2025.03.04 03:20:52.194180 [ 255 ] {db266e9a-acd6-4130-97fa-c8ec46dbb94b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002413 sec., 16576.875259013676 rows/sec., 29.70 MiB/sec. | ||
| 4082 | 2025.03.04 03:20:52.194275 [ 255 ] {db266e9a-acd6-4130-97fa-c8ec46dbb94b} <Debug> TCPHandler: Processed in 0.002638042 sec. | ||
| 4083 | 2025.03.04 03:20:52.194403 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4084 | 2025.03.04 03:20:52.194509 [ 255 ] {9c50a67d-7d9d-483c-8095-10d1746a7e52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4085 | 2025.03.04 03:20:52.194554 [ 255 ] {9c50a67d-7d9d-483c-8095-10d1746a7e52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4086 | 2025.03.04 03:20:52.194991 [ 255 ] {9c50a67d-7d9d-483c-8095-10d1746a7e52} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4087 | 2025.03.04 03:20:52.195029 [ 255 ] {9c50a67d-7d9d-483c-8095-10d1746a7e52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4088 | 2025.03.04 03:20:52.195380 [ 255 ] {9c50a67d-7d9d-483c-8095-10d1746a7e52} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4089 | 2025.03.04 03:20:52.195617 [ 255 ] {9c50a67d-7d9d-483c-8095-10d1746a7e52} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4090 | 2025.03.04 03:20:52.195859 [ 255 ] {9c50a67d-7d9d-483c-8095-10d1746a7e52} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001371 sec., 43763.6761487965 rows/sec., 2.95 MiB/sec. | ||
| 4091 | 2025.03.04 03:20:52.195976 [ 255 ] {9c50a67d-7d9d-483c-8095-10d1746a7e52} <Debug> TCPHandler: Processed in 0.0016199 sec. | ||
| 4092 | 2025.03.04 03:20:53.544785 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
| 4093 | 2025.03.04 03:20:53.545469 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4094 | 2025.03.04 03:20:53.545516 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4095 | 2025.03.04 03:20:53.546088 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4096 | 2025.03.04 03:20:53.546337 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4097 | 2025.03.04 03:20:53.546574 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
| 4098 | 2025.03.04 03:20:54.266227 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4099 | 2025.03.04 03:20:54.286759 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4100 | 2025.03.04 03:20:54.286825 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4101 | 2025.03.04 03:20:54.294366 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4102 | 2025.03.04 03:20:54.295115 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4103 | 2025.03.04 03:20:54.297887 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4104 | 2025.03.04 03:20:57.180839 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4105 | 2025.03.04 03:20:57.181025 [ 255 ] {706da38e-5944-4b4d-bc87-88a93a091f83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4106 | 2025.03.04 03:20:57.181096 [ 255 ] {706da38e-5944-4b4d-bc87-88a93a091f83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4107 | 2025.03.04 03:20:57.181846 [ 255 ] {706da38e-5944-4b4d-bc87-88a93a091f83} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4108 | 2025.03.04 03:20:57.181895 [ 255 ] {706da38e-5944-4b4d-bc87-88a93a091f83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4109 | 2025.03.04 03:20:57.182487 [ 255 ] {706da38e-5944-4b4d-bc87-88a93a091f83} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4110 | 2025.03.04 03:20:57.182782 [ 255 ] {706da38e-5944-4b4d-bc87-88a93a091f83} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4111 | 2025.03.04 03:20:57.183036 [ 89 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4112 | 2025.03.04 03:20:57.183111 [ 255 ] {706da38e-5944-4b4d-bc87-88a93a091f83} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002122 sec., 26390.197926484445 rows/sec., 2.01 MiB/sec. | ||
| 4113 | 2025.03.04 03:20:57.183170 [ 89 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4114 | 2025.03.04 03:20:57.183272 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4115 | 2025.03.04 03:20:57.183273 [ 255 ] {706da38e-5944-4b4d-bc87-88a93a091f83} <Debug> TCPHandler: Processed in 0.002554161 sec. | ||
| 4116 | 2025.03.04 03:20:57.183420 [ 192 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 4117 | 2025.03.04 03:20:57.183461 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4118 | 2025.03.04 03:20:57.183521 [ 192 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4119 | 2025.03.04 03:20:57.183565 [ 192 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1967 rows starting from the beginning of the part | ||
| 4120 | 2025.03.04 03:20:57.183608 [ 255 ] {0032cee5-32d8-42bf-ab23-79e14c539c36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4121 | 2025.03.04 03:20:57.183655 [ 192 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1318 rows starting from the beginning of the part | ||
| 4122 | 2025.03.04 03:20:57.183671 [ 255 ] {0032cee5-32d8-42bf-ab23-79e14c539c36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4123 | 2025.03.04 03:20:57.184151 [ 192 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 136 rows starting from the beginning of the part | ||
| 4124 | 2025.03.04 03:20:57.184309 [ 192 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
| 4125 | 2025.03.04 03:20:57.184741 [ 192 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 139 rows starting from the beginning of the part | ||
| 4126 | 2025.03.04 03:20:57.184987 [ 192 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part | ||
| 4127 | 2025.03.04 03:20:57.186040 [ 255 ] {0032cee5-32d8-42bf-ab23-79e14c539c36} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4128 | 2025.03.04 03:20:57.186089 [ 255 ] {0032cee5-32d8-42bf-ab23-79e14c539c36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4129 | 2025.03.04 03:20:57.186701 [ 255 ] {0032cee5-32d8-42bf-ab23-79e14c539c36} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4130 | 2025.03.04 03:20:57.186955 [ 255 ] {0032cee5-32d8-42bf-ab23-79e14c539c36} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4131 | 2025.03.04 03:20:57.187127 [ 89 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4132 | 2025.03.04 03:20:57.187209 [ 89 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4133 | 2025.03.04 03:20:57.187256 [ 255 ] {0032cee5-32d8-42bf-ab23-79e14c539c36} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003664 sec., 17467.248908296944 rows/sec., 1.36 MiB/sec. | ||
| 4134 | 2025.03.04 03:20:57.187291 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4135 | 2025.03.04 03:20:57.187579 [ 255 ] {0032cee5-32d8-42bf-ab23-79e14c539c36} <Debug> TCPHandler: Processed in 0.004171021 sec. | ||
| 4136 | 2025.03.04 03:20:57.187764 [ 200 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 4137 | 2025.03.04 03:20:57.187872 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4138 | 2025.03.04 03:20:57.187950 [ 195 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3672 rows, containing 5 columns (5 merged, 0 gathered) in 0.004586676 sec., 800579.7662621036 rows/sec., 69.12 MiB/sec. | ||
| 4139 | 2025.03.04 03:20:57.188056 [ 200 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4140 | 2025.03.04 03:20:57.188079 [ 255 ] {2ca94027-0f44-4521-a0da-0f3181a6e0df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4141 | 2025.03.04 03:20:57.188130 [ 200 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 950 rows starting from the beginning of the part | ||
| 4142 | 2025.03.04 03:20:57.188158 [ 255 ] {2ca94027-0f44-4521-a0da-0f3181a6e0df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4143 | 2025.03.04 03:20:57.188347 [ 200 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 560 rows starting from the beginning of the part | ||
| 4144 | 2025.03.04 03:20:57.188701 [ 195 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4145 | 2025.03.04 03:20:57.188875 [ 200 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 104 rows starting from the beginning of the part | ||
| 4146 | 2025.03.04 03:20:57.189437 [ 200 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part | ||
| 4147 | 2025.03.04 03:20:57.189990 [ 200 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 110 rows starting from the beginning of the part | ||
| 4148 | 2025.03.04 03:20:57.190470 [ 195 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_31_6} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4149 | 2025.03.04 03:20:57.190503 [ 200 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part | ||
| 4150 | 2025.03.04 03:20:57.191028 [ 195 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_31_6} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4151 | 2025.03.04 03:20:57.191365 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 4152 | 2025.03.04 03:20:57.191736 [ 255 ] {2ca94027-0f44-4521-a0da-0f3181a6e0df} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4153 | 2025.03.04 03:20:57.191782 [ 255 ] {2ca94027-0f44-4521-a0da-0f3181a6e0df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4154 | 2025.03.04 03:20:57.192397 [ 255 ] {2ca94027-0f44-4521-a0da-0f3181a6e0df} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4155 | 2025.03.04 03:20:57.192672 [ 255 ] {2ca94027-0f44-4521-a0da-0f3181a6e0df} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4156 | 2025.03.04 03:20:57.192927 [ 195 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1852 rows, containing 5 columns (5 merged, 0 gathered) in 0.005449257 sec., 339862.8473569883 rows/sec., 26.67 MiB/sec. | ||
| 4157 | 2025.03.04 03:20:57.193024 [ 89 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4158 | 2025.03.04 03:20:57.193154 [ 255 ] {2ca94027-0f44-4521-a0da-0f3181a6e0df} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005118 sec., 31262.211801484955 rows/sec., 2.18 MiB/sec. | ||
| 4159 | 2025.03.04 03:20:57.193172 [ 89 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4160 | 2025.03.04 03:20:57.193299 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4161 | 2025.03.04 03:20:57.193315 [ 195 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4162 | 2025.03.04 03:20:57.193434 [ 255 ] {2ca94027-0f44-4521-a0da-0f3181a6e0df} <Debug> TCPHandler: Processed in 0.00564352 sec. | ||
| 4163 | 2025.03.04 03:20:57.193796 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 4164 | 2025.03.04 03:20:57.193804 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4165 | 2025.03.04 03:20:57.194084 [ 255 ] {00cf8d21-d0b3-4f7a-a407-d8114a913a5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4166 | 2025.03.04 03:20:57.194159 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4167 | 2025.03.04 03:20:57.194208 [ 255 ] {00cf8d21-d0b3-4f7a-a407-d8114a913a5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4168 | 2025.03.04 03:20:57.194256 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7731 rows starting from the beginning of the part | ||
| 4169 | 2025.03.04 03:20:57.194267 [ 192 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_31_6} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4170 | 2025.03.04 03:20:57.194634 [ 192 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_31_6} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4171 | 2025.03.04 03:20:57.194638 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 918 rows starting from the beginning of the part | ||
| 4172 | 2025.03.04 03:20:57.194914 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4173 | 2025.03.04 03:20:57.195064 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part | ||
| 4174 | 2025.03.04 03:20:57.195309 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
| 4175 | 2025.03.04 03:20:57.195451 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 163 rows starting from the beginning of the part | ||
| 4176 | 2025.03.04 03:20:57.195642 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
| 4177 | 2025.03.04 03:20:57.196281 [ 255 ] {00cf8d21-d0b3-4f7a-a407-d8114a913a5d} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4178 | 2025.03.04 03:20:57.196327 [ 255 ] {00cf8d21-d0b3-4f7a-a407-d8114a913a5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4179 | 2025.03.04 03:20:57.196752 [ 255 ] {00cf8d21-d0b3-4f7a-a407-d8114a913a5d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4180 | 2025.03.04 03:20:57.197031 [ 255 ] {00cf8d21-d0b3-4f7a-a407-d8114a913a5d} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4181 | 2025.03.04 03:20:57.197321 [ 89 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4182 | 2025.03.04 03:20:57.197452 [ 89 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4183 | 2025.03.04 03:20:57.197484 [ 255 ] {00cf8d21-d0b3-4f7a-a407-d8114a913a5d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003485 sec., 17216.64275466284 rows/sec., 1.16 MiB/sec. | ||
| 4184 | 2025.03.04 03:20:57.197555 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4185 | 2025.03.04 03:20:57.197800 [ 255 ] {00cf8d21-d0b3-4f7a-a407-d8114a913a5d} <Debug> TCPHandler: Processed in 0.00407672 sec. | ||
| 4186 | 2025.03.04 03:20:57.198253 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 4187 | 2025.03.04 03:20:57.198877 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4188 | 2025.03.04 03:20:57.199001 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1360 rows starting from the beginning of the part | ||
| 4189 | 2025.03.04 03:20:57.199281 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
| 4190 | 2025.03.04 03:20:57.199390 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part | ||
| 4191 | 2025.03.04 03:20:57.199579 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
| 4192 | 2025.03.04 03:20:57.199785 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
| 4193 | 2025.03.04 03:20:57.199974 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
| 4194 | 2025.03.04 03:20:57.201547 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9292 rows, containing 5 columns (5 merged, 0 gathered) in 0.008065469 sec., 1152071.8757954435 rows/sec., 79.12 MiB/sec. | ||
| 4195 | 2025.03.04 03:20:57.201755 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4196 | 2025.03.04 03:20:57.202202 [ 194 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1660 rows, containing 4 columns (4 merged, 0 gathered) in 0.004403344 sec., 376986.2177472394 rows/sec., 25.36 MiB/sec. | ||
| 4197 | 2025.03.04 03:20:57.202308 [ 201 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4198 | 2025.03.04 03:20:57.202511 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4199 | 2025.03.04 03:20:57.202582 [ 201 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4200 | 2025.03.04 03:20:57.202866 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. | ||
| 4201 | 2025.03.04 03:20:57.202998 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_31_6} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4202 | 2025.03.04 03:20:57.203083 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_31_6} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4203 | 2025.03.04 03:20:57.203156 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4204 | 2025.03.04 03:21:00.914749 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4205 | 2025.03.04 03:21:00.914851 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4206 | 2025.03.04 03:21:01.046724 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
| 4207 | 2025.03.04 03:21:01.047346 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4208 | 2025.03.04 03:21:01.047383 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4209 | 2025.03.04 03:21:01.047896 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4210 | 2025.03.04 03:21:01.048145 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4211 | 2025.03.04 03:21:01.048371 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 4212 | 2025.03.04 03:21:01.072353 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 562 | ||
| 4213 | 2025.03.04 03:21:01.075699 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4214 | 2025.03.04 03:21:01.075755 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4215 | 2025.03.04 03:21:01.077231 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4216 | 2025.03.04 03:21:01.077563 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4217 | 2025.03.04 03:21:01.077817 [ 85 ] {} <Debug> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4218 | 2025.03.04 03:21:01.077988 [ 85 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4219 | 2025.03.04 03:21:01.078087 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4220 | 2025.03.04 03:21:01.078661 [ 188 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::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 | ||
| 4221 | 2025.03.04 03:21:01.079848 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 562 | ||
| 4222 | 2025.03.04 03:21:01.080279 [ 188 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4223 | 2025.03.04 03:21:01.080449 [ 188 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 448 rows starting from the beginning of the part | ||
| 4224 | 2025.03.04 03:21:01.081139 [ 188 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 20 rows starting from the beginning of the part | ||
| 4225 | 2025.03.04 03:21:01.081794 [ 188 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 22 rows starting from the beginning of the part | ||
| 4226 | 2025.03.04 03:21:01.082431 [ 188 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 30 rows starting from the beginning of the part | ||
| 4227 | 2025.03.04 03:21:01.083552 [ 188 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 20 rows starting from the beginning of the part | ||
| 4228 | 2025.03.04 03:21:01.084191 [ 188 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 22 rows starting from the beginning of the part | ||
| 4229 | 2025.03.04 03:21:01.091653 [ 195 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 562 rows, containing 72 columns (72 merged, 0 gathered) in 0.013353704 sec., 42085.70146530132 rows/sec., 38.88 MiB/sec. | ||
| 4230 | 2025.03.04 03:21:01.092872 [ 191 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4231 | 2025.03.04 03:21:01.093704 [ 191 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_16_3} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4232 | 2025.03.04 03:21:01.093797 [ 191 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_16_3} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4233 | 2025.03.04 03:21:01.094131 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.96 MiB. | ||
| 4234 | 2025.03.04 03:21:01.797994 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 4235 | 2025.03.04 03:21:01.819052 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4236 | 2025.03.04 03:21:01.819112 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4237 | 2025.03.04 03:21:01.826739 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4238 | 2025.03.04 03:21:01.827505 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4239 | 2025.03.04 03:21:01.830265 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 4240 | 2025.03.04 03:21:02.188573 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4241 | 2025.03.04 03:21:02.188770 [ 255 ] {bfdb1d98-ec95-4d2e-a2c0-555fd64bfa5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4242 | 2025.03.04 03:21:02.188844 [ 255 ] {bfdb1d98-ec95-4d2e-a2c0-555fd64bfa5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4243 | 2025.03.04 03:21:02.189636 [ 255 ] {bfdb1d98-ec95-4d2e-a2c0-555fd64bfa5a} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4244 | 2025.03.04 03:21:02.189685 [ 255 ] {bfdb1d98-ec95-4d2e-a2c0-555fd64bfa5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4245 | 2025.03.04 03:21:02.190121 [ 255 ] {bfdb1d98-ec95-4d2e-a2c0-555fd64bfa5a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4246 | 2025.03.04 03:21:02.190370 [ 255 ] {bfdb1d98-ec95-4d2e-a2c0-555fd64bfa5a} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4247 | 2025.03.04 03:21:02.190558 [ 255 ] {bfdb1d98-ec95-4d2e-a2c0-555fd64bfa5a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001843 sec., 115029.84264785676 rows/sec., 7.32 MiB/sec. | ||
| 4248 | 2025.03.04 03:21:02.190611 [ 255 ] {bfdb1d98-ec95-4d2e-a2c0-555fd64bfa5a} <Debug> TCPHandler: Processed in 0.002177237 sec. | ||
| 4249 | 2025.03.04 03:21:02.190736 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4250 | 2025.03.04 03:21:02.190842 [ 255 ] {1c945c2a-f255-48f3-97e7-6b7f531fdc7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4251 | 2025.03.04 03:21:02.190887 [ 255 ] {1c945c2a-f255-48f3-97e7-6b7f531fdc7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4252 | 2025.03.04 03:21:02.191626 [ 255 ] {1c945c2a-f255-48f3-97e7-6b7f531fdc7e} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4253 | 2025.03.04 03:21:02.191662 [ 255 ] {1c945c2a-f255-48f3-97e7-6b7f531fdc7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4254 | 2025.03.04 03:21:02.192056 [ 255 ] {1c945c2a-f255-48f3-97e7-6b7f531fdc7e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4255 | 2025.03.04 03:21:02.192295 [ 255 ] {1c945c2a-f255-48f3-97e7-6b7f531fdc7e} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4256 | 2025.03.04 03:21:02.192485 [ 255 ] {1c945c2a-f255-48f3-97e7-6b7f531fdc7e} <Debug> executeQuery: Read 697 rows, 56.97 KiB in 0.001658 sec., 420386.0072376357 rows/sec., 33.55 MiB/sec. | ||
| 4257 | 2025.03.04 03:21:02.192569 [ 255 ] {1c945c2a-f255-48f3-97e7-6b7f531fdc7e} <Debug> TCPHandler: Processed in 0.001884323 sec. | ||
| 4258 | 2025.03.04 03:21:02.192816 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4259 | 2025.03.04 03:21:02.192941 [ 255 ] {827e2e24-e047-4722-be83-4a05e867543f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4260 | 2025.03.04 03:21:02.192986 [ 255 ] {827e2e24-e047-4722-be83-4a05e867543f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4261 | 2025.03.04 03:21:02.193640 [ 255 ] {827e2e24-e047-4722-be83-4a05e867543f} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4262 | 2025.03.04 03:21:02.193677 [ 255 ] {827e2e24-e047-4722-be83-4a05e867543f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4263 | 2025.03.04 03:21:02.194022 [ 255 ] {827e2e24-e047-4722-be83-4a05e867543f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4264 | 2025.03.04 03:21:02.194270 [ 255 ] {827e2e24-e047-4722-be83-4a05e867543f} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4265 | 2025.03.04 03:21:02.194450 [ 255 ] {827e2e24-e047-4722-be83-4a05e867543f} <Debug> executeQuery: Read 146 rows, 9.39 KiB in 0.00153 sec., 95424.8366013072 rows/sec., 6.00 MiB/sec. | ||
| 4266 | 2025.03.04 03:21:02.194579 [ 255 ] {827e2e24-e047-4722-be83-4a05e867543f} <Debug> TCPHandler: Processed in 0.001858803 sec. | ||
| 4267 | 2025.03.04 03:21:02.194705 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4268 | 2025.03.04 03:21:02.194808 [ 255 ] {24123f53-6042-4e69-a818-b3ef920d8610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4269 | 2025.03.04 03:21:02.194851 [ 255 ] {24123f53-6042-4e69-a818-b3ef920d8610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4270 | 2025.03.04 03:21:02.195381 [ 255 ] {24123f53-6042-4e69-a818-b3ef920d8610} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4271 | 2025.03.04 03:21:02.195417 [ 255 ] {24123f53-6042-4e69-a818-b3ef920d8610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4272 | 2025.03.04 03:21:02.195761 [ 255 ] {24123f53-6042-4e69-a818-b3ef920d8610} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4273 | 2025.03.04 03:21:02.195991 [ 255 ] {24123f53-6042-4e69-a818-b3ef920d8610} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4274 | 2025.03.04 03:21:02.196158 [ 255 ] {24123f53-6042-4e69-a818-b3ef920d8610} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001371 sec., 82421.5900802334 rows/sec., 5.34 MiB/sec. | ||
| 4275 | 2025.03.04 03:21:02.196207 [ 255 ] {24123f53-6042-4e69-a818-b3ef920d8610} <Debug> TCPHandler: Processed in 0.001554468 sec. | ||
| 4276 | 2025.03.04 03:21:02.196327 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4277 | 2025.03.04 03:21:02.196431 [ 255 ] {02680c05-b613-4282-a797-c021091207d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4278 | 2025.03.04 03:21:02.196474 [ 255 ] {02680c05-b613-4282-a797-c021091207d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4279 | 2025.03.04 03:21:02.196996 [ 255 ] {02680c05-b613-4282-a797-c021091207d4} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4280 | 2025.03.04 03:21:02.197033 [ 255 ] {02680c05-b613-4282-a797-c021091207d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4281 | 2025.03.04 03:21:02.197371 [ 255 ] {02680c05-b613-4282-a797-c021091207d4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4282 | 2025.03.04 03:21:02.197598 [ 255 ] {02680c05-b613-4282-a797-c021091207d4} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4283 | 2025.03.04 03:21:02.197868 [ 255 ] {02680c05-b613-4282-a797-c021091207d4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001431 sec., 78266.94619147449 rows/sec., 4.46 MiB/sec. | ||
| 4284 | 2025.03.04 03:21:02.197973 [ 255 ] {02680c05-b613-4282-a797-c021091207d4} <Debug> TCPHandler: Processed in 0.001696541 sec. | ||
| 4285 | 2025.03.04 03:21:02.198087 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4286 | 2025.03.04 03:21:02.198192 [ 255 ] {c9185e51-ef56-438a-8f03-0ea2e77872cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4287 | 2025.03.04 03:21:02.198236 [ 255 ] {c9185e51-ef56-438a-8f03-0ea2e77872cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4288 | 2025.03.04 03:21:02.198915 [ 255 ] {c9185e51-ef56-438a-8f03-0ea2e77872cf} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4289 | 2025.03.04 03:21:02.198955 [ 255 ] {c9185e51-ef56-438a-8f03-0ea2e77872cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4290 | 2025.03.04 03:21:02.199317 [ 255 ] {c9185e51-ef56-438a-8f03-0ea2e77872cf} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4291 | 2025.03.04 03:21:02.199548 [ 255 ] {c9185e51-ef56-438a-8f03-0ea2e77872cf} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4292 | 2025.03.04 03:21:02.199719 [ 255 ] {c9185e51-ef56-438a-8f03-0ea2e77872cf} <Debug> executeQuery: Read 422 rows, 30.79 KiB in 0.00155 sec., 272258.06451612903 rows/sec., 19.40 MiB/sec. | ||
| 4293 | 2025.03.04 03:21:02.199770 [ 255 ] {c9185e51-ef56-438a-8f03-0ea2e77872cf} <Debug> TCPHandler: Processed in 0.001733481 sec. | ||
| 4294 | 2025.03.04 03:21:02.199882 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4295 | 2025.03.04 03:21:02.199985 [ 255 ] {8c27c615-312a-4f0e-84c9-d107d106f69f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4296 | 2025.03.04 03:21:02.200030 [ 255 ] {8c27c615-312a-4f0e-84c9-d107d106f69f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4297 | 2025.03.04 03:21:02.200455 [ 255 ] {8c27c615-312a-4f0e-84c9-d107d106f69f} <Trace> oximeter.measurements_bool (95c23703-7738-4cc8-ba2b-e20d4f58461d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4298 | 2025.03.04 03:21:02.200489 [ 255 ] {8c27c615-312a-4f0e-84c9-d107d106f69f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4299 | 2025.03.04 03:21:02.200833 [ 255 ] {8c27c615-312a-4f0e-84c9-d107d106f69f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 4300 | 2025.03.04 03:21:02.201061 [ 255 ] {8c27c615-312a-4f0e-84c9-d107d106f69f} <Trace> oximeter.measurements_bool (95c23703-7738-4cc8-ba2b-e20d4f58461d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4301 | 2025.03.04 03:21:02.201310 [ 255 ] {8c27c615-312a-4f0e-84c9-d107d106f69f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001324 sec., 4531.722054380664 rows/sec., 236.76 KiB/sec. | ||
| 4302 | 2025.03.04 03:21:02.201371 [ 255 ] {8c27c615-312a-4f0e-84c9-d107d106f69f} <Debug> TCPHandler: Processed in 0.001540209 sec. | ||
| 4303 | 2025.03.04 03:21:02.201474 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4304 | 2025.03.04 03:21:02.201576 [ 255 ] {583c9d2d-1e52-43e5-acb0-4da45e5ab75f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4305 | 2025.03.04 03:21:02.201621 [ 255 ] {583c9d2d-1e52-43e5-acb0-4da45e5ab75f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4306 | 2025.03.04 03:21:02.202112 [ 255 ] {583c9d2d-1e52-43e5-acb0-4da45e5ab75f} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4307 | 2025.03.04 03:21:02.202149 [ 255 ] {583c9d2d-1e52-43e5-acb0-4da45e5ab75f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4308 | 2025.03.04 03:21:02.202521 [ 255 ] {583c9d2d-1e52-43e5-acb0-4da45e5ab75f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4309 | 2025.03.04 03:21:02.202748 [ 255 ] {583c9d2d-1e52-43e5-acb0-4da45e5ab75f} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4310 | 2025.03.04 03:21:02.202928 [ 255 ] {583c9d2d-1e52-43e5-acb0-4da45e5ab75f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001374 sec., 172489.08296943232 rows/sec., 11.56 MiB/sec. | ||
| 4311 | 2025.03.04 03:21:02.203054 [ 255 ] {583c9d2d-1e52-43e5-acb0-4da45e5ab75f} <Debug> TCPHandler: Processed in 0.001627671 sec. | ||
| 4312 | 2025.03.04 03:21:02.203194 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4313 | 2025.03.04 03:21:02.203297 [ 255 ] {5f111baa-1914-4e17-93a8-2b7bfb06ee67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4314 | 2025.03.04 03:21:02.203342 [ 255 ] {5f111baa-1914-4e17-93a8-2b7bfb06ee67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4315 | 2025.03.04 03:21:02.203751 [ 255 ] {5f111baa-1914-4e17-93a8-2b7bfb06ee67} <Trace> oximeter.measurements_f64 (1753053f-2782-42d6-967d-7404248d46dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4316 | 2025.03.04 03:21:02.203787 [ 255 ] {5f111baa-1914-4e17-93a8-2b7bfb06ee67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4317 | 2025.03.04 03:21:02.204122 [ 255 ] {5f111baa-1914-4e17-93a8-2b7bfb06ee67} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 4318 | 2025.03.04 03:21:02.204349 [ 255 ] {5f111baa-1914-4e17-93a8-2b7bfb06ee67} <Trace> oximeter.measurements_f64 (1753053f-2782-42d6-967d-7404248d46dd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4319 | 2025.03.04 03:21:02.204587 [ 255 ] {5f111baa-1914-4e17-93a8-2b7bfb06ee67} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001298 sec., 770.4160246533129 rows/sec., 51.91 KiB/sec. | ||
| 4320 | 2025.03.04 03:21:02.204645 [ 255 ] {5f111baa-1914-4e17-93a8-2b7bfb06ee67} <Debug> TCPHandler: Processed in 0.001501408 sec. | ||
| 4321 | 2025.03.04 03:21:02.204777 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4322 | 2025.03.04 03:21:02.204915 [ 255 ] {01ea8403-eba6-4ce5-8596-16912305c0cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4323 | 2025.03.04 03:21:02.204993 [ 255 ] {01ea8403-eba6-4ce5-8596-16912305c0cb} <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 | ||
| 4324 | 2025.03.04 03:21:02.206141 [ 255 ] {01ea8403-eba6-4ce5-8596-16912305c0cb} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4325 | 2025.03.04 03:21:02.206179 [ 255 ] {01ea8403-eba6-4ce5-8596-16912305c0cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4326 | 2025.03.04 03:21:02.206825 [ 255 ] {01ea8403-eba6-4ce5-8596-16912305c0cb} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4327 | 2025.03.04 03:21:02.207085 [ 255 ] {01ea8403-eba6-4ce5-8596-16912305c0cb} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4328 | 2025.03.04 03:21:02.207210 [ 80 ] {} <Debug> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4329 | 2025.03.04 03:21:02.207257 [ 80 ] {} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4330 | 2025.03.04 03:21:02.207280 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4331 | 2025.03.04 03:21:02.207288 [ 255 ] {01ea8403-eba6-4ce5-8596-16912305c0cb} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.0024 sec., 16666.666666666668 rows/sec., 29.87 MiB/sec. | ||
| 4332 | 2025.03.04 03:21:02.207904 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::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 | ||
| 4333 | 2025.03.04 03:21:02.208002 [ 255 ] {01ea8403-eba6-4ce5-8596-16912305c0cb} <Debug> TCPHandler: Processed in 0.00328195 sec. | ||
| 4334 | 2025.03.04 03:21:02.208228 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4335 | 2025.03.04 03:21:02.208482 [ 255 ] {1270144c-f86a-4ac2-8949-5d331f150e4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4336 | 2025.03.04 03:21:02.208599 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4337 | 2025.03.04 03:21:02.208610 [ 255 ] {1270144c-f86a-4ac2-8949-5d331f150e4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4338 | 2025.03.04 03:21:02.208824 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 318 rows starting from the beginning of the part | ||
| 4339 | 2025.03.04 03:21:02.209666 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part | ||
| 4340 | 2025.03.04 03:21:02.210482 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part | ||
| 4341 | 2025.03.04 03:21:02.210860 [ 255 ] {1270144c-f86a-4ac2-8949-5d331f150e4e} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4342 | 2025.03.04 03:21:02.211025 [ 255 ] {1270144c-f86a-4ac2-8949-5d331f150e4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4343 | 2025.03.04 03:21:02.211164 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part | ||
| 4344 | 2025.03.04 03:21:02.211834 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 40 rows starting from the beginning of the part | ||
| 4345 | 2025.03.04 03:21:02.212494 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part | ||
| 4346 | 2025.03.04 03:21:02.212695 [ 255 ] {1270144c-f86a-4ac2-8949-5d331f150e4e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4347 | 2025.03.04 03:21:02.213518 [ 255 ] {1270144c-f86a-4ac2-8949-5d331f150e4e} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4348 | 2025.03.04 03:21:02.214092 [ 255 ] {1270144c-f86a-4ac2-8949-5d331f150e4e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005645 sec., 14526.129317980514 rows/sec., 944.73 KiB/sec. | ||
| 4349 | 2025.03.04 03:21:02.214464 [ 255 ] {1270144c-f86a-4ac2-8949-5d331f150e4e} <Debug> TCPHandler: Processed in 0.006289457 sec. | ||
| 4350 | 2025.03.04 03:21:02.218842 [ 191 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 518 rows, containing 19 columns (19 merged, 0 gathered) in 0.01144588 sec., 45256.4590927041 rows/sec., 81.10 MiB/sec. | ||
| 4351 | 2025.03.04 03:21:02.219516 [ 191 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4352 | 2025.03.04 03:21:02.219978 [ 191 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4353 | 2025.03.04 03:21:02.220069 [ 191 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4354 | 2025.03.04 03:21:02.220236 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.48 MiB. | ||
| 4355 | 2025.03.04 03:21:07.213139 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4356 | 2025.03.04 03:21:07.213342 [ 255 ] {807fab2e-89ca-4f79-99e6-2e1a66285c0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4357 | 2025.03.04 03:21:07.213412 [ 255 ] {807fab2e-89ca-4f79-99e6-2e1a66285c0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4358 | 2025.03.04 03:21:07.214799 [ 255 ] {807fab2e-89ca-4f79-99e6-2e1a66285c0b} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4359 | 2025.03.04 03:21:07.214854 [ 255 ] {807fab2e-89ca-4f79-99e6-2e1a66285c0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4360 | 2025.03.04 03:21:07.215420 [ 255 ] {807fab2e-89ca-4f79-99e6-2e1a66285c0b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4361 | 2025.03.04 03:21:07.215710 [ 255 ] {807fab2e-89ca-4f79-99e6-2e1a66285c0b} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4362 | 2025.03.04 03:21:07.215928 [ 255 ] {807fab2e-89ca-4f79-99e6-2e1a66285c0b} <Debug> executeQuery: Read 1196 rows, 100.50 KiB in 0.002635 sec., 453889.94307400374 rows/sec., 37.24 MiB/sec. | ||
| 4363 | 2025.03.04 03:21:07.216024 [ 255 ] {807fab2e-89ca-4f79-99e6-2e1a66285c0b} <Debug> TCPHandler: Processed in 0.003012457 sec. | ||
| 4364 | 2025.03.04 03:21:07.216270 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4365 | 2025.03.04 03:21:07.216387 [ 255 ] {44764107-7e58-481d-b6f2-b5adfdb15cd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4366 | 2025.03.04 03:21:07.216442 [ 255 ] {44764107-7e58-481d-b6f2-b5adfdb15cd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4367 | 2025.03.04 03:21:07.217232 [ 255 ] {44764107-7e58-481d-b6f2-b5adfdb15cd6} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4368 | 2025.03.04 03:21:07.217271 [ 255 ] {44764107-7e58-481d-b6f2-b5adfdb15cd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4369 | 2025.03.04 03:21:07.217636 [ 255 ] {44764107-7e58-481d-b6f2-b5adfdb15cd6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4370 | 2025.03.04 03:21:07.217908 [ 255 ] {44764107-7e58-481d-b6f2-b5adfdb15cd6} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4371 | 2025.03.04 03:21:07.218085 [ 255 ] {44764107-7e58-481d-b6f2-b5adfdb15cd6} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001725 sec., 132173.91304347827 rows/sec., 8.95 MiB/sec. | ||
| 4372 | 2025.03.04 03:21:07.218138 [ 255 ] {44764107-7e58-481d-b6f2-b5adfdb15cd6} <Debug> TCPHandler: Processed in 0.001951594 sec. | ||
| 4373 | 2025.03.04 03:21:07.218276 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4374 | 2025.03.04 03:21:07.218383 [ 255 ] {a81614a3-066f-44e1-966f-27b16b8e417c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4375 | 2025.03.04 03:21:07.218436 [ 255 ] {a81614a3-066f-44e1-966f-27b16b8e417c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4376 | 2025.03.04 03:21:07.219275 [ 255 ] {a81614a3-066f-44e1-966f-27b16b8e417c} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4377 | 2025.03.04 03:21:07.219315 [ 255 ] {a81614a3-066f-44e1-966f-27b16b8e417c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4378 | 2025.03.04 03:21:07.219696 [ 255 ] {a81614a3-066f-44e1-966f-27b16b8e417c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4379 | 2025.03.04 03:21:07.219946 [ 255 ] {a81614a3-066f-44e1-966f-27b16b8e417c} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4380 | 2025.03.04 03:21:07.220132 [ 255 ] {a81614a3-066f-44e1-966f-27b16b8e417c} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.001773 sec., 293288.21206993796 rows/sec., 21.70 MiB/sec. | ||
| 4381 | 2025.03.04 03:21:07.220187 [ 255 ] {a81614a3-066f-44e1-966f-27b16b8e417c} <Debug> TCPHandler: Processed in 0.001966254 sec. | ||
| 4382 | 2025.03.04 03:21:07.220322 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4383 | 2025.03.04 03:21:07.220426 [ 255 ] {a042c279-8036-4e5f-a573-169924cdb763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4384 | 2025.03.04 03:21:07.220489 [ 255 ] {a042c279-8036-4e5f-a573-169924cdb763} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4385 | 2025.03.04 03:21:07.221418 [ 255 ] {a042c279-8036-4e5f-a573-169924cdb763} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4386 | 2025.03.04 03:21:07.221465 [ 255 ] {a042c279-8036-4e5f-a573-169924cdb763} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4387 | 2025.03.04 03:21:07.222090 [ 255 ] {a042c279-8036-4e5f-a573-169924cdb763} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4388 | 2025.03.04 03:21:07.222487 [ 255 ] {a042c279-8036-4e5f-a573-169924cdb763} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4389 | 2025.03.04 03:21:07.222710 [ 255 ] {a042c279-8036-4e5f-a573-169924cdb763} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.002306 sec., 381613.1830008673 rows/sec., 25.68 MiB/sec. | ||
| 4390 | 2025.03.04 03:21:07.222784 [ 255 ] {a042c279-8036-4e5f-a573-169924cdb763} <Debug> TCPHandler: Processed in 0.002517691 sec. | ||
| 4391 | 2025.03.04 03:21:07.222953 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4392 | 2025.03.04 03:21:07.223093 [ 255 ] {badc904f-0113-403a-a565-c82ac8c470f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4393 | 2025.03.04 03:21:07.223156 [ 255 ] {badc904f-0113-403a-a565-c82ac8c470f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4394 | 2025.03.04 03:21:07.223760 [ 255 ] {badc904f-0113-403a-a565-c82ac8c470f7} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4395 | 2025.03.04 03:21:07.223811 [ 255 ] {badc904f-0113-403a-a565-c82ac8c470f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4396 | 2025.03.04 03:21:07.224265 [ 255 ] {badc904f-0113-403a-a565-c82ac8c470f7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4397 | 2025.03.04 03:21:07.224514 [ 255 ] {badc904f-0113-403a-a565-c82ac8c470f7} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4398 | 2025.03.04 03:21:07.224699 [ 255 ] {badc904f-0113-403a-a565-c82ac8c470f7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001638 sec., 36630.03663003663 rows/sec., 2.47 MiB/sec. | ||
| 4399 | 2025.03.04 03:21:07.224749 [ 255 ] {badc904f-0113-403a-a565-c82ac8c470f7} <Debug> TCPHandler: Processed in 0.001867423 sec. | ||
| 4400 | 2025.03.04 03:21:08.548578 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
| 4401 | 2025.03.04 03:21:08.549437 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4402 | 2025.03.04 03:21:08.549496 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4403 | 2025.03.04 03:21:08.550151 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4404 | 2025.03.04 03:21:08.550465 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4405 | 2025.03.04 03:21:08.550795 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
| 4406 | 2025.03.04 03:21:09.330569 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 4407 | 2025.03.04 03:21:09.354429 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4408 | 2025.03.04 03:21:09.354519 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4409 | 2025.03.04 03:21:09.362974 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4410 | 2025.03.04 03:21:09.363891 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4411 | 2025.03.04 03:21:09.369673 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 4412 | 2025.03.04 03:21:11.080084 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 594 | ||
| 4413 | 2025.03.04 03:21:11.083282 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4414 | 2025.03.04 03:21:11.083341 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4415 | 2025.03.04 03:21:11.084843 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4416 | 2025.03.04 03:21:11.085165 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4417 | 2025.03.04 03:21:11.086652 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 594 | ||
| 4418 | 2025.03.04 03:21:12.182145 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4419 | 2025.03.04 03:21:12.182428 [ 255 ] {7321d805-78bd-4887-9c75-3e70959bd170} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4420 | 2025.03.04 03:21:12.182534 [ 255 ] {7321d805-78bd-4887-9c75-3e70959bd170} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4421 | 2025.03.04 03:21:12.183367 [ 255 ] {7321d805-78bd-4887-9c75-3e70959bd170} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4422 | 2025.03.04 03:21:12.183406 [ 255 ] {7321d805-78bd-4887-9c75-3e70959bd170} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4423 | 2025.03.04 03:21:12.183929 [ 255 ] {7321d805-78bd-4887-9c75-3e70959bd170} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4424 | 2025.03.04 03:21:12.184189 [ 255 ] {7321d805-78bd-4887-9c75-3e70959bd170} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4425 | 2025.03.04 03:21:12.184388 [ 255 ] {7321d805-78bd-4887-9c75-3e70959bd170} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.002037 sec., 66764.8502700049 rows/sec., 5.75 MiB/sec. | ||
| 4426 | 2025.03.04 03:21:12.184443 [ 255 ] {7321d805-78bd-4887-9c75-3e70959bd170} <Debug> TCPHandler: Processed in 0.00246678 sec. | ||
| 4427 | 2025.03.04 03:21:12.184563 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4428 | 2025.03.04 03:21:12.184670 [ 255 ] {e9e766aa-dcc3-4e13-b35e-bd33436ea3ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4429 | 2025.03.04 03:21:12.184715 [ 255 ] {e9e766aa-dcc3-4e13-b35e-bd33436ea3ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4430 | 2025.03.04 03:21:12.185237 [ 255 ] {e9e766aa-dcc3-4e13-b35e-bd33436ea3ac} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4431 | 2025.03.04 03:21:12.185274 [ 255 ] {e9e766aa-dcc3-4e13-b35e-bd33436ea3ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4432 | 2025.03.04 03:21:12.185604 [ 255 ] {e9e766aa-dcc3-4e13-b35e-bd33436ea3ac} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4433 | 2025.03.04 03:21:12.185837 [ 255 ] {e9e766aa-dcc3-4e13-b35e-bd33436ea3ac} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4434 | 2025.03.04 03:21:12.185955 [ 72 ] {} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4435 | 2025.03.04 03:21:12.186007 [ 72 ] {} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4436 | 2025.03.04 03:21:12.186018 [ 255 ] {e9e766aa-dcc3-4e13-b35e-bd33436ea3ac} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001368 sec., 29239.766081871345 rows/sec., 2.15 MiB/sec. | ||
| 4437 | 2025.03.04 03:21:12.186040 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4438 | 2025.03.04 03:21:12.186091 [ 255 ] {e9e766aa-dcc3-4e13-b35e-bd33436ea3ac} <Debug> TCPHandler: Processed in 0.00157865 sec. | ||
| 4439 | 2025.03.04 03:21:12.186310 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4440 | 2025.03.04 03:21:12.186320 [ 198 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 4441 | 2025.03.04 03:21:12.186467 [ 255 ] {9d1b397f-7e81-4be4-a1e3-4bcbf5b09af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4442 | 2025.03.04 03:21:12.186570 [ 255 ] {9d1b397f-7e81-4be4-a1e3-4bcbf5b09af1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4443 | 2025.03.04 03:21:12.186680 [ 198 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4444 | 2025.03.04 03:21:12.186783 [ 198 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 176 rows starting from the beginning of the part | ||
| 4445 | 2025.03.04 03:21:12.187062 [ 198 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 16 rows starting from the beginning of the part | ||
| 4446 | 2025.03.04 03:21:12.187528 [ 198 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 40 rows starting from the beginning of the part | ||
| 4447 | 2025.03.04 03:21:12.187874 [ 198 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 46 rows starting from the beginning of the part | ||
| 4448 | 2025.03.04 03:21:12.188292 [ 198 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 146 rows starting from the beginning of the part | ||
| 4449 | 2025.03.04 03:21:12.188480 [ 198 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part | ||
| 4450 | 2025.03.04 03:21:12.189332 [ 255 ] {9d1b397f-7e81-4be4-a1e3-4bcbf5b09af1} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4451 | 2025.03.04 03:21:12.189405 [ 255 ] {9d1b397f-7e81-4be4-a1e3-4bcbf5b09af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4452 | 2025.03.04 03:21:12.190418 [ 255 ] {9d1b397f-7e81-4be4-a1e3-4bcbf5b09af1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4453 | 2025.03.04 03:21:12.190954 [ 255 ] {9d1b397f-7e81-4be4-a1e3-4bcbf5b09af1} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4454 | 2025.03.04 03:21:12.191449 [ 255 ] {9d1b397f-7e81-4be4-a1e3-4bcbf5b09af1} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.005002 sec., 20791.683326669332 rows/sec., 1.62 MiB/sec. | ||
| 4455 | 2025.03.04 03:21:12.191674 [ 255 ] {9d1b397f-7e81-4be4-a1e3-4bcbf5b09af1} <Debug> TCPHandler: Processed in 0.005437337 sec. | ||
| 4456 | 2025.03.04 03:21:12.191714 [ 191 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 464 rows, containing 5 columns (5 merged, 0 gathered) in 0.005562748 sec., 83412.01147346599 rows/sec., 5.88 MiB/sec. | ||
| 4457 | 2025.03.04 03:21:12.191815 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4458 | 2025.03.04 03:21:12.191956 [ 255 ] {ba4c6b37-b5fc-4755-9a45-c7de9c3bd807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4459 | 2025.03.04 03:21:12.192034 [ 255 ] {ba4c6b37-b5fc-4755-9a45-c7de9c3bd807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4460 | 2025.03.04 03:21:12.192035 [ 193 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4461 | 2025.03.04 03:21:12.192816 [ 193 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_21_4} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4462 | 2025.03.04 03:21:12.192996 [ 193 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_21_4} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4463 | 2025.03.04 03:21:12.193222 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 4464 | 2025.03.04 03:21:12.193272 [ 255 ] {ba4c6b37-b5fc-4755-9a45-c7de9c3bd807} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4465 | 2025.03.04 03:21:12.193316 [ 255 ] {ba4c6b37-b5fc-4755-9a45-c7de9c3bd807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4466 | 2025.03.04 03:21:12.193702 [ 255 ] {ba4c6b37-b5fc-4755-9a45-c7de9c3bd807} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4467 | 2025.03.04 03:21:12.193936 [ 255 ] {ba4c6b37-b5fc-4755-9a45-c7de9c3bd807} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4468 | 2025.03.04 03:21:12.194151 [ 255 ] {ba4c6b37-b5fc-4755-9a45-c7de9c3bd807} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002221 sec., 72039.6217919856 rows/sec., 5.02 MiB/sec. | ||
| 4469 | 2025.03.04 03:21:12.194236 [ 255 ] {ba4c6b37-b5fc-4755-9a45-c7de9c3bd807} <Debug> TCPHandler: Processed in 0.00247715 sec. | ||
| 4470 | 2025.03.04 03:21:12.194491 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4471 | 2025.03.04 03:21:12.194599 [ 255 ] {1c989bd6-8570-46bf-a518-41de4ab8a813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4472 | 2025.03.04 03:21:12.194673 [ 255 ] {1c989bd6-8570-46bf-a518-41de4ab8a813} <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 | ||
| 4473 | 2025.03.04 03:21:12.196103 [ 255 ] {1c989bd6-8570-46bf-a518-41de4ab8a813} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4474 | 2025.03.04 03:21:12.196143 [ 255 ] {1c989bd6-8570-46bf-a518-41de4ab8a813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4475 | 2025.03.04 03:21:12.196806 [ 255 ] {1c989bd6-8570-46bf-a518-41de4ab8a813} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4476 | 2025.03.04 03:21:12.197056 [ 255 ] {1c989bd6-8570-46bf-a518-41de4ab8a813} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4477 | 2025.03.04 03:21:12.197295 [ 255 ] {1c989bd6-8570-46bf-a518-41de4ab8a813} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002717 sec., 14722.119985277881 rows/sec., 26.38 MiB/sec. | ||
| 4478 | 2025.03.04 03:21:12.197390 [ 255 ] {1c989bd6-8570-46bf-a518-41de4ab8a813} <Debug> TCPHandler: Processed in 0.002976696 sec. | ||
| 4479 | 2025.03.04 03:21:12.197503 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4480 | 2025.03.04 03:21:12.197606 [ 255 ] {da95e4b4-f398-4a62-8148-5e2ed397f790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4481 | 2025.03.04 03:21:12.197652 [ 255 ] {da95e4b4-f398-4a62-8148-5e2ed397f790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4482 | 2025.03.04 03:21:12.198084 [ 255 ] {da95e4b4-f398-4a62-8148-5e2ed397f790} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4483 | 2025.03.04 03:21:12.198123 [ 255 ] {da95e4b4-f398-4a62-8148-5e2ed397f790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4484 | 2025.03.04 03:21:12.198468 [ 255 ] {da95e4b4-f398-4a62-8148-5e2ed397f790} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4485 | 2025.03.04 03:21:12.198702 [ 255 ] {da95e4b4-f398-4a62-8148-5e2ed397f790} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4486 | 2025.03.04 03:21:12.198919 [ 255 ] {da95e4b4-f398-4a62-8148-5e2ed397f790} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001335 sec., 44943.8202247191 rows/sec., 3.03 MiB/sec. | ||
| 4487 | 2025.03.04 03:21:12.198969 [ 255 ] {da95e4b4-f398-4a62-8148-5e2ed397f790} <Debug> TCPHandler: Processed in 0.001516028 sec. | ||
| 4488 | 2025.03.04 03:21:15.914916 [ 67 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4489 | 2025.03.04 03:21:15.914988 [ 67 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4490 | 2025.03.04 03:21:16.050916 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
| 4491 | 2025.03.04 03:21:16.051694 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4492 | 2025.03.04 03:21:16.051736 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4493 | 2025.03.04 03:21:16.052254 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4494 | 2025.03.04 03:21:16.052505 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4495 | 2025.03.04 03:21:16.052767 [ 67 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4496 | 2025.03.04 03:21:16.052779 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 4497 | 2025.03.04 03:21:16.052861 [ 67 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4498 | 2025.03.04 03:21:16.052894 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4499 | 2025.03.04 03:21:16.053056 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 4500 | 2025.03.04 03:21:16.053235 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4501 | 2025.03.04 03:21:16.053283 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part | ||
| 4502 | 2025.03.04 03:21:16.053400 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part | ||
| 4503 | 2025.03.04 03:21:16.053591 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part | ||
| 4504 | 2025.03.04 03:21:16.053818 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part | ||
| 4505 | 2025.03.04 03:21:16.053964 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part | ||
| 4506 | 2025.03.04 03:21:16.054076 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part | ||
| 4507 | 2025.03.04 03:21:16.056806 [ 187 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003829237 sec., 3122293.031222669 rows/sec., 44.66 MiB/sec. | ||
| 4508 | 2025.03.04 03:21:16.057200 [ 196 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4509 | 2025.03.04 03:21:16.057554 [ 196 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_26_5} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4510 | 2025.03.04 03:21:16.057647 [ 196 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_26_5} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4511 | 2025.03.04 03:21:16.057761 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 4512 | 2025.03.04 03:21:16.869790 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 4513 | 2025.03.04 03:21:16.891083 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4514 | 2025.03.04 03:21:16.891142 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4515 | 2025.03.04 03:21:16.898490 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4516 | 2025.03.04 03:21:16.899256 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4517 | 2025.03.04 03:21:16.899663 [ 65 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4518 | 2025.03.04 03:21:16.899795 [ 65 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4519 | 2025.03.04 03:21:16.899905 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4520 | 2025.03.04 03:21:16.900449 [ 191 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 4521 | 2025.03.04 03:21:16.909691 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 4522 | 2025.03.04 03:21:16.910949 [ 191 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4523 | 2025.03.04 03:21:16.911840 [ 191 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part | ||
| 4524 | 2025.03.04 03:21:16.916144 [ 191 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part | ||
| 4525 | 2025.03.04 03:21:16.920580 [ 191 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part | ||
| 4526 | 2025.03.04 03:21:16.925359 [ 191 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part | ||
| 4527 | 2025.03.04 03:21:16.930630 [ 191 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part | ||
| 4528 | 2025.03.04 03:21:16.935022 [ 191 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part | ||
| 4529 | 2025.03.04 03:21:16.993701 [ 187 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.093618827 sec., 2093.5959815006013 rows/sec., 10.83 MiB/sec. | ||
| 4530 | 2025.03.04 03:21:16.995522 [ 187 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4531 | 2025.03.04 03:21:16.997825 [ 187 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_26_5} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4532 | 2025.03.04 03:21:16.997920 [ 187 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_26_5} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4533 | 2025.03.04 03:21:16.999226 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4534 | 2025.03.04 03:21:17.000184 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 188.07 MiB, peak 198.62 MiB, free memory in arenas 0.00 B, will set to 189.71 MiB (RSS), difference: 1.64 MiB | ||
| 4535 | 2025.03.04 03:21:17.181074 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4536 | 2025.03.04 03:21:17.181261 [ 255 ] {3f8ffe59-653a-4b5f-b32c-d5f0556ba61e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4537 | 2025.03.04 03:21:17.181334 [ 255 ] {3f8ffe59-653a-4b5f-b32c-d5f0556ba61e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4538 | 2025.03.04 03:21:17.182112 [ 255 ] {3f8ffe59-653a-4b5f-b32c-d5f0556ba61e} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4539 | 2025.03.04 03:21:17.182161 [ 255 ] {3f8ffe59-653a-4b5f-b32c-d5f0556ba61e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4540 | 2025.03.04 03:21:17.182716 [ 255 ] {3f8ffe59-653a-4b5f-b32c-d5f0556ba61e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4541 | 2025.03.04 03:21:17.182992 [ 255 ] {3f8ffe59-653a-4b5f-b32c-d5f0556ba61e} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4542 | 2025.03.04 03:21:17.183246 [ 255 ] {3f8ffe59-653a-4b5f-b32c-d5f0556ba61e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002036 sec., 27504.911591355598 rows/sec., 2.10 MiB/sec. | ||
| 4543 | 2025.03.04 03:21:17.183305 [ 255 ] {3f8ffe59-653a-4b5f-b32c-d5f0556ba61e} <Debug> TCPHandler: Processed in 0.002358619 sec. | ||
| 4544 | 2025.03.04 03:21:17.183428 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4545 | 2025.03.04 03:21:17.183537 [ 255 ] {528018f8-0861-4071-a11d-9a4a6e90a18a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4546 | 2025.03.04 03:21:17.183583 [ 255 ] {528018f8-0861-4071-a11d-9a4a6e90a18a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4547 | 2025.03.04 03:21:17.184143 [ 255 ] {528018f8-0861-4071-a11d-9a4a6e90a18a} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4548 | 2025.03.04 03:21:17.184182 [ 255 ] {528018f8-0861-4071-a11d-9a4a6e90a18a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4549 | 2025.03.04 03:21:17.184543 [ 255 ] {528018f8-0861-4071-a11d-9a4a6e90a18a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4550 | 2025.03.04 03:21:17.184790 [ 255 ] {528018f8-0861-4071-a11d-9a4a6e90a18a} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4551 | 2025.03.04 03:21:17.185035 [ 255 ] {528018f8-0861-4071-a11d-9a4a6e90a18a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001514 sec., 42272.12681638045 rows/sec., 3.30 MiB/sec. | ||
| 4552 | 2025.03.04 03:21:17.185116 [ 255 ] {528018f8-0861-4071-a11d-9a4a6e90a18a} <Debug> TCPHandler: Processed in 0.001739271 sec. | ||
| 4553 | 2025.03.04 03:21:17.185345 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4554 | 2025.03.04 03:21:17.185463 [ 255 ] {7b6fe859-dbc8-4be2-a55b-f837f2e00e75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4555 | 2025.03.04 03:21:17.185513 [ 255 ] {7b6fe859-dbc8-4be2-a55b-f837f2e00e75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4556 | 2025.03.04 03:21:17.186042 [ 255 ] {7b6fe859-dbc8-4be2-a55b-f837f2e00e75} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4557 | 2025.03.04 03:21:17.186080 [ 255 ] {7b6fe859-dbc8-4be2-a55b-f837f2e00e75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4558 | 2025.03.04 03:21:17.186470 [ 255 ] {7b6fe859-dbc8-4be2-a55b-f837f2e00e75} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4559 | 2025.03.04 03:21:17.186700 [ 255 ] {7b6fe859-dbc8-4be2-a55b-f837f2e00e75} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4560 | 2025.03.04 03:21:17.186930 [ 255 ] {7b6fe859-dbc8-4be2-a55b-f837f2e00e75} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001491 sec., 107310.52984574111 rows/sec., 7.47 MiB/sec. | ||
| 4561 | 2025.03.04 03:21:17.186981 [ 255 ] {7b6fe859-dbc8-4be2-a55b-f837f2e00e75} <Debug> TCPHandler: Processed in 0.001727651 sec. | ||
| 4562 | 2025.03.04 03:21:17.187085 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4563 | 2025.03.04 03:21:17.187186 [ 255 ] {857c5dda-2c68-4eaa-8119-c21599c8b5b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4564 | 2025.03.04 03:21:17.187231 [ 255 ] {857c5dda-2c68-4eaa-8119-c21599c8b5b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4565 | 2025.03.04 03:21:17.187659 [ 255 ] {857c5dda-2c68-4eaa-8119-c21599c8b5b1} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4566 | 2025.03.04 03:21:17.187697 [ 255 ] {857c5dda-2c68-4eaa-8119-c21599c8b5b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4567 | 2025.03.04 03:21:17.188050 [ 255 ] {857c5dda-2c68-4eaa-8119-c21599c8b5b1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4568 | 2025.03.04 03:21:17.188280 [ 255 ] {857c5dda-2c68-4eaa-8119-c21599c8b5b1} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4569 | 2025.03.04 03:21:17.188491 [ 255 ] {857c5dda-2c68-4eaa-8119-c21599c8b5b1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001326 sec., 45248.86877828054 rows/sec., 3.05 MiB/sec. | ||
| 4570 | 2025.03.04 03:21:17.188540 [ 255 ] {857c5dda-2c68-4eaa-8119-c21599c8b5b1} <Debug> TCPHandler: Processed in 0.001504388 sec. | ||
| 4571 | 2025.03.04 03:21:21.086903 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 614 | ||
| 4572 | 2025.03.04 03:21:21.089649 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4573 | 2025.03.04 03:21:21.089701 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4574 | 2025.03.04 03:21:21.091140 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4575 | 2025.03.04 03:21:21.091455 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4576 | 2025.03.04 03:21:21.092064 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 614 | ||
| 4577 | 2025.03.04 03:21:22.182753 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4578 | 2025.03.04 03:21:22.183025 [ 255 ] {324bb47d-5757-425b-9932-29f89ec0f993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4579 | 2025.03.04 03:21:22.183096 [ 255 ] {324bb47d-5757-425b-9932-29f89ec0f993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4580 | 2025.03.04 03:21:22.183807 [ 255 ] {324bb47d-5757-425b-9932-29f89ec0f993} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4581 | 2025.03.04 03:21:22.183858 [ 255 ] {324bb47d-5757-425b-9932-29f89ec0f993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4582 | 2025.03.04 03:21:22.184281 [ 255 ] {324bb47d-5757-425b-9932-29f89ec0f993} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4583 | 2025.03.04 03:21:22.184539 [ 255 ] {324bb47d-5757-425b-9932-29f89ec0f993} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4584 | 2025.03.04 03:21:22.184830 [ 255 ] {324bb47d-5757-425b-9932-29f89ec0f993} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001867 sec., 4284.949116229245 rows/sec., 349.41 KiB/sec. | ||
| 4585 | 2025.03.04 03:21:22.185047 [ 255 ] {324bb47d-5757-425b-9932-29f89ec0f993} <Debug> TCPHandler: Processed in 0.00246489 sec. | ||
| 4586 | 2025.03.04 03:21:22.185222 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4587 | 2025.03.04 03:21:22.185327 [ 255 ] {5827429c-3ff8-4fe0-96ff-7f52d7dddcec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4588 | 2025.03.04 03:21:22.185375 [ 255 ] {5827429c-3ff8-4fe0-96ff-7f52d7dddcec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4589 | 2025.03.04 03:21:22.185993 [ 255 ] {5827429c-3ff8-4fe0-96ff-7f52d7dddcec} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4590 | 2025.03.04 03:21:22.186033 [ 255 ] {5827429c-3ff8-4fe0-96ff-7f52d7dddcec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4591 | 2025.03.04 03:21:22.186397 [ 255 ] {5827429c-3ff8-4fe0-96ff-7f52d7dddcec} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4592 | 2025.03.04 03:21:22.186629 [ 255 ] {5827429c-3ff8-4fe0-96ff-7f52d7dddcec} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4593 | 2025.03.04 03:21:22.186794 [ 58 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4594 | 2025.03.04 03:21:22.186862 [ 255 ] {5827429c-3ff8-4fe0-96ff-7f52d7dddcec} <Debug> executeQuery: Read 140 rows, 12.29 KiB in 0.00155 sec., 90322.58064516129 rows/sec., 7.74 MiB/sec. | ||
| 4595 | 2025.03.04 03:21:22.186873 [ 58 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4596 | 2025.03.04 03:21:22.186945 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4597 | 2025.03.04 03:21:22.186985 [ 255 ] {5827429c-3ff8-4fe0-96ff-7f52d7dddcec} <Debug> TCPHandler: Processed in 0.001812822 sec. | ||
| 4598 | 2025.03.04 03:21:22.187202 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4599 | 2025.03.04 03:21:22.187317 [ 189 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 4600 | 2025.03.04 03:21:22.187364 [ 255 ] {1452fca1-72e8-4790-8ce4-e73efdd9245c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4601 | 2025.03.04 03:21:22.187457 [ 255 ] {1452fca1-72e8-4790-8ce4-e73efdd9245c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4602 | 2025.03.04 03:21:22.187859 [ 189 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4603 | 2025.03.04 03:21:22.188005 [ 189 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1967 rows starting from the beginning of the part | ||
| 4604 | 2025.03.04 03:21:22.188442 [ 189 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 697 rows starting from the beginning of the part | ||
| 4605 | 2025.03.04 03:21:22.188742 [ 189 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1196 rows starting from the beginning of the part | ||
| 4606 | 2025.03.04 03:21:22.189012 [ 189 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 136 rows starting from the beginning of the part | ||
| 4607 | 2025.03.04 03:21:22.189386 [ 189 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part | ||
| 4608 | 2025.03.04 03:21:22.189818 [ 189 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 140 rows starting from the beginning of the part | ||
| 4609 | 2025.03.04 03:21:22.190455 [ 255 ] {1452fca1-72e8-4790-8ce4-e73efdd9245c} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4610 | 2025.03.04 03:21:22.190506 [ 255 ] {1452fca1-72e8-4790-8ce4-e73efdd9245c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4611 | 2025.03.04 03:21:22.191461 [ 255 ] {1452fca1-72e8-4790-8ce4-e73efdd9245c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4612 | 2025.03.04 03:21:22.191977 [ 255 ] {1452fca1-72e8-4790-8ce4-e73efdd9245c} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4613 | 2025.03.04 03:21:22.192485 [ 255 ] {1452fca1-72e8-4790-8ce4-e73efdd9245c} <Debug> executeQuery: Read 48 rows, 3.57 KiB in 0.00514 sec., 9338.52140077821 rows/sec., 693.85 KiB/sec. | ||
| 4614 | 2025.03.04 03:21:22.192659 [ 255 ] {1452fca1-72e8-4790-8ce4-e73efdd9245c} <Debug> TCPHandler: Processed in 0.005533078 sec. | ||
| 4615 | 2025.03.04 03:21:22.192806 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4616 | 2025.03.04 03:21:22.192924 [ 255 ] {649bf1c8-93c3-492f-9650-a30fbfedd9ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4617 | 2025.03.04 03:21:22.192974 [ 255 ] {649bf1c8-93c3-492f-9650-a30fbfedd9ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4618 | 2025.03.04 03:21:22.193783 [ 189 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4192 rows, containing 5 columns (5 merged, 0 gathered) in 0.006644282 sec., 630918.4348286241 rows/sec., 54.05 MiB/sec. | ||
| 4619 | 2025.03.04 03:21:22.193996 [ 255 ] {649bf1c8-93c3-492f-9650-a30fbfedd9ce} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4620 | 2025.03.04 03:21:22.194077 [ 255 ] {649bf1c8-93c3-492f-9650-a30fbfedd9ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4621 | 2025.03.04 03:21:22.194123 [ 189 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4622 | 2025.03.04 03:21:22.194723 [ 189 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_36_7} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4623 | 2025.03.04 03:21:22.194798 [ 255 ] {649bf1c8-93c3-492f-9650-a30fbfedd9ce} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4624 | 2025.03.04 03:21:22.194863 [ 189 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_36_7} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4625 | 2025.03.04 03:21:22.195001 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 4626 | 2025.03.04 03:21:22.195175 [ 255 ] {649bf1c8-93c3-492f-9650-a30fbfedd9ce} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4627 | 2025.03.04 03:21:22.195351 [ 58 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4628 | 2025.03.04 03:21:22.195418 [ 255 ] {649bf1c8-93c3-492f-9650-a30fbfedd9ce} <Debug> executeQuery: Read 112 rows, 8.97 KiB in 0.00252 sec., 44444.444444444445 rows/sec., 3.48 MiB/sec. | ||
| 4629 | 2025.03.04 03:21:22.195438 [ 58 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4630 | 2025.03.04 03:21:22.195513 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4631 | 2025.03.04 03:21:22.195567 [ 255 ] {649bf1c8-93c3-492f-9650-a30fbfedd9ce} <Debug> TCPHandler: Processed in 0.002818115 sec. | ||
| 4632 | 2025.03.04 03:21:22.195779 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 4633 | 2025.03.04 03:21:22.195791 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4634 | 2025.03.04 03:21:22.196079 [ 255 ] {97a09ece-b44f-4c3a-8a7d-b8636dcdd697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4635 | 2025.03.04 03:21:22.196095 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4636 | 2025.03.04 03:21:22.196187 [ 255 ] {97a09ece-b44f-4c3a-8a7d-b8636dcdd697} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4637 | 2025.03.04 03:21:22.196191 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 950 rows starting from the beginning of the part | ||
| 4638 | 2025.03.04 03:21:22.196562 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 422 rows starting from the beginning of the part | ||
| 4639 | 2025.03.04 03:21:22.196964 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 520 rows starting from the beginning of the part | ||
| 4640 | 2025.03.04 03:21:22.197329 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 104 rows starting from the beginning of the part | ||
| 4641 | 2025.03.04 03:21:22.197719 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part | ||
| 4642 | 2025.03.04 03:21:22.198035 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 112 rows starting from the beginning of the part | ||
| 4643 | 2025.03.04 03:21:22.198856 [ 255 ] {97a09ece-b44f-4c3a-8a7d-b8636dcdd697} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4644 | 2025.03.04 03:21:22.198917 [ 255 ] {97a09ece-b44f-4c3a-8a7d-b8636dcdd697} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4645 | 2025.03.04 03:21:22.199870 [ 255 ] {97a09ece-b44f-4c3a-8a7d-b8636dcdd697} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4646 | 2025.03.04 03:21:22.200442 [ 255 ] {97a09ece-b44f-4c3a-8a7d-b8636dcdd697} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4647 | 2025.03.04 03:21:22.200821 [ 57 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4648 | 2025.03.04 03:21:22.200888 [ 57 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4649 | 2025.03.04 03:21:22.200933 [ 255 ] {97a09ece-b44f-4c3a-8a7d-b8636dcdd697} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.004937 sec., 33218.55377759773 rows/sec., 2.31 MiB/sec. | ||
| 4650 | 2025.03.04 03:21:22.200940 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4651 | 2025.03.04 03:21:22.201243 [ 255 ] {97a09ece-b44f-4c3a-8a7d-b8636dcdd697} <Debug> TCPHandler: Processed in 0.005505697 sec. | ||
| 4652 | 2025.03.04 03:21:22.201397 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 4653 | 2025.03.04 03:21:22.201866 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4654 | 2025.03.04 03:21:22.201953 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4655 | 2025.03.04 03:21:22.202068 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9292 rows starting from the beginning of the part | ||
| 4656 | 2025.03.04 03:21:22.202067 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2172 rows, containing 5 columns (5 merged, 0 gathered) in 0.006413948 sec., 338636.98302511964 rows/sec., 26.24 MiB/sec. | ||
| 4657 | 2025.03.04 03:21:22.202223 [ 255 ] {88fa580b-31d5-4d08-9783-208d417f672f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4658 | 2025.03.04 03:21:22.202460 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 237 rows starting from the beginning of the part | ||
| 4659 | 2025.03.04 03:21:22.202576 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4660 | 2025.03.04 03:21:22.202697 [ 255 ] {88fa580b-31d5-4d08-9783-208d417f672f} <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 | ||
| 4661 | 2025.03.04 03:21:22.202879 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 880 rows starting from the beginning of the part | ||
| 4662 | 2025.03.04 03:21:22.203355 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
| 4663 | 2025.03.04 03:21:22.203931 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
| 4664 | 2025.03.04 03:21:22.204111 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_36_7} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4665 | 2025.03.04 03:21:22.204374 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 164 rows starting from the beginning of the part | ||
| 4666 | 2025.03.04 03:21:22.204944 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_36_7} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4667 | 2025.03.04 03:21:22.205239 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 4668 | 2025.03.04 03:21:22.207346 [ 255 ] {88fa580b-31d5-4d08-9783-208d417f672f} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4669 | 2025.03.04 03:21:22.207401 [ 255 ] {88fa580b-31d5-4d08-9783-208d417f672f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4670 | 2025.03.04 03:21:22.208497 [ 255 ] {88fa580b-31d5-4d08-9783-208d417f672f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4671 | 2025.03.04 03:21:22.208940 [ 255 ] {88fa580b-31d5-4d08-9783-208d417f672f} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4672 | 2025.03.04 03:21:22.209412 [ 255 ] {88fa580b-31d5-4d08-9783-208d417f672f} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.007303 sec., 5477.201150212242 rows/sec., 9.81 MiB/sec. | ||
| 4673 | 2025.03.04 03:21:22.209892 [ 255 ] {88fa580b-31d5-4d08-9783-208d417f672f} <Debug> TCPHandler: Processed in 0.00823002 sec. | ||
| 4674 | 2025.03.04 03:21:22.210109 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4675 | 2025.03.04 03:21:22.210228 [ 255 ] {61354f43-1539-4013-8a5e-12fda46545d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4676 | 2025.03.04 03:21:22.210313 [ 255 ] {61354f43-1539-4013-8a5e-12fda46545d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4677 | 2025.03.04 03:21:22.210482 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10893 rows, containing 5 columns (5 merged, 0 gathered) in 0.009391975 sec., 1159819.9526723612 rows/sec., 79.53 MiB/sec. | ||
| 4678 | 2025.03.04 03:21:22.210737 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4679 | 2025.03.04 03:21:22.210944 [ 255 ] {61354f43-1539-4013-8a5e-12fda46545d5} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4680 | 2025.03.04 03:21:22.210985 [ 255 ] {61354f43-1539-4013-8a5e-12fda46545d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4681 | 2025.03.04 03:21:22.211104 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4682 | 2025.03.04 03:21:22.211213 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4683 | 2025.03.04 03:21:22.211319 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. | ||
| 4684 | 2025.03.04 03:21:22.211440 [ 255 ] {61354f43-1539-4013-8a5e-12fda46545d5} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4685 | 2025.03.04 03:21:22.211675 [ 255 ] {61354f43-1539-4013-8a5e-12fda46545d5} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4686 | 2025.03.04 03:21:22.211863 [ 57 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4687 | 2025.03.04 03:21:22.211932 [ 255 ] {61354f43-1539-4013-8a5e-12fda46545d5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001731 sec., 34662.04506065858 rows/sec., 2.34 MiB/sec. | ||
| 4688 | 2025.03.04 03:21:22.211951 [ 57 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4689 | 2025.03.04 03:21:22.212049 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4690 | 2025.03.04 03:21:22.212071 [ 255 ] {61354f43-1539-4013-8a5e-12fda46545d5} <Debug> TCPHandler: Processed in 0.002009415 sec. | ||
| 4691 | 2025.03.04 03:21:22.212301 [ 187 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 4692 | 2025.03.04 03:21:22.212415 [ 187 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4693 | 2025.03.04 03:21:22.212445 [ 187 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1660 rows starting from the beginning of the part | ||
| 4694 | 2025.03.04 03:21:22.212562 [ 187 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part | ||
| 4695 | 2025.03.04 03:21:22.212716 [ 187 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
| 4696 | 2025.03.04 03:21:22.212861 [ 187 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
| 4697 | 2025.03.04 03:21:22.213015 [ 187 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
| 4698 | 2025.03.04 03:21:22.213179 [ 187 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
| 4699 | 2025.03.04 03:21:22.214560 [ 194 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1982 rows, containing 4 columns (4 merged, 0 gathered) in 0.002390749 sec., 829028.8942921235 rows/sec., 55.65 MiB/sec. | ||
| 4700 | 2025.03.04 03:21:22.214772 [ 187 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4701 | 2025.03.04 03:21:22.215044 [ 187 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_36_7} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4702 | 2025.03.04 03:21:22.215119 [ 187 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_36_7} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4703 | 2025.03.04 03:21:22.215190 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 4704 | 2025.03.04 03:21:23.553005 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
| 4705 | 2025.03.04 03:21:23.553736 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4706 | 2025.03.04 03:21:23.553782 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4707 | 2025.03.04 03:21:23.554342 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4708 | 2025.03.04 03:21:23.554596 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4709 | 2025.03.04 03:21:23.554776 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
| 4710 | 2025.03.04 03:21:24.409785 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 4711 | 2025.03.04 03:21:24.428783 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4712 | 2025.03.04 03:21:24.428834 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4713 | 2025.03.04 03:21:24.436063 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4714 | 2025.03.04 03:21:24.436807 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4715 | 2025.03.04 03:21:24.439335 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 4716 | 2025.03.04 03:21:27.181269 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4717 | 2025.03.04 03:21:27.181471 [ 255 ] {e6b7ab6f-05a9-41ff-9f3b-169e6d97adab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4718 | 2025.03.04 03:21:27.181547 [ 255 ] {e6b7ab6f-05a9-41ff-9f3b-169e6d97adab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4719 | 2025.03.04 03:21:27.182338 [ 255 ] {e6b7ab6f-05a9-41ff-9f3b-169e6d97adab} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4720 | 2025.03.04 03:21:27.182395 [ 255 ] {e6b7ab6f-05a9-41ff-9f3b-169e6d97adab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4721 | 2025.03.04 03:21:27.182920 [ 255 ] {e6b7ab6f-05a9-41ff-9f3b-169e6d97adab} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4722 | 2025.03.04 03:21:27.183201 [ 255 ] {e6b7ab6f-05a9-41ff-9f3b-169e6d97adab} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4723 | 2025.03.04 03:21:27.183400 [ 255 ] {e6b7ab6f-05a9-41ff-9f3b-169e6d97adab} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001986 sec., 28197.381671701914 rows/sec., 2.15 MiB/sec. | ||
| 4724 | 2025.03.04 03:21:27.183457 [ 255 ] {e6b7ab6f-05a9-41ff-9f3b-169e6d97adab} <Debug> TCPHandler: Processed in 0.002317318 sec. | ||
| 4725 | 2025.03.04 03:21:27.183575 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4726 | 2025.03.04 03:21:27.183680 [ 255 ] {8822955f-587f-467b-b1e1-46632f51ef95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4727 | 2025.03.04 03:21:27.183726 [ 255 ] {8822955f-587f-467b-b1e1-46632f51ef95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4728 | 2025.03.04 03:21:27.184269 [ 255 ] {8822955f-587f-467b-b1e1-46632f51ef95} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4729 | 2025.03.04 03:21:27.184307 [ 255 ] {8822955f-587f-467b-b1e1-46632f51ef95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4730 | 2025.03.04 03:21:27.184655 [ 255 ] {8822955f-587f-467b-b1e1-46632f51ef95} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4731 | 2025.03.04 03:21:27.184898 [ 255 ] {8822955f-587f-467b-b1e1-46632f51ef95} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4732 | 2025.03.04 03:21:27.185077 [ 255 ] {8822955f-587f-467b-b1e1-46632f51ef95} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001418 sec., 45133.99153737658 rows/sec., 3.52 MiB/sec. | ||
| 4733 | 2025.03.04 03:21:27.185126 [ 255 ] {8822955f-587f-467b-b1e1-46632f51ef95} <Debug> TCPHandler: Processed in 0.00160203 sec. | ||
| 4734 | 2025.03.04 03:21:27.185238 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4735 | 2025.03.04 03:21:27.185343 [ 255 ] {934f1a53-b5b2-4e19-b18f-fb839c3f8c53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4736 | 2025.03.04 03:21:27.185391 [ 255 ] {934f1a53-b5b2-4e19-b18f-fb839c3f8c53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4737 | 2025.03.04 03:21:27.185894 [ 255 ] {934f1a53-b5b2-4e19-b18f-fb839c3f8c53} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4738 | 2025.03.04 03:21:27.185931 [ 255 ] {934f1a53-b5b2-4e19-b18f-fb839c3f8c53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4739 | 2025.03.04 03:21:27.186297 [ 255 ] {934f1a53-b5b2-4e19-b18f-fb839c3f8c53} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4740 | 2025.03.04 03:21:27.186525 [ 255 ] {934f1a53-b5b2-4e19-b18f-fb839c3f8c53} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4741 | 2025.03.04 03:21:27.186699 [ 255 ] {934f1a53-b5b2-4e19-b18f-fb839c3f8c53} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001379 sec., 116026.10587382161 rows/sec., 8.08 MiB/sec. | ||
| 4742 | 2025.03.04 03:21:27.186748 [ 255 ] {934f1a53-b5b2-4e19-b18f-fb839c3f8c53} <Debug> TCPHandler: Processed in 0.001559259 sec. | ||
| 4743 | 2025.03.04 03:21:27.186850 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4744 | 2025.03.04 03:21:27.186951 [ 255 ] {d70d9e68-8e3e-4e79-b8d3-b61ae210e09c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4745 | 2025.03.04 03:21:27.186996 [ 255 ] {d70d9e68-8e3e-4e79-b8d3-b61ae210e09c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4746 | 2025.03.04 03:21:27.187414 [ 255 ] {d70d9e68-8e3e-4e79-b8d3-b61ae210e09c} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4747 | 2025.03.04 03:21:27.187450 [ 255 ] {d70d9e68-8e3e-4e79-b8d3-b61ae210e09c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4748 | 2025.03.04 03:21:27.187798 [ 255 ] {d70d9e68-8e3e-4e79-b8d3-b61ae210e09c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4749 | 2025.03.04 03:21:27.188022 [ 255 ] {d70d9e68-8e3e-4e79-b8d3-b61ae210e09c} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4750 | 2025.03.04 03:21:27.188191 [ 255 ] {d70d9e68-8e3e-4e79-b8d3-b61ae210e09c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001261 sec., 47581.28469468676 rows/sec., 3.21 MiB/sec. | ||
| 4751 | 2025.03.04 03:21:27.188237 [ 255 ] {d70d9e68-8e3e-4e79-b8d3-b61ae210e09c} <Debug> TCPHandler: Processed in 0.001436668 sec. | ||
| 4752 | 2025.03.04 03:21:30.915064 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4753 | 2025.03.04 03:21:30.915135 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4754 | 2025.03.04 03:21:31.054938 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
| 4755 | 2025.03.04 03:21:31.055862 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4756 | 2025.03.04 03:21:31.055898 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4757 | 2025.03.04 03:21:31.056416 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4758 | 2025.03.04 03:21:31.056666 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4759 | 2025.03.04 03:21:31.056922 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 4760 | 2025.03.04 03:21:31.092293 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 636 | ||
| 4761 | 2025.03.04 03:21:31.095198 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4762 | 2025.03.04 03:21:31.095239 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4763 | 2025.03.04 03:21:31.096704 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4764 | 2025.03.04 03:21:31.097028 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4765 | 2025.03.04 03:21:31.097939 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 636 | ||
| 4766 | 2025.03.04 03:21:31.939457 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 4767 | 2025.03.04 03:21:31.960517 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4768 | 2025.03.04 03:21:31.960575 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4769 | 2025.03.04 03:21:31.967921 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4770 | 2025.03.04 03:21:31.968674 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4771 | 2025.03.04 03:21:31.972342 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 4772 | 2025.03.04 03:21:32.183365 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4773 | 2025.03.04 03:21:32.183581 [ 255 ] {13db3568-a8a1-41cf-b73c-dfe7934c08bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4774 | 2025.03.04 03:21:32.183665 [ 255 ] {13db3568-a8a1-41cf-b73c-dfe7934c08bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4775 | 2025.03.04 03:21:32.184616 [ 255 ] {13db3568-a8a1-41cf-b73c-dfe7934c08bc} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4776 | 2025.03.04 03:21:32.184669 [ 255 ] {13db3568-a8a1-41cf-b73c-dfe7934c08bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4777 | 2025.03.04 03:21:32.185118 [ 255 ] {13db3568-a8a1-41cf-b73c-dfe7934c08bc} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4778 | 2025.03.04 03:21:32.185379 [ 255 ] {13db3568-a8a1-41cf-b73c-dfe7934c08bc} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4779 | 2025.03.04 03:21:32.185649 [ 255 ] {13db3568-a8a1-41cf-b73c-dfe7934c08bc} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.002129 sec., 63879.75575387506 rows/sec., 5.50 MiB/sec. | ||
| 4780 | 2025.03.04 03:21:32.185720 [ 255 ] {13db3568-a8a1-41cf-b73c-dfe7934c08bc} <Debug> TCPHandler: Processed in 0.00249623 sec. | ||
| 4781 | 2025.03.04 03:21:32.185835 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4782 | 2025.03.04 03:21:32.185945 [ 255 ] {03f8312a-3d17-42b7-a439-f9cc8f06f456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4783 | 2025.03.04 03:21:32.185994 [ 255 ] {03f8312a-3d17-42b7-a439-f9cc8f06f456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4784 | 2025.03.04 03:21:32.186530 [ 255 ] {03f8312a-3d17-42b7-a439-f9cc8f06f456} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4785 | 2025.03.04 03:21:32.186572 [ 255 ] {03f8312a-3d17-42b7-a439-f9cc8f06f456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4786 | 2025.03.04 03:21:32.186924 [ 255 ] {03f8312a-3d17-42b7-a439-f9cc8f06f456} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4787 | 2025.03.04 03:21:32.187161 [ 255 ] {03f8312a-3d17-42b7-a439-f9cc8f06f456} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4788 | 2025.03.04 03:21:32.187391 [ 255 ] {03f8312a-3d17-42b7-a439-f9cc8f06f456} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001472 sec., 27173.91304347826 rows/sec., 2.00 MiB/sec. | ||
| 4789 | 2025.03.04 03:21:32.187444 [ 255 ] {03f8312a-3d17-42b7-a439-f9cc8f06f456} <Debug> TCPHandler: Processed in 0.001660061 sec. | ||
| 4790 | 2025.03.04 03:21:32.187548 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4791 | 2025.03.04 03:21:32.187650 [ 255 ] {4c1002c7-ecb9-4fd1-a0d1-58058dc0a602} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4792 | 2025.03.04 03:21:32.187695 [ 255 ] {4c1002c7-ecb9-4fd1-a0d1-58058dc0a602} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4793 | 2025.03.04 03:21:32.188244 [ 255 ] {4c1002c7-ecb9-4fd1-a0d1-58058dc0a602} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4794 | 2025.03.04 03:21:32.188284 [ 255 ] {4c1002c7-ecb9-4fd1-a0d1-58058dc0a602} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4795 | 2025.03.04 03:21:32.188634 [ 255 ] {4c1002c7-ecb9-4fd1-a0d1-58058dc0a602} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4796 | 2025.03.04 03:21:32.188864 [ 255 ] {4c1002c7-ecb9-4fd1-a0d1-58058dc0a602} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4797 | 2025.03.04 03:21:32.189073 [ 255 ] {4c1002c7-ecb9-4fd1-a0d1-58058dc0a602} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001445 sec., 71972.31833910034 rows/sec., 5.62 MiB/sec. | ||
| 4798 | 2025.03.04 03:21:32.189126 [ 255 ] {4c1002c7-ecb9-4fd1-a0d1-58058dc0a602} <Debug> TCPHandler: Processed in 0.00162859 sec. | ||
| 4799 | 2025.03.04 03:21:32.189239 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4800 | 2025.03.04 03:21:32.189345 [ 255 ] {4381ede8-5db3-47e7-b0f1-e4ea3f2b8c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4801 | 2025.03.04 03:21:32.189393 [ 255 ] {4381ede8-5db3-47e7-b0f1-e4ea3f2b8c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4802 | 2025.03.04 03:21:32.189909 [ 255 ] {4381ede8-5db3-47e7-b0f1-e4ea3f2b8c8f} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4803 | 2025.03.04 03:21:32.189946 [ 255 ] {4381ede8-5db3-47e7-b0f1-e4ea3f2b8c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4804 | 2025.03.04 03:21:32.190318 [ 255 ] {4381ede8-5db3-47e7-b0f1-e4ea3f2b8c8f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4805 | 2025.03.04 03:21:32.190547 [ 255 ] {4381ede8-5db3-47e7-b0f1-e4ea3f2b8c8f} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4806 | 2025.03.04 03:21:32.190751 [ 255 ] {4381ede8-5db3-47e7-b0f1-e4ea3f2b8c8f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001429 sec., 111966.41007697691 rows/sec., 7.80 MiB/sec. | ||
| 4807 | 2025.03.04 03:21:32.190800 [ 255 ] {4381ede8-5db3-47e7-b0f1-e4ea3f2b8c8f} <Debug> TCPHandler: Processed in 0.00161185 sec. | ||
| 4808 | 2025.03.04 03:21:32.190903 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4809 | 2025.03.04 03:21:32.191004 [ 255 ] {3e2196df-4329-4578-b62e-fa886c9070ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4810 | 2025.03.04 03:21:32.191068 [ 255 ] {3e2196df-4329-4578-b62e-fa886c9070ef} <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 | ||
| 4811 | 2025.03.04 03:21:32.192239 [ 255 ] {3e2196df-4329-4578-b62e-fa886c9070ef} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4812 | 2025.03.04 03:21:32.192278 [ 255 ] {3e2196df-4329-4578-b62e-fa886c9070ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4813 | 2025.03.04 03:21:32.193104 [ 255 ] {3e2196df-4329-4578-b62e-fa886c9070ef} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4814 | 2025.03.04 03:21:32.193384 [ 255 ] {3e2196df-4329-4578-b62e-fa886c9070ef} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4815 | 2025.03.04 03:21:32.193680 [ 255 ] {3e2196df-4329-4578-b62e-fa886c9070ef} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002696 sec., 14836.795252225518 rows/sec., 26.59 MiB/sec. | ||
| 4816 | 2025.03.04 03:21:32.194106 [ 255 ] {3e2196df-4329-4578-b62e-fa886c9070ef} <Debug> TCPHandler: Processed in 0.003251499 sec. | ||
| 4817 | 2025.03.04 03:21:32.194222 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4818 | 2025.03.04 03:21:32.194324 [ 255 ] {d3f47a13-8306-4a3e-b246-c360c29c2a1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4819 | 2025.03.04 03:21:32.194369 [ 255 ] {d3f47a13-8306-4a3e-b246-c360c29c2a1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4820 | 2025.03.04 03:21:32.194814 [ 255 ] {d3f47a13-8306-4a3e-b246-c360c29c2a1b} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4821 | 2025.03.04 03:21:32.194850 [ 255 ] {d3f47a13-8306-4a3e-b246-c360c29c2a1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4822 | 2025.03.04 03:21:32.195213 [ 255 ] {d3f47a13-8306-4a3e-b246-c360c29c2a1b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4823 | 2025.03.04 03:21:32.195440 [ 255 ] {d3f47a13-8306-4a3e-b246-c360c29c2a1b} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4824 | 2025.03.04 03:21:32.195663 [ 255 ] {d3f47a13-8306-4a3e-b246-c360c29c2a1b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001361 sec., 44085.2314474651 rows/sec., 2.97 MiB/sec. | ||
| 4825 | 2025.03.04 03:21:32.195714 [ 255 ] {d3f47a13-8306-4a3e-b246-c360c29c2a1b} <Debug> TCPHandler: Processed in 0.001540349 sec. | ||
| 4826 | 2025.03.04 03:21:36.973612 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4827 | 2025.03.04 03:21:36.973813 [ 255 ] {c36d1491-0db7-463f-9d62-e5b9abd802f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4828 | 2025.03.04 03:21:36.973884 [ 255 ] {c36d1491-0db7-463f-9d62-e5b9abd802f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4829 | 2025.03.04 03:21:36.974665 [ 255 ] {c36d1491-0db7-463f-9d62-e5b9abd802f1} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4830 | 2025.03.04 03:21:36.974716 [ 255 ] {c36d1491-0db7-463f-9d62-e5b9abd802f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 4831 | 2025.03.04 03:21:36.975131 [ 255 ] {c36d1491-0db7-463f-9d62-e5b9abd802f1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4832 | 2025.03.04 03:21:36.975372 [ 255 ] {c36d1491-0db7-463f-9d62-e5b9abd802f1} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4833 | 2025.03.04 03:21:36.975603 [ 255 ] {c36d1491-0db7-463f-9d62-e5b9abd802f1} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001842 sec., 13029.315960912052 rows/sec., 1.08 MiB/sec. | ||
| 4834 | 2025.03.04 03:21:36.975659 [ 255 ] {c36d1491-0db7-463f-9d62-e5b9abd802f1} <Debug> TCPHandler: Processed in 0.002175127 sec. | ||
| 4835 | 2025.03.04 03:21:36.975783 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4836 | 2025.03.04 03:21:36.975888 [ 255 ] {06e1959b-d267-4284-96c5-2dc3bcb71ca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4837 | 2025.03.04 03:21:36.975934 [ 255 ] {06e1959b-d267-4284-96c5-2dc3bcb71ca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4838 | 2025.03.04 03:21:36.976446 [ 255 ] {06e1959b-d267-4284-96c5-2dc3bcb71ca2} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4839 | 2025.03.04 03:21:36.976485 [ 255 ] {06e1959b-d267-4284-96c5-2dc3bcb71ca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 4840 | 2025.03.04 03:21:36.976813 [ 255 ] {06e1959b-d267-4284-96c5-2dc3bcb71ca2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4841 | 2025.03.04 03:21:36.977039 [ 255 ] {06e1959b-d267-4284-96c5-2dc3bcb71ca2} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4842 | 2025.03.04 03:21:36.977258 [ 255 ] {06e1959b-d267-4284-96c5-2dc3bcb71ca2} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001389 sec., 2879.7696184305255 rows/sec., 234.82 KiB/sec. | ||
| 4843 | 2025.03.04 03:21:36.977346 [ 255 ] {06e1959b-d267-4284-96c5-2dc3bcb71ca2} <Debug> TCPHandler: Processed in 0.00161198 sec. | ||
| 4844 | 2025.03.04 03:21:36.977447 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4845 | 2025.03.04 03:21:36.977547 [ 255 ] {2d4149a8-6ff5-4a82-947e-b1ca8b69a89e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4846 | 2025.03.04 03:21:36.977589 [ 255 ] {2d4149a8-6ff5-4a82-947e-b1ca8b69a89e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4847 | 2025.03.04 03:21:36.979006 [ 255 ] {2d4149a8-6ff5-4a82-947e-b1ca8b69a89e} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4848 | 2025.03.04 03:21:36.979044 [ 255 ] {2d4149a8-6ff5-4a82-947e-b1ca8b69a89e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 4849 | 2025.03.04 03:21:36.979459 [ 255 ] {2d4149a8-6ff5-4a82-947e-b1ca8b69a89e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4850 | 2025.03.04 03:21:36.979697 [ 255 ] {2d4149a8-6ff5-4a82-947e-b1ca8b69a89e} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4851 | 2025.03.04 03:21:36.979899 [ 255 ] {2d4149a8-6ff5-4a82-947e-b1ca8b69a89e} <Debug> executeQuery: Read 1318 rows, 112.08 KiB in 0.002373 sec., 555415.0863885377 rows/sec., 46.12 MiB/sec. | ||
| 4852 | 2025.03.04 03:21:36.979950 [ 255 ] {2d4149a8-6ff5-4a82-947e-b1ca8b69a89e} <Debug> TCPHandler: Processed in 0.002551501 sec. | ||
| 4853 | 2025.03.04 03:21:36.980052 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4854 | 2025.03.04 03:21:36.980151 [ 255 ] {76b35e8b-3e0a-4e08-907e-b07cf7be8691} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4855 | 2025.03.04 03:21:36.980194 [ 255 ] {76b35e8b-3e0a-4e08-907e-b07cf7be8691} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4856 | 2025.03.04 03:21:36.980706 [ 255 ] {76b35e8b-3e0a-4e08-907e-b07cf7be8691} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4857 | 2025.03.04 03:21:36.980744 [ 255 ] {76b35e8b-3e0a-4e08-907e-b07cf7be8691} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 4858 | 2025.03.04 03:21:36.981073 [ 255 ] {76b35e8b-3e0a-4e08-907e-b07cf7be8691} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4859 | 2025.03.04 03:21:36.981296 [ 255 ] {76b35e8b-3e0a-4e08-907e-b07cf7be8691} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4860 | 2025.03.04 03:21:36.981546 [ 255 ] {76b35e8b-3e0a-4e08-907e-b07cf7be8691} <Debug> executeQuery: Read 16 rows, 1.24 KiB in 0.001409 sec., 11355.571327182399 rows/sec., 880.22 KiB/sec. | ||
| 4861 | 2025.03.04 03:21:36.981728 [ 255 ] {76b35e8b-3e0a-4e08-907e-b07cf7be8691} <Debug> TCPHandler: Processed in 0.001720241 sec. | ||
| 4862 | 2025.03.04 03:21:36.981921 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4863 | 2025.03.04 03:21:36.982025 [ 255 ] {7e534ce8-eff4-4ef9-9375-11e91a47094f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4864 | 2025.03.04 03:21:36.982069 [ 255 ] {7e534ce8-eff4-4ef9-9375-11e91a47094f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4865 | 2025.03.04 03:21:36.982715 [ 255 ] {7e534ce8-eff4-4ef9-9375-11e91a47094f} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4866 | 2025.03.04 03:21:36.982753 [ 255 ] {7e534ce8-eff4-4ef9-9375-11e91a47094f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 4867 | 2025.03.04 03:21:36.983093 [ 255 ] {7e534ce8-eff4-4ef9-9375-11e91a47094f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4868 | 2025.03.04 03:21:36.983313 [ 255 ] {7e534ce8-eff4-4ef9-9375-11e91a47094f} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4869 | 2025.03.04 03:21:36.983516 [ 255 ] {7e534ce8-eff4-4ef9-9375-11e91a47094f} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001514 sec., 166446.49933949803 rows/sec., 11.51 MiB/sec. | ||
| 4870 | 2025.03.04 03:21:36.983567 [ 255 ] {7e534ce8-eff4-4ef9-9375-11e91a47094f} <Debug> TCPHandler: Processed in 0.001707821 sec. | ||
| 4871 | 2025.03.04 03:21:36.983684 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4872 | 2025.03.04 03:21:36.983797 [ 255 ] {b4d5905d-2480-4c2e-b63c-e522a72514d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4873 | 2025.03.04 03:21:36.983841 [ 255 ] {b4d5905d-2480-4c2e-b63c-e522a72514d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4874 | 2025.03.04 03:21:36.984376 [ 255 ] {b4d5905d-2480-4c2e-b63c-e522a72514d8} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4875 | 2025.03.04 03:21:36.984415 [ 255 ] {b4d5905d-2480-4c2e-b63c-e522a72514d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 4876 | 2025.03.04 03:21:36.984764 [ 255 ] {b4d5905d-2480-4c2e-b63c-e522a72514d8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4877 | 2025.03.04 03:21:36.984995 [ 255 ] {b4d5905d-2480-4c2e-b63c-e522a72514d8} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4878 | 2025.03.04 03:21:36.985222 [ 255 ] {b4d5905d-2480-4c2e-b63c-e522a72514d8} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001442 sec., 8321.775312066575 rows/sec., 650.14 KiB/sec. | ||
| 4879 | 2025.03.04 03:21:36.985305 [ 255 ] {b4d5905d-2480-4c2e-b63c-e522a72514d8} <Debug> TCPHandler: Processed in 0.001674701 sec. | ||
| 4880 | 2025.03.04 03:21:36.985410 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4881 | 2025.03.04 03:21:36.985516 [ 255 ] {ba3912f7-c434-42a6-956c-3733352d4daf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4882 | 2025.03.04 03:21:36.985559 [ 255 ] {ba3912f7-c434-42a6-956c-3733352d4daf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4883 | 2025.03.04 03:21:36.986341 [ 255 ] {ba3912f7-c434-42a6-956c-3733352d4daf} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4884 | 2025.03.04 03:21:36.986380 [ 255 ] {ba3912f7-c434-42a6-956c-3733352d4daf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 4885 | 2025.03.04 03:21:36.986731 [ 255 ] {ba3912f7-c434-42a6-956c-3733352d4daf} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4886 | 2025.03.04 03:21:36.986952 [ 255 ] {ba3912f7-c434-42a6-956c-3733352d4daf} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4887 | 2025.03.04 03:21:36.987174 [ 255 ] {ba3912f7-c434-42a6-956c-3733352d4daf} <Debug> executeQuery: Read 560 rows, 42.99 KiB in 0.001722 sec., 325203.2520325203 rows/sec., 24.38 MiB/sec. | ||
| 4888 | 2025.03.04 03:21:36.987234 [ 255 ] {ba3912f7-c434-42a6-956c-3733352d4daf} <Debug> TCPHandler: Processed in 0.001927174 sec. | ||
| 4889 | 2025.03.04 03:21:36.987558 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4890 | 2025.03.04 03:21:36.987708 [ 255 ] {f79062ec-5da6-46e2-aeb3-0d510715b6f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4891 | 2025.03.04 03:21:36.987758 [ 255 ] {f79062ec-5da6-46e2-aeb3-0d510715b6f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4892 | 2025.03.04 03:21:36.988570 [ 255 ] {f79062ec-5da6-46e2-aeb3-0d510715b6f4} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4893 | 2025.03.04 03:21:36.988609 [ 255 ] {f79062ec-5da6-46e2-aeb3-0d510715b6f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 4894 | 2025.03.04 03:21:36.989028 [ 255 ] {f79062ec-5da6-46e2-aeb3-0d510715b6f4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4895 | 2025.03.04 03:21:36.989260 [ 255 ] {f79062ec-5da6-46e2-aeb3-0d510715b6f4} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4896 | 2025.03.04 03:21:36.989503 [ 255 ] {f79062ec-5da6-46e2-aeb3-0d510715b6f4} <Debug> executeQuery: Read 944 rows, 66.04 KiB in 0.001816 sec., 519823.78854625556 rows/sec., 35.51 MiB/sec. | ||
| 4897 | 2025.03.04 03:21:36.989598 [ 255 ] {f79062ec-5da6-46e2-aeb3-0d510715b6f4} <Debug> TCPHandler: Processed in 0.002145656 sec. | ||
| 4898 | 2025.03.04 03:21:36.989751 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4899 | 2025.03.04 03:21:36.989853 [ 255 ] {7c2d07a7-5ab2-4c7b-8c79-ba9b387181e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4900 | 2025.03.04 03:21:36.989898 [ 255 ] {7c2d07a7-5ab2-4c7b-8c79-ba9b387181e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4901 | 2025.03.04 03:21:36.990341 [ 255 ] {7c2d07a7-5ab2-4c7b-8c79-ba9b387181e6} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4902 | 2025.03.04 03:21:36.990379 [ 255 ] {7c2d07a7-5ab2-4c7b-8c79-ba9b387181e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 4903 | 2025.03.04 03:21:36.990724 [ 255 ] {7c2d07a7-5ab2-4c7b-8c79-ba9b387181e6} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4904 | 2025.03.04 03:21:36.990953 [ 255 ] {7c2d07a7-5ab2-4c7b-8c79-ba9b387181e6} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4905 | 2025.03.04 03:21:36.991152 [ 255 ] {7c2d07a7-5ab2-4c7b-8c79-ba9b387181e6} <Debug> executeQuery: Read 56 rows, 3.86 KiB in 0.001321 sec., 42392.12717638153 rows/sec., 2.85 MiB/sec. | ||
| 4906 | 2025.03.04 03:21:36.991202 [ 255 ] {7c2d07a7-5ab2-4c7b-8c79-ba9b387181e6} <Debug> TCPHandler: Processed in 0.001510658 sec. | ||
| 4907 | 2025.03.04 03:21:37.173628 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4908 | 2025.03.04 03:21:37.173749 [ 255 ] {7206e0fd-ffc4-4571-b628-9d60e9fd71ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4909 | 2025.03.04 03:21:37.173795 [ 255 ] {7206e0fd-ffc4-4571-b628-9d60e9fd71ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4910 | 2025.03.04 03:21:37.174376 [ 255 ] {7206e0fd-ffc4-4571-b628-9d60e9fd71ce} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4911 | 2025.03.04 03:21:37.174416 [ 255 ] {7206e0fd-ffc4-4571-b628-9d60e9fd71ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 4912 | 2025.03.04 03:21:37.174760 [ 255 ] {7206e0fd-ffc4-4571-b628-9d60e9fd71ce} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4913 | 2025.03.04 03:21:37.174994 [ 255 ] {7206e0fd-ffc4-4571-b628-9d60e9fd71ce} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4914 | 2025.03.04 03:21:37.175209 [ 255 ] {7206e0fd-ffc4-4571-b628-9d60e9fd71ce} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001485 sec., 17508.417508417508 rows/sec., 1.36 MiB/sec. | ||
| 4915 | 2025.03.04 03:21:37.175264 [ 255 ] {7206e0fd-ffc4-4571-b628-9d60e9fd71ce} <Debug> TCPHandler: Processed in 0.001697971 sec. | ||
| 4916 | 2025.03.04 03:21:37.175416 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4917 | 2025.03.04 03:21:37.175527 [ 255 ] {9259587b-5c0b-4ef9-bcf9-5c5de3e79bc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4918 | 2025.03.04 03:21:37.175569 [ 255 ] {9259587b-5c0b-4ef9-bcf9-5c5de3e79bc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4919 | 2025.03.04 03:21:37.176087 [ 255 ] {9259587b-5c0b-4ef9-bcf9-5c5de3e79bc5} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4920 | 2025.03.04 03:21:37.176125 [ 255 ] {9259587b-5c0b-4ef9-bcf9-5c5de3e79bc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 4921 | 2025.03.04 03:21:37.176464 [ 255 ] {9259587b-5c0b-4ef9-bcf9-5c5de3e79bc5} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4922 | 2025.03.04 03:21:37.176696 [ 255 ] {9259587b-5c0b-4ef9-bcf9-5c5de3e79bc5} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4923 | 2025.03.04 03:21:37.176900 [ 255 ] {9259587b-5c0b-4ef9-bcf9-5c5de3e79bc5} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001396 sec., 20057.30659025788 rows/sec., 1.56 MiB/sec. | ||
| 4924 | 2025.03.04 03:21:37.176953 [ 255 ] {9259587b-5c0b-4ef9-bcf9-5c5de3e79bc5} <Debug> TCPHandler: Processed in 0.001588589 sec. | ||
| 4925 | 2025.03.04 03:21:37.177057 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4926 | 2025.03.04 03:21:37.177158 [ 255 ] {f54b2fcc-6391-4547-877b-5b8664fece0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4927 | 2025.03.04 03:21:37.177201 [ 255 ] {f54b2fcc-6391-4547-877b-5b8664fece0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4928 | 2025.03.04 03:21:37.177653 [ 255 ] {f54b2fcc-6391-4547-877b-5b8664fece0b} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4929 | 2025.03.04 03:21:37.177690 [ 255 ] {f54b2fcc-6391-4547-877b-5b8664fece0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 4930 | 2025.03.04 03:21:37.178032 [ 255 ] {f54b2fcc-6391-4547-877b-5b8664fece0b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4931 | 2025.03.04 03:21:37.178264 [ 255 ] {f54b2fcc-6391-4547-877b-5b8664fece0b} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4932 | 2025.03.04 03:21:37.178476 [ 255 ] {f54b2fcc-6391-4547-877b-5b8664fece0b} <Debug> executeQuery: Read 10 rows, 727.00 B in 0.00134 sec., 7462.686567164179 rows/sec., 529.82 KiB/sec. | ||
| 4933 | 2025.03.04 03:21:37.178528 [ 255 ] {f54b2fcc-6391-4547-877b-5b8664fece0b} <Debug> TCPHandler: Processed in 0.001521169 sec. | ||
| 4934 | 2025.03.04 03:21:37.178660 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4935 | 2025.03.04 03:21:37.178792 [ 255 ] {ab9306ee-88c9-4bcd-8a86-ccf89b9a56d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4936 | 2025.03.04 03:21:37.178843 [ 255 ] {ab9306ee-88c9-4bcd-8a86-ccf89b9a56d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4937 | 2025.03.04 03:21:37.179342 [ 255 ] {ab9306ee-88c9-4bcd-8a86-ccf89b9a56d2} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4938 | 2025.03.04 03:21:37.179387 [ 255 ] {ab9306ee-88c9-4bcd-8a86-ccf89b9a56d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 4939 | 2025.03.04 03:21:37.179721 [ 255 ] {ab9306ee-88c9-4bcd-8a86-ccf89b9a56d2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4940 | 2025.03.04 03:21:37.179960 [ 255 ] {ab9306ee-88c9-4bcd-8a86-ccf89b9a56d2} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4941 | 2025.03.04 03:21:37.180168 [ 255 ] {ab9306ee-88c9-4bcd-8a86-ccf89b9a56d2} <Debug> executeQuery: Read 4 rows, 288.00 B in 0.001405 sec., 2846.9750889679717 rows/sec., 200.18 KiB/sec. | ||
| 4942 | 2025.03.04 03:21:37.180217 [ 255 ] {ab9306ee-88c9-4bcd-8a86-ccf89b9a56d2} <Debug> TCPHandler: Processed in 0.001620669 sec. | ||
| 4943 | 2025.03.04 03:21:38.557088 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
| 4944 | 2025.03.04 03:21:38.557812 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4945 | 2025.03.04 03:21:38.557875 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 4946 | 2025.03.04 03:21:38.558623 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4947 | 2025.03.04 03:21:38.558968 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4948 | 2025.03.04 03:21:38.559226 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
| 4949 | 2025.03.04 03:21:39.472446 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 4950 | 2025.03.04 03:21:39.493263 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4951 | 2025.03.04 03:21:39.493322 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 4952 | 2025.03.04 03:21:39.500611 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4953 | 2025.03.04 03:21:39.501367 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4954 | 2025.03.04 03:21:39.504707 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 4955 | 2025.03.04 03:21:41.098142 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 674 | ||
| 4956 | 2025.03.04 03:21:41.101293 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4957 | 2025.03.04 03:21:41.101345 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 4958 | 2025.03.04 03:21:41.102838 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4959 | 2025.03.04 03:21:41.103153 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4960 | 2025.03.04 03:21:41.104355 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 674 | ||
| 4961 | 2025.03.04 03:21:42.183204 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4962 | 2025.03.04 03:21:42.183474 [ 255 ] {761280bc-215f-413c-b79d-32a6124523aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4963 | 2025.03.04 03:21:42.183574 [ 255 ] {761280bc-215f-413c-b79d-32a6124523aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4964 | 2025.03.04 03:21:42.184386 [ 255 ] {761280bc-215f-413c-b79d-32a6124523aa} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4965 | 2025.03.04 03:21:42.184432 [ 255 ] {761280bc-215f-413c-b79d-32a6124523aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 4966 | 2025.03.04 03:21:42.184862 [ 255 ] {761280bc-215f-413c-b79d-32a6124523aa} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 4967 | 2025.03.04 03:21:42.185104 [ 255 ] {761280bc-215f-413c-b79d-32a6124523aa} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4968 | 2025.03.04 03:21:42.185307 [ 30 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 4969 | 2025.03.04 03:21:42.185350 [ 255 ] {761280bc-215f-413c-b79d-32a6124523aa} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.00195 sec., 69743.58974358975 rows/sec., 6.01 MiB/sec. | ||
| 4970 | 2025.03.04 03:21:42.185379 [ 30 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4971 | 2025.03.04 03:21:42.185452 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 4972 | 2025.03.04 03:21:42.185475 [ 255 ] {761280bc-215f-413c-b79d-32a6124523aa} <Debug> TCPHandler: Processed in 0.00243142 sec. | ||
| 4973 | 2025.03.04 03:21:42.185677 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4974 | 2025.03.04 03:21:42.185684 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 4975 | 2025.03.04 03:21:42.185852 [ 255 ] {95733046-32bb-4a5f-a2e3-e9578a705ce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4976 | 2025.03.04 03:21:42.185958 [ 255 ] {95733046-32bb-4a5f-a2e3-e9578a705ce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4977 | 2025.03.04 03:21:42.185976 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4978 | 2025.03.04 03:21:42.186099 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1967 rows starting from the beginning of the part | ||
| 4979 | 2025.03.04 03:21:42.186450 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part | ||
| 4980 | 2025.03.04 03:21:42.186893 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 136 rows starting from the beginning of the part | ||
| 4981 | 2025.03.04 03:21:42.187367 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1318 rows starting from the beginning of the part | ||
| 4982 | 2025.03.04 03:21:42.187959 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 26 rows starting from the beginning of the part | ||
| 4983 | 2025.03.04 03:21:42.188465 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 136 rows starting from the beginning of the part | ||
| 4984 | 2025.03.04 03:21:42.189193 [ 255 ] {95733046-32bb-4a5f-a2e3-e9578a705ce2} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4985 | 2025.03.04 03:21:42.189255 [ 255 ] {95733046-32bb-4a5f-a2e3-e9578a705ce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 4986 | 2025.03.04 03:21:42.190096 [ 255 ] {95733046-32bb-4a5f-a2e3-e9578a705ce2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4987 | 2025.03.04 03:21:42.190610 [ 255 ] {95733046-32bb-4a5f-a2e3-e9578a705ce2} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4988 | 2025.03.04 03:21:42.191397 [ 255 ] {95733046-32bb-4a5f-a2e3-e9578a705ce2} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.00555 sec., 7207.207207207207 rows/sec., 541.95 KiB/sec. | ||
| 4989 | 2025.03.04 03:21:42.191573 [ 255 ] {95733046-32bb-4a5f-a2e3-e9578a705ce2} <Debug> TCPHandler: Processed in 0.005971064 sec. | ||
| 4990 | 2025.03.04 03:21:42.191701 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4991 | 2025.03.04 03:21:42.191811 [ 255 ] {6ce01fdb-e37e-475b-801f-13f902539bdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4992 | 2025.03.04 03:21:42.191880 [ 255 ] {6ce01fdb-e37e-475b-801f-13f902539bdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4993 | 2025.03.04 03:21:42.192410 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3639 rows, containing 5 columns (5 merged, 0 gathered) in 0.006858745 sec., 530563.5360404855 rows/sec., 45.84 MiB/sec. | ||
| 4994 | 2025.03.04 03:21:42.192785 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 4995 | 2025.03.04 03:21:42.193245 [ 255 ] {6ce01fdb-e37e-475b-801f-13f902539bdc} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4996 | 2025.03.04 03:21:42.193299 [ 255 ] {6ce01fdb-e37e-475b-801f-13f902539bdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 4997 | 2025.03.04 03:21:42.193382 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_41_8} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4998 | 2025.03.04 03:21:42.193573 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_41_8} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 4999 | 2025.03.04 03:21:42.193728 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 5000 | 2025.03.04 03:21:42.193929 [ 255 ] {6ce01fdb-e37e-475b-801f-13f902539bdc} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5001 | 2025.03.04 03:21:42.194177 [ 255 ] {6ce01fdb-e37e-475b-801f-13f902539bdc} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5002 | 2025.03.04 03:21:42.194355 [ 30 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5003 | 2025.03.04 03:21:42.194407 [ 30 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5004 | 2025.03.04 03:21:42.194423 [ 255 ] {6ce01fdb-e37e-475b-801f-13f902539bdc} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.002627 sec., 39588.884659307194 rows/sec., 3.09 MiB/sec. | ||
| 5005 | 2025.03.04 03:21:42.194441 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5006 | 2025.03.04 03:21:42.194623 [ 255 ] {6ce01fdb-e37e-475b-801f-13f902539bdc} <Debug> TCPHandler: Processed in 0.002968977 sec. | ||
| 5007 | 2025.03.04 03:21:42.194937 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5008 | 2025.03.04 03:21:42.194933 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 5009 | 2025.03.04 03:21:42.195189 [ 255 ] {a03d5634-b183-47ce-ac2b-4d331f32d933} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5010 | 2025.03.04 03:21:42.195320 [ 255 ] {a03d5634-b183-47ce-ac2b-4d331f32d933} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5011 | 2025.03.04 03:21:42.195332 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5012 | 2025.03.04 03:21:42.195434 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 950 rows starting from the beginning of the part | ||
| 5013 | 2025.03.04 03:21:42.195825 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part | ||
| 5014 | 2025.03.04 03:21:42.196109 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 104 rows starting from the beginning of the part | ||
| 5015 | 2025.03.04 03:21:42.196407 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 560 rows starting from the beginning of the part | ||
| 5016 | 2025.03.04 03:21:42.196646 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 28 rows starting from the beginning of the part | ||
| 5017 | 2025.03.04 03:21:42.196875 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 104 rows starting from the beginning of the part | ||
| 5018 | 2025.03.04 03:21:42.197917 [ 255 ] {a03d5634-b183-47ce-ac2b-4d331f32d933} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5019 | 2025.03.04 03:21:42.197995 [ 255 ] {a03d5634-b183-47ce-ac2b-4d331f32d933} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5020 | 2025.03.04 03:21:42.198942 [ 255 ] {a03d5634-b183-47ce-ac2b-4d331f32d933} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5021 | 2025.03.04 03:21:42.199337 [ 255 ] {a03d5634-b183-47ce-ac2b-4d331f32d933} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5022 | 2025.03.04 03:21:42.199561 [ 30 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5023 | 2025.03.04 03:21:42.199661 [ 30 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5024 | 2025.03.04 03:21:42.199762 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5025 | 2025.03.04 03:21:42.199934 [ 255 ] {a03d5634-b183-47ce-ac2b-4d331f32d933} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004777 sec., 33493.824576093786 rows/sec., 2.33 MiB/sec. | ||
| 5026 | 2025.03.04 03:21:42.200367 [ 255 ] {a03d5634-b183-47ce-ac2b-4d331f32d933} <Debug> TCPHandler: Processed in 0.005531998 sec. | ||
| 5027 | 2025.03.04 03:21:42.200383 [ 200 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 5028 | 2025.03.04 03:21:42.200563 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1810 rows, containing 5 columns (5 merged, 0 gathered) in 0.005974233 sec., 302967.7617193705 rows/sec., 23.75 MiB/sec. | ||
| 5029 | 2025.03.04 03:21:42.200616 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5030 | 2025.03.04 03:21:42.200643 [ 200 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5031 | 2025.03.04 03:21:42.200704 [ 200 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10893 rows starting from the beginning of the part | ||
| 5032 | 2025.03.04 03:21:42.200810 [ 255 ] {4dea886e-ca37-45c8-98e2-6618d2657673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5033 | 2025.03.04 03:21:42.201024 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5034 | 2025.03.04 03:21:42.201068 [ 200 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part | ||
| 5035 | 2025.03.04 03:21:42.201303 [ 255 ] {4dea886e-ca37-45c8-98e2-6618d2657673} <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 | ||
| 5036 | 2025.03.04 03:21:42.201629 [ 200 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part | ||
| 5037 | 2025.03.04 03:21:42.202154 [ 200 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 944 rows starting from the beginning of the part | ||
| 5038 | 2025.03.04 03:21:42.202401 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_41_8} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5039 | 2025.03.04 03:21:42.202818 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_41_8} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5040 | 2025.03.04 03:21:42.202856 [ 200 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 10 rows starting from the beginning of the part | ||
| 5041 | 2025.03.04 03:21:42.203244 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5042 | 2025.03.04 03:21:42.203466 [ 200 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
| 5043 | 2025.03.04 03:21:42.205568 [ 255 ] {4dea886e-ca37-45c8-98e2-6618d2657673} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5044 | 2025.03.04 03:21:42.205616 [ 255 ] {4dea886e-ca37-45c8-98e2-6618d2657673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5045 | 2025.03.04 03:21:42.206449 [ 255 ] {4dea886e-ca37-45c8-98e2-6618d2657673} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5046 | 2025.03.04 03:21:42.206994 [ 255 ] {4dea886e-ca37-45c8-98e2-6618d2657673} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5047 | 2025.03.04 03:21:42.207251 [ 255 ] {4dea886e-ca37-45c8-98e2-6618d2657673} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.006513 sec., 6141.563027790573 rows/sec., 11.01 MiB/sec. | ||
| 5048 | 2025.03.04 03:21:42.207345 [ 255 ] {4dea886e-ca37-45c8-98e2-6618d2657673} <Debug> TCPHandler: Processed in 0.006800253 sec. | ||
| 5049 | 2025.03.04 03:21:42.207459 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5050 | 2025.03.04 03:21:42.207562 [ 255 ] {25ad1a7e-652b-44b4-a55d-f41c8076f6f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5051 | 2025.03.04 03:21:42.207615 [ 255 ] {25ad1a7e-652b-44b4-a55d-f41c8076f6f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5052 | 2025.03.04 03:21:42.208120 [ 255 ] {25ad1a7e-652b-44b4-a55d-f41c8076f6f9} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5053 | 2025.03.04 03:21:42.208181 [ 255 ] {25ad1a7e-652b-44b4-a55d-f41c8076f6f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5054 | 2025.03.04 03:21:42.208299 [ 200 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12327 rows, containing 5 columns (5 merged, 0 gathered) in 0.008365853 sec., 1473489.9119073693 rows/sec., 101.07 MiB/sec. | ||
| 5055 | 2025.03.04 03:21:42.208624 [ 255 ] {25ad1a7e-652b-44b4-a55d-f41c8076f6f9} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5056 | 2025.03.04 03:21:42.208777 [ 201 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5057 | 2025.03.04 03:21:42.208994 [ 255 ] {25ad1a7e-652b-44b4-a55d-f41c8076f6f9} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5058 | 2025.03.04 03:21:42.209251 [ 30 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5059 | 2025.03.04 03:21:42.209340 [ 30 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5060 | 2025.03.04 03:21:42.209422 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5061 | 2025.03.04 03:21:42.209606 [ 255 ] {25ad1a7e-652b-44b4-a55d-f41c8076f6f9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002024 sec., 29644.268774703556 rows/sec., 2.00 MiB/sec. | ||
| 5062 | 2025.03.04 03:21:42.209666 [ 201 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5063 | 2025.03.04 03:21:42.209789 [ 187 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 5064 | 2025.03.04 03:21:42.209953 [ 255 ] {25ad1a7e-652b-44b4-a55d-f41c8076f6f9} <Debug> TCPHandler: Processed in 0.002531212 sec. | ||
| 5065 | 2025.03.04 03:21:42.210077 [ 201 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5066 | 2025.03.04 03:21:42.210178 [ 187 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5067 | 2025.03.04 03:21:42.210258 [ 187 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1982 rows starting from the beginning of the part | ||
| 5068 | 2025.03.04 03:21:42.210308 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.35 MiB. | ||
| 5069 | 2025.03.04 03:21:42.210429 [ 187 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
| 5070 | 2025.03.04 03:21:42.210514 [ 187 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
| 5071 | 2025.03.04 03:21:42.210753 [ 187 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part | ||
| 5072 | 2025.03.04 03:21:42.210835 [ 187 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 4 rows starting from the beginning of the part | ||
| 5073 | 2025.03.04 03:21:42.210916 [ 187 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
| 5074 | 2025.03.04 03:21:42.212260 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2222 rows, containing 4 columns (4 merged, 0 gathered) in 0.002714013 sec., 818713.8381430008 rows/sec., 54.98 MiB/sec. | ||
| 5075 | 2025.03.04 03:21:42.212489 [ 201 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5076 | 2025.03.04 03:21:42.212992 [ 201 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_41_8} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5077 | 2025.03.04 03:21:42.213140 [ 201 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_41_8} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5078 | 2025.03.04 03:21:42.213285 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 5079 | 2025.03.04 03:21:45.915186 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5080 | 2025.03.04 03:21:45.915260 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5081 | 2025.03.04 03:21:46.059387 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
| 5082 | 2025.03.04 03:21:46.060167 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5083 | 2025.03.04 03:21:46.060220 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5084 | 2025.03.04 03:21:46.060800 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5085 | 2025.03.04 03:21:46.061056 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5086 | 2025.03.04 03:21:46.061327 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 5087 | 2025.03.04 03:21:47.004813 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 5088 | 2025.03.04 03:21:47.025793 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5089 | 2025.03.04 03:21:47.025841 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5090 | 2025.03.04 03:21:47.033310 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5091 | 2025.03.04 03:21:47.034079 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5092 | 2025.03.04 03:21:47.036809 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 5093 | 2025.03.04 03:21:47.181612 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5094 | 2025.03.04 03:21:47.181891 [ 255 ] {c2d99025-3d8c-429f-ad3a-05ac0cc70404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5095 | 2025.03.04 03:21:47.181974 [ 255 ] {c2d99025-3d8c-429f-ad3a-05ac0cc70404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5096 | 2025.03.04 03:21:47.182878 [ 255 ] {c2d99025-3d8c-429f-ad3a-05ac0cc70404} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5097 | 2025.03.04 03:21:47.182929 [ 255 ] {c2d99025-3d8c-429f-ad3a-05ac0cc70404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5098 | 2025.03.04 03:21:47.183384 [ 255 ] {c2d99025-3d8c-429f-ad3a-05ac0cc70404} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5099 | 2025.03.04 03:21:47.183633 [ 255 ] {c2d99025-3d8c-429f-ad3a-05ac0cc70404} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5100 | 2025.03.04 03:21:47.183869 [ 255 ] {c2d99025-3d8c-429f-ad3a-05ac0cc70404} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002038 sec., 27477.91952894995 rows/sec., 2.10 MiB/sec. | ||
| 5101 | 2025.03.04 03:21:47.183925 [ 255 ] {c2d99025-3d8c-429f-ad3a-05ac0cc70404} <Debug> TCPHandler: Processed in 0.00247945 sec. | ||
| 5102 | 2025.03.04 03:21:47.184050 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5103 | 2025.03.04 03:21:47.184154 [ 255 ] {b3bb5455-1a7f-4a38-93a4-1917a00fff81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5104 | 2025.03.04 03:21:47.184198 [ 255 ] {b3bb5455-1a7f-4a38-93a4-1917a00fff81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5105 | 2025.03.04 03:21:47.184738 [ 255 ] {b3bb5455-1a7f-4a38-93a4-1917a00fff81} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5106 | 2025.03.04 03:21:47.184777 [ 255 ] {b3bb5455-1a7f-4a38-93a4-1917a00fff81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5107 | 2025.03.04 03:21:47.185115 [ 255 ] {b3bb5455-1a7f-4a38-93a4-1917a00fff81} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5108 | 2025.03.04 03:21:47.185349 [ 255 ] {b3bb5455-1a7f-4a38-93a4-1917a00fff81} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5109 | 2025.03.04 03:21:47.185593 [ 255 ] {b3bb5455-1a7f-4a38-93a4-1917a00fff81} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00145 sec., 44137.93103448276 rows/sec., 3.45 MiB/sec. | ||
| 5110 | 2025.03.04 03:21:47.185762 [ 255 ] {b3bb5455-1a7f-4a38-93a4-1917a00fff81} <Debug> TCPHandler: Processed in 0.001758252 sec. | ||
| 5111 | 2025.03.04 03:21:47.185991 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5112 | 2025.03.04 03:21:47.186101 [ 255 ] {17f8821f-01dc-4309-8eb2-671ed70cb5c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5113 | 2025.03.04 03:21:47.186150 [ 255 ] {17f8821f-01dc-4309-8eb2-671ed70cb5c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5114 | 2025.03.04 03:21:47.186708 [ 255 ] {17f8821f-01dc-4309-8eb2-671ed70cb5c6} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5115 | 2025.03.04 03:21:47.186745 [ 255 ] {17f8821f-01dc-4309-8eb2-671ed70cb5c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5116 | 2025.03.04 03:21:47.187120 [ 255 ] {17f8821f-01dc-4309-8eb2-671ed70cb5c6} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5117 | 2025.03.04 03:21:47.187347 [ 255 ] {17f8821f-01dc-4309-8eb2-671ed70cb5c6} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5118 | 2025.03.04 03:21:47.187547 [ 255 ] {17f8821f-01dc-4309-8eb2-671ed70cb5c6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00147 sec., 108843.53741496599 rows/sec., 7.58 MiB/sec. | ||
| 5119 | 2025.03.04 03:21:47.187597 [ 255 ] {17f8821f-01dc-4309-8eb2-671ed70cb5c6} <Debug> TCPHandler: Processed in 0.0016906 sec. | ||
| 5120 | 2025.03.04 03:21:47.187699 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5121 | 2025.03.04 03:21:47.187800 [ 255 ] {0379485f-5259-4053-bb07-85d6db5e9e6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5122 | 2025.03.04 03:21:47.187845 [ 255 ] {0379485f-5259-4053-bb07-85d6db5e9e6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5123 | 2025.03.04 03:21:47.188271 [ 255 ] {0379485f-5259-4053-bb07-85d6db5e9e6e} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5124 | 2025.03.04 03:21:47.188311 [ 255 ] {0379485f-5259-4053-bb07-85d6db5e9e6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5125 | 2025.03.04 03:21:47.188666 [ 255 ] {0379485f-5259-4053-bb07-85d6db5e9e6e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5126 | 2025.03.04 03:21:47.188895 [ 255 ] {0379485f-5259-4053-bb07-85d6db5e9e6e} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5127 | 2025.03.04 03:21:47.189091 [ 255 ] {0379485f-5259-4053-bb07-85d6db5e9e6e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001313 sec., 45696.8773800457 rows/sec., 3.08 MiB/sec. | ||
| 5128 | 2025.03.04 03:21:47.189138 [ 255 ] {0379485f-5259-4053-bb07-85d6db5e9e6e} <Debug> TCPHandler: Processed in 0.001488478 sec. | ||
| 5129 | 2025.03.04 03:21:51.104671 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 694 | ||
| 5130 | 2025.03.04 03:21:51.107974 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5131 | 2025.03.04 03:21:51.108028 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5132 | 2025.03.04 03:21:51.109507 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5133 | 2025.03.04 03:21:51.109852 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5134 | 2025.03.04 03:21:51.110092 [ 28 ] {} <Debug> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5135 | 2025.03.04 03:21:51.110219 [ 28 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5136 | 2025.03.04 03:21:51.110284 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5137 | 2025.03.04 03:21:51.110770 [ 187 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 5138 | 2025.03.04 03:21:51.111320 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 694 | ||
| 5139 | 2025.03.04 03:21:51.111824 [ 187 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5140 | 2025.03.04 03:21:51.112000 [ 187 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 562 rows starting from the beginning of the part | ||
| 5141 | 2025.03.04 03:21:51.112529 [ 187 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part | ||
| 5142 | 2025.03.04 03:21:51.113045 [ 187 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 20 rows starting from the beginning of the part | ||
| 5143 | 2025.03.04 03:21:51.113562 [ 187 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 22 rows starting from the beginning of the part | ||
| 5144 | 2025.03.04 03:21:51.114060 [ 187 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 38 rows starting from the beginning of the part | ||
| 5145 | 2025.03.04 03:21:51.114533 [ 187 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 20 rows starting from the beginning of the part | ||
| 5146 | 2025.03.04 03:21:51.122138 [ 201 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 694 rows, containing 72 columns (72 merged, 0 gathered) in 0.011670643 sec., 59465.44676244488 rows/sec., 52.48 MiB/sec. | ||
| 5147 | 2025.03.04 03:21:51.123361 [ 201 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5148 | 2025.03.04 03:21:51.124191 [ 201 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_21_4} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5149 | 2025.03.04 03:21:51.124287 [ 201 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_21_4} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5150 | 2025.03.04 03:21:51.124634 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. | ||
| 5151 | 2025.03.04 03:21:52.183336 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5152 | 2025.03.04 03:21:52.183601 [ 255 ] {ba15878f-1914-4983-909b-90d87b1ec8ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5153 | 2025.03.04 03:21:52.183703 [ 255 ] {ba15878f-1914-4983-909b-90d87b1ec8ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5154 | 2025.03.04 03:21:52.184487 [ 255 ] {ba15878f-1914-4983-909b-90d87b1ec8ab} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5155 | 2025.03.04 03:21:52.184528 [ 255 ] {ba15878f-1914-4983-909b-90d87b1ec8ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5156 | 2025.03.04 03:21:52.184941 [ 255 ] {ba15878f-1914-4983-909b-90d87b1ec8ab} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5157 | 2025.03.04 03:21:52.185195 [ 255 ] {ba15878f-1914-4983-909b-90d87b1ec8ab} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5158 | 2025.03.04 03:21:52.185449 [ 255 ] {ba15878f-1914-4983-909b-90d87b1ec8ab} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001919 sec., 3126.628452318916 rows/sec., 254.95 KiB/sec. | ||
| 5159 | 2025.03.04 03:21:52.185654 [ 255 ] {ba15878f-1914-4983-909b-90d87b1ec8ab} <Debug> TCPHandler: Processed in 0.00247943 sec. | ||
| 5160 | 2025.03.04 03:21:52.185779 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5161 | 2025.03.04 03:21:52.185889 [ 255 ] {df513471-1550-4f83-8d57-c7aecdde3167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5162 | 2025.03.04 03:21:52.185935 [ 255 ] {df513471-1550-4f83-8d57-c7aecdde3167} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5163 | 2025.03.04 03:21:52.186564 [ 255 ] {df513471-1550-4f83-8d57-c7aecdde3167} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5164 | 2025.03.04 03:21:52.186601 [ 255 ] {df513471-1550-4f83-8d57-c7aecdde3167} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5165 | 2025.03.04 03:21:52.186955 [ 255 ] {df513471-1550-4f83-8d57-c7aecdde3167} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5166 | 2025.03.04 03:21:52.187186 [ 255 ] {df513471-1550-4f83-8d57-c7aecdde3167} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5167 | 2025.03.04 03:21:52.187358 [ 255 ] {df513471-1550-4f83-8d57-c7aecdde3167} <Debug> executeQuery: Read 139 rows, 12.22 KiB in 0.001497 sec., 92852.37140948564 rows/sec., 7.97 MiB/sec. | ||
| 5168 | 2025.03.04 03:21:52.187408 [ 255 ] {df513471-1550-4f83-8d57-c7aecdde3167} <Debug> TCPHandler: Processed in 0.001680351 sec. | ||
| 5169 | 2025.03.04 03:21:52.187510 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5170 | 2025.03.04 03:21:52.187610 [ 255 ] {50d21dd5-d7f9-437c-a9f1-1a6e91f49a68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5171 | 2025.03.04 03:21:52.187652 [ 255 ] {50d21dd5-d7f9-437c-a9f1-1a6e91f49a68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5172 | 2025.03.04 03:21:52.188165 [ 255 ] {50d21dd5-d7f9-437c-a9f1-1a6e91f49a68} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5173 | 2025.03.04 03:21:52.188201 [ 255 ] {50d21dd5-d7f9-437c-a9f1-1a6e91f49a68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5174 | 2025.03.04 03:21:52.188536 [ 255 ] {50d21dd5-d7f9-437c-a9f1-1a6e91f49a68} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5175 | 2025.03.04 03:21:52.188773 [ 255 ] {50d21dd5-d7f9-437c-a9f1-1a6e91f49a68} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5176 | 2025.03.04 03:21:52.188891 [ 28 ] {} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5177 | 2025.03.04 03:21:52.188942 [ 28 ] {} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5178 | 2025.03.04 03:21:52.188955 [ 255 ] {50d21dd5-d7f9-437c-a9f1-1a6e91f49a68} <Debug> executeQuery: Read 46 rows, 3.43 KiB in 0.001365 sec., 33699.633699633705 rows/sec., 2.45 MiB/sec. | ||
| 5179 | 2025.03.04 03:21:52.188970 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5180 | 2025.03.04 03:21:52.189033 [ 255 ] {50d21dd5-d7f9-437c-a9f1-1a6e91f49a68} <Debug> TCPHandler: Processed in 0.0015639 sec. | ||
| 5181 | 2025.03.04 03:21:52.189262 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5182 | 2025.03.04 03:21:52.189302 [ 193 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 5183 | 2025.03.04 03:21:52.189404 [ 255 ] {fa5d3525-8d7e-4273-bf5d-499f9cae9bdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5184 | 2025.03.04 03:21:52.189496 [ 255 ] {fa5d3525-8d7e-4273-bf5d-499f9cae9bdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5185 | 2025.03.04 03:21:52.189810 [ 193 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5186 | 2025.03.04 03:21:52.189914 [ 193 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 176 rows starting from the beginning of the part | ||
| 5187 | 2025.03.04 03:21:52.190303 [ 193 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 48 rows starting from the beginning of the part | ||
| 5188 | 2025.03.04 03:21:52.190715 [ 193 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 40 rows starting from the beginning of the part | ||
| 5189 | 2025.03.04 03:21:52.190912 [ 193 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 16 rows starting from the beginning of the part | ||
| 5190 | 2025.03.04 03:21:52.191171 [ 193 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part | ||
| 5191 | 2025.03.04 03:21:52.191590 [ 193 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 46 rows starting from the beginning of the part | ||
| 5192 | 2025.03.04 03:21:52.192460 [ 255 ] {fa5d3525-8d7e-4273-bf5d-499f9cae9bdb} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5193 | 2025.03.04 03:21:52.192512 [ 255 ] {fa5d3525-8d7e-4273-bf5d-499f9cae9bdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5194 | 2025.03.04 03:21:52.193422 [ 255 ] {fa5d3525-8d7e-4273-bf5d-499f9cae9bdb} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5195 | 2025.03.04 03:21:52.193966 [ 255 ] {fa5d3525-8d7e-4273-bf5d-499f9cae9bdb} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5196 | 2025.03.04 03:21:52.194525 [ 255 ] {fa5d3525-8d7e-4273-bf5d-499f9cae9bdb} <Debug> executeQuery: Read 110 rows, 8.81 KiB in 0.005149 sec., 21363.371528452128 rows/sec., 1.67 MiB/sec. | ||
| 5197 | 2025.03.04 03:21:52.194923 [ 255 ] {fa5d3525-8d7e-4273-bf5d-499f9cae9bdb} <Debug> TCPHandler: Processed in 0.005753451 sec. | ||
| 5198 | 2025.03.04 03:21:52.195278 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5199 | 2025.03.04 03:21:52.195384 [ 198 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 366 rows, containing 5 columns (5 merged, 0 gathered) in 0.006284777 sec., 58235.95650251393 rows/sec., 4.24 MiB/sec. | ||
| 5200 | 2025.03.04 03:21:52.195465 [ 255 ] {bdfbcafe-28c2-462b-b0ee-4fa7cb656334} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5201 | 2025.03.04 03:21:52.195556 [ 255 ] {bdfbcafe-28c2-462b-b0ee-4fa7cb656334} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5202 | 2025.03.04 03:21:52.195672 [ 198 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5203 | 2025.03.04 03:21:52.196304 [ 198 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_26_5} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5204 | 2025.03.04 03:21:52.196493 [ 198 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_26_5} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5205 | 2025.03.04 03:21:52.196688 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 5206 | 2025.03.04 03:21:52.196747 [ 255 ] {bdfbcafe-28c2-462b-b0ee-4fa7cb656334} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5207 | 2025.03.04 03:21:52.196789 [ 255 ] {bdfbcafe-28c2-462b-b0ee-4fa7cb656334} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5208 | 2025.03.04 03:21:52.197177 [ 255 ] {bdfbcafe-28c2-462b-b0ee-4fa7cb656334} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5209 | 2025.03.04 03:21:52.197410 [ 255 ] {bdfbcafe-28c2-462b-b0ee-4fa7cb656334} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5210 | 2025.03.04 03:21:52.197616 [ 255 ] {bdfbcafe-28c2-462b-b0ee-4fa7cb656334} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.002189 sec., 74463.22521699406 rows/sec., 5.18 MiB/sec. | ||
| 5211 | 2025.03.04 03:21:52.197747 [ 255 ] {bdfbcafe-28c2-462b-b0ee-4fa7cb656334} <Debug> TCPHandler: Processed in 0.002581501 sec. | ||
| 5212 | 2025.03.04 03:21:52.198002 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5213 | 2025.03.04 03:21:52.198112 [ 255 ] {3ebacdaf-54b4-4300-8511-feb2d9ecc318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5214 | 2025.03.04 03:21:52.198186 [ 255 ] {3ebacdaf-54b4-4300-8511-feb2d9ecc318} <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 | ||
| 5215 | 2025.03.04 03:21:52.199302 [ 255 ] {3ebacdaf-54b4-4300-8511-feb2d9ecc318} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5216 | 2025.03.04 03:21:52.199338 [ 255 ] {3ebacdaf-54b4-4300-8511-feb2d9ecc318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5217 | 2025.03.04 03:21:52.200034 [ 255 ] {3ebacdaf-54b4-4300-8511-feb2d9ecc318} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5218 | 2025.03.04 03:21:52.200289 [ 255 ] {3ebacdaf-54b4-4300-8511-feb2d9ecc318} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5219 | 2025.03.04 03:21:52.200488 [ 27 ] {} <Debug> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5220 | 2025.03.04 03:21:52.200544 [ 255 ] {3ebacdaf-54b4-4300-8511-feb2d9ecc318} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002446 sec., 16353.229762878169 rows/sec., 29.30 MiB/sec. | ||
| 5221 | 2025.03.04 03:21:52.200580 [ 27 ] {} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5222 | 2025.03.04 03:21:52.200664 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5223 | 2025.03.04 03:21:52.200867 [ 255 ] {3ebacdaf-54b4-4300-8511-feb2d9ecc318} <Debug> TCPHandler: Processed in 0.002956907 sec. | ||
| 5224 | 2025.03.04 03:21:52.201062 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 5225 | 2025.03.04 03:21:52.201138 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5226 | 2025.03.04 03:21:52.201344 [ 255 ] {cf7c4a5a-b100-4bfa-a1cb-ffc1aa409531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5227 | 2025.03.04 03:21:52.201462 [ 255 ] {cf7c4a5a-b100-4bfa-a1cb-ffc1aa409531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5228 | 2025.03.04 03:21:52.202381 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5229 | 2025.03.04 03:21:52.202472 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 518 rows starting from the beginning of the part | ||
| 5230 | 2025.03.04 03:21:52.203276 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part | ||
| 5231 | 2025.03.04 03:21:52.203453 [ 255 ] {cf7c4a5a-b100-4bfa-a1cb-ffc1aa409531} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5232 | 2025.03.04 03:21:52.203553 [ 255 ] {cf7c4a5a-b100-4bfa-a1cb-ffc1aa409531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5233 | 2025.03.04 03:21:52.203986 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 40 rows starting from the beginning of the part | ||
| 5234 | 2025.03.04 03:21:52.204675 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part | ||
| 5235 | 2025.03.04 03:21:52.205021 [ 255 ] {cf7c4a5a-b100-4bfa-a1cb-ffc1aa409531} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5236 | 2025.03.04 03:21:52.205257 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 40 rows starting from the beginning of the part | ||
| 5237 | 2025.03.04 03:21:52.205788 [ 255 ] {cf7c4a5a-b100-4bfa-a1cb-ffc1aa409531} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5238 | 2025.03.04 03:21:52.205815 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part | ||
| 5239 | 2025.03.04 03:21:52.206744 [ 255 ] {cf7c4a5a-b100-4bfa-a1cb-ffc1aa409531} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005429 sec., 11051.759071652239 rows/sec., 762.69 KiB/sec. | ||
| 5240 | 2025.03.04 03:21:52.207234 [ 255 ] {cf7c4a5a-b100-4bfa-a1cb-ffc1aa409531} <Debug> TCPHandler: Processed in 0.006167235 sec. | ||
| 5241 | 2025.03.04 03:21:52.222051 [ 190 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 718 rows, containing 19 columns (19 merged, 0 gathered) in 0.02122814 sec., 33823.02924325918 rows/sec., 60.61 MiB/sec. | ||
| 5242 | 2025.03.04 03:21:52.223150 [ 199 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5243 | 2025.03.04 03:21:52.223635 [ 199 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5244 | 2025.03.04 03:21:52.223725 [ 199 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5245 | 2025.03.04 03:21:52.223894 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.70 MiB. | ||
| 5246 | 2025.03.04 03:21:53.000187 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.51 MiB, peak 201.18 MiB, free memory in arenas 0.00 B, will set to 195.50 MiB (RSS), difference: 1.99 MiB | ||
| 5247 | 2025.03.04 03:21:53.561485 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
| 5248 | 2025.03.04 03:21:53.562123 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5249 | 2025.03.04 03:21:53.562168 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5250 | 2025.03.04 03:21:53.562676 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5251 | 2025.03.04 03:21:53.562921 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5252 | 2025.03.04 03:21:53.563119 [ 25 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5253 | 2025.03.04 03:21:53.563153 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
| 5254 | 2025.03.04 03:21:53.563201 [ 25 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5255 | 2025.03.04 03:21:53.563228 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5256 | 2025.03.04 03:21:53.563471 [ 191 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 5257 | 2025.03.04 03:21:53.563678 [ 191 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5258 | 2025.03.04 03:21:53.563727 [ 191 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 11956 rows starting from the beginning of the part | ||
| 5259 | 2025.03.04 03:21:53.563815 [ 191 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part | ||
| 5260 | 2025.03.04 03:21:53.564030 [ 191 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part | ||
| 5261 | 2025.03.04 03:21:53.564248 [ 191 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part | ||
| 5262 | 2025.03.04 03:21:53.564428 [ 191 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part | ||
| 5263 | 2025.03.04 03:21:53.564586 [ 191 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part | ||
| 5264 | 2025.03.04 03:21:53.567070 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003753615 sec., 3786483.163563658 rows/sec., 54.17 MiB/sec. | ||
| 5265 | 2025.03.04 03:21:53.567695 [ 189 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5266 | 2025.03.04 03:21:53.568100 [ 189 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_31_6} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5267 | 2025.03.04 03:21:53.568195 [ 189 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_31_6} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5268 | 2025.03.04 03:21:53.568316 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 5269 | 2025.03.04 03:21:54.536929 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 5270 | 2025.03.04 03:21:54.558411 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5271 | 2025.03.04 03:21:54.558469 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5272 | 2025.03.04 03:21:54.566162 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5273 | 2025.03.04 03:21:54.566925 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5274 | 2025.03.04 03:21:54.567340 [ 24 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5275 | 2025.03.04 03:21:54.567469 [ 24 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5276 | 2025.03.04 03:21:54.567558 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5277 | 2025.03.04 03:21:54.567881 [ 191 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 5278 | 2025.03.04 03:21:54.576160 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 5279 | 2025.03.04 03:21:54.577479 [ 191 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5280 | 2025.03.04 03:21:54.578355 [ 191 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part | ||
| 5281 | 2025.03.04 03:21:54.582903 [ 191 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part | ||
| 5282 | 2025.03.04 03:21:54.587556 [ 191 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part | ||
| 5283 | 2025.03.04 03:21:54.592623 [ 191 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part | ||
| 5284 | 2025.03.04 03:21:54.597787 [ 191 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 8 rows starting from the beginning of the part | ||
| 5285 | 2025.03.04 03:21:54.602251 [ 191 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 7 rows starting from the beginning of the part | ||
| 5286 | 2025.03.04 03:21:54.659518 [ 190 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.091813975 sec., 2548.6316217111826 rows/sec., 13.18 MiB/sec. | ||
| 5287 | 2025.03.04 03:21:54.662406 [ 186 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5288 | 2025.03.04 03:21:54.665457 [ 186 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_31_6} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5289 | 2025.03.04 03:21:54.665592 [ 186 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_31_6} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5290 | 2025.03.04 03:21:54.668335 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5291 | 2025.03.04 03:21:57.181240 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5292 | 2025.03.04 03:21:57.181449 [ 255 ] {64f97492-7d7b-47cc-a155-59192a1a6b8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5293 | 2025.03.04 03:21:57.181529 [ 255 ] {64f97492-7d7b-47cc-a155-59192a1a6b8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5294 | 2025.03.04 03:21:57.182365 [ 255 ] {64f97492-7d7b-47cc-a155-59192a1a6b8f} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5295 | 2025.03.04 03:21:57.182417 [ 255 ] {64f97492-7d7b-47cc-a155-59192a1a6b8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5296 | 2025.03.04 03:21:57.182893 [ 255 ] {64f97492-7d7b-47cc-a155-59192a1a6b8f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5297 | 2025.03.04 03:21:57.183152 [ 255 ] {64f97492-7d7b-47cc-a155-59192a1a6b8f} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5298 | 2025.03.04 03:21:57.183397 [ 255 ] {64f97492-7d7b-47cc-a155-59192a1a6b8f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002006 sec., 27916.251246261218 rows/sec., 2.13 MiB/sec. | ||
| 5299 | 2025.03.04 03:21:57.183463 [ 255 ] {64f97492-7d7b-47cc-a155-59192a1a6b8f} <Debug> TCPHandler: Processed in 0.002358419 sec. | ||
| 5300 | 2025.03.04 03:21:57.183598 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5301 | 2025.03.04 03:21:57.183712 [ 255 ] {e0a3aba0-142a-4acd-8291-a8c457d4390a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5302 | 2025.03.04 03:21:57.183761 [ 255 ] {e0a3aba0-142a-4acd-8291-a8c457d4390a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5303 | 2025.03.04 03:21:57.184315 [ 255 ] {e0a3aba0-142a-4acd-8291-a8c457d4390a} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5304 | 2025.03.04 03:21:57.184436 [ 255 ] {e0a3aba0-142a-4acd-8291-a8c457d4390a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5305 | 2025.03.04 03:21:57.184800 [ 255 ] {e0a3aba0-142a-4acd-8291-a8c457d4390a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5306 | 2025.03.04 03:21:57.185059 [ 255 ] {e0a3aba0-142a-4acd-8291-a8c457d4390a} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5307 | 2025.03.04 03:21:57.185282 [ 255 ] {e0a3aba0-142a-4acd-8291-a8c457d4390a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001597 sec., 40075.14088916719 rows/sec., 3.13 MiB/sec. | ||
| 5308 | 2025.03.04 03:21:57.185335 [ 255 ] {e0a3aba0-142a-4acd-8291-a8c457d4390a} <Debug> TCPHandler: Processed in 0.001794452 sec. | ||
| 5309 | 2025.03.04 03:21:57.185450 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5310 | 2025.03.04 03:21:57.185556 [ 255 ] {ec858d29-aecf-430d-9369-2caf69f8108a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5311 | 2025.03.04 03:21:57.185604 [ 255 ] {ec858d29-aecf-430d-9369-2caf69f8108a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5312 | 2025.03.04 03:21:57.186216 [ 255 ] {ec858d29-aecf-430d-9369-2caf69f8108a} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5313 | 2025.03.04 03:21:57.186256 [ 255 ] {ec858d29-aecf-430d-9369-2caf69f8108a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5314 | 2025.03.04 03:21:57.186653 [ 255 ] {ec858d29-aecf-430d-9369-2caf69f8108a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5315 | 2025.03.04 03:21:57.186890 [ 255 ] {ec858d29-aecf-430d-9369-2caf69f8108a} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5316 | 2025.03.04 03:21:57.187097 [ 255 ] {ec858d29-aecf-430d-9369-2caf69f8108a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001565 sec., 102236.42172523962 rows/sec., 7.12 MiB/sec. | ||
| 5317 | 2025.03.04 03:21:57.187148 [ 255 ] {ec858d29-aecf-430d-9369-2caf69f8108a} <Debug> TCPHandler: Processed in 0.001748411 sec. | ||
| 5318 | 2025.03.04 03:21:57.187252 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5319 | 2025.03.04 03:21:57.187353 [ 255 ] {a99565c4-b73c-440c-8859-28e8f80747cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5320 | 2025.03.04 03:21:57.187398 [ 255 ] {a99565c4-b73c-440c-8859-28e8f80747cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5321 | 2025.03.04 03:21:57.187828 [ 255 ] {a99565c4-b73c-440c-8859-28e8f80747cf} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5322 | 2025.03.04 03:21:57.187866 [ 255 ] {a99565c4-b73c-440c-8859-28e8f80747cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5323 | 2025.03.04 03:21:57.188219 [ 255 ] {a99565c4-b73c-440c-8859-28e8f80747cf} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5324 | 2025.03.04 03:21:57.188453 [ 255 ] {a99565c4-b73c-440c-8859-28e8f80747cf} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5325 | 2025.03.04 03:21:57.188659 [ 255 ] {a99565c4-b73c-440c-8859-28e8f80747cf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001328 sec., 45180.72289156626 rows/sec., 3.04 MiB/sec. | ||
| 5326 | 2025.03.04 03:21:57.188706 [ 255 ] {a99565c4-b73c-440c-8859-28e8f80747cf} <Debug> TCPHandler: Processed in 0.001503988 sec. | ||
| 5327 | 2025.03.04 03:22:00.915316 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5328 | 2025.03.04 03:22:00.915393 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5329 | 2025.03.04 03:22:01.063359 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
| 5330 | 2025.03.04 03:22:01.064132 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5331 | 2025.03.04 03:22:01.064177 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5332 | 2025.03.04 03:22:01.064817 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5333 | 2025.03.04 03:22:01.065077 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5334 | 2025.03.04 03:22:01.065331 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 5335 | 2025.03.04 03:22:01.111580 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 716 | ||
| 5336 | 2025.03.04 03:22:01.114658 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5337 | 2025.03.04 03:22:01.114709 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5338 | 2025.03.04 03:22:01.116223 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5339 | 2025.03.04 03:22:01.116548 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5340 | 2025.03.04 03:22:01.117418 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 716 | ||
| 5341 | 2025.03.04 03:22:02.002356 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000943142 sec. | ||
| 5342 | 2025.03.04 03:22:02.076262 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 5343 | 2025.03.04 03:22:02.095710 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5344 | 2025.03.04 03:22:02.095774 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5345 | 2025.03.04 03:22:02.103036 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5346 | 2025.03.04 03:22:02.103831 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5347 | 2025.03.04 03:22:02.107517 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 5348 | 2025.03.04 03:22:02.183239 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5349 | 2025.03.04 03:22:02.183443 [ 255 ] {be3468ae-8a99-422c-895c-04d49eba6b24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5350 | 2025.03.04 03:22:02.183524 [ 255 ] {be3468ae-8a99-422c-895c-04d49eba6b24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5351 | 2025.03.04 03:22:02.184465 [ 255 ] {be3468ae-8a99-422c-895c-04d49eba6b24} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5352 | 2025.03.04 03:22:02.184515 [ 255 ] {be3468ae-8a99-422c-895c-04d49eba6b24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5353 | 2025.03.04 03:22:02.184962 [ 255 ] {be3468ae-8a99-422c-895c-04d49eba6b24} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5354 | 2025.03.04 03:22:02.185222 [ 255 ] {be3468ae-8a99-422c-895c-04d49eba6b24} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5355 | 2025.03.04 03:22:02.185489 [ 255 ] {be3468ae-8a99-422c-895c-04d49eba6b24} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.002097 sec., 64854.55412494039 rows/sec., 5.59 MiB/sec. | ||
| 5356 | 2025.03.04 03:22:02.185624 [ 255 ] {be3468ae-8a99-422c-895c-04d49eba6b24} <Debug> TCPHandler: Processed in 0.002565252 sec. | ||
| 5357 | 2025.03.04 03:22:02.185820 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5358 | 2025.03.04 03:22:02.186080 [ 255 ] {6082cb35-38c2-4613-a6fb-59b3368660bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5359 | 2025.03.04 03:22:02.186136 [ 255 ] {6082cb35-38c2-4613-a6fb-59b3368660bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5360 | 2025.03.04 03:22:02.186696 [ 255 ] {6082cb35-38c2-4613-a6fb-59b3368660bd} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5361 | 2025.03.04 03:22:02.186737 [ 255 ] {6082cb35-38c2-4613-a6fb-59b3368660bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5362 | 2025.03.04 03:22:02.187104 [ 255 ] {6082cb35-38c2-4613-a6fb-59b3368660bd} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5363 | 2025.03.04 03:22:02.187339 [ 255 ] {6082cb35-38c2-4613-a6fb-59b3368660bd} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5364 | 2025.03.04 03:22:02.187585 [ 255 ] {6082cb35-38c2-4613-a6fb-59b3368660bd} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.00158 sec., 25316.45569620253 rows/sec., 1.86 MiB/sec. | ||
| 5365 | 2025.03.04 03:22:02.187723 [ 255 ] {6082cb35-38c2-4613-a6fb-59b3368660bd} <Debug> TCPHandler: Processed in 0.002007834 sec. | ||
| 5366 | 2025.03.04 03:22:02.187930 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5367 | 2025.03.04 03:22:02.188036 [ 255 ] {29b7bf2a-2580-4761-8c0f-80bf58482abf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5368 | 2025.03.04 03:22:02.188081 [ 255 ] {29b7bf2a-2580-4761-8c0f-80bf58482abf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5369 | 2025.03.04 03:22:02.188665 [ 255 ] {29b7bf2a-2580-4761-8c0f-80bf58482abf} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5370 | 2025.03.04 03:22:02.188704 [ 255 ] {29b7bf2a-2580-4761-8c0f-80bf58482abf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5371 | 2025.03.04 03:22:02.189058 [ 255 ] {29b7bf2a-2580-4761-8c0f-80bf58482abf} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5372 | 2025.03.04 03:22:02.189295 [ 255 ] {29b7bf2a-2580-4761-8c0f-80bf58482abf} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5373 | 2025.03.04 03:22:02.189554 [ 255 ] {29b7bf2a-2580-4761-8c0f-80bf58482abf} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001535 sec., 67752.44299674267 rows/sec., 5.29 MiB/sec. | ||
| 5374 | 2025.03.04 03:22:02.189663 [ 255 ] {29b7bf2a-2580-4761-8c0f-80bf58482abf} <Debug> TCPHandler: Processed in 0.001793342 sec. | ||
| 5375 | 2025.03.04 03:22:02.189897 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5376 | 2025.03.04 03:22:02.190003 [ 255 ] {be6ddc66-b89d-4754-877b-1ea242f42d2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5377 | 2025.03.04 03:22:02.190053 [ 255 ] {be6ddc66-b89d-4754-877b-1ea242f42d2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5378 | 2025.03.04 03:22:02.190583 [ 255 ] {be6ddc66-b89d-4754-877b-1ea242f42d2b} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5379 | 2025.03.04 03:22:02.190624 [ 255 ] {be6ddc66-b89d-4754-877b-1ea242f42d2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5380 | 2025.03.04 03:22:02.191002 [ 255 ] {be6ddc66-b89d-4754-877b-1ea242f42d2b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5381 | 2025.03.04 03:22:02.191239 [ 255 ] {be6ddc66-b89d-4754-877b-1ea242f42d2b} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5382 | 2025.03.04 03:22:02.191464 [ 255 ] {be6ddc66-b89d-4754-877b-1ea242f42d2b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001483 sec., 107889.41335131491 rows/sec., 7.51 MiB/sec. | ||
| 5383 | 2025.03.04 03:22:02.191524 [ 255 ] {be6ddc66-b89d-4754-877b-1ea242f42d2b} <Debug> TCPHandler: Processed in 0.001711091 sec. | ||
| 5384 | 2025.03.04 03:22:02.191675 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5385 | 2025.03.04 03:22:02.191776 [ 255 ] {354c47fd-cb79-4849-8667-c6f8b37a2ddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5386 | 2025.03.04 03:22:02.191841 [ 255 ] {354c47fd-cb79-4849-8667-c6f8b37a2ddc} <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 | ||
| 5387 | 2025.03.04 03:22:02.193014 [ 255 ] {354c47fd-cb79-4849-8667-c6f8b37a2ddc} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5388 | 2025.03.04 03:22:02.193053 [ 255 ] {354c47fd-cb79-4849-8667-c6f8b37a2ddc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5389 | 2025.03.04 03:22:02.193720 [ 255 ] {354c47fd-cb79-4849-8667-c6f8b37a2ddc} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5390 | 2025.03.04 03:22:02.193973 [ 255 ] {354c47fd-cb79-4849-8667-c6f8b37a2ddc} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5391 | 2025.03.04 03:22:02.194242 [ 255 ] {354c47fd-cb79-4849-8667-c6f8b37a2ddc} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002488 sec., 16077.17041800643 rows/sec., 28.81 MiB/sec. | ||
| 5392 | 2025.03.04 03:22:02.194334 [ 255 ] {354c47fd-cb79-4849-8667-c6f8b37a2ddc} <Debug> TCPHandler: Processed in 0.002716673 sec. | ||
| 5393 | 2025.03.04 03:22:02.194466 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5394 | 2025.03.04 03:22:02.194585 [ 255 ] {4c152c3a-8b87-4731-891d-1adf8afbefa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5395 | 2025.03.04 03:22:02.194633 [ 255 ] {4c152c3a-8b87-4731-891d-1adf8afbefa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5396 | 2025.03.04 03:22:02.195076 [ 255 ] {4c152c3a-8b87-4731-891d-1adf8afbefa0} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5397 | 2025.03.04 03:22:02.195114 [ 255 ] {4c152c3a-8b87-4731-891d-1adf8afbefa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5398 | 2025.03.04 03:22:02.195475 [ 255 ] {4c152c3a-8b87-4731-891d-1adf8afbefa0} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5399 | 2025.03.04 03:22:02.195706 [ 255 ] {4c152c3a-8b87-4731-891d-1adf8afbefa0} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5400 | 2025.03.04 03:22:02.195938 [ 255 ] {4c152c3a-8b87-4731-891d-1adf8afbefa0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. | ||
| 5401 | 2025.03.04 03:22:02.196003 [ 255 ] {4c152c3a-8b87-4731-891d-1adf8afbefa0} <Debug> TCPHandler: Processed in 0.00160615 sec. | ||
| 5402 | 2025.03.04 03:22:05.773909 [ 135 ] {} <Debug> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 5403 | 2025.03.04 03:22:05.774028 [ 135 ] {} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5404 | 2025.03.04 03:22:05.774071 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5405 | 2025.03.04 03:22:05.774400 [ 186 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
| 5406 | 2025.03.04 03:22:05.774668 [ 186 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5407 | 2025.03.04 03:22:05.774732 [ 186 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part | ||
| 5408 | 2025.03.04 03:22:05.774914 [ 186 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 5409 | 2025.03.04 03:22:05.775149 [ 186 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part | ||
| 5410 | 2025.03.04 03:22:05.775279 [ 186 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
| 5411 | 2025.03.04 03:22:05.775502 [ 186 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 5412 | 2025.03.04 03:22:05.776603 [ 190 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.002415259 sec., 17389.439393456356 rows/sec., 1.45 MiB/sec. | ||
| 5413 | 2025.03.04 03:22:05.776757 [ 194 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 5414 | 2025.03.04 03:22:05.777102 [ 194 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_9_2} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5415 | 2025.03.04 03:22:05.777196 [ 194 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_9_2} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 5416 | 2025.03.04 03:22:05.777273 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5417 | 2025.03.04 03:22:07.212994 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5418 | 2025.03.04 03:22:07.213214 [ 255 ] {f29b9727-8370-4892-9d95-cc09015e2071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5419 | 2025.03.04 03:22:07.213305 [ 255 ] {f29b9727-8370-4892-9d95-cc09015e2071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5420 | 2025.03.04 03:22:07.215111 [ 255 ] {f29b9727-8370-4892-9d95-cc09015e2071} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5421 | 2025.03.04 03:22:07.215173 [ 255 ] {f29b9727-8370-4892-9d95-cc09015e2071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5422 | 2025.03.04 03:22:07.215722 [ 255 ] {f29b9727-8370-4892-9d95-cc09015e2071} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5423 | 2025.03.04 03:22:07.216040 [ 255 ] {f29b9727-8370-4892-9d95-cc09015e2071} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5424 | 2025.03.04 03:22:07.216409 [ 255 ] {f29b9727-8370-4892-9d95-cc09015e2071} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.003232 sec., 7425.742574257426 rows/sec., 630.90 KiB/sec. | ||
| 5425 | 2025.03.04 03:22:07.216821 [ 255 ] {f29b9727-8370-4892-9d95-cc09015e2071} <Debug> TCPHandler: Processed in 0.003949229 sec. | ||
| 5426 | 2025.03.04 03:22:07.217009 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5427 | 2025.03.04 03:22:07.217123 [ 255 ] {31b58a14-3f43-457e-9fe3-c788d7f92d5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5428 | 2025.03.04 03:22:07.217171 [ 255 ] {31b58a14-3f43-457e-9fe3-c788d7f92d5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5429 | 2025.03.04 03:22:07.218773 [ 255 ] {31b58a14-3f43-457e-9fe3-c788d7f92d5f} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5430 | 2025.03.04 03:22:07.218818 [ 255 ] {31b58a14-3f43-457e-9fe3-c788d7f92d5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5431 | 2025.03.04 03:22:07.219327 [ 255 ] {31b58a14-3f43-457e-9fe3-c788d7f92d5f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5432 | 2025.03.04 03:22:07.219631 [ 255 ] {31b58a14-3f43-457e-9fe3-c788d7f92d5f} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5433 | 2025.03.04 03:22:07.219856 [ 127 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5434 | 2025.03.04 03:22:07.219921 [ 255 ] {31b58a14-3f43-457e-9fe3-c788d7f92d5f} <Debug> executeQuery: Read 1316 rows, 111.93 KiB in 0.002817 sec., 467163.64927227545 rows/sec., 38.80 MiB/sec. | ||
| 5435 | 2025.03.04 03:22:07.219958 [ 127 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5436 | 2025.03.04 03:22:07.220044 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5437 | 2025.03.04 03:22:07.220058 [ 255 ] {31b58a14-3f43-457e-9fe3-c788d7f92d5f} <Debug> TCPHandler: Processed in 0.003100158 sec. | ||
| 5438 | 2025.03.04 03:22:07.220306 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5439 | 2025.03.04 03:22:07.220333 [ 188 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 5440 | 2025.03.04 03:22:07.220527 [ 255 ] {f3a5c0f1-f934-4749-8b7e-9f6084a32ab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5441 | 2025.03.04 03:22:07.220674 [ 255 ] {f3a5c0f1-f934-4749-8b7e-9f6084a32ab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5442 | 2025.03.04 03:22:07.220791 [ 188 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5443 | 2025.03.04 03:22:07.220932 [ 188 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1967 rows starting from the beginning of the part | ||
| 5444 | 2025.03.04 03:22:07.221547 [ 188 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 56 rows starting from the beginning of the part | ||
| 5445 | 2025.03.04 03:22:07.222108 [ 188 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 139 rows starting from the beginning of the part | ||
| 5446 | 2025.03.04 03:22:07.222707 [ 188 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 56 rows starting from the beginning of the part | ||
| 5447 | 2025.03.04 03:22:07.222957 [ 188 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 136 rows starting from the beginning of the part | ||
| 5448 | 2025.03.04 03:22:07.223099 [ 188 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1316 rows starting from the beginning of the part | ||
| 5449 | 2025.03.04 03:22:07.223692 [ 255 ] {f3a5c0f1-f934-4749-8b7e-9f6084a32ab2} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5450 | 2025.03.04 03:22:07.223739 [ 255 ] {f3a5c0f1-f934-4749-8b7e-9f6084a32ab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5451 | 2025.03.04 03:22:07.224462 [ 255 ] {f3a5c0f1-f934-4749-8b7e-9f6084a32ab2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5452 | 2025.03.04 03:22:07.224762 [ 255 ] {f3a5c0f1-f934-4749-8b7e-9f6084a32ab2} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5453 | 2025.03.04 03:22:07.225055 [ 255 ] {f3a5c0f1-f934-4749-8b7e-9f6084a32ab2} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.004648 sec., 2581.7555938037863 rows/sec., 206.74 KiB/sec. | ||
| 5454 | 2025.03.04 03:22:07.225162 [ 255 ] {f3a5c0f1-f934-4749-8b7e-9f6084a32ab2} <Debug> TCPHandler: Processed in 0.004951251 sec. | ||
| 5455 | 2025.03.04 03:22:07.225335 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5456 | 2025.03.04 03:22:07.225543 [ 255 ] {7d550a44-e49d-49f3-bea5-da66b8047536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5457 | 2025.03.04 03:22:07.225607 [ 190 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3670 rows, containing 5 columns (5 merged, 0 gathered) in 0.005449266 sec., 673485.1996580823 rows/sec., 58.15 MiB/sec. | ||
| 5458 | 2025.03.04 03:22:07.225635 [ 255 ] {7d550a44-e49d-49f3-bea5-da66b8047536} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5459 | 2025.03.04 03:22:07.226060 [ 190 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5460 | 2025.03.04 03:22:07.226790 [ 190 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_46_9} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5461 | 2025.03.04 03:22:07.227034 [ 190 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_46_9} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5462 | 2025.03.04 03:22:07.227058 [ 255 ] {7d550a44-e49d-49f3-bea5-da66b8047536} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5463 | 2025.03.04 03:22:07.227125 [ 255 ] {7d550a44-e49d-49f3-bea5-da66b8047536} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5464 | 2025.03.04 03:22:07.227231 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 5465 | 2025.03.04 03:22:07.227607 [ 255 ] {7d550a44-e49d-49f3-bea5-da66b8047536} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5466 | 2025.03.04 03:22:07.227879 [ 255 ] {7d550a44-e49d-49f3-bea5-da66b8047536} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5467 | 2025.03.04 03:22:07.228186 [ 255 ] {7d550a44-e49d-49f3-bea5-da66b8047536} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002671 sec., 94346.68663421938 rows/sec., 6.53 MiB/sec. | ||
| 5468 | 2025.03.04 03:22:07.228479 [ 255 ] {7d550a44-e49d-49f3-bea5-da66b8047536} <Debug> TCPHandler: Processed in 0.00322482 sec. | ||
| 5469 | 2025.03.04 03:22:07.228651 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5470 | 2025.03.04 03:22:07.228795 [ 255 ] {2d156aae-da24-4bf4-b003-38fc872ebafe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5471 | 2025.03.04 03:22:07.228862 [ 255 ] {2d156aae-da24-4bf4-b003-38fc872ebafe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5472 | 2025.03.04 03:22:07.229673 [ 255 ] {2d156aae-da24-4bf4-b003-38fc872ebafe} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5473 | 2025.03.04 03:22:07.229718 [ 255 ] {2d156aae-da24-4bf4-b003-38fc872ebafe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5474 | 2025.03.04 03:22:07.230176 [ 255 ] {2d156aae-da24-4bf4-b003-38fc872ebafe} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5475 | 2025.03.04 03:22:07.230492 [ 255 ] {2d156aae-da24-4bf4-b003-38fc872ebafe} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5476 | 2025.03.04 03:22:07.230814 [ 255 ] {2d156aae-da24-4bf4-b003-38fc872ebafe} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.002048 sec., 5859.375 rows/sec., 457.76 KiB/sec. | ||
| 5477 | 2025.03.04 03:22:07.231012 [ 255 ] {2d156aae-da24-4bf4-b003-38fc872ebafe} <Debug> TCPHandler: Processed in 0.00242065 sec. | ||
| 5478 | 2025.03.04 03:22:07.231212 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5479 | 2025.03.04 03:22:07.231357 [ 255 ] {b5afde1d-5e7c-43fc-9a30-fa99120cccbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5480 | 2025.03.04 03:22:07.231425 [ 255 ] {b5afde1d-5e7c-43fc-9a30-fa99120cccbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5481 | 2025.03.04 03:22:07.232551 [ 255 ] {b5afde1d-5e7c-43fc-9a30-fa99120cccbe} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5482 | 2025.03.04 03:22:07.232625 [ 255 ] {b5afde1d-5e7c-43fc-9a30-fa99120cccbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5483 | 2025.03.04 03:22:07.233273 [ 255 ] {b5afde1d-5e7c-43fc-9a30-fa99120cccbe} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5484 | 2025.03.04 03:22:07.233664 [ 255 ] {b5afde1d-5e7c-43fc-9a30-fa99120cccbe} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5485 | 2025.03.04 03:22:07.233941 [ 127 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5486 | 2025.03.04 03:22:07.234031 [ 255 ] {b5afde1d-5e7c-43fc-9a30-fa99120cccbe} <Debug> executeQuery: Read 556 rows, 42.66 KiB in 0.002703 sec., 205697.37328893822 rows/sec., 15.41 MiB/sec. | ||
| 5487 | 2025.03.04 03:22:07.234052 [ 127 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5488 | 2025.03.04 03:22:07.234126 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5489 | 2025.03.04 03:22:07.234250 [ 255 ] {b5afde1d-5e7c-43fc-9a30-fa99120cccbe} <Debug> TCPHandler: Processed in 0.003093129 sec. | ||
| 5490 | 2025.03.04 03:22:07.234391 [ 195 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 5491 | 2025.03.04 03:22:07.234496 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5492 | 2025.03.04 03:22:07.234668 [ 195 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5493 | 2025.03.04 03:22:07.234776 [ 255 ] {d1a399b4-fef0-4412-80ae-43eed9bc1a25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5494 | 2025.03.04 03:22:07.234785 [ 195 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 950 rows starting from the beginning of the part | ||
| 5495 | 2025.03.04 03:22:07.234914 [ 255 ] {d1a399b4-fef0-4412-80ae-43eed9bc1a25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5496 | 2025.03.04 03:22:07.235252 [ 195 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 64 rows starting from the beginning of the part | ||
| 5497 | 2025.03.04 03:22:07.235700 [ 195 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 110 rows starting from the beginning of the part | ||
| 5498 | 2025.03.04 03:22:07.236205 [ 195 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 64 rows starting from the beginning of the part | ||
| 5499 | 2025.03.04 03:22:07.236517 [ 195 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 104 rows starting from the beginning of the part | ||
| 5500 | 2025.03.04 03:22:07.236811 [ 195 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 556 rows starting from the beginning of the part | ||
| 5501 | 2025.03.04 03:22:07.237919 [ 255 ] {d1a399b4-fef0-4412-80ae-43eed9bc1a25} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5502 | 2025.03.04 03:22:07.237988 [ 255 ] {d1a399b4-fef0-4412-80ae-43eed9bc1a25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5503 | 2025.03.04 03:22:07.239491 [ 255 ] {d1a399b4-fef0-4412-80ae-43eed9bc1a25} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5504 | 2025.03.04 03:22:07.240009 [ 255 ] {d1a399b4-fef0-4412-80ae-43eed9bc1a25} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5505 | 2025.03.04 03:22:07.240353 [ 127 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5506 | 2025.03.04 03:22:07.240504 [ 127 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5507 | 2025.03.04 03:22:07.240612 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5508 | 2025.03.04 03:22:07.240832 [ 255 ] {d1a399b4-fef0-4412-80ae-43eed9bc1a25} <Debug> executeQuery: Read 916 rows, 63.62 KiB in 0.006094 sec., 150311.78208073517 rows/sec., 10.19 MiB/sec. | ||
| 5509 | 2025.03.04 03:22:07.241148 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 5510 | 2025.03.04 03:22:07.241336 [ 255 ] {d1a399b4-fef0-4412-80ae-43eed9bc1a25} <Debug> TCPHandler: Processed in 0.006918884 sec. | ||
| 5511 | 2025.03.04 03:22:07.241368 [ 200 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1848 rows, containing 5 columns (5 merged, 0 gathered) in 0.007100936 sec., 260247.3814719637 rows/sec., 20.42 MiB/sec. | ||
| 5512 | 2025.03.04 03:22:07.241808 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5513 | 2025.03.04 03:22:07.241849 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5514 | 2025.03.04 03:22:07.241957 [ 200 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5515 | 2025.03.04 03:22:07.241982 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12327 rows starting from the beginning of the part | ||
| 5516 | 2025.03.04 03:22:07.242711 [ 255 ] {95164e36-914f-4663-aa33-e91fe001ef90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5517 | 2025.03.04 03:22:07.242841 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part | ||
| 5518 | 2025.03.04 03:22:07.243112 [ 255 ] {95164e36-914f-4663-aa33-e91fe001ef90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5519 | 2025.03.04 03:22:07.243412 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 163 rows starting from the beginning of the part | ||
| 5520 | 2025.03.04 03:22:07.243744 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part | ||
| 5521 | 2025.03.04 03:22:07.244065 [ 200 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_46_9} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5522 | 2025.03.04 03:22:07.244283 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part | ||
| 5523 | 2025.03.04 03:22:07.244746 [ 200 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_46_9} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5524 | 2025.03.04 03:22:07.244873 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 916 rows starting from the beginning of the part | ||
| 5525 | 2025.03.04 03:22:07.245270 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 5526 | 2025.03.04 03:22:07.246223 [ 255 ] {95164e36-914f-4663-aa33-e91fe001ef90} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5527 | 2025.03.04 03:22:07.246267 [ 255 ] {95164e36-914f-4663-aa33-e91fe001ef90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5528 | 2025.03.04 03:22:07.246749 [ 255 ] {95164e36-914f-4663-aa33-e91fe001ef90} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5529 | 2025.03.04 03:22:07.247177 [ 255 ] {95164e36-914f-4663-aa33-e91fe001ef90} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5530 | 2025.03.04 03:22:07.247460 [ 127 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5531 | 2025.03.04 03:22:07.247601 [ 255 ] {95164e36-914f-4663-aa33-e91fe001ef90} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005235 sec., 11461.31805157593 rows/sec., 790.95 KiB/sec. | ||
| 5532 | 2025.03.04 03:22:07.247594 [ 127 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5533 | 2025.03.04 03:22:07.247718 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5534 | 2025.03.04 03:22:07.247870 [ 255 ] {95164e36-914f-4663-aa33-e91fe001ef90} <Debug> TCPHandler: Processed in 0.006237086 sec. | ||
| 5535 | 2025.03.04 03:22:07.248246 [ 201 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 5536 | 2025.03.04 03:22:07.248477 [ 201 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5537 | 2025.03.04 03:22:07.248524 [ 201 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2222 rows starting from the beginning of the part | ||
| 5538 | 2025.03.04 03:22:07.248652 [ 201 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
| 5539 | 2025.03.04 03:22:07.248894 [ 201 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part | ||
| 5540 | 2025.03.04 03:22:07.249295 [ 201 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part | ||
| 5541 | 2025.03.04 03:22:07.249523 [ 201 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part | ||
| 5542 | 2025.03.04 03:22:07.249751 [ 201 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
| 5543 | 2025.03.04 03:22:07.256117 [ 187 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2522 rows, containing 4 columns (4 merged, 0 gathered) in 0.00817909 sec., 308347.26112562645 rows/sec., 20.71 MiB/sec. | ||
| 5544 | 2025.03.04 03:22:07.256607 [ 198 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13886 rows, containing 5 columns (5 merged, 0 gathered) in 0.015809403 sec., 878338.0371795191 rows/sec., 60.25 MiB/sec. | ||
| 5545 | 2025.03.04 03:22:07.256626 [ 196 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5546 | 2025.03.04 03:22:07.257100 [ 196 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_46_9} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5547 | 2025.03.04 03:22:07.257221 [ 196 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_46_9} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5548 | 2025.03.04 03:22:07.257335 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 5549 | 2025.03.04 03:22:07.257402 [ 198 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5550 | 2025.03.04 03:22:07.257790 [ 198 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5551 | 2025.03.04 03:22:07.257909 [ 198 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5552 | 2025.03.04 03:22:07.258037 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.63 MiB. | ||
| 5553 | 2025.03.04 03:22:08.565534 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 | ||
| 5554 | 2025.03.04 03:22:08.566443 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5555 | 2025.03.04 03:22:08.566510 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5556 | 2025.03.04 03:22:08.567205 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5557 | 2025.03.04 03:22:08.567540 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5558 | 2025.03.04 03:22:08.567805 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 | ||
| 5559 | 2025.03.04 03:22:09.607618 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 5560 | 2025.03.04 03:22:09.627186 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5561 | 2025.03.04 03:22:09.627235 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5562 | 2025.03.04 03:22:09.634534 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5563 | 2025.03.04 03:22:09.635292 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5564 | 2025.03.04 03:22:09.637875 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 5565 | 2025.03.04 03:22:11.117629 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 744 | ||
| 5566 | 2025.03.04 03:22:11.120756 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5567 | 2025.03.04 03:22:11.120817 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5568 | 2025.03.04 03:22:11.122300 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5569 | 2025.03.04 03:22:11.122622 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5570 | 2025.03.04 03:22:11.124367 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 744 | ||
| 5571 | 2025.03.04 03:22:12.182484 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5572 | 2025.03.04 03:22:12.182690 [ 255 ] {fb412ca1-65ef-46b9-9115-18f39416ab0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5573 | 2025.03.04 03:22:12.182767 [ 255 ] {fb412ca1-65ef-46b9-9115-18f39416ab0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5574 | 2025.03.04 03:22:12.183668 [ 255 ] {fb412ca1-65ef-46b9-9115-18f39416ab0a} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5575 | 2025.03.04 03:22:12.183711 [ 255 ] {fb412ca1-65ef-46b9-9115-18f39416ab0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5576 | 2025.03.04 03:22:12.184155 [ 255 ] {fb412ca1-65ef-46b9-9115-18f39416ab0a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5577 | 2025.03.04 03:22:12.184411 [ 255 ] {fb412ca1-65ef-46b9-9115-18f39416ab0a} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5578 | 2025.03.04 03:22:12.184658 [ 255 ] {fb412ca1-65ef-46b9-9115-18f39416ab0a} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.002018 sec., 67393.45887016848 rows/sec., 5.81 MiB/sec. | ||
| 5579 | 2025.03.04 03:22:12.184798 [ 255 ] {fb412ca1-65ef-46b9-9115-18f39416ab0a} <Debug> TCPHandler: Processed in 0.00244484 sec. | ||
| 5580 | 2025.03.04 03:22:12.185030 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5581 | 2025.03.04 03:22:12.185142 [ 255 ] {20837832-d8c8-4ec8-9174-a8ba5b132929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5582 | 2025.03.04 03:22:12.185192 [ 255 ] {20837832-d8c8-4ec8-9174-a8ba5b132929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5583 | 2025.03.04 03:22:12.185758 [ 255 ] {20837832-d8c8-4ec8-9174-a8ba5b132929} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5584 | 2025.03.04 03:22:12.185798 [ 255 ] {20837832-d8c8-4ec8-9174-a8ba5b132929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5585 | 2025.03.04 03:22:12.186165 [ 255 ] {20837832-d8c8-4ec8-9174-a8ba5b132929} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5586 | 2025.03.04 03:22:12.186399 [ 255 ] {20837832-d8c8-4ec8-9174-a8ba5b132929} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5587 | 2025.03.04 03:22:12.186610 [ 255 ] {20837832-d8c8-4ec8-9174-a8ba5b132929} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001495 sec., 26755.852842809363 rows/sec., 1.96 MiB/sec. | ||
| 5588 | 2025.03.04 03:22:12.186764 [ 255 ] {20837832-d8c8-4ec8-9174-a8ba5b132929} <Debug> TCPHandler: Processed in 0.001812742 sec. | ||
| 5589 | 2025.03.04 03:22:12.186958 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5590 | 2025.03.04 03:22:12.187065 [ 255 ] {89da59bf-e3e2-457f-b612-4dcb850fb41d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5591 | 2025.03.04 03:22:12.187112 [ 255 ] {89da59bf-e3e2-457f-b612-4dcb850fb41d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5592 | 2025.03.04 03:22:12.187691 [ 255 ] {89da59bf-e3e2-457f-b612-4dcb850fb41d} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5593 | 2025.03.04 03:22:12.187729 [ 255 ] {89da59bf-e3e2-457f-b612-4dcb850fb41d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5594 | 2025.03.04 03:22:12.188078 [ 255 ] {89da59bf-e3e2-457f-b612-4dcb850fb41d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5595 | 2025.03.04 03:22:12.188313 [ 255 ] {89da59bf-e3e2-457f-b612-4dcb850fb41d} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5596 | 2025.03.04 03:22:12.188485 [ 255 ] {89da59bf-e3e2-457f-b612-4dcb850fb41d} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001444 sec., 72022.16066481995 rows/sec., 5.63 MiB/sec. | ||
| 5597 | 2025.03.04 03:22:12.188535 [ 255 ] {89da59bf-e3e2-457f-b612-4dcb850fb41d} <Debug> TCPHandler: Processed in 0.00164209 sec. | ||
| 5598 | 2025.03.04 03:22:12.188648 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5599 | 2025.03.04 03:22:12.188753 [ 255 ] {29c093cc-25c7-48a2-ac9b-b46288464036} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5600 | 2025.03.04 03:22:12.188801 [ 255 ] {29c093cc-25c7-48a2-ac9b-b46288464036} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5601 | 2025.03.04 03:22:12.189314 [ 255 ] {29c093cc-25c7-48a2-ac9b-b46288464036} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5602 | 2025.03.04 03:22:12.189350 [ 255 ] {29c093cc-25c7-48a2-ac9b-b46288464036} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5603 | 2025.03.04 03:22:12.189724 [ 255 ] {29c093cc-25c7-48a2-ac9b-b46288464036} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5604 | 2025.03.04 03:22:12.189961 [ 255 ] {29c093cc-25c7-48a2-ac9b-b46288464036} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5605 | 2025.03.04 03:22:12.190133 [ 255 ] {29c093cc-25c7-48a2-ac9b-b46288464036} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001401 sec., 114204.13990007139 rows/sec., 7.95 MiB/sec. | ||
| 5606 | 2025.03.04 03:22:12.190182 [ 255 ] {29c093cc-25c7-48a2-ac9b-b46288464036} <Debug> TCPHandler: Processed in 0.00158371 sec. | ||
| 5607 | 2025.03.04 03:22:12.190286 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5608 | 2025.03.04 03:22:12.190387 [ 255 ] {03f3acb2-18ae-4910-b888-ddcff8604211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5609 | 2025.03.04 03:22:12.190449 [ 255 ] {03f3acb2-18ae-4910-b888-ddcff8604211} <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 | ||
| 5610 | 2025.03.04 03:22:12.191590 [ 255 ] {03f3acb2-18ae-4910-b888-ddcff8604211} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5611 | 2025.03.04 03:22:12.191627 [ 255 ] {03f3acb2-18ae-4910-b888-ddcff8604211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5612 | 2025.03.04 03:22:12.192265 [ 255 ] {03f3acb2-18ae-4910-b888-ddcff8604211} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5613 | 2025.03.04 03:22:12.192527 [ 255 ] {03f3acb2-18ae-4910-b888-ddcff8604211} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5614 | 2025.03.04 03:22:12.192811 [ 255 ] {03f3acb2-18ae-4910-b888-ddcff8604211} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002444 sec., 16366.612111292963 rows/sec., 29.33 MiB/sec. | ||
| 5615 | 2025.03.04 03:22:12.193230 [ 255 ] {03f3acb2-18ae-4910-b888-ddcff8604211} <Debug> TCPHandler: Processed in 0.002992327 sec. | ||
| 5616 | 2025.03.04 03:22:12.193345 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5617 | 2025.03.04 03:22:12.193450 [ 255 ] {d2c2d27c-80f1-42a1-b03f-c33a7c632b8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5618 | 2025.03.04 03:22:12.193497 [ 255 ] {d2c2d27c-80f1-42a1-b03f-c33a7c632b8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5619 | 2025.03.04 03:22:12.193942 [ 255 ] {d2c2d27c-80f1-42a1-b03f-c33a7c632b8e} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5620 | 2025.03.04 03:22:12.193981 [ 255 ] {d2c2d27c-80f1-42a1-b03f-c33a7c632b8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5621 | 2025.03.04 03:22:12.194343 [ 255 ] {d2c2d27c-80f1-42a1-b03f-c33a7c632b8e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5622 | 2025.03.04 03:22:12.194577 [ 255 ] {d2c2d27c-80f1-42a1-b03f-c33a7c632b8e} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5623 | 2025.03.04 03:22:12.194797 [ 255 ] {d2c2d27c-80f1-42a1-b03f-c33a7c632b8e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. | ||
| 5624 | 2025.03.04 03:22:12.194848 [ 255 ] {d2c2d27c-80f1-42a1-b03f-c33a7c632b8e} <Debug> TCPHandler: Processed in 0.001551429 sec. | ||
| 5625 | 2025.03.04 03:22:15.915445 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5626 | 2025.03.04 03:22:15.915544 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5627 | 2025.03.04 03:22:16.067973 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 | ||
| 5628 | 2025.03.04 03:22:16.068702 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5629 | 2025.03.04 03:22:16.068748 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5630 | 2025.03.04 03:22:16.069335 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5631 | 2025.03.04 03:22:16.069603 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5632 | 2025.03.04 03:22:16.069811 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 5633 | 2025.03.04 03:22:17.137978 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 5634 | 2025.03.04 03:22:17.158481 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5635 | 2025.03.04 03:22:17.158526 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5636 | 2025.03.04 03:22:17.166162 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5637 | 2025.03.04 03:22:17.166927 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5638 | 2025.03.04 03:22:17.169479 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 5639 | 2025.03.04 03:22:17.182426 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5640 | 2025.03.04 03:22:17.182677 [ 255 ] {b2dd8eef-0bd7-4766-a430-16a4089ae299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5641 | 2025.03.04 03:22:17.182761 [ 255 ] {b2dd8eef-0bd7-4766-a430-16a4089ae299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5642 | 2025.03.04 03:22:17.183631 [ 255 ] {b2dd8eef-0bd7-4766-a430-16a4089ae299} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5643 | 2025.03.04 03:22:17.183674 [ 255 ] {b2dd8eef-0bd7-4766-a430-16a4089ae299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5644 | 2025.03.04 03:22:17.184099 [ 255 ] {b2dd8eef-0bd7-4766-a430-16a4089ae299} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5645 | 2025.03.04 03:22:17.184345 [ 255 ] {b2dd8eef-0bd7-4766-a430-16a4089ae299} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5646 | 2025.03.04 03:22:17.184602 [ 255 ] {b2dd8eef-0bd7-4766-a430-16a4089ae299} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001973 sec., 28383.17283324886 rows/sec., 2.17 MiB/sec. | ||
| 5647 | 2025.03.04 03:22:17.184706 [ 255 ] {b2dd8eef-0bd7-4766-a430-16a4089ae299} <Debug> TCPHandler: Processed in 0.00244753 sec. | ||
| 5648 | 2025.03.04 03:22:17.184896 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5649 | 2025.03.04 03:22:17.185169 [ 255 ] {0d16b262-04f3-4d72-9904-00ca3f62fcec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5650 | 2025.03.04 03:22:17.185228 [ 255 ] {0d16b262-04f3-4d72-9904-00ca3f62fcec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5651 | 2025.03.04 03:22:17.185774 [ 255 ] {0d16b262-04f3-4d72-9904-00ca3f62fcec} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5652 | 2025.03.04 03:22:17.185812 [ 255 ] {0d16b262-04f3-4d72-9904-00ca3f62fcec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5653 | 2025.03.04 03:22:17.186156 [ 255 ] {0d16b262-04f3-4d72-9904-00ca3f62fcec} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5654 | 2025.03.04 03:22:17.186396 [ 255 ] {0d16b262-04f3-4d72-9904-00ca3f62fcec} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5655 | 2025.03.04 03:22:17.186645 [ 255 ] {0d16b262-04f3-4d72-9904-00ca3f62fcec} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001541 sec., 41531.47306943543 rows/sec., 3.24 MiB/sec. | ||
| 5656 | 2025.03.04 03:22:17.186776 [ 255 ] {0d16b262-04f3-4d72-9904-00ca3f62fcec} <Debug> TCPHandler: Processed in 0.001985505 sec. | ||
| 5657 | 2025.03.04 03:22:17.187011 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5658 | 2025.03.04 03:22:17.187118 [ 255 ] {e790750f-a313-4c0f-98d0-581d00d0f82e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5659 | 2025.03.04 03:22:17.187168 [ 255 ] {e790750f-a313-4c0f-98d0-581d00d0f82e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5660 | 2025.03.04 03:22:17.187715 [ 255 ] {e790750f-a313-4c0f-98d0-581d00d0f82e} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5661 | 2025.03.04 03:22:17.187752 [ 255 ] {e790750f-a313-4c0f-98d0-581d00d0f82e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5662 | 2025.03.04 03:22:17.188188 [ 255 ] {e790750f-a313-4c0f-98d0-581d00d0f82e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5663 | 2025.03.04 03:22:17.188424 [ 255 ] {e790750f-a313-4c0f-98d0-581d00d0f82e} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5664 | 2025.03.04 03:22:17.188642 [ 255 ] {e790750f-a313-4c0f-98d0-581d00d0f82e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001546 sec., 103492.88486416558 rows/sec., 7.21 MiB/sec. | ||
| 5665 | 2025.03.04 03:22:17.188694 [ 255 ] {e790750f-a313-4c0f-98d0-581d00d0f82e} <Debug> TCPHandler: Processed in 0.001771321 sec. | ||
| 5666 | 2025.03.04 03:22:17.188798 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5667 | 2025.03.04 03:22:17.188899 [ 255 ] {a93ffb69-a17b-4f38-a84c-4e478980434e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5668 | 2025.03.04 03:22:17.188942 [ 255 ] {a93ffb69-a17b-4f38-a84c-4e478980434e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5669 | 2025.03.04 03:22:17.189371 [ 255 ] {a93ffb69-a17b-4f38-a84c-4e478980434e} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5670 | 2025.03.04 03:22:17.189408 [ 255 ] {a93ffb69-a17b-4f38-a84c-4e478980434e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5671 | 2025.03.04 03:22:17.189760 [ 255 ] {a93ffb69-a17b-4f38-a84c-4e478980434e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5672 | 2025.03.04 03:22:17.189986 [ 255 ] {a93ffb69-a17b-4f38-a84c-4e478980434e} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5673 | 2025.03.04 03:22:17.190195 [ 255 ] {a93ffb69-a17b-4f38-a84c-4e478980434e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001319 sec., 45489.00682335102 rows/sec., 3.07 MiB/sec. | ||
| 5674 | 2025.03.04 03:22:17.190244 [ 255 ] {a93ffb69-a17b-4f38-a84c-4e478980434e} <Debug> TCPHandler: Processed in 0.001494608 sec. | ||
| 5675 | 2025.03.04 03:22:21.124645 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 764 | ||
| 5676 | 2025.03.04 03:22:21.128122 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5677 | 2025.03.04 03:22:21.128176 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5678 | 2025.03.04 03:22:21.129684 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5679 | 2025.03.04 03:22:21.130021 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5680 | 2025.03.04 03:22:21.130904 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 764 | ||
| 5681 | 2025.03.04 03:22:21.518722 [ 140 ] {} <Debug> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 5682 | 2025.03.04 03:22:21.518787 [ 140 ] {} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5683 | 2025.03.04 03:22:21.518809 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5684 | 2025.03.04 03:22:21.519038 [ 187 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
| 5685 | 2025.03.04 03:22:21.519223 [ 187 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5686 | 2025.03.04 03:22:21.519266 [ 187 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 365 rows starting from the beginning of the part | ||
| 5687 | 2025.03.04 03:22:21.519359 [ 187 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 113 rows starting from the beginning of the part | ||
| 5688 | 2025.03.04 03:22:21.519484 [ 187 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 228 rows starting from the beginning of the part | ||
| 5689 | 2025.03.04 03:22:21.519751 [ 187 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 252 rows starting from the beginning of the part | ||
| 5690 | 2025.03.04 03:22:21.519853 [ 187 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 252 rows starting from the beginning of the part | ||
| 5691 | 2025.03.04 03:22:21.521195 [ 199 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1210 rows, containing 5 columns (5 merged, 0 gathered) in 0.002296348 sec., 526923.6195907588 rows/sec., 37.87 MiB/sec. | ||
| 5692 | 2025.03.04 03:22:21.521395 [ 196 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 5693 | 2025.03.04 03:22:21.521725 [ 196 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_9_2} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5694 | 2025.03.04 03:22:21.521806 [ 196 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_9_2} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 5695 | 2025.03.04 03:22:21.521905 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 5696 | 2025.03.04 03:22:22.184201 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5697 | 2025.03.04 03:22:22.184403 [ 255 ] {f5f9fafa-8ee7-4f13-b0ab-a6fe5aeffa00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5698 | 2025.03.04 03:22:22.184480 [ 255 ] {f5f9fafa-8ee7-4f13-b0ab-a6fe5aeffa00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5699 | 2025.03.04 03:22:22.185209 [ 255 ] {f5f9fafa-8ee7-4f13-b0ab-a6fe5aeffa00} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5700 | 2025.03.04 03:22:22.185251 [ 255 ] {f5f9fafa-8ee7-4f13-b0ab-a6fe5aeffa00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5701 | 2025.03.04 03:22:22.185672 [ 255 ] {f5f9fafa-8ee7-4f13-b0ab-a6fe5aeffa00} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5702 | 2025.03.04 03:22:22.185936 [ 255 ] {f5f9fafa-8ee7-4f13-b0ab-a6fe5aeffa00} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5703 | 2025.03.04 03:22:22.186133 [ 255 ] {f5f9fafa-8ee7-4f13-b0ab-a6fe5aeffa00} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001787 sec., 4476.776720761052 rows/sec., 365.05 KiB/sec. | ||
| 5704 | 2025.03.04 03:22:22.186187 [ 255 ] {f5f9fafa-8ee7-4f13-b0ab-a6fe5aeffa00} <Debug> TCPHandler: Processed in 0.002120226 sec. | ||
| 5705 | 2025.03.04 03:22:22.186322 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5706 | 2025.03.04 03:22:22.186462 [ 255 ] {972f04ed-164f-4e2b-b5fd-b75257999109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5707 | 2025.03.04 03:22:22.186515 [ 255 ] {972f04ed-164f-4e2b-b5fd-b75257999109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5708 | 2025.03.04 03:22:22.187120 [ 255 ] {972f04ed-164f-4e2b-b5fd-b75257999109} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5709 | 2025.03.04 03:22:22.187156 [ 255 ] {972f04ed-164f-4e2b-b5fd-b75257999109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5710 | 2025.03.04 03:22:22.187526 [ 255 ] {972f04ed-164f-4e2b-b5fd-b75257999109} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5711 | 2025.03.04 03:22:22.187761 [ 255 ] {972f04ed-164f-4e2b-b5fd-b75257999109} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5712 | 2025.03.04 03:22:22.187931 [ 255 ] {972f04ed-164f-4e2b-b5fd-b75257999109} <Debug> executeQuery: Read 140 rows, 12.29 KiB in 0.001499 sec., 93395.59706470981 rows/sec., 8.01 MiB/sec. | ||
| 5713 | 2025.03.04 03:22:22.187982 [ 255 ] {972f04ed-164f-4e2b-b5fd-b75257999109} <Debug> TCPHandler: Processed in 0.001724551 sec. | ||
| 5714 | 2025.03.04 03:22:22.188084 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5715 | 2025.03.04 03:22:22.188185 [ 255 ] {7c03cb22-368f-46fc-925f-193971582781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5716 | 2025.03.04 03:22:22.188228 [ 255 ] {7c03cb22-368f-46fc-925f-193971582781} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5717 | 2025.03.04 03:22:22.188743 [ 255 ] {7c03cb22-368f-46fc-925f-193971582781} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5718 | 2025.03.04 03:22:22.188779 [ 255 ] {7c03cb22-368f-46fc-925f-193971582781} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5719 | 2025.03.04 03:22:22.189119 [ 255 ] {7c03cb22-368f-46fc-925f-193971582781} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5720 | 2025.03.04 03:22:22.189349 [ 255 ] {7c03cb22-368f-46fc-925f-193971582781} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5721 | 2025.03.04 03:22:22.189532 [ 255 ] {7c03cb22-368f-46fc-925f-193971582781} <Debug> executeQuery: Read 48 rows, 3.57 KiB in 0.001366 sec., 35139.09224011713 rows/sec., 2.55 MiB/sec. | ||
| 5722 | 2025.03.04 03:22:22.189647 [ 255 ] {7c03cb22-368f-46fc-925f-193971582781} <Debug> TCPHandler: Processed in 0.00161168 sec. | ||
| 5723 | 2025.03.04 03:22:22.189792 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5724 | 2025.03.04 03:22:22.189894 [ 255 ] {7bfa5940-338a-4d86-9697-cc3fc8a221b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5725 | 2025.03.04 03:22:22.189937 [ 255 ] {7bfa5940-338a-4d86-9697-cc3fc8a221b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5726 | 2025.03.04 03:22:22.190467 [ 255 ] {7bfa5940-338a-4d86-9697-cc3fc8a221b4} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5727 | 2025.03.04 03:22:22.190503 [ 255 ] {7bfa5940-338a-4d86-9697-cc3fc8a221b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5728 | 2025.03.04 03:22:22.190852 [ 255 ] {7bfa5940-338a-4d86-9697-cc3fc8a221b4} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5729 | 2025.03.04 03:22:22.191084 [ 255 ] {7bfa5940-338a-4d86-9697-cc3fc8a221b4} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5730 | 2025.03.04 03:22:22.191287 [ 255 ] {7bfa5940-338a-4d86-9697-cc3fc8a221b4} <Debug> executeQuery: Read 112 rows, 8.97 KiB in 0.001413 sec., 79263.97735314933 rows/sec., 6.20 MiB/sec. | ||
| 5731 | 2025.03.04 03:22:22.191340 [ 255 ] {7bfa5940-338a-4d86-9697-cc3fc8a221b4} <Debug> TCPHandler: Processed in 0.00160426 sec. | ||
| 5732 | 2025.03.04 03:22:22.191471 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5733 | 2025.03.04 03:22:22.191604 [ 255 ] {e7528d76-b4d0-4b4a-a033-809c00b3c3a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5734 | 2025.03.04 03:22:22.191662 [ 255 ] {e7528d76-b4d0-4b4a-a033-809c00b3c3a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5735 | 2025.03.04 03:22:22.192280 [ 255 ] {e7528d76-b4d0-4b4a-a033-809c00b3c3a6} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5736 | 2025.03.04 03:22:22.192324 [ 255 ] {e7528d76-b4d0-4b4a-a033-809c00b3c3a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5737 | 2025.03.04 03:22:22.192761 [ 255 ] {e7528d76-b4d0-4b4a-a033-809c00b3c3a6} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5738 | 2025.03.04 03:22:22.192991 [ 255 ] {e7528d76-b4d0-4b4a-a033-809c00b3c3a6} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5739 | 2025.03.04 03:22:22.193210 [ 255 ] {e7528d76-b4d0-4b4a-a033-809c00b3c3a6} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001635 sec., 100305.81039755352 rows/sec., 6.98 MiB/sec. | ||
| 5740 | 2025.03.04 03:22:22.193261 [ 255 ] {e7528d76-b4d0-4b4a-a033-809c00b3c3a6} <Debug> TCPHandler: Processed in 0.001854563 sec. | ||
| 5741 | 2025.03.04 03:22:22.193363 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5742 | 2025.03.04 03:22:22.193464 [ 255 ] {052261bc-01bf-47c1-856e-4eca148e1af4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5743 | 2025.03.04 03:22:22.193527 [ 255 ] {052261bc-01bf-47c1-856e-4eca148e1af4} <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 | ||
| 5744 | 2025.03.04 03:22:22.194603 [ 255 ] {052261bc-01bf-47c1-856e-4eca148e1af4} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5745 | 2025.03.04 03:22:22.194640 [ 255 ] {052261bc-01bf-47c1-856e-4eca148e1af4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5746 | 2025.03.04 03:22:22.195271 [ 255 ] {052261bc-01bf-47c1-856e-4eca148e1af4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5747 | 2025.03.04 03:22:22.195523 [ 255 ] {052261bc-01bf-47c1-856e-4eca148e1af4} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5748 | 2025.03.04 03:22:22.195822 [ 255 ] {052261bc-01bf-47c1-856e-4eca148e1af4} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002379 sec., 16813.787305590584 rows/sec., 30.13 MiB/sec. | ||
| 5749 | 2025.03.04 03:22:22.196285 [ 255 ] {052261bc-01bf-47c1-856e-4eca148e1af4} <Debug> TCPHandler: Processed in 0.002970126 sec. | ||
| 5750 | 2025.03.04 03:22:22.196414 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5751 | 2025.03.04 03:22:22.196519 [ 255 ] {494436a3-16e5-4946-9bef-cf6ab6a39acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5752 | 2025.03.04 03:22:22.196562 [ 255 ] {494436a3-16e5-4946-9bef-cf6ab6a39acc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5753 | 2025.03.04 03:22:22.197024 [ 255 ] {494436a3-16e5-4946-9bef-cf6ab6a39acc} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5754 | 2025.03.04 03:22:22.197062 [ 255 ] {494436a3-16e5-4946-9bef-cf6ab6a39acc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5755 | 2025.03.04 03:22:22.197409 [ 255 ] {494436a3-16e5-4946-9bef-cf6ab6a39acc} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5756 | 2025.03.04 03:22:22.197637 [ 255 ] {494436a3-16e5-4946-9bef-cf6ab6a39acc} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5757 | 2025.03.04 03:22:22.197844 [ 255 ] {494436a3-16e5-4946-9bef-cf6ab6a39acc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001348 sec., 44510.38575667656 rows/sec., 3.00 MiB/sec. | ||
| 5758 | 2025.03.04 03:22:22.197893 [ 255 ] {494436a3-16e5-4946-9bef-cf6ab6a39acc} <Debug> TCPHandler: Processed in 0.001528179 sec. | ||
| 5759 | 2025.03.04 03:22:23.569977 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 | ||
| 5760 | 2025.03.04 03:22:23.570723 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5761 | 2025.03.04 03:22:23.570775 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5762 | 2025.03.04 03:22:23.571289 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5763 | 2025.03.04 03:22:23.571549 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5764 | 2025.03.04 03:22:23.571825 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 | ||
| 5765 | 2025.03.04 03:22:24.669592 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 5766 | 2025.03.04 03:22:24.690887 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5767 | 2025.03.04 03:22:24.690935 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5768 | 2025.03.04 03:22:24.698603 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5769 | 2025.03.04 03:22:24.699367 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5770 | 2025.03.04 03:22:24.702084 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 5771 | 2025.03.04 03:22:27.181719 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5772 | 2025.03.04 03:22:27.181965 [ 255 ] {1c3e5951-20bb-4790-ba26-664dca9d32d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5773 | 2025.03.04 03:22:27.182036 [ 255 ] {1c3e5951-20bb-4790-ba26-664dca9d32d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5774 | 2025.03.04 03:22:27.182782 [ 255 ] {1c3e5951-20bb-4790-ba26-664dca9d32d5} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5775 | 2025.03.04 03:22:27.182835 [ 255 ] {1c3e5951-20bb-4790-ba26-664dca9d32d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5776 | 2025.03.04 03:22:27.183267 [ 255 ] {1c3e5951-20bb-4790-ba26-664dca9d32d5} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5777 | 2025.03.04 03:22:27.183520 [ 255 ] {1c3e5951-20bb-4790-ba26-664dca9d32d5} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5778 | 2025.03.04 03:22:27.183760 [ 255 ] {1c3e5951-20bb-4790-ba26-664dca9d32d5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001847 sec., 30319.43692474283 rows/sec., 2.31 MiB/sec. | ||
| 5779 | 2025.03.04 03:22:27.183827 [ 255 ] {1c3e5951-20bb-4790-ba26-664dca9d32d5} <Debug> TCPHandler: Processed in 0.002281708 sec. | ||
| 5780 | 2025.03.04 03:22:27.183938 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5781 | 2025.03.04 03:22:27.184047 [ 255 ] {78e5b60a-ffe1-49d3-b43a-b2f4ba57e041} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5782 | 2025.03.04 03:22:27.184094 [ 255 ] {78e5b60a-ffe1-49d3-b43a-b2f4ba57e041} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5783 | 2025.03.04 03:22:27.184633 [ 255 ] {78e5b60a-ffe1-49d3-b43a-b2f4ba57e041} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5784 | 2025.03.04 03:22:27.184675 [ 255 ] {78e5b60a-ffe1-49d3-b43a-b2f4ba57e041} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5785 | 2025.03.04 03:22:27.185034 [ 255 ] {78e5b60a-ffe1-49d3-b43a-b2f4ba57e041} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5786 | 2025.03.04 03:22:27.185265 [ 255 ] {78e5b60a-ffe1-49d3-b43a-b2f4ba57e041} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5787 | 2025.03.04 03:22:27.185488 [ 255 ] {78e5b60a-ffe1-49d3-b43a-b2f4ba57e041} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001467 sec., 43626.448534423995 rows/sec., 3.41 MiB/sec. | ||
| 5788 | 2025.03.04 03:22:27.185568 [ 255 ] {78e5b60a-ffe1-49d3-b43a-b2f4ba57e041} <Debug> TCPHandler: Processed in 0.00168089 sec. | ||
| 5789 | 2025.03.04 03:22:27.185831 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5790 | 2025.03.04 03:22:27.185963 [ 255 ] {d4b860cb-b786-4872-8833-cebffeaaa49f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5791 | 2025.03.04 03:22:27.186015 [ 255 ] {d4b860cb-b786-4872-8833-cebffeaaa49f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5792 | 2025.03.04 03:22:27.186534 [ 255 ] {d4b860cb-b786-4872-8833-cebffeaaa49f} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5793 | 2025.03.04 03:22:27.186572 [ 255 ] {d4b860cb-b786-4872-8833-cebffeaaa49f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5794 | 2025.03.04 03:22:27.186955 [ 255 ] {d4b860cb-b786-4872-8833-cebffeaaa49f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5795 | 2025.03.04 03:22:27.187187 [ 255 ] {d4b860cb-b786-4872-8833-cebffeaaa49f} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5796 | 2025.03.04 03:22:27.187415 [ 255 ] {d4b860cb-b786-4872-8833-cebffeaaa49f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001476 sec., 108401.0840108401 rows/sec., 7.55 MiB/sec. | ||
| 5797 | 2025.03.04 03:22:27.187469 [ 255 ] {d4b860cb-b786-4872-8833-cebffeaaa49f} <Debug> TCPHandler: Processed in 0.001741461 sec. | ||
| 5798 | 2025.03.04 03:22:27.187572 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5799 | 2025.03.04 03:22:27.187673 [ 255 ] {95108313-9e34-4e82-923a-ca891f63abbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5800 | 2025.03.04 03:22:27.187718 [ 255 ] {95108313-9e34-4e82-923a-ca891f63abbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5801 | 2025.03.04 03:22:27.188146 [ 255 ] {95108313-9e34-4e82-923a-ca891f63abbd} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5802 | 2025.03.04 03:22:27.188184 [ 255 ] {95108313-9e34-4e82-923a-ca891f63abbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5803 | 2025.03.04 03:22:27.188529 [ 255 ] {95108313-9e34-4e82-923a-ca891f63abbd} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5804 | 2025.03.04 03:22:27.188760 [ 255 ] {95108313-9e34-4e82-923a-ca891f63abbd} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5805 | 2025.03.04 03:22:27.188972 [ 255 ] {95108313-9e34-4e82-923a-ca891f63abbd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001321 sec., 45420.136260408784 rows/sec., 3.06 MiB/sec. | ||
| 5806 | 2025.03.04 03:22:27.189021 [ 255 ] {95108313-9e34-4e82-923a-ca891f63abbd} <Debug> TCPHandler: Processed in 0.001498128 sec. | ||
| 5807 | 2025.03.04 03:22:30.915611 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5808 | 2025.03.04 03:22:30.915713 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5809 | 2025.03.04 03:22:31.072001 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 | ||
| 5810 | 2025.03.04 03:22:31.073060 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5811 | 2025.03.04 03:22:31.073143 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5812 | 2025.03.04 03:22:31.073769 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5813 | 2025.03.04 03:22:31.074019 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5814 | 2025.03.04 03:22:31.074260 [ 131 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5815 | 2025.03.04 03:22:31.074287 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 5816 | 2025.03.04 03:22:31.074377 [ 131 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5817 | 2025.03.04 03:22:31.074425 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5818 | 2025.03.04 03:22:31.074665 [ 187 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 5819 | 2025.03.04 03:22:31.074998 [ 187 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5820 | 2025.03.04 03:22:31.075042 [ 187 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14213 rows starting from the beginning of the part | ||
| 5821 | 2025.03.04 03:22:31.075114 [ 187 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 488 rows starting from the beginning of the part | ||
| 5822 | 2025.03.04 03:22:31.075306 [ 187 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 427 rows starting from the beginning of the part | ||
| 5823 | 2025.03.04 03:22:31.075548 [ 187 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 488 rows starting from the beginning of the part | ||
| 5824 | 2025.03.04 03:22:31.075669 [ 187 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 427 rows starting from the beginning of the part | ||
| 5825 | 2025.03.04 03:22:31.075826 [ 187 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 488 rows starting from the beginning of the part | ||
| 5826 | 2025.03.04 03:22:31.078459 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003935158 sec., 4200847.843974752 rows/sec., 60.09 MiB/sec. | ||
| 5827 | 2025.03.04 03:22:31.078564 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5828 | 2025.03.04 03:22:31.078904 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_36_7} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5829 | 2025.03.04 03:22:31.078994 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_36_7} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5830 | 2025.03.04 03:22:31.079073 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 5831 | 2025.03.04 03:22:31.131103 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 786 | ||
| 5832 | 2025.03.04 03:22:31.134007 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5833 | 2025.03.04 03:22:31.134064 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5834 | 2025.03.04 03:22:31.135545 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5835 | 2025.03.04 03:22:31.135869 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5836 | 2025.03.04 03:22:31.136845 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 786 | ||
| 5837 | 2025.03.04 03:22:32.182963 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5838 | 2025.03.04 03:22:32.183176 [ 255 ] {3c1988df-a9cd-4604-a5e1-b167d6001a2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5839 | 2025.03.04 03:22:32.183254 [ 255 ] {3c1988df-a9cd-4604-a5e1-b167d6001a2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5840 | 2025.03.04 03:22:32.184178 [ 255 ] {3c1988df-a9cd-4604-a5e1-b167d6001a2f} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5841 | 2025.03.04 03:22:32.184230 [ 255 ] {3c1988df-a9cd-4604-a5e1-b167d6001a2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5842 | 2025.03.04 03:22:32.184671 [ 255 ] {3c1988df-a9cd-4604-a5e1-b167d6001a2f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5843 | 2025.03.04 03:22:32.184927 [ 255 ] {3c1988df-a9cd-4604-a5e1-b167d6001a2f} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5844 | 2025.03.04 03:22:32.185133 [ 130 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5845 | 2025.03.04 03:22:32.185200 [ 255 ] {3c1988df-a9cd-4604-a5e1-b167d6001a2f} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.002079 sec., 65416.065416065416 rows/sec., 5.63 MiB/sec. | ||
| 5846 | 2025.03.04 03:22:32.185222 [ 130 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5847 | 2025.03.04 03:22:32.185287 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5848 | 2025.03.04 03:22:32.185347 [ 255 ] {3c1988df-a9cd-4604-a5e1-b167d6001a2f} <Debug> TCPHandler: Processed in 0.002520271 sec. | ||
| 5849 | 2025.03.04 03:22:32.185548 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5850 | 2025.03.04 03:22:32.185573 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 5851 | 2025.03.04 03:22:32.185728 [ 255 ] {4b7d94d2-f297-450c-ab1b-71629493806f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5852 | 2025.03.04 03:22:32.185818 [ 255 ] {4b7d94d2-f297-450c-ab1b-71629493806f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5853 | 2025.03.04 03:22:32.185920 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5854 | 2025.03.04 03:22:32.186025 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1967 rows starting from the beginning of the part | ||
| 5855 | 2025.03.04 03:22:32.186293 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 136 rows starting from the beginning of the part | ||
| 5856 | 2025.03.04 03:22:32.186620 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 56 rows starting from the beginning of the part | ||
| 5857 | 2025.03.04 03:22:32.187026 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 140 rows starting from the beginning of the part | ||
| 5858 | 2025.03.04 03:22:32.187421 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part | ||
| 5859 | 2025.03.04 03:22:32.187759 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 136 rows starting from the beginning of the part | ||
| 5860 | 2025.03.04 03:22:32.188660 [ 255 ] {4b7d94d2-f297-450c-ab1b-71629493806f} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5861 | 2025.03.04 03:22:32.188729 [ 255 ] {4b7d94d2-f297-450c-ab1b-71629493806f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5862 | 2025.03.04 03:22:32.189637 [ 255 ] {4b7d94d2-f297-450c-ab1b-71629493806f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5863 | 2025.03.04 03:22:32.190134 [ 255 ] {4b7d94d2-f297-450c-ab1b-71629493806f} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5864 | 2025.03.04 03:22:32.190350 [ 130 ] {} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5865 | 2025.03.04 03:22:32.190458 [ 130 ] {} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5866 | 2025.03.04 03:22:32.190535 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5867 | 2025.03.04 03:22:32.190530 [ 255 ] {4b7d94d2-f297-450c-ab1b-71629493806f} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.004845 sec., 8255.93395252838 rows/sec., 620.81 KiB/sec. | ||
| 5868 | 2025.03.04 03:22:32.191028 [ 199 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 5869 | 2025.03.04 03:22:32.191140 [ 255 ] {4b7d94d2-f297-450c-ab1b-71629493806f} <Debug> TCPHandler: Processed in 0.00563856 sec. | ||
| 5870 | 2025.03.04 03:22:32.191680 [ 199 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5871 | 2025.03.04 03:22:32.191698 [ 192 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2491 rows, containing 5 columns (5 merged, 0 gathered) in 0.006267177 sec., 397467.6317582861 rows/sec., 34.28 MiB/sec. | ||
| 5872 | 2025.03.04 03:22:32.191859 [ 199 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 176 rows starting from the beginning of the part | ||
| 5873 | 2025.03.04 03:22:32.192118 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5874 | 2025.03.04 03:22:32.192301 [ 199 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 40 rows starting from the beginning of the part | ||
| 5875 | 2025.03.04 03:22:32.192319 [ 192 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5876 | 2025.03.04 03:22:32.192734 [ 255 ] {13612d7d-83f5-4a77-9323-76643a134ec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5877 | 2025.03.04 03:22:32.192877 [ 199 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 12 rows starting from the beginning of the part | ||
| 5878 | 2025.03.04 03:22:32.192963 [ 255 ] {13612d7d-83f5-4a77-9323-76643a134ec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5879 | 2025.03.04 03:22:32.193394 [ 199 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 40 rows starting from the beginning of the part | ||
| 5880 | 2025.03.04 03:22:32.193880 [ 191 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_51_10} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5881 | 2025.03.04 03:22:32.194099 [ 199 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 48 rows starting from the beginning of the part | ||
| 5882 | 2025.03.04 03:22:32.194514 [ 191 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_51_10} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5883 | 2025.03.04 03:22:32.194532 [ 199 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part | ||
| 5884 | 2025.03.04 03:22:32.194969 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 5885 | 2025.03.04 03:22:32.197632 [ 255 ] {13612d7d-83f5-4a77-9323-76643a134ec3} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5886 | 2025.03.04 03:22:32.197701 [ 255 ] {13612d7d-83f5-4a77-9323-76643a134ec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5887 | 2025.03.04 03:22:32.198525 [ 199 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 356 rows, containing 5 columns (5 merged, 0 gathered) in 0.007861126 sec., 45286.13330965564 rows/sec., 3.30 MiB/sec. | ||
| 5888 | 2025.03.04 03:22:32.198667 [ 255 ] {13612d7d-83f5-4a77-9323-76643a134ec3} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5889 | 2025.03.04 03:22:32.198723 [ 199 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5890 | 2025.03.04 03:22:32.199115 [ 255 ] {13612d7d-83f5-4a77-9323-76643a134ec3} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5891 | 2025.03.04 03:22:32.199232 [ 199 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_31_6} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5892 | 2025.03.04 03:22:32.199380 [ 130 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5893 | 2025.03.04 03:22:32.199500 [ 130 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5894 | 2025.03.04 03:22:32.199561 [ 199 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_31_6} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5895 | 2025.03.04 03:22:32.199573 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5896 | 2025.03.04 03:22:32.199662 [ 255 ] {13612d7d-83f5-4a77-9323-76643a134ec3} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.007121 sec., 14604.690352478585 rows/sec., 1.14 MiB/sec. | ||
| 5897 | 2025.03.04 03:22:32.199975 [ 255 ] {13612d7d-83f5-4a77-9323-76643a134ec3} <Debug> TCPHandler: Processed in 0.008030218 sec. | ||
| 5898 | 2025.03.04 03:22:32.199975 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 5899 | 2025.03.04 03:22:32.200081 [ 191 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 5900 | 2025.03.04 03:22:32.200170 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5901 | 2025.03.04 03:22:32.200249 [ 191 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5902 | 2025.03.04 03:22:32.200319 [ 191 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 950 rows starting from the beginning of the part | ||
| 5903 | 2025.03.04 03:22:32.200387 [ 255 ] {f0bffa9f-00ce-4b70-a1c9-85f5f627beb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5904 | 2025.03.04 03:22:32.200553 [ 255 ] {f0bffa9f-00ce-4b70-a1c9-85f5f627beb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5905 | 2025.03.04 03:22:32.200625 [ 191 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 104 rows starting from the beginning of the part | ||
| 5906 | 2025.03.04 03:22:32.201027 [ 191 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 64 rows starting from the beginning of the part | ||
| 5907 | 2025.03.04 03:22:32.201416 [ 191 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 112 rows starting from the beginning of the part | ||
| 5908 | 2025.03.04 03:22:32.201806 [ 191 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part | ||
| 5909 | 2025.03.04 03:22:32.202100 [ 191 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 104 rows starting from the beginning of the part | ||
| 5910 | 2025.03.04 03:22:32.202177 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 5911 | 2025.03.04 03:22:32.204535 [ 255 ] {f0bffa9f-00ce-4b70-a1c9-85f5f627beb1} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5912 | 2025.03.04 03:22:32.204705 [ 255 ] {f0bffa9f-00ce-4b70-a1c9-85f5f627beb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5913 | 2025.03.04 03:22:32.207181 [ 255 ] {f0bffa9f-00ce-4b70-a1c9-85f5f627beb1} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5914 | 2025.03.04 03:22:32.208173 [ 194 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1398 rows, containing 5 columns (5 merged, 0 gathered) in 0.008413533 sec., 166160.87439129315 rows/sec., 13.06 MiB/sec. | ||
| 5915 | 2025.03.04 03:22:32.208644 [ 255 ] {f0bffa9f-00ce-4b70-a1c9-85f5f627beb1} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5916 | 2025.03.04 03:22:32.208682 [ 194 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5917 | 2025.03.04 03:22:32.209249 [ 130 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5918 | 2025.03.04 03:22:32.209371 [ 130 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5919 | 2025.03.04 03:22:32.209470 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5920 | 2025.03.04 03:22:32.209938 [ 194 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_51_10} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5921 | 2025.03.04 03:22:32.209960 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 5922 | 2025.03.04 03:22:32.210511 [ 194 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_51_10} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5923 | 2025.03.04 03:22:32.210677 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5924 | 2025.03.04 03:22:32.210853 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13886 rows starting from the beginning of the part | ||
| 5925 | 2025.03.04 03:22:32.210986 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 5926 | 2025.03.04 03:22:32.211063 [ 255 ] {f0bffa9f-00ce-4b70-a1c9-85f5f627beb1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.010661 sec., 15007.972985648625 rows/sec., 1.05 MiB/sec. | ||
| 5927 | 2025.03.04 03:22:32.211470 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part | ||
| 5928 | 2025.03.04 03:22:32.211725 [ 255 ] {f0bffa9f-00ce-4b70-a1c9-85f5f627beb1} <Debug> TCPHandler: Processed in 0.011621462 sec. | ||
| 5929 | 2025.03.04 03:22:32.212103 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part | ||
| 5930 | 2025.03.04 03:22:32.212279 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5931 | 2025.03.04 03:22:32.212676 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 164 rows starting from the beginning of the part | ||
| 5932 | 2025.03.04 03:22:32.212854 [ 255 ] {d5224352-b6b8-4710-96dc-8198b6346b3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5933 | 2025.03.04 03:22:32.213145 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part | ||
| 5934 | 2025.03.04 03:22:32.213435 [ 255 ] {d5224352-b6b8-4710-96dc-8198b6346b3a} <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 | ||
| 5935 | 2025.03.04 03:22:32.213812 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part | ||
| 5936 | 2025.03.04 03:22:32.225292 [ 194 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14690 rows, containing 5 columns (5 merged, 0 gathered) in 0.015643351 sec., 939057.1112289176 rows/sec., 64.47 MiB/sec. | ||
| 5937 | 2025.03.04 03:22:32.226081 [ 255 ] {d5224352-b6b8-4710-96dc-8198b6346b3a} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5938 | 2025.03.04 03:22:32.226193 [ 255 ] {d5224352-b6b8-4710-96dc-8198b6346b3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5939 | 2025.03.04 03:22:32.226794 [ 197 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5940 | 2025.03.04 03:22:32.231673 [ 197 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5941 | 2025.03.04 03:22:32.232192 [ 197 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5942 | 2025.03.04 03:22:32.232329 [ 255 ] {d5224352-b6b8-4710-96dc-8198b6346b3a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5943 | 2025.03.04 03:22:32.232705 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.74 MiB. | ||
| 5944 | 2025.03.04 03:22:32.233294 [ 255 ] {d5224352-b6b8-4710-96dc-8198b6346b3a} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5945 | 2025.03.04 03:22:32.234203 [ 255 ] {d5224352-b6b8-4710-96dc-8198b6346b3a} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.021573 sec., 1854.1695638066103 rows/sec., 3.32 MiB/sec. | ||
| 5946 | 2025.03.04 03:22:32.234760 [ 255 ] {d5224352-b6b8-4710-96dc-8198b6346b3a} <Debug> TCPHandler: Processed in 0.022611557 sec. | ||
| 5947 | 2025.03.04 03:22:32.235078 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5948 | 2025.03.04 03:22:32.235392 [ 255 ] {45f5321b-a22b-49e2-a0e0-c4521fbbb1a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5949 | 2025.03.04 03:22:32.235623 [ 255 ] {45f5321b-a22b-49e2-a0e0-c4521fbbb1a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5950 | 2025.03.04 03:22:32.237151 [ 255 ] {45f5321b-a22b-49e2-a0e0-c4521fbbb1a2} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5951 | 2025.03.04 03:22:32.237190 [ 255 ] {45f5321b-a22b-49e2-a0e0-c4521fbbb1a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5952 | 2025.03.04 03:22:32.237574 [ 255 ] {45f5321b-a22b-49e2-a0e0-c4521fbbb1a2} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5953 | 2025.03.04 03:22:32.237835 [ 255 ] {45f5321b-a22b-49e2-a0e0-c4521fbbb1a2} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5954 | 2025.03.04 03:22:32.238019 [ 130 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5955 | 2025.03.04 03:22:32.238079 [ 255 ] {45f5321b-a22b-49e2-a0e0-c4521fbbb1a2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002799 sec., 21436.227224008577 rows/sec., 1.44 MiB/sec. | ||
| 5956 | 2025.03.04 03:22:32.238087 [ 130 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5957 | 2025.03.04 03:22:32.238169 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5958 | 2025.03.04 03:22:32.238197 [ 255 ] {45f5321b-a22b-49e2-a0e0-c4521fbbb1a2} <Debug> TCPHandler: Processed in 0.00320286 sec. | ||
| 5959 | 2025.03.04 03:22:32.238384 [ 194 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 5960 | 2025.03.04 03:22:32.238543 [ 194 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5961 | 2025.03.04 03:22:32.238585 [ 194 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2522 rows starting from the beginning of the part | ||
| 5962 | 2025.03.04 03:22:32.238722 [ 194 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part | ||
| 5963 | 2025.03.04 03:22:32.238882 [ 194 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
| 5964 | 2025.03.04 03:22:32.239061 [ 194 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part | ||
| 5965 | 2025.03.04 03:22:32.239157 [ 194 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part | ||
| 5966 | 2025.03.04 03:22:32.239299 [ 194 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part | ||
| 5967 | 2025.03.04 03:22:32.245245 [ 193 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2822 rows, containing 4 columns (4 merged, 0 gathered) in 0.006953765 sec., 405823.3201725972 rows/sec., 27.27 MiB/sec. | ||
| 5968 | 2025.03.04 03:22:32.245685 [ 200 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5969 | 2025.03.04 03:22:32.246568 [ 200 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_51_10} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5970 | 2025.03.04 03:22:32.246807 [ 200 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_51_10} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5971 | 2025.03.04 03:22:32.246966 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 5972 | 2025.03.04 03:22:32.263848 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5973 | 2025.03.04 03:22:32.263919 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5974 | 2025.03.04 03:22:32.271497 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5975 | 2025.03.04 03:22:32.272311 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5976 | 2025.03.04 03:22:32.272714 [ 129 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5977 | 2025.03.04 03:22:32.272853 [ 129 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5978 | 2025.03.04 03:22:32.272928 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5979 | 2025.03.04 03:22:32.273248 [ 195 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 5980 | 2025.03.04 03:22:32.282716 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 5981 | 2025.03.04 03:22:32.283916 [ 195 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5982 | 2025.03.04 03:22:32.284817 [ 195 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part | ||
| 5983 | 2025.03.04 03:22:32.289330 [ 195 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 8 rows starting from the beginning of the part | ||
| 5984 | 2025.03.04 03:22:32.294111 [ 195 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 7 rows starting from the beginning of the part | ||
| 5985 | 2025.03.04 03:22:32.299133 [ 195 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 8 rows starting from the beginning of the part | ||
| 5986 | 2025.03.04 03:22:32.304582 [ 195 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 7 rows starting from the beginning of the part | ||
| 5987 | 2025.03.04 03:22:32.309042 [ 195 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part | ||
| 5988 | 2025.03.04 03:22:32.368531 [ 190 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.09547002 sec., 2849.061935883118 rows/sec., 14.73 MiB/sec. | ||
| 5989 | 2025.03.04 03:22:32.371321 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5990 | 2025.03.04 03:22:32.374977 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_36_7} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5991 | 2025.03.04 03:22:32.375133 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_36_7} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5992 | 2025.03.04 03:22:32.377663 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
| 5993 | 2025.03.04 03:22:33.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.48 MiB, peak 214.36 MiB, free memory in arenas 0.00 B, will set to 204.32 MiB (RSS), difference: 1.83 MiB | ||
| 5994 | 2025.03.04 03:22:37.212110 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5995 | 2025.03.04 03:22:37.212303 [ 255 ] {dcf0e7a8-61ae-4a0d-bdf8-6995b3519194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5996 | 2025.03.04 03:22:37.212381 [ 255 ] {dcf0e7a8-61ae-4a0d-bdf8-6995b3519194} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5997 | 2025.03.04 03:22:37.213238 [ 255 ] {dcf0e7a8-61ae-4a0d-bdf8-6995b3519194} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5998 | 2025.03.04 03:22:37.213324 [ 255 ] {dcf0e7a8-61ae-4a0d-bdf8-6995b3519194} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5999 | 2025.03.04 03:22:37.213774 [ 255 ] {dcf0e7a8-61ae-4a0d-bdf8-6995b3519194} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6000 | 2025.03.04 03:22:37.214050 [ 255 ] {dcf0e7a8-61ae-4a0d-bdf8-6995b3519194} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6001 | 2025.03.04 03:22:37.214299 [ 255 ] {dcf0e7a8-61ae-4a0d-bdf8-6995b3519194} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002045 sec., 11735.9413202934 rows/sec., 997.10 KiB/sec. | ||
| 6002 | 2025.03.04 03:22:37.214422 [ 255 ] {dcf0e7a8-61ae-4a0d-bdf8-6995b3519194} <Debug> TCPHandler: Processed in 0.00244868 sec. | ||
| 6003 | 2025.03.04 03:22:37.214585 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6004 | 2025.03.04 03:22:37.214702 [ 255 ] {95035eba-7c48-4ac0-9dbe-aa745887af43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6005 | 2025.03.04 03:22:37.214754 [ 255 ] {95035eba-7c48-4ac0-9dbe-aa745887af43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6006 | 2025.03.04 03:22:37.215331 [ 255 ] {95035eba-7c48-4ac0-9dbe-aa745887af43} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6007 | 2025.03.04 03:22:37.215371 [ 255 ] {95035eba-7c48-4ac0-9dbe-aa745887af43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6008 | 2025.03.04 03:22:37.215746 [ 255 ] {95035eba-7c48-4ac0-9dbe-aa745887af43} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6009 | 2025.03.04 03:22:37.216003 [ 255 ] {95035eba-7c48-4ac0-9dbe-aa745887af43} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6010 | 2025.03.04 03:22:37.216247 [ 255 ] {95035eba-7c48-4ac0-9dbe-aa745887af43} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001561 sec., 2562.4599615631005 rows/sec., 208.95 KiB/sec. | ||
| 6011 | 2025.03.04 03:22:37.216345 [ 255 ] {95035eba-7c48-4ac0-9dbe-aa745887af43} <Debug> TCPHandler: Processed in 0.001815532 sec. | ||
| 6012 | 2025.03.04 03:22:37.216535 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6013 | 2025.03.04 03:22:37.216645 [ 255 ] {ff83d9c6-e684-41fc-8d0a-b4bf9451d3e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6014 | 2025.03.04 03:22:37.216694 [ 255 ] {ff83d9c6-e684-41fc-8d0a-b4bf9451d3e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6015 | 2025.03.04 03:22:37.218164 [ 255 ] {ff83d9c6-e684-41fc-8d0a-b4bf9451d3e5} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6016 | 2025.03.04 03:22:37.218211 [ 255 ] {ff83d9c6-e684-41fc-8d0a-b4bf9451d3e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6017 | 2025.03.04 03:22:37.218747 [ 255 ] {ff83d9c6-e684-41fc-8d0a-b4bf9451d3e5} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6018 | 2025.03.04 03:22:37.219076 [ 255 ] {ff83d9c6-e684-41fc-8d0a-b4bf9451d3e5} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6019 | 2025.03.04 03:22:37.219308 [ 255 ] {ff83d9c6-e684-41fc-8d0a-b4bf9451d3e5} <Debug> executeQuery: Read 1318 rows, 112.08 KiB in 0.002688 sec., 490327.380952381 rows/sec., 40.72 MiB/sec. | ||
| 6020 | 2025.03.04 03:22:37.219421 [ 255 ] {ff83d9c6-e684-41fc-8d0a-b4bf9451d3e5} <Debug> TCPHandler: Processed in 0.002949656 sec. | ||
| 6021 | 2025.03.04 03:22:37.219631 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6022 | 2025.03.04 03:22:37.219791 [ 255 ] {0b78338f-d35f-4b8a-b5b7-dc15c909b72a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6023 | 2025.03.04 03:22:37.219848 [ 255 ] {0b78338f-d35f-4b8a-b5b7-dc15c909b72a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6024 | 2025.03.04 03:22:37.220527 [ 255 ] {0b78338f-d35f-4b8a-b5b7-dc15c909b72a} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6025 | 2025.03.04 03:22:37.220575 [ 255 ] {0b78338f-d35f-4b8a-b5b7-dc15c909b72a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6026 | 2025.03.04 03:22:37.220984 [ 255 ] {0b78338f-d35f-4b8a-b5b7-dc15c909b72a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6027 | 2025.03.04 03:22:37.221300 [ 255 ] {0b78338f-d35f-4b8a-b5b7-dc15c909b72a} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6028 | 2025.03.04 03:22:37.221606 [ 255 ] {0b78338f-d35f-4b8a-b5b7-dc15c909b72a} <Debug> executeQuery: Read 16 rows, 1.24 KiB in 0.001831 sec., 8738.394320043692 rows/sec., 677.35 KiB/sec. | ||
| 6029 | 2025.03.04 03:22:37.221803 [ 255 ] {0b78338f-d35f-4b8a-b5b7-dc15c909b72a} <Debug> TCPHandler: Processed in 0.002289758 sec. | ||
| 6030 | 2025.03.04 03:22:37.222058 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6031 | 2025.03.04 03:22:37.222203 [ 255 ] {65b6ee1d-f2ef-4e79-9a3f-730ffb7d1862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6032 | 2025.03.04 03:22:37.222268 [ 255 ] {65b6ee1d-f2ef-4e79-9a3f-730ffb7d1862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6033 | 2025.03.04 03:22:37.223348 [ 255 ] {65b6ee1d-f2ef-4e79-9a3f-730ffb7d1862} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6034 | 2025.03.04 03:22:37.223397 [ 255 ] {65b6ee1d-f2ef-4e79-9a3f-730ffb7d1862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6035 | 2025.03.04 03:22:37.223872 [ 255 ] {65b6ee1d-f2ef-4e79-9a3f-730ffb7d1862} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6036 | 2025.03.04 03:22:37.224177 [ 255 ] {65b6ee1d-f2ef-4e79-9a3f-730ffb7d1862} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6037 | 2025.03.04 03:22:37.224377 [ 255 ] {65b6ee1d-f2ef-4e79-9a3f-730ffb7d1862} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002209 sec., 114078.76867360796 rows/sec., 7.89 MiB/sec. | ||
| 6038 | 2025.03.04 03:22:37.224493 [ 255 ] {65b6ee1d-f2ef-4e79-9a3f-730ffb7d1862} <Debug> TCPHandler: Processed in 0.00250908 sec. | ||
| 6039 | 2025.03.04 03:22:37.224692 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6040 | 2025.03.04 03:22:37.224851 [ 255 ] {f26ebea1-3251-4457-a6e9-337d1410316a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6041 | 2025.03.04 03:22:37.224911 [ 255 ] {f26ebea1-3251-4457-a6e9-337d1410316a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6042 | 2025.03.04 03:22:37.225644 [ 255 ] {f26ebea1-3251-4457-a6e9-337d1410316a} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6043 | 2025.03.04 03:22:37.225820 [ 255 ] {f26ebea1-3251-4457-a6e9-337d1410316a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6044 | 2025.03.04 03:22:37.226267 [ 255 ] {f26ebea1-3251-4457-a6e9-337d1410316a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6045 | 2025.03.04 03:22:37.227050 [ 255 ] {f26ebea1-3251-4457-a6e9-337d1410316a} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6046 | 2025.03.04 03:22:37.227253 [ 255 ] {f26ebea1-3251-4457-a6e9-337d1410316a} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.002431 sec., 4936.240230357877 rows/sec., 385.64 KiB/sec. | ||
| 6047 | 2025.03.04 03:22:37.227321 [ 255 ] {f26ebea1-3251-4457-a6e9-337d1410316a} <Debug> TCPHandler: Processed in 0.002710863 sec. | ||
| 6048 | 2025.03.04 03:22:37.228146 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6049 | 2025.03.04 03:22:37.228273 [ 255 ] {be5660de-8f25-4f85-96ba-09bd1207986c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6050 | 2025.03.04 03:22:37.228325 [ 255 ] {be5660de-8f25-4f85-96ba-09bd1207986c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6051 | 2025.03.04 03:22:37.229323 [ 255 ] {be5660de-8f25-4f85-96ba-09bd1207986c} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6052 | 2025.03.04 03:22:37.229365 [ 255 ] {be5660de-8f25-4f85-96ba-09bd1207986c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6053 | 2025.03.04 03:22:37.229840 [ 255 ] {be5660de-8f25-4f85-96ba-09bd1207986c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6054 | 2025.03.04 03:22:37.230134 [ 255 ] {be5660de-8f25-4f85-96ba-09bd1207986c} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6055 | 2025.03.04 03:22:37.230367 [ 255 ] {be5660de-8f25-4f85-96ba-09bd1207986c} <Debug> executeQuery: Read 560 rows, 42.99 KiB in 0.002123 sec., 263777.673104098 rows/sec., 19.77 MiB/sec. | ||
| 6056 | 2025.03.04 03:22:37.230420 [ 255 ] {be5660de-8f25-4f85-96ba-09bd1207986c} <Debug> TCPHandler: Processed in 0.002348949 sec. | ||
| 6057 | 2025.03.04 03:22:37.230564 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6058 | 2025.03.04 03:22:37.230675 [ 255 ] {00030793-8577-4b1a-b03e-e502d32bcb7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6059 | 2025.03.04 03:22:37.230738 [ 255 ] {00030793-8577-4b1a-b03e-e502d32bcb7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6060 | 2025.03.04 03:22:37.231631 [ 255 ] {00030793-8577-4b1a-b03e-e502d32bcb7f} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6061 | 2025.03.04 03:22:37.231670 [ 255 ] {00030793-8577-4b1a-b03e-e502d32bcb7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6062 | 2025.03.04 03:22:37.232107 [ 255 ] {00030793-8577-4b1a-b03e-e502d32bcb7f} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6063 | 2025.03.04 03:22:37.232361 [ 255 ] {00030793-8577-4b1a-b03e-e502d32bcb7f} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6064 | 2025.03.04 03:22:37.232532 [ 255 ] {00030793-8577-4b1a-b03e-e502d32bcb7f} <Debug> executeQuery: Read 918 rows, 63.76 KiB in 0.001884 sec., 487261.14649681526 rows/sec., 33.05 MiB/sec. | ||
| 6065 | 2025.03.04 03:22:37.232582 [ 255 ] {00030793-8577-4b1a-b03e-e502d32bcb7f} <Debug> TCPHandler: Processed in 0.002069046 sec. | ||
| 6066 | 2025.03.04 03:22:37.232720 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6067 | 2025.03.04 03:22:37.232824 [ 255 ] {94f95ec5-8411-4b64-8ee6-e324443ba927} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6068 | 2025.03.04 03:22:37.232876 [ 255 ] {94f95ec5-8411-4b64-8ee6-e324443ba927} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6069 | 2025.03.04 03:22:37.233335 [ 255 ] {94f95ec5-8411-4b64-8ee6-e324443ba927} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6070 | 2025.03.04 03:22:37.233371 [ 255 ] {94f95ec5-8411-4b64-8ee6-e324443ba927} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6071 | 2025.03.04 03:22:37.233730 [ 255 ] {94f95ec5-8411-4b64-8ee6-e324443ba927} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6072 | 2025.03.04 03:22:37.233974 [ 255 ] {94f95ec5-8411-4b64-8ee6-e324443ba927} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6073 | 2025.03.04 03:22:37.234167 [ 255 ] {94f95ec5-8411-4b64-8ee6-e324443ba927} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. | ||
| 6074 | 2025.03.04 03:22:37.234216 [ 255 ] {94f95ec5-8411-4b64-8ee6-e324443ba927} <Debug> TCPHandler: Processed in 0.00154591 sec. | ||
| 6075 | 2025.03.04 03:22:38.574508 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 | ||
| 6076 | 2025.03.04 03:22:38.575174 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6077 | 2025.03.04 03:22:38.575228 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6078 | 2025.03.04 03:22:38.575826 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6079 | 2025.03.04 03:22:38.576106 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6080 | 2025.03.04 03:22:38.576395 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 | ||
| 6081 | 2025.03.04 03:22:39.782826 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 6082 | 2025.03.04 03:22:39.801368 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6083 | 2025.03.04 03:22:39.801422 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6084 | 2025.03.04 03:22:39.808486 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6085 | 2025.03.04 03:22:39.809243 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6086 | 2025.03.04 03:22:39.812547 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 6087 | 2025.03.04 03:22:41.137067 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 816 | ||
| 6088 | 2025.03.04 03:22:41.140282 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6089 | 2025.03.04 03:22:41.140345 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6090 | 2025.03.04 03:22:41.141856 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6091 | 2025.03.04 03:22:41.142184 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6092 | 2025.03.04 03:22:41.142419 [ 124 ] {} <Debug> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6093 | 2025.03.04 03:22:41.142535 [ 124 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6094 | 2025.03.04 03:22:41.142601 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6095 | 2025.03.04 03:22:41.143069 [ 193 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 6096 | 2025.03.04 03:22:41.143756 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 816 | ||
| 6097 | 2025.03.04 03:22:41.144232 [ 193 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6098 | 2025.03.04 03:22:41.144430 [ 193 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 694 rows starting from the beginning of the part | ||
| 6099 | 2025.03.04 03:22:41.145166 [ 193 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 22 rows starting from the beginning of the part | ||
| 6100 | 2025.03.04 03:22:41.145810 [ 193 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 28 rows starting from the beginning of the part | ||
| 6101 | 2025.03.04 03:22:41.146431 [ 193 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 20 rows starting from the beginning of the part | ||
| 6102 | 2025.03.04 03:22:41.147055 [ 193 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 22 rows starting from the beginning of the part | ||
| 6103 | 2025.03.04 03:22:41.147632 [ 193 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 30 rows starting from the beginning of the part | ||
| 6104 | 2025.03.04 03:22:41.155923 [ 198 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 816 rows, containing 72 columns (72 merged, 0 gathered) in 0.013143741 sec., 62082.7814546863 rows/sec., 53.16 MiB/sec. | ||
| 6105 | 2025.03.04 03:22:41.157211 [ 196 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6106 | 2025.03.04 03:22:41.158042 [ 196 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_26_5} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6107 | 2025.03.04 03:22:41.158135 [ 196 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_26_5} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6108 | 2025.03.04 03:22:41.158455 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. | ||
| 6109 | 2025.03.04 03:22:42.183091 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6110 | 2025.03.04 03:22:42.183291 [ 255 ] {56563978-bd57-48f9-a1f1-49fb2f121dea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6111 | 2025.03.04 03:22:42.183359 [ 255 ] {56563978-bd57-48f9-a1f1-49fb2f121dea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6112 | 2025.03.04 03:22:42.184185 [ 255 ] {56563978-bd57-48f9-a1f1-49fb2f121dea} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6113 | 2025.03.04 03:22:42.184234 [ 255 ] {56563978-bd57-48f9-a1f1-49fb2f121dea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6114 | 2025.03.04 03:22:42.184678 [ 255 ] {56563978-bd57-48f9-a1f1-49fb2f121dea} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6115 | 2025.03.04 03:22:42.184932 [ 255 ] {56563978-bd57-48f9-a1f1-49fb2f121dea} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6116 | 2025.03.04 03:22:42.185159 [ 255 ] {56563978-bd57-48f9-a1f1-49fb2f121dea} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001921 sec., 70796.46017699115 rows/sec., 6.10 MiB/sec. | ||
| 6117 | 2025.03.04 03:22:42.185225 [ 255 ] {56563978-bd57-48f9-a1f1-49fb2f121dea} <Debug> TCPHandler: Processed in 0.002268738 sec. | ||
| 6118 | 2025.03.04 03:22:42.185352 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6119 | 2025.03.04 03:22:42.185463 [ 255 ] {d69b5d14-b39c-4f97-a52f-a714d3b0c6fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6120 | 2025.03.04 03:22:42.185510 [ 255 ] {d69b5d14-b39c-4f97-a52f-a714d3b0c6fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6121 | 2025.03.04 03:22:42.186040 [ 255 ] {d69b5d14-b39c-4f97-a52f-a714d3b0c6fe} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6122 | 2025.03.04 03:22:42.186077 [ 255 ] {d69b5d14-b39c-4f97-a52f-a714d3b0c6fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6123 | 2025.03.04 03:22:42.186575 [ 255 ] {d69b5d14-b39c-4f97-a52f-a714d3b0c6fe} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6124 | 2025.03.04 03:22:42.186873 [ 255 ] {d69b5d14-b39c-4f97-a52f-a714d3b0c6fe} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6125 | 2025.03.04 03:22:42.187076 [ 255 ] {d69b5d14-b39c-4f97-a52f-a714d3b0c6fe} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001639 sec., 24405.125076266017 rows/sec., 1.79 MiB/sec. | ||
| 6126 | 2025.03.04 03:22:42.187129 [ 255 ] {d69b5d14-b39c-4f97-a52f-a714d3b0c6fe} <Debug> TCPHandler: Processed in 0.001829892 sec. | ||
| 6127 | 2025.03.04 03:22:42.187233 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6128 | 2025.03.04 03:22:42.187336 [ 255 ] {e302baa6-4c00-47b8-bdee-9aec6ab3e9dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6129 | 2025.03.04 03:22:42.187382 [ 255 ] {e302baa6-4c00-47b8-bdee-9aec6ab3e9dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6130 | 2025.03.04 03:22:42.187934 [ 255 ] {e302baa6-4c00-47b8-bdee-9aec6ab3e9dc} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6131 | 2025.03.04 03:22:42.187972 [ 255 ] {e302baa6-4c00-47b8-bdee-9aec6ab3e9dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6132 | 2025.03.04 03:22:42.188344 [ 255 ] {e302baa6-4c00-47b8-bdee-9aec6ab3e9dc} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6133 | 2025.03.04 03:22:42.188577 [ 255 ] {e302baa6-4c00-47b8-bdee-9aec6ab3e9dc} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6134 | 2025.03.04 03:22:42.188790 [ 255 ] {e302baa6-4c00-47b8-bdee-9aec6ab3e9dc} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001476 sec., 70460.70460704606 rows/sec., 5.50 MiB/sec. | ||
| 6135 | 2025.03.04 03:22:42.188842 [ 255 ] {e302baa6-4c00-47b8-bdee-9aec6ab3e9dc} <Debug> TCPHandler: Processed in 0.00165882 sec. | ||
| 6136 | 2025.03.04 03:22:42.188957 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6137 | 2025.03.04 03:22:42.189061 [ 255 ] {9992a938-7cf6-465c-81f2-d8974f70c564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6138 | 2025.03.04 03:22:42.189109 [ 255 ] {9992a938-7cf6-465c-81f2-d8974f70c564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6139 | 2025.03.04 03:22:42.189623 [ 255 ] {9992a938-7cf6-465c-81f2-d8974f70c564} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6140 | 2025.03.04 03:22:42.189660 [ 255 ] {9992a938-7cf6-465c-81f2-d8974f70c564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6141 | 2025.03.04 03:22:42.190035 [ 255 ] {9992a938-7cf6-465c-81f2-d8974f70c564} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6142 | 2025.03.04 03:22:42.190263 [ 255 ] {9992a938-7cf6-465c-81f2-d8974f70c564} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6143 | 2025.03.04 03:22:42.190465 [ 255 ] {9992a938-7cf6-465c-81f2-d8974f70c564} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001427 sec., 112123.33566923616 rows/sec., 7.81 MiB/sec. | ||
| 6144 | 2025.03.04 03:22:42.190517 [ 255 ] {9992a938-7cf6-465c-81f2-d8974f70c564} <Debug> TCPHandler: Processed in 0.00161142 sec. | ||
| 6145 | 2025.03.04 03:22:42.190622 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6146 | 2025.03.04 03:22:42.190723 [ 255 ] {6d60d3d4-1039-46a9-9e87-adc095812f5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6147 | 2025.03.04 03:22:42.190786 [ 255 ] {6d60d3d4-1039-46a9-9e87-adc095812f5a} <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 | ||
| 6148 | 2025.03.04 03:22:42.191940 [ 255 ] {6d60d3d4-1039-46a9-9e87-adc095812f5a} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6149 | 2025.03.04 03:22:42.191978 [ 255 ] {6d60d3d4-1039-46a9-9e87-adc095812f5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6150 | 2025.03.04 03:22:42.192644 [ 255 ] {6d60d3d4-1039-46a9-9e87-adc095812f5a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6151 | 2025.03.04 03:22:42.192909 [ 255 ] {6d60d3d4-1039-46a9-9e87-adc095812f5a} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6152 | 2025.03.04 03:22:42.193104 [ 121 ] {} <Debug> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6153 | 2025.03.04 03:22:42.193210 [ 121 ] {} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6154 | 2025.03.04 03:22:42.193228 [ 255 ] {6d60d3d4-1039-46a9-9e87-adc095812f5a} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002516 sec., 15898.25119236884 rows/sec., 28.49 MiB/sec. | ||
| 6155 | 2025.03.04 03:22:42.193252 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6156 | 2025.03.04 03:22:42.193964 [ 255 ] {6d60d3d4-1039-46a9-9e87-adc095812f5a} <Debug> TCPHandler: Processed in 0.003383152 sec. | ||
| 6157 | 2025.03.04 03:22:42.193982 [ 196 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_26_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full | ||
| 6158 | 2025.03.04 03:22:42.194270 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6159 | 2025.03.04 03:22:42.194420 [ 255 ] {e225bf0d-fdfe-45ff-901e-1ab168fd4a02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6160 | 2025.03.04 03:22:42.194446 [ 196 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6161 | 2025.03.04 03:22:42.194485 [ 255 ] {e225bf0d-fdfe-45ff-901e-1ab168fd4a02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6162 | 2025.03.04 03:22:42.194561 [ 196 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 718 rows starting from the beginning of the part | ||
| 6163 | 2025.03.04 03:22:42.195218 [ 196 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 40 rows starting from the beginning of the part | ||
| 6164 | 2025.03.04 03:22:42.195597 [ 196 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 40 rows starting from the beginning of the part | ||
| 6165 | 2025.03.04 03:22:42.196003 [ 255 ] {e225bf0d-fdfe-45ff-901e-1ab168fd4a02} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6166 | 2025.03.04 03:22:42.196020 [ 196 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 40 rows starting from the beginning of the part | ||
| 6167 | 2025.03.04 03:22:42.196047 [ 255 ] {e225bf0d-fdfe-45ff-901e-1ab168fd4a02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6168 | 2025.03.04 03:22:42.196388 [ 196 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part | ||
| 6169 | 2025.03.04 03:22:42.196766 [ 196 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 40 rows starting from the beginning of the part | ||
| 6170 | 2025.03.04 03:22:42.196889 [ 255 ] {e225bf0d-fdfe-45ff-901e-1ab168fd4a02} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6171 | 2025.03.04 03:22:42.197301 [ 255 ] {e225bf0d-fdfe-45ff-901e-1ab168fd4a02} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6172 | 2025.03.04 03:22:42.197629 [ 255 ] {e225bf0d-fdfe-45ff-901e-1ab168fd4a02} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003245 sec., 18489.984591679506 rows/sec., 1.25 MiB/sec. | ||
| 6173 | 2025.03.04 03:22:42.197732 [ 255 ] {e225bf0d-fdfe-45ff-901e-1ab168fd4a02} <Debug> TCPHandler: Processed in 0.003519723 sec. | ||
| 6174 | 2025.03.04 03:22:42.208787 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 918 rows, containing 19 columns (19 merged, 0 gathered) in 0.015395808 sec., 59626.62044109669 rows/sec., 106.85 MiB/sec. | ||
| 6175 | 2025.03.04 03:22:42.209819 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6176 | 2025.03.04 03:22:42.210305 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6177 | 2025.03.04 03:22:42.210403 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6178 | 2025.03.04 03:22:42.210577 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.74 MiB. | ||
| 6179 | 2025.03.04 03:22:43.000158 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.45 MiB, peak 214.36 MiB, free memory in arenas 0.00 B, will set to 208.31 MiB (RSS), difference: 2.86 MiB | ||
| 6180 | 2025.03.04 03:22:45.915779 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6181 | 2025.03.04 03:22:45.915853 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6182 | 2025.03.04 03:22:46.076573 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 | ||
| 6183 | 2025.03.04 03:22:46.077342 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6184 | 2025.03.04 03:22:46.077394 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6185 | 2025.03.04 03:22:46.077915 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6186 | 2025.03.04 03:22:46.078168 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6187 | 2025.03.04 03:22:46.078468 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 6188 | 2025.03.04 03:22:47.180974 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6189 | 2025.03.04 03:22:47.181186 [ 255 ] {820a87a5-5a45-419a-b19c-1ab508efaabe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6190 | 2025.03.04 03:22:47.181266 [ 255 ] {820a87a5-5a45-419a-b19c-1ab508efaabe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6191 | 2025.03.04 03:22:47.182039 [ 255 ] {820a87a5-5a45-419a-b19c-1ab508efaabe} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6192 | 2025.03.04 03:22:47.182092 [ 255 ] {820a87a5-5a45-419a-b19c-1ab508efaabe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6193 | 2025.03.04 03:22:47.182528 [ 255 ] {820a87a5-5a45-419a-b19c-1ab508efaabe} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6194 | 2025.03.04 03:22:47.182777 [ 255 ] {820a87a5-5a45-419a-b19c-1ab508efaabe} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6195 | 2025.03.04 03:22:47.183021 [ 255 ] {820a87a5-5a45-419a-b19c-1ab508efaabe} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001891 sec., 29613.960867265996 rows/sec., 2.26 MiB/sec. | ||
| 6196 | 2025.03.04 03:22:47.183137 [ 255 ] {820a87a5-5a45-419a-b19c-1ab508efaabe} <Debug> TCPHandler: Processed in 0.002315309 sec. | ||
| 6197 | 2025.03.04 03:22:47.183297 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6198 | 2025.03.04 03:22:47.183563 [ 255 ] {1c31ec05-424a-4073-b609-461bf013fcb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6199 | 2025.03.04 03:22:47.183676 [ 255 ] {1c31ec05-424a-4073-b609-461bf013fcb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6200 | 2025.03.04 03:22:47.184302 [ 255 ] {1c31ec05-424a-4073-b609-461bf013fcb9} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6201 | 2025.03.04 03:22:47.184343 [ 255 ] {1c31ec05-424a-4073-b609-461bf013fcb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6202 | 2025.03.04 03:22:47.184704 [ 255 ] {1c31ec05-424a-4073-b609-461bf013fcb9} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6203 | 2025.03.04 03:22:47.184932 [ 255 ] {1c31ec05-424a-4073-b609-461bf013fcb9} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6204 | 2025.03.04 03:22:47.185155 [ 255 ] {1c31ec05-424a-4073-b609-461bf013fcb9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001649 sec., 38811.400848999394 rows/sec., 3.03 MiB/sec. | ||
| 6205 | 2025.03.04 03:22:47.185227 [ 255 ] {1c31ec05-424a-4073-b609-461bf013fcb9} <Debug> TCPHandler: Processed in 0.001977884 sec. | ||
| 6206 | 2025.03.04 03:22:47.185388 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6207 | 2025.03.04 03:22:47.185494 [ 255 ] {28e9f7f3-764c-44b2-b453-0fba58a4936a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6208 | 2025.03.04 03:22:47.185543 [ 255 ] {28e9f7f3-764c-44b2-b453-0fba58a4936a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6209 | 2025.03.04 03:22:47.186046 [ 255 ] {28e9f7f3-764c-44b2-b453-0fba58a4936a} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6210 | 2025.03.04 03:22:47.186084 [ 255 ] {28e9f7f3-764c-44b2-b453-0fba58a4936a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6211 | 2025.03.04 03:22:47.186454 [ 255 ] {28e9f7f3-764c-44b2-b453-0fba58a4936a} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6212 | 2025.03.04 03:22:47.186682 [ 255 ] {28e9f7f3-764c-44b2-b453-0fba58a4936a} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6213 | 2025.03.04 03:22:47.186893 [ 255 ] {28e9f7f3-764c-44b2-b453-0fba58a4936a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001423 sec., 112438.51018973999 rows/sec., 7.83 MiB/sec. | ||
| 6214 | 2025.03.04 03:22:47.186945 [ 255 ] {28e9f7f3-764c-44b2-b453-0fba58a4936a} <Debug> TCPHandler: Processed in 0.001617949 sec. | ||
| 6215 | 2025.03.04 03:22:47.187048 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6216 | 2025.03.04 03:22:47.187149 [ 255 ] {7a781c13-e6f7-4e72-b090-55ffc1d5d4c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6217 | 2025.03.04 03:22:47.187193 [ 255 ] {7a781c13-e6f7-4e72-b090-55ffc1d5d4c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6218 | 2025.03.04 03:22:47.187620 [ 255 ] {7a781c13-e6f7-4e72-b090-55ffc1d5d4c3} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6219 | 2025.03.04 03:22:47.187657 [ 255 ] {7a781c13-e6f7-4e72-b090-55ffc1d5d4c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6220 | 2025.03.04 03:22:47.188006 [ 255 ] {7a781c13-e6f7-4e72-b090-55ffc1d5d4c3} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6221 | 2025.03.04 03:22:47.188230 [ 255 ] {7a781c13-e6f7-4e72-b090-55ffc1d5d4c3} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6222 | 2025.03.04 03:22:47.188462 [ 255 ] {7a781c13-e6f7-4e72-b090-55ffc1d5d4c3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001334 sec., 44977.51124437781 rows/sec., 3.03 MiB/sec. | ||
| 6223 | 2025.03.04 03:22:47.188540 [ 255 ] {7a781c13-e6f7-4e72-b090-55ffc1d5d4c3} <Debug> TCPHandler: Processed in 0.001541969 sec. | ||
| 6224 | 2025.03.04 03:22:47.312661 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 6225 | 2025.03.04 03:22:47.332595 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6226 | 2025.03.04 03:22:47.332655 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6227 | 2025.03.04 03:22:47.339999 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6228 | 2025.03.04 03:22:47.340822 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6229 | 2025.03.04 03:22:47.344300 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 6230 | 2025.03.04 03:22:50.899386 [ 116 ] {} <Debug> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6231 | 2025.03.04 03:22:50.899483 [ 116 ] {} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6232 | 2025.03.04 03:22:50.899518 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6233 | 2025.03.04 03:22:50.899775 [ 187 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
| 6234 | 2025.03.04 03:22:50.900038 [ 187 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6235 | 2025.03.04 03:22:50.900103 [ 187 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 124 rows starting from the beginning of the part | ||
| 6236 | 2025.03.04 03:22:50.900269 [ 187 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 112 rows starting from the beginning of the part | ||
| 6237 | 2025.03.04 03:22:50.900612 [ 187 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part | ||
| 6238 | 2025.03.04 03:22:50.900899 [ 187 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part | ||
| 6239 | 2025.03.04 03:22:50.901037 [ 187 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part | ||
| 6240 | 2025.03.04 03:22:50.902123 [ 196 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.00249773 sec., 108898.88018320635 rows/sec., 6.99 MiB/sec. | ||
| 6241 | 2025.03.04 03:22:50.902272 [ 199 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6242 | 2025.03.04 03:22:50.902557 [ 199 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_9_2} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6243 | 2025.03.04 03:22:50.902633 [ 199 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_9_2} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6244 | 2025.03.04 03:22:50.902708 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6245 | 2025.03.04 03:22:51.144061 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 836 | ||
| 6246 | 2025.03.04 03:22:51.147062 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6247 | 2025.03.04 03:22:51.147110 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6248 | 2025.03.04 03:22:51.148581 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6249 | 2025.03.04 03:22:51.148901 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6250 | 2025.03.04 03:22:51.149436 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 836 | ||
| 6251 | 2025.03.04 03:22:51.753222 [ 116 ] {} <Debug> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6252 | 2025.03.04 03:22:51.753290 [ 116 ] {} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6253 | 2025.03.04 03:22:51.753316 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6254 | 2025.03.04 03:22:51.753448 [ 196 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
| 6255 | 2025.03.04 03:22:51.753589 [ 196 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6256 | 2025.03.04 03:22:51.753625 [ 196 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 236 rows starting from the beginning of the part | ||
| 6257 | 2025.03.04 03:22:51.753703 [ 196 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 212 rows starting from the beginning of the part | ||
| 6258 | 2025.03.04 03:22:51.753795 [ 196 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part | ||
| 6259 | 2025.03.04 03:22:51.754081 [ 196 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part | ||
| 6260 | 2025.03.04 03:22:51.754194 [ 196 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part | ||
| 6261 | 2025.03.04 03:22:51.755417 [ 199 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 5 columns (5 merged, 0 gathered) in 0.002032735 sec., 255812.98103294332 rows/sec., 18.16 MiB/sec. | ||
| 6262 | 2025.03.04 03:22:51.755663 [ 201 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6263 | 2025.03.04 03:22:51.756040 [ 201 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_9_2} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6264 | 2025.03.04 03:22:51.756131 [ 201 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_9_2} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6265 | 2025.03.04 03:22:51.756239 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 6266 | 2025.03.04 03:22:52.184105 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6267 | 2025.03.04 03:22:52.184292 [ 255 ] {ef55e360-465c-4cc6-9344-4a805f5bde8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6268 | 2025.03.04 03:22:52.184363 [ 255 ] {ef55e360-465c-4cc6-9344-4a805f5bde8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6269 | 2025.03.04 03:22:52.185117 [ 255 ] {ef55e360-465c-4cc6-9344-4a805f5bde8f} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6270 | 2025.03.04 03:22:52.185166 [ 255 ] {ef55e360-465c-4cc6-9344-4a805f5bde8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6271 | 2025.03.04 03:22:52.185583 [ 255 ] {ef55e360-465c-4cc6-9344-4a805f5bde8f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6272 | 2025.03.04 03:22:52.185830 [ 255 ] {ef55e360-465c-4cc6-9344-4a805f5bde8f} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6273 | 2025.03.04 03:22:52.186048 [ 255 ] {ef55e360-465c-4cc6-9344-4a805f5bde8f} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001807 sec., 3320.420586607637 rows/sec., 270.76 KiB/sec. | ||
| 6274 | 2025.03.04 03:22:52.186156 [ 255 ] {ef55e360-465c-4cc6-9344-4a805f5bde8f} <Debug> TCPHandler: Processed in 0.002211607 sec. | ||
| 6275 | 2025.03.04 03:22:52.186294 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6276 | 2025.03.04 03:22:52.186400 [ 255 ] {0908896f-7009-424c-94cc-8fa496e2ec68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6277 | 2025.03.04 03:22:52.186443 [ 255 ] {0908896f-7009-424c-94cc-8fa496e2ec68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6278 | 2025.03.04 03:22:52.187041 [ 255 ] {0908896f-7009-424c-94cc-8fa496e2ec68} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6279 | 2025.03.04 03:22:52.187078 [ 255 ] {0908896f-7009-424c-94cc-8fa496e2ec68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6280 | 2025.03.04 03:22:52.187437 [ 255 ] {0908896f-7009-424c-94cc-8fa496e2ec68} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6281 | 2025.03.04 03:22:52.187674 [ 255 ] {0908896f-7009-424c-94cc-8fa496e2ec68} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6282 | 2025.03.04 03:22:52.187910 [ 255 ] {0908896f-7009-424c-94cc-8fa496e2ec68} <Debug> executeQuery: Read 139 rows, 12.22 KiB in 0.001529 sec., 90909.09090909091 rows/sec., 7.80 MiB/sec. | ||
| 6283 | 2025.03.04 03:22:52.187986 [ 255 ] {0908896f-7009-424c-94cc-8fa496e2ec68} <Debug> TCPHandler: Processed in 0.001742382 sec. | ||
| 6284 | 2025.03.04 03:22:52.188233 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6285 | 2025.03.04 03:22:52.188365 [ 255 ] {1f5a5b46-40f4-4928-bb53-cfd2fbab220f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6286 | 2025.03.04 03:22:52.188411 [ 255 ] {1f5a5b46-40f4-4928-bb53-cfd2fbab220f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6287 | 2025.03.04 03:22:52.188953 [ 255 ] {1f5a5b46-40f4-4928-bb53-cfd2fbab220f} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6288 | 2025.03.04 03:22:52.188990 [ 255 ] {1f5a5b46-40f4-4928-bb53-cfd2fbab220f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6289 | 2025.03.04 03:22:52.189336 [ 255 ] {1f5a5b46-40f4-4928-bb53-cfd2fbab220f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6290 | 2025.03.04 03:22:52.189573 [ 255 ] {1f5a5b46-40f4-4928-bb53-cfd2fbab220f} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6291 | 2025.03.04 03:22:52.189798 [ 255 ] {1f5a5b46-40f4-4928-bb53-cfd2fbab220f} <Debug> executeQuery: Read 46 rows, 3.43 KiB in 0.001454 sec., 31636.863823933974 rows/sec., 2.30 MiB/sec. | ||
| 6292 | 2025.03.04 03:22:52.189927 [ 255 ] {1f5a5b46-40f4-4928-bb53-cfd2fbab220f} <Debug> TCPHandler: Processed in 0.001795391 sec. | ||
| 6293 | 2025.03.04 03:22:52.190047 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6294 | 2025.03.04 03:22:52.190147 [ 255 ] {71fb8b27-89f2-4c55-b995-4374ea73e47d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6295 | 2025.03.04 03:22:52.190190 [ 255 ] {71fb8b27-89f2-4c55-b995-4374ea73e47d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6296 | 2025.03.04 03:22:52.190740 [ 255 ] {71fb8b27-89f2-4c55-b995-4374ea73e47d} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6297 | 2025.03.04 03:22:52.190777 [ 255 ] {71fb8b27-89f2-4c55-b995-4374ea73e47d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6298 | 2025.03.04 03:22:52.191123 [ 255 ] {71fb8b27-89f2-4c55-b995-4374ea73e47d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6299 | 2025.03.04 03:22:52.191359 [ 255 ] {71fb8b27-89f2-4c55-b995-4374ea73e47d} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6300 | 2025.03.04 03:22:52.191565 [ 255 ] {71fb8b27-89f2-4c55-b995-4374ea73e47d} <Debug> executeQuery: Read 110 rows, 8.81 KiB in 0.001438 sec., 76495.1321279555 rows/sec., 5.98 MiB/sec. | ||
| 6301 | 2025.03.04 03:22:52.191616 [ 255 ] {71fb8b27-89f2-4c55-b995-4374ea73e47d} <Debug> TCPHandler: Processed in 0.00161802 sec. | ||
| 6302 | 2025.03.04 03:22:52.191731 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6303 | 2025.03.04 03:22:52.191835 [ 255 ] {2e9fec2c-309e-441a-8ed6-682b41c1928d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6304 | 2025.03.04 03:22:52.191881 [ 255 ] {2e9fec2c-309e-441a-8ed6-682b41c1928d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6305 | 2025.03.04 03:22:52.192401 [ 255 ] {2e9fec2c-309e-441a-8ed6-682b41c1928d} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6306 | 2025.03.04 03:22:52.192437 [ 255 ] {2e9fec2c-309e-441a-8ed6-682b41c1928d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6307 | 2025.03.04 03:22:52.192813 [ 255 ] {2e9fec2c-309e-441a-8ed6-682b41c1928d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6308 | 2025.03.04 03:22:52.193057 [ 255 ] {2e9fec2c-309e-441a-8ed6-682b41c1928d} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6309 | 2025.03.04 03:22:52.193262 [ 255 ] {2e9fec2c-309e-441a-8ed6-682b41c1928d} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.00145 sec., 112413.79310344829 rows/sec., 7.83 MiB/sec. | ||
| 6310 | 2025.03.04 03:22:52.193312 [ 255 ] {2e9fec2c-309e-441a-8ed6-682b41c1928d} <Debug> TCPHandler: Processed in 0.00163233 sec. | ||
| 6311 | 2025.03.04 03:22:52.193414 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6312 | 2025.03.04 03:22:52.193513 [ 255 ] {fb2013db-b128-47ec-add0-bbcd7f057b6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6313 | 2025.03.04 03:22:52.193577 [ 255 ] {fb2013db-b128-47ec-add0-bbcd7f057b6e} <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 | ||
| 6314 | 2025.03.04 03:22:52.194745 [ 255 ] {fb2013db-b128-47ec-add0-bbcd7f057b6e} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6315 | 2025.03.04 03:22:52.194783 [ 255 ] {fb2013db-b128-47ec-add0-bbcd7f057b6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6316 | 2025.03.04 03:22:52.195439 [ 255 ] {fb2013db-b128-47ec-add0-bbcd7f057b6e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6317 | 2025.03.04 03:22:52.195694 [ 255 ] {fb2013db-b128-47ec-add0-bbcd7f057b6e} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6318 | 2025.03.04 03:22:52.195922 [ 255 ] {fb2013db-b128-47ec-add0-bbcd7f057b6e} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002429 sec., 16467.682173734047 rows/sec., 29.51 MiB/sec. | ||
| 6319 | 2025.03.04 03:22:52.196018 [ 255 ] {fb2013db-b128-47ec-add0-bbcd7f057b6e} <Debug> TCPHandler: Processed in 0.002653242 sec. | ||
| 6320 | 2025.03.04 03:22:52.196133 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6321 | 2025.03.04 03:22:52.196234 [ 255 ] {da80da5b-f715-4165-8c52-709570fc8b3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6322 | 2025.03.04 03:22:52.196279 [ 255 ] {da80da5b-f715-4165-8c52-709570fc8b3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6323 | 2025.03.04 03:22:52.196716 [ 255 ] {da80da5b-f715-4165-8c52-709570fc8b3f} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6324 | 2025.03.04 03:22:52.196753 [ 255 ] {da80da5b-f715-4165-8c52-709570fc8b3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6325 | 2025.03.04 03:22:52.197103 [ 255 ] {da80da5b-f715-4165-8c52-709570fc8b3f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6326 | 2025.03.04 03:22:52.197340 [ 255 ] {da80da5b-f715-4165-8c52-709570fc8b3f} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6327 | 2025.03.04 03:22:52.197586 [ 255 ] {da80da5b-f715-4165-8c52-709570fc8b3f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. | ||
| 6328 | 2025.03.04 03:22:52.197719 [ 255 ] {da80da5b-f715-4165-8c52-709570fc8b3f} <Debug> TCPHandler: Processed in 0.00162913 sec. | ||
| 6329 | 2025.03.04 03:22:53.578645 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 | ||
| 6330 | 2025.03.04 03:22:53.579310 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6331 | 2025.03.04 03:22:53.579354 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6332 | 2025.03.04 03:22:53.579877 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6333 | 2025.03.04 03:22:53.580125 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6334 | 2025.03.04 03:22:53.580311 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 | ||
| 6335 | 2025.03.04 03:22:54.844404 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 6336 | 2025.03.04 03:22:54.865444 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6337 | 2025.03.04 03:22:54.865504 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6338 | 2025.03.04 03:22:54.872816 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6339 | 2025.03.04 03:22:54.873605 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6340 | 2025.03.04 03:22:54.876465 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 6341 | 2025.03.04 03:22:57.181288 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6342 | 2025.03.04 03:22:57.181492 [ 255 ] {9b5188ac-1bb1-45c0-837f-76a5b66b3297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6343 | 2025.03.04 03:22:57.181568 [ 255 ] {9b5188ac-1bb1-45c0-837f-76a5b66b3297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6344 | 2025.03.04 03:22:57.182313 [ 255 ] {9b5188ac-1bb1-45c0-837f-76a5b66b3297} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6345 | 2025.03.04 03:22:57.182358 [ 255 ] {9b5188ac-1bb1-45c0-837f-76a5b66b3297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6346 | 2025.03.04 03:22:57.182786 [ 255 ] {9b5188ac-1bb1-45c0-837f-76a5b66b3297} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6347 | 2025.03.04 03:22:57.183112 [ 255 ] {9b5188ac-1bb1-45c0-837f-76a5b66b3297} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6348 | 2025.03.04 03:22:57.183347 [ 109 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6349 | 2025.03.04 03:22:57.183402 [ 255 ] {9b5188ac-1bb1-45c0-837f-76a5b66b3297} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001963 sec., 28527.763627101376 rows/sec., 2.18 MiB/sec. | ||
| 6350 | 2025.03.04 03:22:57.183435 [ 109 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6351 | 2025.03.04 03:22:57.183515 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6352 | 2025.03.04 03:22:57.183541 [ 255 ] {9b5188ac-1bb1-45c0-837f-76a5b66b3297} <Debug> TCPHandler: Processed in 0.002386409 sec. | ||
| 6353 | 2025.03.04 03:22:57.183683 [ 196 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 6354 | 2025.03.04 03:22:57.183714 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6355 | 2025.03.04 03:22:57.183815 [ 196 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6356 | 2025.03.04 03:22:57.183849 [ 255 ] {e05edfe8-6a74-4912-8b22-61c12668c740} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6357 | 2025.03.04 03:22:57.183852 [ 196 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1967 rows starting from the beginning of the part | ||
| 6358 | 2025.03.04 03:22:57.183901 [ 255 ] {e05edfe8-6a74-4912-8b22-61c12668c740} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6359 | 2025.03.04 03:22:57.184035 [ 196 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1318 rows starting from the beginning of the part | ||
| 6360 | 2025.03.04 03:22:57.184446 [ 196 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 136 rows starting from the beginning of the part | ||
| 6361 | 2025.03.04 03:22:57.184757 [ 196 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 56 rows starting from the beginning of the part | ||
| 6362 | 2025.03.04 03:22:57.185059 [ 196 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 139 rows starting from the beginning of the part | ||
| 6363 | 2025.03.04 03:22:57.185399 [ 196 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 56 rows starting from the beginning of the part | ||
| 6364 | 2025.03.04 03:22:57.186308 [ 255 ] {e05edfe8-6a74-4912-8b22-61c12668c740} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6365 | 2025.03.04 03:22:57.186351 [ 255 ] {e05edfe8-6a74-4912-8b22-61c12668c740} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6366 | 2025.03.04 03:22:57.186872 [ 255 ] {e05edfe8-6a74-4912-8b22-61c12668c740} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6367 | 2025.03.04 03:22:57.187174 [ 255 ] {e05edfe8-6a74-4912-8b22-61c12668c740} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6368 | 2025.03.04 03:22:57.187359 [ 109 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6369 | 2025.03.04 03:22:57.187428 [ 109 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6370 | 2025.03.04 03:22:57.187461 [ 255 ] {e05edfe8-6a74-4912-8b22-61c12668c740} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003632 sec., 17621.14537444934 rows/sec., 1.38 MiB/sec. | ||
| 6371 | 2025.03.04 03:22:57.187466 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6372 | 2025.03.04 03:22:57.187835 [ 255 ] {e05edfe8-6a74-4912-8b22-61c12668c740} <Debug> TCPHandler: Processed in 0.004176912 sec. | ||
| 6373 | 2025.03.04 03:22:57.188425 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 6374 | 2025.03.04 03:22:57.188443 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6375 | 2025.03.04 03:22:57.189129 [ 255 ] {1bacae09-74f4-4f19-b0e2-d389f8f25d21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6376 | 2025.03.04 03:22:57.189342 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3672 rows, containing 5 columns (5 merged, 0 gathered) in 0.005722741 sec., 641650.5656991991 rows/sec., 55.40 MiB/sec. | ||
| 6377 | 2025.03.04 03:22:57.189464 [ 255 ] {1bacae09-74f4-4f19-b0e2-d389f8f25d21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6378 | 2025.03.04 03:22:57.189540 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6379 | 2025.03.04 03:22:57.189793 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 950 rows starting from the beginning of the part | ||
| 6380 | 2025.03.04 03:22:57.189863 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6381 | 2025.03.04 03:22:57.190618 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 560 rows starting from the beginning of the part | ||
| 6382 | 2025.03.04 03:22:57.191254 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 104 rows starting from the beginning of the part | ||
| 6383 | 2025.03.04 03:22:57.191463 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_56_11} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6384 | 2025.03.04 03:22:57.191856 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 64 rows starting from the beginning of the part | ||
| 6385 | 2025.03.04 03:22:57.191996 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_56_11} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6386 | 2025.03.04 03:22:57.192362 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 110 rows starting from the beginning of the part | ||
| 6387 | 2025.03.04 03:22:57.192373 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 6388 | 2025.03.04 03:22:57.192602 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 64 rows starting from the beginning of the part | ||
| 6389 | 2025.03.04 03:22:57.193626 [ 255 ] {1bacae09-74f4-4f19-b0e2-d389f8f25d21} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6390 | 2025.03.04 03:22:57.193696 [ 255 ] {1bacae09-74f4-4f19-b0e2-d389f8f25d21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6391 | 2025.03.04 03:22:57.194683 [ 255 ] {1bacae09-74f4-4f19-b0e2-d389f8f25d21} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6392 | 2025.03.04 03:22:57.195255 [ 255 ] {1bacae09-74f4-4f19-b0e2-d389f8f25d21} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6393 | 2025.03.04 03:22:57.195461 [ 109 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6394 | 2025.03.04 03:22:57.195542 [ 109 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6395 | 2025.03.04 03:22:57.195646 [ 255 ] {1bacae09-74f4-4f19-b0e2-d389f8f25d21} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006693 sec., 23905.572986702526 rows/sec., 1.66 MiB/sec. | ||
| 6396 | 2025.03.04 03:22:57.195647 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6397 | 2025.03.04 03:22:57.196026 [ 255 ] {1bacae09-74f4-4f19-b0e2-d389f8f25d21} <Debug> TCPHandler: Processed in 0.007769025 sec. | ||
| 6398 | 2025.03.04 03:22:57.196157 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 6399 | 2025.03.04 03:22:57.196296 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6400 | 2025.03.04 03:22:57.196461 [ 200 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1852 rows, containing 5 columns (5 merged, 0 gathered) in 0.008757457 sec., 211476.91618697072 rows/sec., 16.60 MiB/sec. | ||
| 6401 | 2025.03.04 03:22:57.196493 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6402 | 2025.03.04 03:22:57.196506 [ 255 ] {9b44217a-545b-4137-82ae-8c400424685e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6403 | 2025.03.04 03:22:57.196552 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 14690 rows starting from the beginning of the part | ||
| 6404 | 2025.03.04 03:22:57.196578 [ 255 ] {9b44217a-545b-4137-82ae-8c400424685e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6405 | 2025.03.04 03:22:57.196840 [ 200 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6406 | 2025.03.04 03:22:57.197055 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 918 rows starting from the beginning of the part | ||
| 6407 | 2025.03.04 03:22:57.197420 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part | ||
| 6408 | 2025.03.04 03:22:57.197914 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
| 6409 | 2025.03.04 03:22:57.198034 [ 200 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_56_11} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6410 | 2025.03.04 03:22:57.198439 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 163 rows starting from the beginning of the part | ||
| 6411 | 2025.03.04 03:22:57.198487 [ 200 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_56_11} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6412 | 2025.03.04 03:22:57.198847 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 6413 | 2025.03.04 03:22:57.198973 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part | ||
| 6414 | 2025.03.04 03:22:57.199499 [ 255 ] {9b44217a-545b-4137-82ae-8c400424685e} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6415 | 2025.03.04 03:22:57.199544 [ 255 ] {9b44217a-545b-4137-82ae-8c400424685e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6416 | 2025.03.04 03:22:57.199964 [ 255 ] {9b44217a-545b-4137-82ae-8c400424685e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6417 | 2025.03.04 03:22:57.200328 [ 255 ] {9b44217a-545b-4137-82ae-8c400424685e} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6418 | 2025.03.04 03:22:57.200554 [ 109 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6419 | 2025.03.04 03:22:57.200661 [ 109 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6420 | 2025.03.04 03:22:57.200729 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6421 | 2025.03.04 03:22:57.200764 [ 255 ] {9b44217a-545b-4137-82ae-8c400424685e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004298 sec., 13959.981386691485 rows/sec., 963.38 KiB/sec. | ||
| 6422 | 2025.03.04 03:22:57.201059 [ 255 ] {9b44217a-545b-4137-82ae-8c400424685e} <Debug> TCPHandler: Processed in 0.004858159 sec. | ||
| 6423 | 2025.03.04 03:22:57.201356 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 6424 | 2025.03.04 03:22:57.201704 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6425 | 2025.03.04 03:22:57.201793 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2822 rows starting from the beginning of the part | ||
| 6426 | 2025.03.04 03:22:57.201958 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part | ||
| 6427 | 2025.03.04 03:22:57.202072 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
| 6428 | 2025.03.04 03:22:57.202300 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
| 6429 | 2025.03.04 03:22:57.202461 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part | ||
| 6430 | 2025.03.04 03:22:57.202810 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part | ||
| 6431 | 2025.03.04 03:22:57.204699 [ 197 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16251 rows, containing 5 columns (5 merged, 0 gathered) in 0.008867689 sec., 1832608.2477633124 rows/sec., 125.79 MiB/sec. | ||
| 6432 | 2025.03.04 03:22:57.205067 [ 190 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3122 rows, containing 4 columns (4 merged, 0 gathered) in 0.004114301 sec., 758816.6252298993 rows/sec., 51.01 MiB/sec. | ||
| 6433 | 2025.03.04 03:22:57.205265 [ 197 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6434 | 2025.03.04 03:22:57.205528 [ 193 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6435 | 2025.03.04 03:22:57.205633 [ 197 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6436 | 2025.03.04 03:22:57.205756 [ 197 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6437 | 2025.03.04 03:22:57.205879 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
| 6438 | 2025.03.04 03:22:57.205921 [ 197 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_56_11} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6439 | 2025.03.04 03:22:57.205996 [ 197 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_56_11} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6440 | 2025.03.04 03:22:57.206075 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 6441 | 2025.03.04 03:23:00.915903 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6442 | 2025.03.04 03:23:00.915971 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6443 | 2025.03.04 03:23:01.080469 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 | ||
| 6444 | 2025.03.04 03:23:01.081137 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6445 | 2025.03.04 03:23:01.081184 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6446 | 2025.03.04 03:23:01.081705 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6447 | 2025.03.04 03:23:01.081958 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6448 | 2025.03.04 03:23:01.082141 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 6449 | 2025.03.04 03:23:01.149645 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 858 | ||
| 6450 | 2025.03.04 03:23:01.152561 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6451 | 2025.03.04 03:23:01.152612 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6452 | 2025.03.04 03:23:01.154119 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6453 | 2025.03.04 03:23:01.154695 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6454 | 2025.03.04 03:23:01.155857 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 858 | ||
| 6455 | 2025.03.04 03:23:02.182994 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6456 | 2025.03.04 03:23:02.183203 [ 255 ] {6eef24b1-b0b5-46d7-9245-5149f94d8864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6457 | 2025.03.04 03:23:02.183281 [ 255 ] {6eef24b1-b0b5-46d7-9245-5149f94d8864} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6458 | 2025.03.04 03:23:02.184166 [ 255 ] {6eef24b1-b0b5-46d7-9245-5149f94d8864} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6459 | 2025.03.04 03:23:02.184214 [ 255 ] {6eef24b1-b0b5-46d7-9245-5149f94d8864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6460 | 2025.03.04 03:23:02.184657 [ 255 ] {6eef24b1-b0b5-46d7-9245-5149f94d8864} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6461 | 2025.03.04 03:23:02.184912 [ 255 ] {6eef24b1-b0b5-46d7-9245-5149f94d8864} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6462 | 2025.03.04 03:23:02.185136 [ 255 ] {6eef24b1-b0b5-46d7-9245-5149f94d8864} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001993 sec., 68238.83592574009 rows/sec., 5.88 MiB/sec. | ||
| 6463 | 2025.03.04 03:23:02.185193 [ 255 ] {6eef24b1-b0b5-46d7-9245-5149f94d8864} <Debug> TCPHandler: Processed in 0.002333599 sec. | ||
| 6464 | 2025.03.04 03:23:02.185319 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6465 | 2025.03.04 03:23:02.185424 [ 255 ] {154114d6-3402-4519-bc74-cc3edb8db7e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6466 | 2025.03.04 03:23:02.185470 [ 255 ] {154114d6-3402-4519-bc74-cc3edb8db7e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6467 | 2025.03.04 03:23:02.186008 [ 255 ] {154114d6-3402-4519-bc74-cc3edb8db7e4} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6468 | 2025.03.04 03:23:02.186046 [ 255 ] {154114d6-3402-4519-bc74-cc3edb8db7e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6469 | 2025.03.04 03:23:02.186417 [ 255 ] {154114d6-3402-4519-bc74-cc3edb8db7e4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6470 | 2025.03.04 03:23:02.186649 [ 255 ] {154114d6-3402-4519-bc74-cc3edb8db7e4} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6471 | 2025.03.04 03:23:02.186903 [ 255 ] {154114d6-3402-4519-bc74-cc3edb8db7e4} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001495 sec., 26755.852842809363 rows/sec., 1.96 MiB/sec. | ||
| 6472 | 2025.03.04 03:23:02.187006 [ 255 ] {154114d6-3402-4519-bc74-cc3edb8db7e4} <Debug> TCPHandler: Processed in 0.001734511 sec. | ||
| 6473 | 2025.03.04 03:23:02.187252 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6474 | 2025.03.04 03:23:02.187363 [ 255 ] {70e5f16c-f37d-4024-a3ab-86f7be16efce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6475 | 2025.03.04 03:23:02.187409 [ 255 ] {70e5f16c-f37d-4024-a3ab-86f7be16efce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6476 | 2025.03.04 03:23:02.187989 [ 255 ] {70e5f16c-f37d-4024-a3ab-86f7be16efce} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6477 | 2025.03.04 03:23:02.188027 [ 255 ] {70e5f16c-f37d-4024-a3ab-86f7be16efce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6478 | 2025.03.04 03:23:02.188386 [ 255 ] {70e5f16c-f37d-4024-a3ab-86f7be16efce} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6479 | 2025.03.04 03:23:02.188625 [ 255 ] {70e5f16c-f37d-4024-a3ab-86f7be16efce} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6480 | 2025.03.04 03:23:02.188825 [ 255 ] {70e5f16c-f37d-4024-a3ab-86f7be16efce} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001485 sec., 70033.67003367003 rows/sec., 5.47 MiB/sec. | ||
| 6481 | 2025.03.04 03:23:02.188877 [ 255 ] {70e5f16c-f37d-4024-a3ab-86f7be16efce} <Debug> TCPHandler: Processed in 0.001718111 sec. | ||
| 6482 | 2025.03.04 03:23:02.188990 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6483 | 2025.03.04 03:23:02.189095 [ 255 ] {c1ee328b-325c-4d4d-ad0b-0ca123835a51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6484 | 2025.03.04 03:23:02.189142 [ 255 ] {c1ee328b-325c-4d4d-ad0b-0ca123835a51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6485 | 2025.03.04 03:23:02.189656 [ 255 ] {c1ee328b-325c-4d4d-ad0b-0ca123835a51} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6486 | 2025.03.04 03:23:02.189695 [ 255 ] {c1ee328b-325c-4d4d-ad0b-0ca123835a51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6487 | 2025.03.04 03:23:02.190080 [ 255 ] {c1ee328b-325c-4d4d-ad0b-0ca123835a51} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6488 | 2025.03.04 03:23:02.190316 [ 255 ] {c1ee328b-325c-4d4d-ad0b-0ca123835a51} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6489 | 2025.03.04 03:23:02.190522 [ 255 ] {c1ee328b-325c-4d4d-ad0b-0ca123835a51} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001449 sec., 110420.97998619737 rows/sec., 7.69 MiB/sec. | ||
| 6490 | 2025.03.04 03:23:02.190572 [ 255 ] {c1ee328b-325c-4d4d-ad0b-0ca123835a51} <Debug> TCPHandler: Processed in 0.0016331 sec. | ||
| 6491 | 2025.03.04 03:23:02.190678 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6492 | 2025.03.04 03:23:02.190780 [ 255 ] {72b72e94-3d18-43ae-8071-f772f7591215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6493 | 2025.03.04 03:23:02.190844 [ 255 ] {72b72e94-3d18-43ae-8071-f772f7591215} <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 | ||
| 6494 | 2025.03.04 03:23:02.191978 [ 255 ] {72b72e94-3d18-43ae-8071-f772f7591215} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6495 | 2025.03.04 03:23:02.192016 [ 255 ] {72b72e94-3d18-43ae-8071-f772f7591215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6496 | 2025.03.04 03:23:02.192662 [ 255 ] {72b72e94-3d18-43ae-8071-f772f7591215} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6497 | 2025.03.04 03:23:02.192928 [ 255 ] {72b72e94-3d18-43ae-8071-f772f7591215} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6498 | 2025.03.04 03:23:02.193241 [ 255 ] {72b72e94-3d18-43ae-8071-f772f7591215} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00248 sec., 16129.032258064517 rows/sec., 28.90 MiB/sec. | ||
| 6499 | 2025.03.04 03:23:02.193761 [ 255 ] {72b72e94-3d18-43ae-8071-f772f7591215} <Debug> TCPHandler: Processed in 0.003128209 sec. | ||
| 6500 | 2025.03.04 03:23:02.193983 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6501 | 2025.03.04 03:23:02.194096 [ 255 ] {afed88ff-df78-4118-bb1a-9c13a35e1934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6502 | 2025.03.04 03:23:02.194141 [ 255 ] {afed88ff-df78-4118-bb1a-9c13a35e1934} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6503 | 2025.03.04 03:23:02.194613 [ 255 ] {afed88ff-df78-4118-bb1a-9c13a35e1934} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6504 | 2025.03.04 03:23:02.194651 [ 255 ] {afed88ff-df78-4118-bb1a-9c13a35e1934} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6505 | 2025.03.04 03:23:02.195021 [ 255 ] {afed88ff-df78-4118-bb1a-9c13a35e1934} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6506 | 2025.03.04 03:23:02.195255 [ 255 ] {afed88ff-df78-4118-bb1a-9c13a35e1934} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6507 | 2025.03.04 03:23:02.195469 [ 255 ] {afed88ff-df78-4118-bb1a-9c13a35e1934} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
| 6508 | 2025.03.04 03:23:02.195519 [ 255 ] {afed88ff-df78-4118-bb1a-9c13a35e1934} <Debug> TCPHandler: Processed in 0.001586879 sec. | ||
| 6509 | 2025.03.04 03:23:02.376566 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 6510 | 2025.03.04 03:23:02.398406 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6511 | 2025.03.04 03:23:02.398465 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6512 | 2025.03.04 03:23:02.405888 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6513 | 2025.03.04 03:23:02.406674 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6514 | 2025.03.04 03:23:02.409447 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 6515 | 2025.03.04 03:23:07.212080 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6516 | 2025.03.04 03:23:07.212271 [ 255 ] {ecbb1f8c-ac37-4372-a5ec-b61a46ecd5c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6517 | 2025.03.04 03:23:07.212342 [ 255 ] {ecbb1f8c-ac37-4372-a5ec-b61a46ecd5c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6518 | 2025.03.04 03:23:07.213096 [ 255 ] {ecbb1f8c-ac37-4372-a5ec-b61a46ecd5c4} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6519 | 2025.03.04 03:23:07.213144 [ 255 ] {ecbb1f8c-ac37-4372-a5ec-b61a46ecd5c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6520 | 2025.03.04 03:23:07.213579 [ 255 ] {ecbb1f8c-ac37-4372-a5ec-b61a46ecd5c4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6521 | 2025.03.04 03:23:07.213833 [ 255 ] {ecbb1f8c-ac37-4372-a5ec-b61a46ecd5c4} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6522 | 2025.03.04 03:23:07.214081 [ 255 ] {ecbb1f8c-ac37-4372-a5ec-b61a46ecd5c4} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001853 sec., 12951.969778737182 rows/sec., 1.07 MiB/sec. | ||
| 6523 | 2025.03.04 03:23:07.214283 [ 255 ] {ecbb1f8c-ac37-4372-a5ec-b61a46ecd5c4} <Debug> TCPHandler: Processed in 0.002323509 sec. | ||
| 6524 | 2025.03.04 03:23:07.214427 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6525 | 2025.03.04 03:23:07.214532 [ 255 ] {c9233fc5-1ef0-48e3-b25a-9bd50415053b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6526 | 2025.03.04 03:23:07.214578 [ 255 ] {c9233fc5-1ef0-48e3-b25a-9bd50415053b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6527 | 2025.03.04 03:23:07.215988 [ 255 ] {c9233fc5-1ef0-48e3-b25a-9bd50415053b} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6528 | 2025.03.04 03:23:07.216028 [ 255 ] {c9233fc5-1ef0-48e3-b25a-9bd50415053b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6529 | 2025.03.04 03:23:07.216466 [ 255 ] {c9233fc5-1ef0-48e3-b25a-9bd50415053b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6530 | 2025.03.04 03:23:07.216721 [ 255 ] {c9233fc5-1ef0-48e3-b25a-9bd50415053b} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6531 | 2025.03.04 03:23:07.216971 [ 255 ] {c9233fc5-1ef0-48e3-b25a-9bd50415053b} <Debug> executeQuery: Read 1316 rows, 111.93 KiB in 0.002456 sec., 535830.6188925082 rows/sec., 44.51 MiB/sec. | ||
| 6532 | 2025.03.04 03:23:07.217086 [ 255 ] {c9233fc5-1ef0-48e3-b25a-9bd50415053b} <Debug> TCPHandler: Processed in 0.002709523 sec. | ||
| 6533 | 2025.03.04 03:23:07.217304 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6534 | 2025.03.04 03:23:07.217443 [ 255 ] {341ec0db-1166-4189-9a36-d11c54119bd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6535 | 2025.03.04 03:23:07.217490 [ 255 ] {341ec0db-1166-4189-9a36-d11c54119bd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6536 | 2025.03.04 03:23:07.218038 [ 255 ] {341ec0db-1166-4189-9a36-d11c54119bd7} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6537 | 2025.03.04 03:23:07.218078 [ 255 ] {341ec0db-1166-4189-9a36-d11c54119bd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6538 | 2025.03.04 03:23:07.218474 [ 255 ] {341ec0db-1166-4189-9a36-d11c54119bd7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6539 | 2025.03.04 03:23:07.218767 [ 255 ] {341ec0db-1166-4189-9a36-d11c54119bd7} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6540 | 2025.03.04 03:23:07.218964 [ 97 ] {} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6541 | 2025.03.04 03:23:07.219033 [ 255 ] {341ec0db-1166-4189-9a36-d11c54119bd7} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.001611 sec., 7448.7895716945995 rows/sec., 596.49 KiB/sec. | ||
| 6542 | 2025.03.04 03:23:07.219060 [ 97 ] {} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6543 | 2025.03.04 03:23:07.219126 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6544 | 2025.03.04 03:23:07.219153 [ 255 ] {341ec0db-1166-4189-9a36-d11c54119bd7} <Debug> TCPHandler: Processed in 0.001949884 sec. | ||
| 6545 | 2025.03.04 03:23:07.219335 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6546 | 2025.03.04 03:23:07.219356 [ 190 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 6547 | 2025.03.04 03:23:07.219504 [ 255 ] {5658b7da-69e5-4565-ac02-19dc8815f38a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6548 | 2025.03.04 03:23:07.219605 [ 255 ] {5658b7da-69e5-4565-ac02-19dc8815f38a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6549 | 2025.03.04 03:23:07.219697 [ 190 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6550 | 2025.03.04 03:23:07.219820 [ 190 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 176 rows starting from the beginning of the part | ||
| 6551 | 2025.03.04 03:23:07.220177 [ 190 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 16 rows starting from the beginning of the part | ||
| 6552 | 2025.03.04 03:23:07.220544 [ 190 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 40 rows starting from the beginning of the part | ||
| 6553 | 2025.03.04 03:23:07.220917 [ 190 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 46 rows starting from the beginning of the part | ||
| 6554 | 2025.03.04 03:23:07.221219 [ 190 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 40 rows starting from the beginning of the part | ||
| 6555 | 2025.03.04 03:23:07.221411 [ 190 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 12 rows starting from the beginning of the part | ||
| 6556 | 2025.03.04 03:23:07.222525 [ 255 ] {5658b7da-69e5-4565-ac02-19dc8815f38a} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6557 | 2025.03.04 03:23:07.222616 [ 255 ] {5658b7da-69e5-4565-ac02-19dc8815f38a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6558 | 2025.03.04 03:23:07.224066 [ 255 ] {5658b7da-69e5-4565-ac02-19dc8815f38a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6559 | 2025.03.04 03:23:07.224358 [ 190 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 330 rows, containing 5 columns (5 merged, 0 gathered) in 0.005102752 sec., 64670.98538200563 rows/sec., 4.70 MiB/sec. | ||
| 6560 | 2025.03.04 03:23:07.224650 [ 190 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6561 | 2025.03.04 03:23:07.224661 [ 255 ] {5658b7da-69e5-4565-ac02-19dc8815f38a} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6562 | 2025.03.04 03:23:07.225291 [ 255 ] {5658b7da-69e5-4565-ac02-19dc8815f38a} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.005788 sec., 43538.35521769178 rows/sec., 3.01 MiB/sec. | ||
| 6563 | 2025.03.04 03:23:07.225441 [ 190 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_36_7} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6564 | 2025.03.04 03:23:07.225607 [ 255 ] {5658b7da-69e5-4565-ac02-19dc8815f38a} <Debug> TCPHandler: Processed in 0.006338638 sec. | ||
| 6565 | 2025.03.04 03:23:07.225721 [ 190 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_36_7} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6566 | 2025.03.04 03:23:07.225893 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6567 | 2025.03.04 03:23:07.225910 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 6568 | 2025.03.04 03:23:07.226034 [ 255 ] {c3cb789b-c4a5-4bc7-89a0-57f23892b66b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6569 | 2025.03.04 03:23:07.226094 [ 255 ] {c3cb789b-c4a5-4bc7-89a0-57f23892b66b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6570 | 2025.03.04 03:23:07.226784 [ 255 ] {c3cb789b-c4a5-4bc7-89a0-57f23892b66b} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6571 | 2025.03.04 03:23:07.226840 [ 255 ] {c3cb789b-c4a5-4bc7-89a0-57f23892b66b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6572 | 2025.03.04 03:23:07.227372 [ 255 ] {c3cb789b-c4a5-4bc7-89a0-57f23892b66b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6573 | 2025.03.04 03:23:07.227778 [ 255 ] {c3cb789b-c4a5-4bc7-89a0-57f23892b66b} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6574 | 2025.03.04 03:23:07.228283 [ 255 ] {c3cb789b-c4a5-4bc7-89a0-57f23892b66b} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.002219 sec., 5407.8413699864805 rows/sec., 422.49 KiB/sec. | ||
| 6575 | 2025.03.04 03:23:07.228441 [ 255 ] {c3cb789b-c4a5-4bc7-89a0-57f23892b66b} <Debug> TCPHandler: Processed in 0.002653342 sec. | ||
| 6576 | 2025.03.04 03:23:07.228600 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6577 | 2025.03.04 03:23:07.228739 [ 255 ] {1e73ba9b-47c0-4182-b655-cbae4909a0fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6578 | 2025.03.04 03:23:07.228804 [ 255 ] {1e73ba9b-47c0-4182-b655-cbae4909a0fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6579 | 2025.03.04 03:23:07.229891 [ 255 ] {1e73ba9b-47c0-4182-b655-cbae4909a0fb} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6580 | 2025.03.04 03:23:07.229933 [ 255 ] {1e73ba9b-47c0-4182-b655-cbae4909a0fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6581 | 2025.03.04 03:23:07.230497 [ 255 ] {1e73ba9b-47c0-4182-b655-cbae4909a0fb} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6582 | 2025.03.04 03:23:07.230817 [ 255 ] {1e73ba9b-47c0-4182-b655-cbae4909a0fb} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6583 | 2025.03.04 03:23:07.231085 [ 255 ] {1e73ba9b-47c0-4182-b655-cbae4909a0fb} <Debug> executeQuery: Read 556 rows, 42.66 KiB in 0.002379 sec., 233711.64354770913 rows/sec., 17.51 MiB/sec. | ||
| 6584 | 2025.03.04 03:23:07.231142 [ 255 ] {1e73ba9b-47c0-4182-b655-cbae4909a0fb} <Debug> TCPHandler: Processed in 0.002611241 sec. | ||
| 6585 | 2025.03.04 03:23:07.231412 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6586 | 2025.03.04 03:23:07.231522 [ 255 ] {b37802f9-8ffd-4c84-8f94-a8655daea763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6587 | 2025.03.04 03:23:07.231574 [ 255 ] {b37802f9-8ffd-4c84-8f94-a8655daea763} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6588 | 2025.03.04 03:23:07.232429 [ 255 ] {b37802f9-8ffd-4c84-8f94-a8655daea763} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6589 | 2025.03.04 03:23:07.232469 [ 255 ] {b37802f9-8ffd-4c84-8f94-a8655daea763} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6590 | 2025.03.04 03:23:07.232915 [ 255 ] {b37802f9-8ffd-4c84-8f94-a8655daea763} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6591 | 2025.03.04 03:23:07.233158 [ 255 ] {b37802f9-8ffd-4c84-8f94-a8655daea763} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6592 | 2025.03.04 03:23:07.233379 [ 255 ] {b37802f9-8ffd-4c84-8f94-a8655daea763} <Debug> executeQuery: Read 916 rows, 63.62 KiB in 0.001881 sec., 486975.0132908028 rows/sec., 33.03 MiB/sec. | ||
| 6593 | 2025.03.04 03:23:07.233453 [ 255 ] {b37802f9-8ffd-4c84-8f94-a8655daea763} <Debug> TCPHandler: Processed in 0.002098196 sec. | ||
| 6594 | 2025.03.04 03:23:07.234756 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6595 | 2025.03.04 03:23:07.234881 [ 255 ] {46806a15-c247-41fa-bdb1-fec6e3a769f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6596 | 2025.03.04 03:23:07.234943 [ 255 ] {46806a15-c247-41fa-bdb1-fec6e3a769f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6597 | 2025.03.04 03:23:07.235474 [ 255 ] {46806a15-c247-41fa-bdb1-fec6e3a769f1} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6598 | 2025.03.04 03:23:07.235513 [ 255 ] {46806a15-c247-41fa-bdb1-fec6e3a769f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6599 | 2025.03.04 03:23:07.235909 [ 255 ] {46806a15-c247-41fa-bdb1-fec6e3a769f1} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6600 | 2025.03.04 03:23:07.236151 [ 255 ] {46806a15-c247-41fa-bdb1-fec6e3a769f1} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6601 | 2025.03.04 03:23:07.236370 [ 255 ] {46806a15-c247-41fa-bdb1-fec6e3a769f1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001519 sec., 39499.670836076366 rows/sec., 2.66 MiB/sec. | ||
| 6602 | 2025.03.04 03:23:07.236426 [ 255 ] {46806a15-c247-41fa-bdb1-fec6e3a769f1} <Debug> TCPHandler: Processed in 0.001734341 sec. | ||
| 6603 | 2025.03.04 03:23:08.582354 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788 | ||
| 6604 | 2025.03.04 03:23:08.583394 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6605 | 2025.03.04 03:23:08.583453 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6606 | 2025.03.04 03:23:08.584120 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6607 | 2025.03.04 03:23:08.584465 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6608 | 2025.03.04 03:23:08.584667 [ 96 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6609 | 2025.03.04 03:23:08.584692 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788 | ||
| 6610 | 2025.03.04 03:23:08.584721 [ 96 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6611 | 2025.03.04 03:23:08.584754 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6612 | 2025.03.04 03:23:08.584890 [ 192 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 6613 | 2025.03.04 03:23:08.585093 [ 192 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6614 | 2025.03.04 03:23:08.585146 [ 192 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 16531 rows starting from the beginning of the part | ||
| 6615 | 2025.03.04 03:23:08.585219 [ 192 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 427 rows starting from the beginning of the part | ||
| 6616 | 2025.03.04 03:23:08.585318 [ 192 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 488 rows starting from the beginning of the part | ||
| 6617 | 2025.03.04 03:23:08.585555 [ 192 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 427 rows starting from the beginning of the part | ||
| 6618 | 2025.03.04 03:23:08.585765 [ 192 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 488 rows starting from the beginning of the part | ||
| 6619 | 2025.03.04 03:23:08.585872 [ 192 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 427 rows starting from the beginning of the part | ||
| 6620 | 2025.03.04 03:23:08.588685 [ 192 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.003861927 sec., 4864928.829571351 rows/sec., 69.59 MiB/sec. | ||
| 6621 | 2025.03.04 03:23:08.588925 [ 192 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6622 | 2025.03.04 03:23:08.589293 [ 192 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_41_8} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6623 | 2025.03.04 03:23:08.589384 [ 192 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_41_8} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6624 | 2025.03.04 03:23:08.589483 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 6625 | 2025.03.04 03:23:09.909553 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 6626 | 2025.03.04 03:23:09.930520 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6627 | 2025.03.04 03:23:09.930579 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6628 | 2025.03.04 03:23:09.938178 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6629 | 2025.03.04 03:23:09.939042 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6630 | 2025.03.04 03:23:09.939463 [ 92 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6631 | 2025.03.04 03:23:09.939584 [ 92 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6632 | 2025.03.04 03:23:09.939656 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6633 | 2025.03.04 03:23:09.940150 [ 198 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 6634 | 2025.03.04 03:23:09.955710 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 6635 | 2025.03.04 03:23:09.957295 [ 198 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6636 | 2025.03.04 03:23:09.958698 [ 198 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part | ||
| 6637 | 2025.03.04 03:23:09.963925 [ 198 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part | ||
| 6638 | 2025.03.04 03:23:09.969236 [ 198 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part | ||
| 6639 | 2025.03.04 03:23:09.974551 [ 198 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part | ||
| 6640 | 2025.03.04 03:23:09.980216 [ 198 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part | ||
| 6641 | 2025.03.04 03:23:09.984778 [ 198 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part | ||
| 6642 | 2025.03.04 03:23:10.000378 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.79 MiB, peak 219.79 MiB, free memory in arenas 0.00 B, will set to 210.95 MiB (RSS), difference: -8.84 MiB | ||
| 6643 | 2025.03.04 03:23:10.045083 [ 189 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.10527079 sec., 2935.287177003231 rows/sec., 15.18 MiB/sec. | ||
| 6644 | 2025.03.04 03:23:10.046957 [ 186 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6645 | 2025.03.04 03:23:10.049335 [ 186 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_41_8} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6646 | 2025.03.04 03:23:10.049440 [ 186 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_41_8} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6647 | 2025.03.04 03:23:10.050775 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 6648 | 2025.03.04 03:23:11.000174 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.55 MiB, peak 219.79 MiB, free memory in arenas 0.00 B, will set to 212.60 MiB (RSS), difference: 11.05 MiB | ||
| 6649 | 2025.03.04 03:23:11.156069 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 886 | ||
| 6650 | 2025.03.04 03:23:11.159174 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6651 | 2025.03.04 03:23:11.159224 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6652 | 2025.03.04 03:23:11.160673 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6653 | 2025.03.04 03:23:11.160994 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6654 | 2025.03.04 03:23:11.162802 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 886 | ||
| 6655 | 2025.03.04 03:23:12.184157 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6656 | 2025.03.04 03:23:12.184348 [ 255 ] {1a72da35-e4ff-4317-ada2-e7b0fd4767b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6657 | 2025.03.04 03:23:12.184420 [ 255 ] {1a72da35-e4ff-4317-ada2-e7b0fd4767b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6658 | 2025.03.04 03:23:12.185242 [ 255 ] {1a72da35-e4ff-4317-ada2-e7b0fd4767b1} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6659 | 2025.03.04 03:23:12.185297 [ 255 ] {1a72da35-e4ff-4317-ada2-e7b0fd4767b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6660 | 2025.03.04 03:23:12.185754 [ 255 ] {1a72da35-e4ff-4317-ada2-e7b0fd4767b1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6661 | 2025.03.04 03:23:12.186014 [ 255 ] {1a72da35-e4ff-4317-ada2-e7b0fd4767b1} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6662 | 2025.03.04 03:23:12.186441 [ 255 ] {1a72da35-e4ff-4317-ada2-e7b0fd4767b1} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.002133 sec., 63759.96249413971 rows/sec., 5.49 MiB/sec. | ||
| 6663 | 2025.03.04 03:23:12.186849 [ 255 ] {1a72da35-e4ff-4317-ada2-e7b0fd4767b1} <Debug> TCPHandler: Processed in 0.002813944 sec. | ||
| 6664 | 2025.03.04 03:23:12.187261 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6665 | 2025.03.04 03:23:12.187429 [ 255 ] {0dfef570-9811-4d1b-8131-1b4217e3bbc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6666 | 2025.03.04 03:23:12.187482 [ 255 ] {0dfef570-9811-4d1b-8131-1b4217e3bbc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6667 | 2025.03.04 03:23:12.188064 [ 255 ] {0dfef570-9811-4d1b-8131-1b4217e3bbc1} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6668 | 2025.03.04 03:23:12.188106 [ 255 ] {0dfef570-9811-4d1b-8131-1b4217e3bbc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6669 | 2025.03.04 03:23:12.188468 [ 255 ] {0dfef570-9811-4d1b-8131-1b4217e3bbc1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6670 | 2025.03.04 03:23:12.188709 [ 255 ] {0dfef570-9811-4d1b-8131-1b4217e3bbc1} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6671 | 2025.03.04 03:23:12.188918 [ 255 ] {0dfef570-9811-4d1b-8131-1b4217e3bbc1} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001517 sec., 26367.83124588003 rows/sec., 1.94 MiB/sec. | ||
| 6672 | 2025.03.04 03:23:12.188973 [ 255 ] {0dfef570-9811-4d1b-8131-1b4217e3bbc1} <Debug> TCPHandler: Processed in 0.001847722 sec. | ||
| 6673 | 2025.03.04 03:23:12.189085 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6674 | 2025.03.04 03:23:12.189189 [ 255 ] {f6019424-9c06-4075-8e88-1f1ad4a50032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6675 | 2025.03.04 03:23:12.189234 [ 255 ] {f6019424-9c06-4075-8e88-1f1ad4a50032} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6676 | 2025.03.04 03:23:12.189769 [ 255 ] {f6019424-9c06-4075-8e88-1f1ad4a50032} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6677 | 2025.03.04 03:23:12.189807 [ 255 ] {f6019424-9c06-4075-8e88-1f1ad4a50032} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6678 | 2025.03.04 03:23:12.190201 [ 255 ] {f6019424-9c06-4075-8e88-1f1ad4a50032} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6679 | 2025.03.04 03:23:12.190435 [ 255 ] {f6019424-9c06-4075-8e88-1f1ad4a50032} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6680 | 2025.03.04 03:23:12.190636 [ 255 ] {f6019424-9c06-4075-8e88-1f1ad4a50032} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.00147 sec., 70748.2993197279 rows/sec., 5.53 MiB/sec. | ||
| 6681 | 2025.03.04 03:23:12.190688 [ 255 ] {f6019424-9c06-4075-8e88-1f1ad4a50032} <Debug> TCPHandler: Processed in 0.00165952 sec. | ||
| 6682 | 2025.03.04 03:23:12.190803 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6683 | 2025.03.04 03:23:12.190907 [ 255 ] {c9ec76a6-9170-43c8-aed0-47f84e117cd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6684 | 2025.03.04 03:23:12.190955 [ 255 ] {c9ec76a6-9170-43c8-aed0-47f84e117cd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6685 | 2025.03.04 03:23:12.191460 [ 255 ] {c9ec76a6-9170-43c8-aed0-47f84e117cd1} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6686 | 2025.03.04 03:23:12.191579 [ 255 ] {c9ec76a6-9170-43c8-aed0-47f84e117cd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6687 | 2025.03.04 03:23:12.191964 [ 255 ] {c9ec76a6-9170-43c8-aed0-47f84e117cd1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6688 | 2025.03.04 03:23:12.192200 [ 255 ] {c9ec76a6-9170-43c8-aed0-47f84e117cd1} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6689 | 2025.03.04 03:23:12.192404 [ 255 ] {c9ec76a6-9170-43c8-aed0-47f84e117cd1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001518 sec., 105401.84453227931 rows/sec., 7.34 MiB/sec. | ||
| 6690 | 2025.03.04 03:23:12.192455 [ 255 ] {c9ec76a6-9170-43c8-aed0-47f84e117cd1} <Debug> TCPHandler: Processed in 0.001703211 sec. | ||
| 6691 | 2025.03.04 03:23:12.192559 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6692 | 2025.03.04 03:23:12.192660 [ 255 ] {e02a750c-afb2-454b-8f38-b4eb4d71079b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6693 | 2025.03.04 03:23:12.192724 [ 255 ] {e02a750c-afb2-454b-8f38-b4eb4d71079b} <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 | ||
| 6694 | 2025.03.04 03:23:12.193836 [ 255 ] {e02a750c-afb2-454b-8f38-b4eb4d71079b} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6695 | 2025.03.04 03:23:12.193874 [ 255 ] {e02a750c-afb2-454b-8f38-b4eb4d71079b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6696 | 2025.03.04 03:23:12.194530 [ 255 ] {e02a750c-afb2-454b-8f38-b4eb4d71079b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6697 | 2025.03.04 03:23:12.194782 [ 255 ] {e02a750c-afb2-454b-8f38-b4eb4d71079b} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6698 | 2025.03.04 03:23:12.195013 [ 255 ] {e02a750c-afb2-454b-8f38-b4eb4d71079b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002374 sec., 16849.199663016007 rows/sec., 30.19 MiB/sec. | ||
| 6699 | 2025.03.04 03:23:12.195109 [ 255 ] {e02a750c-afb2-454b-8f38-b4eb4d71079b} <Debug> TCPHandler: Processed in 0.002599552 sec. | ||
| 6700 | 2025.03.04 03:23:12.195239 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6701 | 2025.03.04 03:23:12.195344 [ 255 ] {358a191c-b887-4719-8367-1dbe7b2ae2d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6702 | 2025.03.04 03:23:12.195390 [ 255 ] {358a191c-b887-4719-8367-1dbe7b2ae2d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6703 | 2025.03.04 03:23:12.195820 [ 255 ] {358a191c-b887-4719-8367-1dbe7b2ae2d5} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6704 | 2025.03.04 03:23:12.195857 [ 255 ] {358a191c-b887-4719-8367-1dbe7b2ae2d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6705 | 2025.03.04 03:23:12.196210 [ 255 ] {358a191c-b887-4719-8367-1dbe7b2ae2d5} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6706 | 2025.03.04 03:23:12.196457 [ 255 ] {358a191c-b887-4719-8367-1dbe7b2ae2d5} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6707 | 2025.03.04 03:23:12.196682 [ 255 ] {358a191c-b887-4719-8367-1dbe7b2ae2d5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001359 sec., 44150.11037527594 rows/sec., 2.98 MiB/sec. | ||
| 6708 | 2025.03.04 03:23:12.196731 [ 255 ] {358a191c-b887-4719-8367-1dbe7b2ae2d5} <Debug> TCPHandler: Processed in 0.001542818 sec. | ||
| 6709 | 2025.03.04 03:23:15.916012 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6710 | 2025.03.04 03:23:15.916076 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6711 | 2025.03.04 03:23:16.084849 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276 | ||
| 6712 | 2025.03.04 03:23:16.085505 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6713 | 2025.03.04 03:23:16.085551 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6714 | 2025.03.04 03:23:16.086169 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6715 | 2025.03.04 03:23:16.086442 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6716 | 2025.03.04 03:23:16.086704 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 6717 | 2025.03.04 03:23:17.180955 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6718 | 2025.03.04 03:23:17.181163 [ 255 ] {4dbcfa7a-28bc-47f6-9e75-a9e52883640a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6719 | 2025.03.04 03:23:17.181240 [ 255 ] {4dbcfa7a-28bc-47f6-9e75-a9e52883640a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6720 | 2025.03.04 03:23:17.181988 [ 255 ] {4dbcfa7a-28bc-47f6-9e75-a9e52883640a} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6721 | 2025.03.04 03:23:17.182035 [ 255 ] {4dbcfa7a-28bc-47f6-9e75-a9e52883640a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6722 | 2025.03.04 03:23:17.182461 [ 255 ] {4dbcfa7a-28bc-47f6-9e75-a9e52883640a} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6723 | 2025.03.04 03:23:17.182709 [ 255 ] {4dbcfa7a-28bc-47f6-9e75-a9e52883640a} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6724 | 2025.03.04 03:23:17.182945 [ 255 ] {4dbcfa7a-28bc-47f6-9e75-a9e52883640a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001841 sec., 30418.250950570342 rows/sec., 2.32 MiB/sec. | ||
| 6725 | 2025.03.04 03:23:17.183003 [ 255 ] {4dbcfa7a-28bc-47f6-9e75-a9e52883640a} <Debug> TCPHandler: Processed in 0.002183417 sec. | ||
| 6726 | 2025.03.04 03:23:17.183129 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6727 | 2025.03.04 03:23:17.183234 [ 255 ] {9a2a734c-28b4-4db9-a301-0104661d84d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6728 | 2025.03.04 03:23:17.183280 [ 255 ] {9a2a734c-28b4-4db9-a301-0104661d84d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6729 | 2025.03.04 03:23:17.183839 [ 255 ] {9a2a734c-28b4-4db9-a301-0104661d84d0} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6730 | 2025.03.04 03:23:17.183878 [ 255 ] {9a2a734c-28b4-4db9-a301-0104661d84d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6731 | 2025.03.04 03:23:17.184243 [ 255 ] {9a2a734c-28b4-4db9-a301-0104661d84d0} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6732 | 2025.03.04 03:23:17.184494 [ 255 ] {9a2a734c-28b4-4db9-a301-0104661d84d0} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6733 | 2025.03.04 03:23:17.184706 [ 255 ] {9a2a734c-28b4-4db9-a301-0104661d84d0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001495 sec., 42809.36454849498 rows/sec., 3.34 MiB/sec. | ||
| 6734 | 2025.03.04 03:23:17.184758 [ 255 ] {9a2a734c-28b4-4db9-a301-0104661d84d0} <Debug> TCPHandler: Processed in 0.001682011 sec. | ||
| 6735 | 2025.03.04 03:23:17.184872 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6736 | 2025.03.04 03:23:17.184976 [ 255 ] {e685ae70-1014-4f4d-98a6-b28886d51949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6737 | 2025.03.04 03:23:17.185025 [ 255 ] {e685ae70-1014-4f4d-98a6-b28886d51949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6738 | 2025.03.04 03:23:17.185530 [ 255 ] {e685ae70-1014-4f4d-98a6-b28886d51949} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6739 | 2025.03.04 03:23:17.185567 [ 255 ] {e685ae70-1014-4f4d-98a6-b28886d51949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6740 | 2025.03.04 03:23:17.185942 [ 255 ] {e685ae70-1014-4f4d-98a6-b28886d51949} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6741 | 2025.03.04 03:23:17.186180 [ 255 ] {e685ae70-1014-4f4d-98a6-b28886d51949} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6742 | 2025.03.04 03:23:17.186394 [ 255 ] {e685ae70-1014-4f4d-98a6-b28886d51949} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001439 sec., 111188.3252258513 rows/sec., 7.74 MiB/sec. | ||
| 6743 | 2025.03.04 03:23:17.186444 [ 255 ] {e685ae70-1014-4f4d-98a6-b28886d51949} <Debug> TCPHandler: Processed in 0.00162323 sec. | ||
| 6744 | 2025.03.04 03:23:17.186580 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6745 | 2025.03.04 03:23:17.186712 [ 255 ] {a77b304d-856c-461a-bd38-8764b8e980f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6746 | 2025.03.04 03:23:17.186770 [ 255 ] {a77b304d-856c-461a-bd38-8764b8e980f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6747 | 2025.03.04 03:23:17.187290 [ 255 ] {a77b304d-856c-461a-bd38-8764b8e980f9} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6748 | 2025.03.04 03:23:17.187329 [ 255 ] {a77b304d-856c-461a-bd38-8764b8e980f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6749 | 2025.03.04 03:23:17.187687 [ 255 ] {a77b304d-856c-461a-bd38-8764b8e980f9} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6750 | 2025.03.04 03:23:17.187922 [ 255 ] {a77b304d-856c-461a-bd38-8764b8e980f9} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6751 | 2025.03.04 03:23:17.188138 [ 255 ] {a77b304d-856c-461a-bd38-8764b8e980f9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001454 sec., 41265.474552957356 rows/sec., 2.78 MiB/sec. | ||
| 6752 | 2025.03.04 03:23:17.188185 [ 255 ] {a77b304d-856c-461a-bd38-8764b8e980f9} <Debug> TCPHandler: Processed in 0.00167034 sec. | ||
| 6753 | 2025.03.04 03:23:17.455845 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 6754 | 2025.03.04 03:23:17.475388 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6755 | 2025.03.04 03:23:17.475441 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6756 | 2025.03.04 03:23:17.482605 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6757 | 2025.03.04 03:23:17.483470 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6758 | 2025.03.04 03:23:17.486338 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 6759 | 2025.03.04 03:23:21.163030 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 906 | ||
| 6760 | 2025.03.04 03:23:21.165983 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6761 | 2025.03.04 03:23:21.166041 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6762 | 2025.03.04 03:23:21.167495 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6763 | 2025.03.04 03:23:21.167797 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6764 | 2025.03.04 03:23:21.168986 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 906 | ||
| 6765 | 2025.03.04 03:23:22.183662 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6766 | 2025.03.04 03:23:22.183870 [ 255 ] {0bd7096d-e08b-41b8-acd1-bb6834a11a6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6767 | 2025.03.04 03:23:22.183946 [ 255 ] {0bd7096d-e08b-41b8-acd1-bb6834a11a6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6768 | 2025.03.04 03:23:22.184748 [ 255 ] {0bd7096d-e08b-41b8-acd1-bb6834a11a6a} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6769 | 2025.03.04 03:23:22.184795 [ 255 ] {0bd7096d-e08b-41b8-acd1-bb6834a11a6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6770 | 2025.03.04 03:23:22.185211 [ 255 ] {0bd7096d-e08b-41b8-acd1-bb6834a11a6a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6771 | 2025.03.04 03:23:22.185455 [ 255 ] {0bd7096d-e08b-41b8-acd1-bb6834a11a6a} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6772 | 2025.03.04 03:23:22.185657 [ 255 ] {0bd7096d-e08b-41b8-acd1-bb6834a11a6a} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001846 sec., 4333.694474539545 rows/sec., 353.38 KiB/sec. | ||
| 6773 | 2025.03.04 03:23:22.185710 [ 255 ] {0bd7096d-e08b-41b8-acd1-bb6834a11a6a} <Debug> TCPHandler: Processed in 0.002184077 sec. | ||
| 6774 | 2025.03.04 03:23:22.185834 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6775 | 2025.03.04 03:23:22.185938 [ 255 ] {83b250a7-ff34-40ef-a322-6e43d574df5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6776 | 2025.03.04 03:23:22.185981 [ 255 ] {83b250a7-ff34-40ef-a322-6e43d574df5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6777 | 2025.03.04 03:23:22.186575 [ 255 ] {83b250a7-ff34-40ef-a322-6e43d574df5c} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6778 | 2025.03.04 03:23:22.186612 [ 255 ] {83b250a7-ff34-40ef-a322-6e43d574df5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6779 | 2025.03.04 03:23:22.186974 [ 255 ] {83b250a7-ff34-40ef-a322-6e43d574df5c} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 6780 | 2025.03.04 03:23:22.187214 [ 255 ] {83b250a7-ff34-40ef-a322-6e43d574df5c} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6781 | 2025.03.04 03:23:22.187340 [ 32 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 6782 | 2025.03.04 03:23:22.187382 [ 32 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6783 | 2025.03.04 03:23:22.187392 [ 255 ] {83b250a7-ff34-40ef-a322-6e43d574df5c} <Debug> executeQuery: Read 140 rows, 12.29 KiB in 0.001474 sec., 94979.64721845319 rows/sec., 8.14 MiB/sec. | ||
| 6784 | 2025.03.04 03:23:22.187412 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6785 | 2025.03.04 03:23:22.187459 [ 255 ] {83b250a7-ff34-40ef-a322-6e43d574df5c} <Debug> TCPHandler: Processed in 0.00167528 sec. | ||
| 6786 | 2025.03.04 03:23:22.187720 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6787 | 2025.03.04 03:23:22.187762 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 6788 | 2025.03.04 03:23:22.188008 [ 255 ] {e629cf47-fc72-4497-bbdf-913c940e074d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6789 | 2025.03.04 03:23:22.188160 [ 255 ] {e629cf47-fc72-4497-bbdf-913c940e074d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6790 | 2025.03.04 03:23:22.188620 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6791 | 2025.03.04 03:23:22.188781 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1967 rows starting from the beginning of the part | ||
| 6792 | 2025.03.04 03:23:22.189068 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 136 rows starting from the beginning of the part | ||
| 6793 | 2025.03.04 03:23:22.189499 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1316 rows starting from the beginning of the part | ||
| 6794 | 2025.03.04 03:23:22.189784 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 136 rows starting from the beginning of the part | ||
| 6795 | 2025.03.04 03:23:22.190144 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 56 rows starting from the beginning of the part | ||
| 6796 | 2025.03.04 03:23:22.190377 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 140 rows starting from the beginning of the part | ||
| 6797 | 2025.03.04 03:23:22.191382 [ 255 ] {e629cf47-fc72-4497-bbdf-913c940e074d} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6798 | 2025.03.04 03:23:22.191450 [ 255 ] {e629cf47-fc72-4497-bbdf-913c940e074d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6799 | 2025.03.04 03:23:22.192359 [ 255 ] {e629cf47-fc72-4497-bbdf-913c940e074d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6800 | 2025.03.04 03:23:22.192869 [ 255 ] {e629cf47-fc72-4497-bbdf-913c940e074d} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6801 | 2025.03.04 03:23:22.193111 [ 255 ] {e629cf47-fc72-4497-bbdf-913c940e074d} <Debug> executeQuery: Read 48 rows, 3.57 KiB in 0.005225 sec., 9186.602870813398 rows/sec., 682.57 KiB/sec. | ||
| 6802 | 2025.03.04 03:23:22.193209 [ 255 ] {e629cf47-fc72-4497-bbdf-913c940e074d} <Debug> TCPHandler: Processed in 0.005583699 sec. | ||
| 6803 | 2025.03.04 03:23:22.193382 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6804 | 2025.03.04 03:23:22.193608 [ 255 ] {b6885dc5-1ac6-4494-96f9-da6e7d870aea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6805 | 2025.03.04 03:23:22.193753 [ 255 ] {b6885dc5-1ac6-4494-96f9-da6e7d870aea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6806 | 2025.03.04 03:23:22.193940 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3751 rows, containing 5 columns (5 merged, 0 gathered) in 0.006377558 sec., 588156.1563219025 rows/sec., 50.91 MiB/sec. | ||
| 6807 | 2025.03.04 03:23:22.194286 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 6808 | 2025.03.04 03:23:22.194788 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_61_12} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6809 | 2025.03.04 03:23:22.195025 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_61_12} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 6810 | 2025.03.04 03:23:22.195094 [ 255 ] {b6885dc5-1ac6-4494-96f9-da6e7d870aea} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6811 | 2025.03.04 03:23:22.195169 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
| 6812 | 2025.03.04 03:23:22.195177 [ 255 ] {b6885dc5-1ac6-4494-96f9-da6e7d870aea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6813 | 2025.03.04 03:23:22.195596 [ 255 ] {b6885dc5-1ac6-4494-96f9-da6e7d870aea} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 6814 | 2025.03.04 03:23:22.195839 [ 255 ] {b6885dc5-1ac6-4494-96f9-da6e7d870aea} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6815 | 2025.03.04 03:23:22.195980 [ 32 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 6816 | 2025.03.04 03:23:22.196018 [ 32 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6817 | 2025.03.04 03:23:22.196027 [ 255 ] {b6885dc5-1ac6-4494-96f9-da6e7d870aea} <Debug> executeQuery: Read 112 rows, 8.97 KiB in 0.002492 sec., 44943.8202247191 rows/sec., 3.52 MiB/sec. | ||
| 6818 | 2025.03.04 03:23:22.196040 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6819 | 2025.03.04 03:23:22.196156 [ 255 ] {b6885dc5-1ac6-4494-96f9-da6e7d870aea} <Debug> TCPHandler: Processed in 0.002855375 sec. | ||
| 6820 | 2025.03.04 03:23:22.196385 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 6821 | 2025.03.04 03:23:22.196506 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6822 | 2025.03.04 03:23:22.196877 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6823 | 2025.03.04 03:23:22.196963 [ 255 ] {7aa70daf-2ebe-4129-9008-4a279df1d5a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6824 | 2025.03.04 03:23:22.196998 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 950 rows starting from the beginning of the part | ||
| 6825 | 2025.03.04 03:23:22.197192 [ 255 ] {7aa70daf-2ebe-4129-9008-4a279df1d5a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6826 | 2025.03.04 03:23:22.197594 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 104 rows starting from the beginning of the part | ||
| 6827 | 2025.03.04 03:23:22.197950 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 556 rows starting from the beginning of the part | ||
| 6828 | 2025.03.04 03:23:22.198401 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 104 rows starting from the beginning of the part | ||
| 6829 | 2025.03.04 03:23:22.198745 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 64 rows starting from the beginning of the part | ||
| 6830 | 2025.03.04 03:23:22.198892 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 112 rows starting from the beginning of the part | ||
| 6831 | 2025.03.04 03:23:22.199843 [ 255 ] {7aa70daf-2ebe-4129-9008-4a279df1d5a1} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6832 | 2025.03.04 03:23:22.199906 [ 255 ] {7aa70daf-2ebe-4129-9008-4a279df1d5a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6833 | 2025.03.04 03:23:22.200859 [ 255 ] {7aa70daf-2ebe-4129-9008-4a279df1d5a1} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 6834 | 2025.03.04 03:23:22.201365 [ 255 ] {7aa70daf-2ebe-4129-9008-4a279df1d5a1} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6835 | 2025.03.04 03:23:22.201522 [ 32 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 6836 | 2025.03.04 03:23:22.201608 [ 32 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6837 | 2025.03.04 03:23:22.201663 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6838 | 2025.03.04 03:23:22.201780 [ 255 ] {7aa70daf-2ebe-4129-9008-4a279df1d5a1} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.004942 sec., 33184.94536624848 rows/sec., 2.31 MiB/sec. | ||
| 6839 | 2025.03.04 03:23:22.202197 [ 255 ] {7aa70daf-2ebe-4129-9008-4a279df1d5a1} <Debug> TCPHandler: Processed in 0.005831722 sec. | ||
| 6840 | 2025.03.04 03:23:22.202317 [ 194 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 6841 | 2025.03.04 03:23:22.202605 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6842 | 2025.03.04 03:23:22.202643 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1890 rows, containing 5 columns (5 merged, 0 gathered) in 0.006466619 sec., 292270.19559989544 rows/sec., 22.96 MiB/sec. | ||
| 6843 | 2025.03.04 03:23:22.202835 [ 194 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6844 | 2025.03.04 03:23:22.202952 [ 194 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 16251 rows starting from the beginning of the part | ||
| 6845 | 2025.03.04 03:23:22.202958 [ 255 ] {e310cebd-b744-49c6-a703-9e4e2b982967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6846 | 2025.03.04 03:23:22.203043 [ 191 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 6847 | 2025.03.04 03:23:22.203450 [ 194 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part | ||
| 6848 | 2025.03.04 03:23:22.203618 [ 255 ] {e310cebd-b744-49c6-a703-9e4e2b982967} <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 | ||
| 6849 | 2025.03.04 03:23:22.203850 [ 194 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 916 rows starting from the beginning of the part | ||
| 6850 | 2025.03.04 03:23:22.204411 [ 194 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part | ||
| 6851 | 2025.03.04 03:23:22.204500 [ 191 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_61_12} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6852 | 2025.03.04 03:23:22.204907 [ 194 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part | ||
| 6853 | 2025.03.04 03:23:22.205031 [ 191 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_61_12} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 6854 | 2025.03.04 03:23:22.205367 [ 194 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 164 rows starting from the beginning of the part | ||
| 6855 | 2025.03.04 03:23:22.205435 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 6856 | 2025.03.04 03:23:22.208506 [ 255 ] {e310cebd-b744-49c6-a703-9e4e2b982967} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6857 | 2025.03.04 03:23:22.208579 [ 255 ] {e310cebd-b744-49c6-a703-9e4e2b982967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6858 | 2025.03.04 03:23:22.210401 [ 255 ] {e310cebd-b744-49c6-a703-9e4e2b982967} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6859 | 2025.03.04 03:23:22.210671 [ 255 ] {e310cebd-b744-49c6-a703-9e4e2b982967} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6860 | 2025.03.04 03:23:22.211177 [ 255 ] {e310cebd-b744-49c6-a703-9e4e2b982967} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00833 sec., 4801.920768307323 rows/sec., 8.60 MiB/sec. | ||
| 6861 | 2025.03.04 03:23:22.211295 [ 255 ] {e310cebd-b744-49c6-a703-9e4e2b982967} <Debug> TCPHandler: Processed in 0.008818918 sec. | ||
| 6862 | 2025.03.04 03:23:22.211429 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6863 | 2025.03.04 03:23:22.211562 [ 255 ] {ecff04f1-e35d-4806-a2af-e8f5f35bf882} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6864 | 2025.03.04 03:23:22.211620 [ 255 ] {ecff04f1-e35d-4806-a2af-e8f5f35bf882} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6865 | 2025.03.04 03:23:22.212140 [ 255 ] {ecff04f1-e35d-4806-a2af-e8f5f35bf882} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6866 | 2025.03.04 03:23:22.212176 [ 255 ] {ecff04f1-e35d-4806-a2af-e8f5f35bf882} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6867 | 2025.03.04 03:23:22.212740 [ 255 ] {ecff04f1-e35d-4806-a2af-e8f5f35bf882} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 6868 | 2025.03.04 03:23:22.213063 [ 255 ] {ecff04f1-e35d-4806-a2af-e8f5f35bf882} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6869 | 2025.03.04 03:23:22.213204 [ 32 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 6870 | 2025.03.04 03:23:22.213293 [ 32 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6871 | 2025.03.04 03:23:22.213363 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6872 | 2025.03.04 03:23:22.213367 [ 255 ] {ecff04f1-e35d-4806-a2af-e8f5f35bf882} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001837 sec., 32661.9488296135 rows/sec., 2.20 MiB/sec. | ||
| 6873 | 2025.03.04 03:23:22.213683 [ 255 ] {ecff04f1-e35d-4806-a2af-e8f5f35bf882} <Debug> TCPHandler: Processed in 0.002300839 sec. | ||
| 6874 | 2025.03.04 03:23:22.213912 [ 188 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 6875 | 2025.03.04 03:23:22.214210 [ 194 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17811 rows, containing 5 columns (5 merged, 0 gathered) in 0.012421623 sec., 1433870.5980691896 rows/sec., 98.42 MiB/sec. | ||
| 6876 | 2025.03.04 03:23:22.214227 [ 188 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6877 | 2025.03.04 03:23:22.214292 [ 188 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3122 rows starting from the beginning of the part | ||
| 6878 | 2025.03.04 03:23:22.214482 [ 188 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part | ||
| 6879 | 2025.03.04 03:23:22.214519 [ 194 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 6880 | 2025.03.04 03:23:22.214871 [ 188 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part | ||
| 6881 | 2025.03.04 03:23:22.215077 [ 188 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
| 6882 | 2025.03.04 03:23:22.215328 [ 188 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
| 6883 | 2025.03.04 03:23:22.215619 [ 188 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part | ||
| 6884 | 2025.03.04 03:23:22.215698 [ 194 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6885 | 2025.03.04 03:23:22.216105 [ 194 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 6886 | 2025.03.04 03:23:22.216261 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB. | ||
| 6887 | 2025.03.04 03:23:22.217441 [ 199 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3422 rows, containing 4 columns (4 merged, 0 gathered) in 0.003942258 sec., 868030.4536131325 rows/sec., 58.36 MiB/sec. | ||
| 6888 | 2025.03.04 03:23:22.217861 [ 196 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 6889 | 2025.03.04 03:23:22.218201 [ 196 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_61_12} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6890 | 2025.03.04 03:23:22.218288 [ 196 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_61_12} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 6891 | 2025.03.04 03:23:22.218371 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 6892 | 2025.03.04 03:23:23.586861 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703 | ||
| 6893 | 2025.03.04 03:23:23.587511 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6894 | 2025.03.04 03:23:23.587560 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6895 | 2025.03.04 03:23:23.588110 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6896 | 2025.03.04 03:23:23.588390 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6897 | 2025.03.04 03:23:23.588658 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703 | ||
| 6898 | 2025.03.04 03:23:24.986447 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 6899 | 2025.03.04 03:23:25.008760 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6900 | 2025.03.04 03:23:25.008852 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6901 | 2025.03.04 03:23:25.016294 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6902 | 2025.03.04 03:23:25.017180 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6903 | 2025.03.04 03:23:25.022789 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 6904 | 2025.03.04 03:23:27.182244 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6905 | 2025.03.04 03:23:27.182448 [ 255 ] {e25e021e-f1ff-44d7-bc26-a6a508630681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6906 | 2025.03.04 03:23:27.182525 [ 255 ] {e25e021e-f1ff-44d7-bc26-a6a508630681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6907 | 2025.03.04 03:23:27.183327 [ 255 ] {e25e021e-f1ff-44d7-bc26-a6a508630681} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6908 | 2025.03.04 03:23:27.183367 [ 255 ] {e25e021e-f1ff-44d7-bc26-a6a508630681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6909 | 2025.03.04 03:23:27.183795 [ 255 ] {e25e021e-f1ff-44d7-bc26-a6a508630681} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 6910 | 2025.03.04 03:23:27.184045 [ 255 ] {e25e021e-f1ff-44d7-bc26-a6a508630681} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6911 | 2025.03.04 03:23:27.184242 [ 255 ] {e25e021e-f1ff-44d7-bc26-a6a508630681} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001854 sec., 30204.962243797196 rows/sec., 2.31 MiB/sec. | ||
| 6912 | 2025.03.04 03:23:27.184299 [ 255 ] {e25e021e-f1ff-44d7-bc26-a6a508630681} <Debug> TCPHandler: Processed in 0.002186547 sec. | ||
| 6913 | 2025.03.04 03:23:27.184427 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6914 | 2025.03.04 03:23:27.184535 [ 255 ] {3c4400d5-553e-4459-9ff1-727c7cd88475} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6915 | 2025.03.04 03:23:27.184579 [ 255 ] {3c4400d5-553e-4459-9ff1-727c7cd88475} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6916 | 2025.03.04 03:23:27.185155 [ 255 ] {3c4400d5-553e-4459-9ff1-727c7cd88475} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6917 | 2025.03.04 03:23:27.185192 [ 255 ] {3c4400d5-553e-4459-9ff1-727c7cd88475} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6918 | 2025.03.04 03:23:27.185539 [ 255 ] {3c4400d5-553e-4459-9ff1-727c7cd88475} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 6919 | 2025.03.04 03:23:27.185776 [ 255 ] {3c4400d5-553e-4459-9ff1-727c7cd88475} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6920 | 2025.03.04 03:23:27.185948 [ 255 ] {3c4400d5-553e-4459-9ff1-727c7cd88475} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001436 sec., 44568.24512534819 rows/sec., 3.48 MiB/sec. | ||
| 6921 | 2025.03.04 03:23:27.185999 [ 255 ] {3c4400d5-553e-4459-9ff1-727c7cd88475} <Debug> TCPHandler: Processed in 0.00162346 sec. | ||
| 6922 | 2025.03.04 03:23:27.186115 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6923 | 2025.03.04 03:23:27.186222 [ 255 ] {bbbc7ae0-83c7-48eb-a1f8-5cd85024fe37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6924 | 2025.03.04 03:23:27.186271 [ 255 ] {bbbc7ae0-83c7-48eb-a1f8-5cd85024fe37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6925 | 2025.03.04 03:23:27.186785 [ 255 ] {bbbc7ae0-83c7-48eb-a1f8-5cd85024fe37} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6926 | 2025.03.04 03:23:27.186821 [ 255 ] {bbbc7ae0-83c7-48eb-a1f8-5cd85024fe37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6927 | 2025.03.04 03:23:27.187197 [ 255 ] {bbbc7ae0-83c7-48eb-a1f8-5cd85024fe37} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 6928 | 2025.03.04 03:23:27.187447 [ 255 ] {bbbc7ae0-83c7-48eb-a1f8-5cd85024fe37} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6929 | 2025.03.04 03:23:27.187640 [ 255 ] {bbbc7ae0-83c7-48eb-a1f8-5cd85024fe37} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001435 sec., 111498.25783972125 rows/sec., 7.77 MiB/sec. | ||
| 6930 | 2025.03.04 03:23:27.187736 [ 255 ] {bbbc7ae0-83c7-48eb-a1f8-5cd85024fe37} <Debug> TCPHandler: Processed in 0.001670041 sec. | ||
| 6931 | 2025.03.04 03:23:27.187951 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6932 | 2025.03.04 03:23:27.188102 [ 255 ] {9d6c41a3-5d16-421f-9f80-1ccf27b77207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6933 | 2025.03.04 03:23:27.188150 [ 255 ] {9d6c41a3-5d16-421f-9f80-1ccf27b77207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6934 | 2025.03.04 03:23:27.188599 [ 255 ] {9d6c41a3-5d16-421f-9f80-1ccf27b77207} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6935 | 2025.03.04 03:23:27.188637 [ 255 ] {9d6c41a3-5d16-421f-9f80-1ccf27b77207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6936 | 2025.03.04 03:23:27.189013 [ 255 ] {9d6c41a3-5d16-421f-9f80-1ccf27b77207} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 6937 | 2025.03.04 03:23:27.189264 [ 255 ] {9d6c41a3-5d16-421f-9f80-1ccf27b77207} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6938 | 2025.03.04 03:23:27.189459 [ 255 ] {9d6c41a3-5d16-421f-9f80-1ccf27b77207} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00138 sec., 43478.260869565216 rows/sec., 2.93 MiB/sec. | ||
| 6939 | 2025.03.04 03:23:27.189507 [ 255 ] {9d6c41a3-5d16-421f-9f80-1ccf27b77207} <Debug> TCPHandler: Processed in 0.0016547 sec. | ||
| 6940 | 2025.03.04 03:23:30.916329 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6941 | 2025.03.04 03:23:30.916400 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6942 | 2025.03.04 03:23:31.088823 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191 | ||
| 6943 | 2025.03.04 03:23:31.089538 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6944 | 2025.03.04 03:23:31.089582 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6945 | 2025.03.04 03:23:31.090117 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6946 | 2025.03.04 03:23:31.090392 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6947 | 2025.03.04 03:23:31.090674 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 6948 | 2025.03.04 03:23:31.169216 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 928 | ||
| 6949 | 2025.03.04 03:23:31.172280 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6950 | 2025.03.04 03:23:31.172325 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6951 | 2025.03.04 03:23:31.173798 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6952 | 2025.03.04 03:23:31.174117 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6953 | 2025.03.04 03:23:31.174288 [ 90 ] {} <Debug> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6954 | 2025.03.04 03:23:31.174349 [ 90 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6955 | 2025.03.04 03:23:31.174388 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6956 | 2025.03.04 03:23:31.174965 [ 199 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 6957 | 2025.03.04 03:23:31.175744 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 928 | ||
| 6958 | 2025.03.04 03:23:31.176266 [ 199 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6959 | 2025.03.04 03:23:31.176456 [ 199 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 816 rows starting from the beginning of the part | ||
| 6960 | 2025.03.04 03:23:31.177123 [ 199 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 20 rows starting from the beginning of the part | ||
| 6961 | 2025.03.04 03:23:31.177733 [ 199 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 22 rows starting from the beginning of the part | ||
| 6962 | 2025.03.04 03:23:31.178361 [ 199 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 28 rows starting from the beginning of the part | ||
| 6963 | 2025.03.04 03:23:31.178996 [ 199 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 20 rows starting from the beginning of the part | ||
| 6964 | 2025.03.04 03:23:31.179557 [ 199 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 22 rows starting from the beginning of the part | ||
| 6965 | 2025.03.04 03:23:31.187682 [ 193 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 928 rows, containing 72 columns (72 merged, 0 gathered) in 0.013151731 sec., 70561.05390233423 rows/sec., 59.15 MiB/sec. | ||
| 6966 | 2025.03.04 03:23:31.189477 [ 193 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6967 | 2025.03.04 03:23:31.190303 [ 193 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_31_6} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6968 | 2025.03.04 03:23:31.190407 [ 193 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_31_6} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6969 | 2025.03.04 03:23:31.190747 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. | ||
| 6970 | 2025.03.04 03:23:32.189525 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6971 | 2025.03.04 03:23:32.189707 [ 255 ] {84cefc40-251f-4296-b991-576293f5f935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6972 | 2025.03.04 03:23:32.189783 [ 255 ] {84cefc40-251f-4296-b991-576293f5f935} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6973 | 2025.03.04 03:23:32.190713 [ 255 ] {84cefc40-251f-4296-b991-576293f5f935} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6974 | 2025.03.04 03:23:32.190752 [ 255 ] {84cefc40-251f-4296-b991-576293f5f935} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6975 | 2025.03.04 03:23:32.191180 [ 255 ] {84cefc40-251f-4296-b991-576293f5f935} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6976 | 2025.03.04 03:23:32.191432 [ 255 ] {84cefc40-251f-4296-b991-576293f5f935} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6977 | 2025.03.04 03:23:32.191657 [ 255 ] {84cefc40-251f-4296-b991-576293f5f935} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001998 sec., 106106.10610610609 rows/sec., 6.75 MiB/sec. | ||
| 6978 | 2025.03.04 03:23:32.191880 [ 255 ] {84cefc40-251f-4296-b991-576293f5f935} <Debug> TCPHandler: Processed in 0.00247183 sec. | ||
| 6979 | 2025.03.04 03:23:32.192083 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6980 | 2025.03.04 03:23:32.192189 [ 255 ] {1663e7e0-a946-4442-a510-0fa49f6e4072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6981 | 2025.03.04 03:23:32.192235 [ 255 ] {1663e7e0-a946-4442-a510-0fa49f6e4072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6982 | 2025.03.04 03:23:32.193141 [ 255 ] {1663e7e0-a946-4442-a510-0fa49f6e4072} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6983 | 2025.03.04 03:23:32.193183 [ 255 ] {1663e7e0-a946-4442-a510-0fa49f6e4072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6984 | 2025.03.04 03:23:32.193578 [ 255 ] {1663e7e0-a946-4442-a510-0fa49f6e4072} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 6985 | 2025.03.04 03:23:32.193834 [ 255 ] {1663e7e0-a946-4442-a510-0fa49f6e4072} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6986 | 2025.03.04 03:23:32.194006 [ 255 ] {1663e7e0-a946-4442-a510-0fa49f6e4072} <Debug> executeQuery: Read 697 rows, 56.97 KiB in 0.001839 sec., 379010.331702012 rows/sec., 30.25 MiB/sec. | ||
| 6987 | 2025.03.04 03:23:32.194058 [ 255 ] {1663e7e0-a946-4442-a510-0fa49f6e4072} <Debug> TCPHandler: Processed in 0.002039465 sec. | ||
| 6988 | 2025.03.04 03:23:32.194175 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6989 | 2025.03.04 03:23:32.194279 [ 255 ] {0db012c2-ce32-4086-95e5-a789b39a4180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6990 | 2025.03.04 03:23:32.194324 [ 255 ] {0db012c2-ce32-4086-95e5-a789b39a4180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6991 | 2025.03.04 03:23:32.194884 [ 255 ] {0db012c2-ce32-4086-95e5-a789b39a4180} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6992 | 2025.03.04 03:23:32.194920 [ 255 ] {0db012c2-ce32-4086-95e5-a789b39a4180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 6993 | 2025.03.04 03:23:32.195265 [ 255 ] {0db012c2-ce32-4086-95e5-a789b39a4180} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6994 | 2025.03.04 03:23:32.195509 [ 255 ] {0db012c2-ce32-4086-95e5-a789b39a4180} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6995 | 2025.03.04 03:23:32.195693 [ 255 ] {0db012c2-ce32-4086-95e5-a789b39a4180} <Debug> executeQuery: Read 146 rows, 9.39 KiB in 0.001434 sec., 101813.11018131103 rows/sec., 6.40 MiB/sec. | ||
| 6996 | 2025.03.04 03:23:32.195808 [ 255 ] {0db012c2-ce32-4086-95e5-a789b39a4180} <Debug> TCPHandler: Processed in 0.001682401 sec. | ||
| 6997 | 2025.03.04 03:23:32.195962 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6998 | 2025.03.04 03:23:32.196061 [ 255 ] {4d2ddedf-fd41-4daf-a16b-843aade05dd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6999 | 2025.03.04 03:23:32.196104 [ 255 ] {4d2ddedf-fd41-4daf-a16b-843aade05dd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7000 | 2025.03.04 03:23:32.196634 [ 255 ] {4d2ddedf-fd41-4daf-a16b-843aade05dd8} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7001 | 2025.03.04 03:23:32.196670 [ 255 ] {4d2ddedf-fd41-4daf-a16b-843aade05dd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7002 | 2025.03.04 03:23:32.197304 [ 255 ] {4d2ddedf-fd41-4daf-a16b-843aade05dd8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7003 | 2025.03.04 03:23:32.197545 [ 255 ] {4d2ddedf-fd41-4daf-a16b-843aade05dd8} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7004 | 2025.03.04 03:23:32.197744 [ 255 ] {4d2ddedf-fd41-4daf-a16b-843aade05dd8} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.0017 sec., 66470.58823529413 rows/sec., 4.30 MiB/sec. | ||
| 7005 | 2025.03.04 03:23:32.197797 [ 255 ] {4d2ddedf-fd41-4daf-a16b-843aade05dd8} <Debug> TCPHandler: Processed in 0.001894653 sec. | ||
| 7006 | 2025.03.04 03:23:32.197912 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7007 | 2025.03.04 03:23:32.198016 [ 255 ] {dfd2744c-a0c9-401a-8bba-ed94b44e2839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7008 | 2025.03.04 03:23:32.198059 [ 255 ] {dfd2744c-a0c9-401a-8bba-ed94b44e2839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7009 | 2025.03.04 03:23:32.198567 [ 255 ] {dfd2744c-a0c9-401a-8bba-ed94b44e2839} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7010 | 2025.03.04 03:23:32.198601 [ 255 ] {dfd2744c-a0c9-401a-8bba-ed94b44e2839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7011 | 2025.03.04 03:23:32.198920 [ 255 ] {dfd2744c-a0c9-401a-8bba-ed94b44e2839} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7012 | 2025.03.04 03:23:32.199214 [ 255 ] {dfd2744c-a0c9-401a-8bba-ed94b44e2839} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7013 | 2025.03.04 03:23:32.199428 [ 255 ] {dfd2744c-a0c9-401a-8bba-ed94b44e2839} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001429 sec., 78376.48705388384 rows/sec., 4.46 MiB/sec. | ||
| 7014 | 2025.03.04 03:23:32.199623 [ 255 ] {dfd2744c-a0c9-401a-8bba-ed94b44e2839} <Debug> TCPHandler: Processed in 0.001757101 sec. | ||
| 7015 | 2025.03.04 03:23:32.199765 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7016 | 2025.03.04 03:23:32.199868 [ 255 ] {4cb73401-f39c-45fa-807a-a0eae4a8f8c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7017 | 2025.03.04 03:23:32.199911 [ 255 ] {4cb73401-f39c-45fa-807a-a0eae4a8f8c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7018 | 2025.03.04 03:23:32.200594 [ 255 ] {4cb73401-f39c-45fa-807a-a0eae4a8f8c8} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7019 | 2025.03.04 03:23:32.200630 [ 255 ] {4cb73401-f39c-45fa-807a-a0eae4a8f8c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7020 | 2025.03.04 03:23:32.200996 [ 255 ] {4cb73401-f39c-45fa-807a-a0eae4a8f8c8} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7021 | 2025.03.04 03:23:32.201238 [ 255 ] {4cb73401-f39c-45fa-807a-a0eae4a8f8c8} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7022 | 2025.03.04 03:23:32.201422 [ 255 ] {4cb73401-f39c-45fa-807a-a0eae4a8f8c8} <Debug> executeQuery: Read 422 rows, 30.79 KiB in 0.001573 sec., 268277.1773680865 rows/sec., 19.11 MiB/sec. | ||
| 7023 | 2025.03.04 03:23:32.201516 [ 255 ] {4cb73401-f39c-45fa-807a-a0eae4a8f8c8} <Debug> TCPHandler: Processed in 0.001798252 sec. | ||
| 7024 | 2025.03.04 03:23:32.201668 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7025 | 2025.03.04 03:23:32.201771 [ 255 ] {89558288-5e3e-4969-8c21-c5ece25fc31c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7026 | 2025.03.04 03:23:32.201817 [ 255 ] {89558288-5e3e-4969-8c21-c5ece25fc31c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7027 | 2025.03.04 03:23:32.202237 [ 255 ] {89558288-5e3e-4969-8c21-c5ece25fc31c} <Trace> oximeter.measurements_bool (95c23703-7738-4cc8-ba2b-e20d4f58461d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7028 | 2025.03.04 03:23:32.202273 [ 255 ] {89558288-5e3e-4969-8c21-c5ece25fc31c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7029 | 2025.03.04 03:23:32.202619 [ 255 ] {89558288-5e3e-4969-8c21-c5ece25fc31c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 7030 | 2025.03.04 03:23:32.202857 [ 255 ] {89558288-5e3e-4969-8c21-c5ece25fc31c} <Trace> oximeter.measurements_bool (95c23703-7738-4cc8-ba2b-e20d4f58461d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7031 | 2025.03.04 03:23:32.203152 [ 255 ] {89558288-5e3e-4969-8c21-c5ece25fc31c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001361 sec., 4408.52314474651 rows/sec., 230.33 KiB/sec. | ||
| 7032 | 2025.03.04 03:23:32.203366 [ 255 ] {89558288-5e3e-4969-8c21-c5ece25fc31c} <Debug> TCPHandler: Processed in 0.001755612 sec. | ||
| 7033 | 2025.03.04 03:23:32.203475 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7034 | 2025.03.04 03:23:32.203574 [ 255 ] {c057bb88-54dd-4dac-ba53-6f72d654196d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7035 | 2025.03.04 03:23:32.203620 [ 255 ] {c057bb88-54dd-4dac-ba53-6f72d654196d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7036 | 2025.03.04 03:23:32.204154 [ 255 ] {c057bb88-54dd-4dac-ba53-6f72d654196d} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7037 | 2025.03.04 03:23:32.204190 [ 255 ] {c057bb88-54dd-4dac-ba53-6f72d654196d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7038 | 2025.03.04 03:23:32.204556 [ 255 ] {c057bb88-54dd-4dac-ba53-6f72d654196d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7039 | 2025.03.04 03:23:32.204791 [ 255 ] {c057bb88-54dd-4dac-ba53-6f72d654196d} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7040 | 2025.03.04 03:23:32.204970 [ 255 ] {c057bb88-54dd-4dac-ba53-6f72d654196d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001415 sec., 167491.1660777385 rows/sec., 11.23 MiB/sec. | ||
| 7041 | 2025.03.04 03:23:32.205034 [ 255 ] {c057bb88-54dd-4dac-ba53-6f72d654196d} <Debug> TCPHandler: Processed in 0.001609879 sec. | ||
| 7042 | 2025.03.04 03:23:32.205185 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7043 | 2025.03.04 03:23:32.205290 [ 255 ] {2382464d-9a9c-4bd0-98a4-be45df93a749} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7044 | 2025.03.04 03:23:32.205335 [ 255 ] {2382464d-9a9c-4bd0-98a4-be45df93a749} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7045 | 2025.03.04 03:23:32.205744 [ 255 ] {2382464d-9a9c-4bd0-98a4-be45df93a749} <Trace> oximeter.measurements_f64 (1753053f-2782-42d6-967d-7404248d46dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7046 | 2025.03.04 03:23:32.205780 [ 255 ] {2382464d-9a9c-4bd0-98a4-be45df93a749} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7047 | 2025.03.04 03:23:32.206119 [ 255 ] {2382464d-9a9c-4bd0-98a4-be45df93a749} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 7048 | 2025.03.04 03:23:32.206353 [ 255 ] {2382464d-9a9c-4bd0-98a4-be45df93a749} <Trace> oximeter.measurements_f64 (1753053f-2782-42d6-967d-7404248d46dd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7049 | 2025.03.04 03:23:32.206643 [ 255 ] {2382464d-9a9c-4bd0-98a4-be45df93a749} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001342 sec., 745.1564828614008 rows/sec., 50.21 KiB/sec. | ||
| 7050 | 2025.03.04 03:23:32.206830 [ 255 ] {2382464d-9a9c-4bd0-98a4-be45df93a749} <Debug> TCPHandler: Processed in 0.001705711 sec. | ||
| 7051 | 2025.03.04 03:23:32.206950 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7052 | 2025.03.04 03:23:32.207063 [ 255 ] {53b8b047-1b99-4a73-8665-ceef381dad3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7053 | 2025.03.04 03:23:32.207131 [ 255 ] {53b8b047-1b99-4a73-8665-ceef381dad3f} <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 | ||
| 7054 | 2025.03.04 03:23:32.208347 [ 255 ] {53b8b047-1b99-4a73-8665-ceef381dad3f} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7055 | 2025.03.04 03:23:32.208385 [ 255 ] {53b8b047-1b99-4a73-8665-ceef381dad3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7056 | 2025.03.04 03:23:32.209013 [ 255 ] {53b8b047-1b99-4a73-8665-ceef381dad3f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7057 | 2025.03.04 03:23:32.209277 [ 255 ] {53b8b047-1b99-4a73-8665-ceef381dad3f} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7058 | 2025.03.04 03:23:32.209415 [ 88 ] {} <Debug> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 7059 | 2025.03.04 03:23:32.209458 [ 88 ] {} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7060 | 2025.03.04 03:23:32.209483 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7061 | 2025.03.04 03:23:32.209486 [ 255 ] {53b8b047-1b99-4a73-8665-ceef381dad3f} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002444 sec., 16366.612111292963 rows/sec., 29.33 MiB/sec. | ||
| 7062 | 2025.03.04 03:23:32.209713 [ 192 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 7063 | 2025.03.04 03:23:32.209728 [ 255 ] {53b8b047-1b99-4a73-8665-ceef381dad3f} <Debug> TCPHandler: Processed in 0.002830865 sec. | ||
| 7064 | 2025.03.04 03:23:32.209900 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7065 | 2025.03.04 03:23:32.210020 [ 192 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7066 | 2025.03.04 03:23:32.210039 [ 255 ] {0ddb3633-d13e-4aef-8cdd-700a7b6f49d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7067 | 2025.03.04 03:23:32.210103 [ 255 ] {0ddb3633-d13e-4aef-8cdd-700a7b6f49d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7068 | 2025.03.04 03:23:32.210107 [ 192 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 918 rows starting from the beginning of the part | ||
| 7069 | 2025.03.04 03:23:32.210775 [ 192 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 40 rows starting from the beginning of the part | ||
| 7070 | 2025.03.04 03:23:32.211275 [ 192 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 40 rows starting from the beginning of the part | ||
| 7071 | 2025.03.04 03:23:32.211934 [ 192 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 40 rows starting from the beginning of the part | ||
| 7072 | 2025.03.04 03:23:32.211944 [ 255 ] {0ddb3633-d13e-4aef-8cdd-700a7b6f49d6} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7073 | 2025.03.04 03:23:32.211991 [ 255 ] {0ddb3633-d13e-4aef-8cdd-700a7b6f49d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7074 | 2025.03.04 03:23:32.212490 [ 192 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 40 rows starting from the beginning of the part | ||
| 7075 | 2025.03.04 03:23:32.213039 [ 192 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part | ||
| 7076 | 2025.03.04 03:23:32.213192 [ 255 ] {0ddb3633-d13e-4aef-8cdd-700a7b6f49d6} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7077 | 2025.03.04 03:23:32.213720 [ 255 ] {0ddb3633-d13e-4aef-8cdd-700a7b6f49d6} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7078 | 2025.03.04 03:23:32.214049 [ 255 ] {0ddb3633-d13e-4aef-8cdd-700a7b6f49d6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004038 sec., 20307.082714214957 rows/sec., 1.29 MiB/sec. | ||
| 7079 | 2025.03.04 03:23:32.214149 [ 255 ] {0ddb3633-d13e-4aef-8cdd-700a7b6f49d6} <Debug> TCPHandler: Processed in 0.004302843 sec. | ||
| 7080 | 2025.03.04 03:23:32.220830 [ 190 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1118 rows, containing 19 columns (19 merged, 0 gathered) in 0.011269528 sec., 99205.57453692827 rows/sec., 177.77 MiB/sec. | ||
| 7081 | 2025.03.04 03:23:32.222040 [ 190 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 7082 | 2025.03.04 03:23:32.222538 [ 190 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7083 | 2025.03.04 03:23:32.222643 [ 190 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 7084 | 2025.03.04 03:23:32.222824 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.59 MiB. | ||
| 7085 | 2025.03.04 03:23:32.522886 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 7086 | 2025.03.04 03:23:32.546105 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7087 | 2025.03.04 03:23:32.546167 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7088 | 2025.03.04 03:23:32.553575 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7089 | 2025.03.04 03:23:32.554338 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7090 | 2025.03.04 03:23:32.557178 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 7091 | 2025.03.04 03:23:33.000189 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.10 MiB, peak 223.12 MiB, free memory in arenas 0.00 B, will set to 216.84 MiB (RSS), difference: 1.74 MiB | ||
| 7092 | 2025.03.04 03:23:35.594526 [ 86 ] {} <Debug> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 7093 | 2025.03.04 03:23:35.594596 [ 86 ] {} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7094 | 2025.03.04 03:23:35.594624 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7095 | 2025.03.04 03:23:35.594765 [ 186 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
| 7096 | 2025.03.04 03:23:35.594920 [ 186 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7097 | 2025.03.04 03:23:35.594963 [ 186 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part | ||
| 7098 | 2025.03.04 03:23:35.595064 [ 186 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part | ||
| 7099 | 2025.03.04 03:23:35.595321 [ 186 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part | ||
| 7100 | 2025.03.04 03:23:35.595647 [ 186 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 7101 | 2025.03.04 03:23:35.595730 [ 186 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part | ||
| 7102 | 2025.03.04 03:23:35.596858 [ 186 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 5 columns (5 merged, 0 gathered) in 0.002168057 sec., 20294.66937446755 rows/sec., 1.69 MiB/sec. | ||
| 7103 | 2025.03.04 03:23:35.596966 [ 186 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 7104 | 2025.03.04 03:23:35.597234 [ 186 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_13_3} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7105 | 2025.03.04 03:23:35.597310 [ 186 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_13_3} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 7106 | 2025.03.04 03:23:35.597383 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7107 | 2025.03.04 03:23:37.210164 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7108 | 2025.03.04 03:23:37.210351 [ 255 ] {1fce2310-7297-4509-999c-69de20fcb8bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7109 | 2025.03.04 03:23:37.210428 [ 255 ] {1fce2310-7297-4509-999c-69de20fcb8bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7110 | 2025.03.04 03:23:37.211162 [ 255 ] {1fce2310-7297-4509-999c-69de20fcb8bf} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7111 | 2025.03.04 03:23:37.211211 [ 255 ] {1fce2310-7297-4509-999c-69de20fcb8bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7112 | 2025.03.04 03:23:37.211645 [ 255 ] {1fce2310-7297-4509-999c-69de20fcb8bf} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 7113 | 2025.03.04 03:23:37.211908 [ 255 ] {1fce2310-7297-4509-999c-69de20fcb8bf} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7114 | 2025.03.04 03:23:37.212143 [ 255 ] {1fce2310-7297-4509-999c-69de20fcb8bf} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001843 sec., 2170.374389582203 rows/sec., 176.98 KiB/sec. | ||
| 7115 | 2025.03.04 03:23:37.212206 [ 255 ] {1fce2310-7297-4509-999c-69de20fcb8bf} <Debug> TCPHandler: Processed in 0.002172036 sec. | ||
| 7116 | 2025.03.04 03:23:37.212345 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7117 | 2025.03.04 03:23:37.212456 [ 255 ] {35b42746-0bda-43bc-b02f-1e53a0dab047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7118 | 2025.03.04 03:23:37.212503 [ 255 ] {35b42746-0bda-43bc-b02f-1e53a0dab047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7119 | 2025.03.04 03:23:37.213643 [ 255 ] {35b42746-0bda-43bc-b02f-1e53a0dab047} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7120 | 2025.03.04 03:23:37.213684 [ 255 ] {35b42746-0bda-43bc-b02f-1e53a0dab047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7121 | 2025.03.04 03:23:37.214175 [ 255 ] {35b42746-0bda-43bc-b02f-1e53a0dab047} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7122 | 2025.03.04 03:23:37.214438 [ 255 ] {35b42746-0bda-43bc-b02f-1e53a0dab047} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7123 | 2025.03.04 03:23:37.214656 [ 255 ] {35b42746-0bda-43bc-b02f-1e53a0dab047} <Debug> executeQuery: Read 1198 rows, 100.64 KiB in 0.002222 sec., 539153.9153915391 rows/sec., 44.23 MiB/sec. | ||
| 7124 | 2025.03.04 03:23:37.214731 [ 255 ] {35b42746-0bda-43bc-b02f-1e53a0dab047} <Debug> TCPHandler: Processed in 0.00243689 sec. | ||
| 7125 | 2025.03.04 03:23:37.214881 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7126 | 2025.03.04 03:23:37.215163 [ 255 ] {187c2139-eb3e-4a26-90bb-fa5052240c11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7127 | 2025.03.04 03:23:37.215318 [ 255 ] {187c2139-eb3e-4a26-90bb-fa5052240c11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7128 | 2025.03.04 03:23:37.215978 [ 255 ] {187c2139-eb3e-4a26-90bb-fa5052240c11} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7129 | 2025.03.04 03:23:37.216018 [ 255 ] {187c2139-eb3e-4a26-90bb-fa5052240c11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7130 | 2025.03.04 03:23:37.216374 [ 255 ] {187c2139-eb3e-4a26-90bb-fa5052240c11} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7131 | 2025.03.04 03:23:37.216644 [ 255 ] {187c2139-eb3e-4a26-90bb-fa5052240c11} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7132 | 2025.03.04 03:23:37.216870 [ 255 ] {187c2139-eb3e-4a26-90bb-fa5052240c11} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001818 sec., 2200.2200220022005 rows/sec., 153.63 KiB/sec. | ||
| 7133 | 2025.03.04 03:23:37.216944 [ 255 ] {187c2139-eb3e-4a26-90bb-fa5052240c11} <Debug> TCPHandler: Processed in 0.002127806 sec. | ||
| 7134 | 2025.03.04 03:23:37.217086 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7135 | 2025.03.04 03:23:37.217219 [ 255 ] {c5ec7863-68b5-49ee-8bd1-2e9a51e2de6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7136 | 2025.03.04 03:23:37.217278 [ 255 ] {c5ec7863-68b5-49ee-8bd1-2e9a51e2de6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7137 | 2025.03.04 03:23:37.218147 [ 255 ] {c5ec7863-68b5-49ee-8bd1-2e9a51e2de6d} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7138 | 2025.03.04 03:23:37.218196 [ 255 ] {c5ec7863-68b5-49ee-8bd1-2e9a51e2de6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7139 | 2025.03.04 03:23:37.218711 [ 255 ] {c5ec7863-68b5-49ee-8bd1-2e9a51e2de6d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 7140 | 2025.03.04 03:23:37.219064 [ 255 ] {c5ec7863-68b5-49ee-8bd1-2e9a51e2de6d} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7141 | 2025.03.04 03:23:37.219345 [ 255 ] {c5ec7863-68b5-49ee-8bd1-2e9a51e2de6d} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002155 sec., 105800.46403712298 rows/sec., 7.16 MiB/sec. | ||
| 7142 | 2025.03.04 03:23:37.219422 [ 255 ] {c5ec7863-68b5-49ee-8bd1-2e9a51e2de6d} <Debug> TCPHandler: Processed in 0.002399499 sec. | ||
| 7143 | 2025.03.04 03:23:37.219647 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7144 | 2025.03.04 03:23:37.219776 [ 255 ] {44d2d4bc-73ef-4a5c-827f-0d2b7c36b981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7145 | 2025.03.04 03:23:37.219831 [ 255 ] {44d2d4bc-73ef-4a5c-827f-0d2b7c36b981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7146 | 2025.03.04 03:23:37.220804 [ 255 ] {44d2d4bc-73ef-4a5c-827f-0d2b7c36b981} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7147 | 2025.03.04 03:23:37.220853 [ 255 ] {44d2d4bc-73ef-4a5c-827f-0d2b7c36b981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7148 | 2025.03.04 03:23:37.221369 [ 255 ] {44d2d4bc-73ef-4a5c-827f-0d2b7c36b981} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7149 | 2025.03.04 03:23:37.221715 [ 255 ] {44d2d4bc-73ef-4a5c-827f-0d2b7c36b981} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7150 | 2025.03.04 03:23:37.221997 [ 255 ] {44d2d4bc-73ef-4a5c-827f-0d2b7c36b981} <Debug> executeQuery: Read 524 rows, 39.73 KiB in 0.002239 sec., 234033.05046895935 rows/sec., 17.33 MiB/sec. | ||
| 7151 | 2025.03.04 03:23:37.222129 [ 255 ] {44d2d4bc-73ef-4a5c-827f-0d2b7c36b981} <Debug> TCPHandler: Processed in 0.002548172 sec. | ||
| 7152 | 2025.03.04 03:23:37.222563 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7153 | 2025.03.04 03:23:37.222693 [ 255 ] {486c7798-b02c-46c7-a7d8-f4d886f0b085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7154 | 2025.03.04 03:23:37.222754 [ 255 ] {486c7798-b02c-46c7-a7d8-f4d886f0b085} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7155 | 2025.03.04 03:23:37.223963 [ 255 ] {486c7798-b02c-46c7-a7d8-f4d886f0b085} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7156 | 2025.03.04 03:23:37.224008 [ 255 ] {486c7798-b02c-46c7-a7d8-f4d886f0b085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7157 | 2025.03.04 03:23:37.224677 [ 255 ] {486c7798-b02c-46c7-a7d8-f4d886f0b085} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7158 | 2025.03.04 03:23:37.225014 [ 255 ] {486c7798-b02c-46c7-a7d8-f4d886f0b085} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7159 | 2025.03.04 03:23:37.225299 [ 255 ] {486c7798-b02c-46c7-a7d8-f4d886f0b085} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.002635 sec., 334724.8576850095 rows/sec., 22.52 MiB/sec. | ||
| 7160 | 2025.03.04 03:23:37.225384 [ 255 ] {486c7798-b02c-46c7-a7d8-f4d886f0b085} <Debug> TCPHandler: Processed in 0.002885716 sec. | ||
| 7161 | 2025.03.04 03:23:37.225581 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7162 | 2025.03.04 03:23:37.225731 [ 255 ] {2b02c5b6-d8ad-42f9-85d4-d8b2e43c4d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7163 | 2025.03.04 03:23:37.225796 [ 255 ] {2b02c5b6-d8ad-42f9-85d4-d8b2e43c4d8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7164 | 2025.03.04 03:23:37.226449 [ 255 ] {2b02c5b6-d8ad-42f9-85d4-d8b2e43c4d8f} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7165 | 2025.03.04 03:23:37.226500 [ 255 ] {2b02c5b6-d8ad-42f9-85d4-d8b2e43c4d8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7166 | 2025.03.04 03:23:37.227035 [ 255 ] {2b02c5b6-d8ad-42f9-85d4-d8b2e43c4d8f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7167 | 2025.03.04 03:23:37.227421 [ 255 ] {2b02c5b6-d8ad-42f9-85d4-d8b2e43c4d8f} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7168 | 2025.03.04 03:23:37.227745 [ 255 ] {2b02c5b6-d8ad-42f9-85d4-d8b2e43c4d8f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002048 sec., 29296.875 rows/sec., 1.97 MiB/sec. | ||
| 7169 | 2025.03.04 03:23:37.227867 [ 255 ] {2b02c5b6-d8ad-42f9-85d4-d8b2e43c4d8f} <Debug> TCPHandler: Processed in 0.002351199 sec. | ||
| 7170 | 2025.03.04 03:23:38.590864 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618 | ||
| 7171 | 2025.03.04 03:23:38.591751 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7172 | 2025.03.04 03:23:38.591817 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7173 | 2025.03.04 03:23:38.592515 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7174 | 2025.03.04 03:23:38.592886 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7175 | 2025.03.04 03:23:38.593174 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618 | ||
| 7176 | 2025.03.04 03:23:40.057265 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 7177 | 2025.03.04 03:23:40.078252 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7178 | 2025.03.04 03:23:40.078301 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7179 | 2025.03.04 03:23:40.085583 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7180 | 2025.03.04 03:23:40.086338 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7181 | 2025.03.04 03:23:40.088984 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 7182 | 2025.03.04 03:23:41.175953 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 964 | ||
| 7183 | 2025.03.04 03:23:41.179100 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7184 | 2025.03.04 03:23:41.179158 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7185 | 2025.03.04 03:23:41.180662 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7186 | 2025.03.04 03:23:41.180998 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7187 | 2025.03.04 03:23:41.182025 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 964 | ||
| 7188 | 2025.03.04 03:23:42.183670 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7189 | 2025.03.04 03:23:42.183856 [ 255 ] {a1d0f720-d2ca-424b-b8ca-3c0ce66e0e8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7190 | 2025.03.04 03:23:42.183926 [ 255 ] {a1d0f720-d2ca-424b-b8ca-3c0ce66e0e8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7191 | 2025.03.04 03:23:42.184727 [ 255 ] {a1d0f720-d2ca-424b-b8ca-3c0ce66e0e8e} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7192 | 2025.03.04 03:23:42.184779 [ 255 ] {a1d0f720-d2ca-424b-b8ca-3c0ce66e0e8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7193 | 2025.03.04 03:23:42.185217 [ 255 ] {a1d0f720-d2ca-424b-b8ca-3c0ce66e0e8e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7194 | 2025.03.04 03:23:42.185481 [ 255 ] {a1d0f720-d2ca-424b-b8ca-3c0ce66e0e8e} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7195 | 2025.03.04 03:23:42.185738 [ 255 ] {a1d0f720-d2ca-424b-b8ca-3c0ce66e0e8e} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001933 sec., 70356.95809622349 rows/sec., 6.06 MiB/sec. | ||
| 7196 | 2025.03.04 03:23:42.185809 [ 255 ] {a1d0f720-d2ca-424b-b8ca-3c0ce66e0e8e} <Debug> TCPHandler: Processed in 0.002265738 sec. | ||
| 7197 | 2025.03.04 03:23:42.185925 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7198 | 2025.03.04 03:23:42.186035 [ 255 ] {3a1fffa3-7019-4c6d-a4e6-1c93c05f719d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7199 | 2025.03.04 03:23:42.186085 [ 255 ] {3a1fffa3-7019-4c6d-a4e6-1c93c05f719d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7200 | 2025.03.04 03:23:42.186626 [ 255 ] {3a1fffa3-7019-4c6d-a4e6-1c93c05f719d} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7201 | 2025.03.04 03:23:42.186669 [ 255 ] {3a1fffa3-7019-4c6d-a4e6-1c93c05f719d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7202 | 2025.03.04 03:23:42.187031 [ 255 ] {3a1fffa3-7019-4c6d-a4e6-1c93c05f719d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7203 | 2025.03.04 03:23:42.187270 [ 255 ] {3a1fffa3-7019-4c6d-a4e6-1c93c05f719d} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7204 | 2025.03.04 03:23:42.187446 [ 78 ] {} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7205 | 2025.03.04 03:23:42.187507 [ 255 ] {3a1fffa3-7019-4c6d-a4e6-1c93c05f719d} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001495 sec., 26755.852842809363 rows/sec., 1.96 MiB/sec. | ||
| 7206 | 2025.03.04 03:23:42.187529 [ 78 ] {} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7207 | 2025.03.04 03:23:42.187604 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7208 | 2025.03.04 03:23:42.187646 [ 255 ] {3a1fffa3-7019-4c6d-a4e6-1c93c05f719d} <Debug> TCPHandler: Processed in 0.001772272 sec. | ||
| 7209 | 2025.03.04 03:23:42.187850 [ 198 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 7210 | 2025.03.04 03:23:42.187869 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7211 | 2025.03.04 03:23:42.188097 [ 255 ] {f748a9e5-4309-4c78-8170-3062040502d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7212 | 2025.03.04 03:23:42.188108 [ 198 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7213 | 2025.03.04 03:23:42.188186 [ 255 ] {f748a9e5-4309-4c78-8170-3062040502d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7214 | 2025.03.04 03:23:42.188193 [ 198 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 176 rows starting from the beginning of the part | ||
| 7215 | 2025.03.04 03:23:42.188509 [ 198 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part | ||
| 7216 | 2025.03.04 03:23:42.188852 [ 198 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 48 rows starting from the beginning of the part | ||
| 7217 | 2025.03.04 03:23:42.189161 [ 198 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 146 rows starting from the beginning of the part | ||
| 7218 | 2025.03.04 03:23:42.189456 [ 198 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 4 rows starting from the beginning of the part | ||
| 7219 | 2025.03.04 03:23:42.189882 [ 198 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 40 rows starting from the beginning of the part | ||
| 7220 | 2025.03.04 03:23:42.191022 [ 255 ] {f748a9e5-4309-4c78-8170-3062040502d1} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7221 | 2025.03.04 03:23:42.191085 [ 255 ] {f748a9e5-4309-4c78-8170-3062040502d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7222 | 2025.03.04 03:23:42.192074 [ 255 ] {f748a9e5-4309-4c78-8170-3062040502d1} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7223 | 2025.03.04 03:23:42.192620 [ 255 ] {f748a9e5-4309-4c78-8170-3062040502d1} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7224 | 2025.03.04 03:23:42.192837 [ 189 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 454 rows, containing 5 columns (5 merged, 0 gathered) in 0.005127683 sec., 88539.01459977147 rows/sec., 6.22 MiB/sec. | ||
| 7225 | 2025.03.04 03:23:42.193072 [ 255 ] {f748a9e5-4309-4c78-8170-3062040502d1} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.005055 sec., 20573.689416419387 rows/sec., 1.61 MiB/sec. | ||
| 7226 | 2025.03.04 03:23:42.193201 [ 255 ] {f748a9e5-4309-4c78-8170-3062040502d1} <Debug> TCPHandler: Processed in 0.005405676 sec. | ||
| 7227 | 2025.03.04 03:23:42.193205 [ 189 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7228 | 2025.03.04 03:23:42.193417 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7229 | 2025.03.04 03:23:42.193572 [ 255 ] {6f66d3ec-d040-40ca-86fb-0786587c537b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7230 | 2025.03.04 03:23:42.193659 [ 255 ] {6f66d3ec-d040-40ca-86fb-0786587c537b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7231 | 2025.03.04 03:23:42.193800 [ 189 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_41_8} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7232 | 2025.03.04 03:23:42.194056 [ 189 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_41_8} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7233 | 2025.03.04 03:23:42.194227 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 7234 | 2025.03.04 03:23:42.194537 [ 255 ] {6f66d3ec-d040-40ca-86fb-0786587c537b} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7235 | 2025.03.04 03:23:42.194580 [ 255 ] {6f66d3ec-d040-40ca-86fb-0786587c537b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7236 | 2025.03.04 03:23:42.194971 [ 255 ] {6f66d3ec-d040-40ca-86fb-0786587c537b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7237 | 2025.03.04 03:23:42.195209 [ 255 ] {6f66d3ec-d040-40ca-86fb-0786587c537b} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7238 | 2025.03.04 03:23:42.195455 [ 255 ] {6f66d3ec-d040-40ca-86fb-0786587c537b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001924 sec., 83160.08316008316 rows/sec., 5.79 MiB/sec. | ||
| 7239 | 2025.03.04 03:23:42.195571 [ 255 ] {6f66d3ec-d040-40ca-86fb-0786587c537b} <Debug> TCPHandler: Processed in 0.002231667 sec. | ||
| 7240 | 2025.03.04 03:23:42.195793 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7241 | 2025.03.04 03:23:42.195948 [ 255 ] {82b36e9f-8efc-4448-b5dc-a5e5284adcc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7242 | 2025.03.04 03:23:42.196021 [ 255 ] {82b36e9f-8efc-4448-b5dc-a5e5284adcc3} <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 | ||
| 7243 | 2025.03.04 03:23:42.197118 [ 255 ] {82b36e9f-8efc-4448-b5dc-a5e5284adcc3} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7244 | 2025.03.04 03:23:42.197156 [ 255 ] {82b36e9f-8efc-4448-b5dc-a5e5284adcc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7245 | 2025.03.04 03:23:42.197823 [ 255 ] {82b36e9f-8efc-4448-b5dc-a5e5284adcc3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7246 | 2025.03.04 03:23:42.198082 [ 255 ] {82b36e9f-8efc-4448-b5dc-a5e5284adcc3} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7247 | 2025.03.04 03:23:42.198318 [ 255 ] {82b36e9f-8efc-4448-b5dc-a5e5284adcc3} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002394 sec., 16708.43776106934 rows/sec., 29.94 MiB/sec. | ||
| 7248 | 2025.03.04 03:23:42.198422 [ 255 ] {82b36e9f-8efc-4448-b5dc-a5e5284adcc3} <Debug> TCPHandler: Processed in 0.002744513 sec. | ||
| 7249 | 2025.03.04 03:23:42.198553 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7250 | 2025.03.04 03:23:42.198659 [ 255 ] {7dd0f33f-459f-42eb-bbe9-a38d9f4894e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7251 | 2025.03.04 03:23:42.198704 [ 255 ] {7dd0f33f-459f-42eb-bbe9-a38d9f4894e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7252 | 2025.03.04 03:23:42.199134 [ 255 ] {7dd0f33f-459f-42eb-bbe9-a38d9f4894e9} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7253 | 2025.03.04 03:23:42.199172 [ 255 ] {7dd0f33f-459f-42eb-bbe9-a38d9f4894e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7254 | 2025.03.04 03:23:42.199527 [ 255 ] {7dd0f33f-459f-42eb-bbe9-a38d9f4894e9} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7255 | 2025.03.04 03:23:42.199764 [ 255 ] {7dd0f33f-459f-42eb-bbe9-a38d9f4894e9} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7256 | 2025.03.04 03:23:42.200028 [ 255 ] {7dd0f33f-459f-42eb-bbe9-a38d9f4894e9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001384 sec., 43352.601156069366 rows/sec., 2.92 MiB/sec. | ||
| 7257 | 2025.03.04 03:23:42.200086 [ 255 ] {7dd0f33f-459f-42eb-bbe9-a38d9f4894e9} <Debug> TCPHandler: Processed in 0.001584019 sec. | ||
| 7258 | 2025.03.04 03:23:45.916475 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7259 | 2025.03.04 03:23:45.916575 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7260 | 2025.03.04 03:23:46.093337 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106 | ||
| 7261 | 2025.03.04 03:23:46.094081 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7262 | 2025.03.04 03:23:46.094122 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7263 | 2025.03.04 03:23:46.094654 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7264 | 2025.03.04 03:23:46.094905 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7265 | 2025.03.04 03:23:46.095121 [ 74 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7266 | 2025.03.04 03:23:46.095154 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 7267 | 2025.03.04 03:23:46.095201 [ 74 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7268 | 2025.03.04 03:23:46.095235 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7269 | 2025.03.04 03:23:46.095368 [ 198 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 7270 | 2025.03.04 03:23:46.095522 [ 198 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7271 | 2025.03.04 03:23:46.095570 [ 198 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18788 rows starting from the beginning of the part | ||
| 7272 | 2025.03.04 03:23:46.095655 [ 198 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 488 rows starting from the beginning of the part | ||
| 7273 | 2025.03.04 03:23:46.095880 [ 198 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 427 rows starting from the beginning of the part | ||
| 7274 | 2025.03.04 03:23:46.096026 [ 198 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 488 rows starting from the beginning of the part | ||
| 7275 | 2025.03.04 03:23:46.096195 [ 198 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 427 rows starting from the beginning of the part | ||
| 7276 | 2025.03.04 03:23:46.096337 [ 198 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 488 rows starting from the beginning of the part | ||
| 7277 | 2025.03.04 03:23:46.098800 [ 189 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003492283 sec., 6043611.013196811 rows/sec., 86.45 MiB/sec. | ||
| 7278 | 2025.03.04 03:23:46.099192 [ 200 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7279 | 2025.03.04 03:23:46.099539 [ 200 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_46_9} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7280 | 2025.03.04 03:23:46.099630 [ 200 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_46_9} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7281 | 2025.03.04 03:23:46.099749 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. | ||
| 7282 | 2025.03.04 03:23:47.181148 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7283 | 2025.03.04 03:23:47.181429 [ 255 ] {d905d093-db8f-491d-ad65-85d7a3b917fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7284 | 2025.03.04 03:23:47.181531 [ 255 ] {d905d093-db8f-491d-ad65-85d7a3b917fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7285 | 2025.03.04 03:23:47.182547 [ 255 ] {d905d093-db8f-491d-ad65-85d7a3b917fa} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7286 | 2025.03.04 03:23:47.182592 [ 255 ] {d905d093-db8f-491d-ad65-85d7a3b917fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7287 | 2025.03.04 03:23:47.183027 [ 255 ] {d905d093-db8f-491d-ad65-85d7a3b917fa} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7288 | 2025.03.04 03:23:47.183279 [ 255 ] {d905d093-db8f-491d-ad65-85d7a3b917fa} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7289 | 2025.03.04 03:23:47.183512 [ 73 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7290 | 2025.03.04 03:23:47.183547 [ 255 ] {d905d093-db8f-491d-ad65-85d7a3b917fa} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002193 sec., 25535.79571363429 rows/sec., 1.95 MiB/sec. | ||
| 7291 | 2025.03.04 03:23:47.183629 [ 73 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7292 | 2025.03.04 03:23:47.183700 [ 255 ] {d905d093-db8f-491d-ad65-85d7a3b917fa} <Debug> TCPHandler: Processed in 0.002702033 sec. | ||
| 7293 | 2025.03.04 03:23:47.183716 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7294 | 2025.03.04 03:23:47.183927 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7295 | 2025.03.04 03:23:47.184157 [ 197 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 7296 | 2025.03.04 03:23:47.184236 [ 255 ] {0c6a912e-e382-4e35-9f85-1ec217eb4f63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7297 | 2025.03.04 03:23:47.184382 [ 255 ] {0c6a912e-e382-4e35-9f85-1ec217eb4f63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7298 | 2025.03.04 03:23:47.184908 [ 197 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7299 | 2025.03.04 03:23:47.185068 [ 197 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1968 rows starting from the beginning of the part | ||
| 7300 | 2025.03.04 03:23:47.185797 [ 197 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 56 rows starting from the beginning of the part | ||
| 7301 | 2025.03.04 03:23:47.186156 [ 197 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 697 rows starting from the beginning of the part | ||
| 7302 | 2025.03.04 03:23:47.186492 [ 197 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1198 rows starting from the beginning of the part | ||
| 7303 | 2025.03.04 03:23:47.186776 [ 197 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 136 rows starting from the beginning of the part | ||
| 7304 | 2025.03.04 03:23:47.187069 [ 197 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 56 rows starting from the beginning of the part | ||
| 7305 | 2025.03.04 03:23:47.187792 [ 255 ] {0c6a912e-e382-4e35-9f85-1ec217eb4f63} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7306 | 2025.03.04 03:23:47.187854 [ 255 ] {0c6a912e-e382-4e35-9f85-1ec217eb4f63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7307 | 2025.03.04 03:23:47.188735 [ 255 ] {0c6a912e-e382-4e35-9f85-1ec217eb4f63} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7308 | 2025.03.04 03:23:47.189284 [ 255 ] {0c6a912e-e382-4e35-9f85-1ec217eb4f63} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7309 | 2025.03.04 03:23:47.189586 [ 73 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7310 | 2025.03.04 03:23:47.189708 [ 73 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7311 | 2025.03.04 03:23:47.189810 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7312 | 2025.03.04 03:23:47.189894 [ 255 ] {0c6a912e-e382-4e35-9f85-1ec217eb4f63} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00572 sec., 11188.811188811189 rows/sec., 894.27 KiB/sec. | ||
| 7313 | 2025.03.04 03:23:47.190074 [ 255 ] {0c6a912e-e382-4e35-9f85-1ec217eb4f63} <Debug> TCPHandler: Processed in 0.006259446 sec. | ||
| 7314 | 2025.03.04 03:23:47.190086 [ 200 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 7315 | 2025.03.04 03:23:47.190216 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7316 | 2025.03.04 03:23:47.190266 [ 200 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7317 | 2025.03.04 03:23:47.190313 [ 200 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 952 rows starting from the beginning of the part | ||
| 7318 | 2025.03.04 03:23:47.190357 [ 255 ] {19866e79-ef2d-4089-8995-6dbb0f2e9a0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7319 | 2025.03.04 03:23:47.190576 [ 255 ] {19866e79-ef2d-4089-8995-6dbb0f2e9a0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7320 | 2025.03.04 03:23:47.190716 [ 200 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 64 rows starting from the beginning of the part | ||
| 7321 | 2025.03.04 03:23:47.191242 [ 200 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 422 rows starting from the beginning of the part | ||
| 7322 | 2025.03.04 03:23:47.191806 [ 200 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 524 rows starting from the beginning of the part | ||
| 7323 | 2025.03.04 03:23:47.192395 [ 200 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 104 rows starting from the beginning of the part | ||
| 7324 | 2025.03.04 03:23:47.192822 [ 200 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 64 rows starting from the beginning of the part | ||
| 7325 | 2025.03.04 03:23:47.193612 [ 197 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4111 rows, containing 5 columns (5 merged, 0 gathered) in 0.00974492 sec., 421860.8259482889 rows/sec., 36.05 MiB/sec. | ||
| 7326 | 2025.03.04 03:23:47.194028 [ 255 ] {19866e79-ef2d-4089-8995-6dbb0f2e9a0f} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7327 | 2025.03.04 03:23:47.194039 [ 188 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7328 | 2025.03.04 03:23:47.194091 [ 255 ] {19866e79-ef2d-4089-8995-6dbb0f2e9a0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7329 | 2025.03.04 03:23:47.194621 [ 188 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_66_13} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7330 | 2025.03.04 03:23:47.194921 [ 188 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_66_13} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7331 | 2025.03.04 03:23:47.195087 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 7332 | 2025.03.04 03:23:47.195133 [ 255 ] {19866e79-ef2d-4089-8995-6dbb0f2e9a0f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7333 | 2025.03.04 03:23:47.195413 [ 255 ] {19866e79-ef2d-4089-8995-6dbb0f2e9a0f} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7334 | 2025.03.04 03:23:47.195618 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7335 | 2025.03.04 03:23:47.195732 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7336 | 2025.03.04 03:23:47.195833 [ 255 ] {19866e79-ef2d-4089-8995-6dbb0f2e9a0f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005479 sec., 29202.409198758894 rows/sec., 2.03 MiB/sec. | ||
| 7337 | 2025.03.04 03:23:47.195855 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7338 | 2025.03.04 03:23:47.196226 [ 255 ] {19866e79-ef2d-4089-8995-6dbb0f2e9a0f} <Debug> TCPHandler: Processed in 0.006068935 sec. | ||
| 7339 | 2025.03.04 03:23:47.196436 [ 188 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2130 rows, containing 5 columns (5 merged, 0 gathered) in 0.00651204 sec., 327086.44295796705 rows/sec., 25.31 MiB/sec. | ||
| 7340 | 2025.03.04 03:23:47.196568 [ 197 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 7341 | 2025.03.04 03:23:47.196595 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7342 | 2025.03.04 03:23:47.196744 [ 188 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7343 | 2025.03.04 03:23:47.196902 [ 255 ] {f70ec182-f3c1-4bee-bd2c-3d2cd3e49aa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7344 | 2025.03.04 03:23:47.197002 [ 197 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7345 | 2025.03.04 03:23:47.197048 [ 255 ] {f70ec182-f3c1-4bee-bd2c-3d2cd3e49aa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7346 | 2025.03.04 03:23:47.197088 [ 197 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 17811 rows starting from the beginning of the part | ||
| 7347 | 2025.03.04 03:23:47.197755 [ 197 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part | ||
| 7348 | 2025.03.04 03:23:47.197809 [ 188 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_66_13} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7349 | 2025.03.04 03:23:47.198239 [ 188 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_66_13} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7350 | 2025.03.04 03:23:47.198429 [ 197 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 237 rows starting from the beginning of the part | ||
| 7351 | 2025.03.04 03:23:47.198514 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 7352 | 2025.03.04 03:23:47.198874 [ 197 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 882 rows starting from the beginning of the part | ||
| 7353 | 2025.03.04 03:23:47.199062 [ 197 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part | ||
| 7354 | 2025.03.04 03:23:47.199461 [ 197 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part | ||
| 7355 | 2025.03.04 03:23:47.200102 [ 255 ] {f70ec182-f3c1-4bee-bd2c-3d2cd3e49aa2} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7356 | 2025.03.04 03:23:47.200152 [ 255 ] {f70ec182-f3c1-4bee-bd2c-3d2cd3e49aa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7357 | 2025.03.04 03:23:47.200802 [ 255 ] {f70ec182-f3c1-4bee-bd2c-3d2cd3e49aa2} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7358 | 2025.03.04 03:23:47.201088 [ 255 ] {f70ec182-f3c1-4bee-bd2c-3d2cd3e49aa2} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7359 | 2025.03.04 03:23:47.201291 [ 73 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7360 | 2025.03.04 03:23:47.201395 [ 73 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7361 | 2025.03.04 03:23:47.201477 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7362 | 2025.03.04 03:23:47.201550 [ 255 ] {f70ec182-f3c1-4bee-bd2c-3d2cd3e49aa2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00473 sec., 12684.989429175475 rows/sec., 875.40 KiB/sec. | ||
| 7363 | 2025.03.04 03:23:47.201930 [ 255 ] {f70ec182-f3c1-4bee-bd2c-3d2cd3e49aa2} <Debug> TCPHandler: Processed in 0.005431636 sec. | ||
| 7364 | 2025.03.04 03:23:47.201939 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 7365 | 2025.03.04 03:23:47.202358 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7366 | 2025.03.04 03:23:47.202427 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3422 rows starting from the beginning of the part | ||
| 7367 | 2025.03.04 03:23:47.202762 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
| 7368 | 2025.03.04 03:23:47.203077 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 82 rows starting from the beginning of the part | ||
| 7369 | 2025.03.04 03:23:47.203409 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part | ||
| 7370 | 2025.03.04 03:23:47.203613 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
| 7371 | 2025.03.04 03:23:47.203854 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
| 7372 | 2025.03.04 03:23:47.206337 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3744 rows, containing 4 columns (4 merged, 0 gathered) in 0.004696767 sec., 797144.0780434712 rows/sec., 53.54 MiB/sec. | ||
| 7373 | 2025.03.04 03:23:47.206776 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7374 | 2025.03.04 03:23:47.207142 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_66_13} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7375 | 2025.03.04 03:23:47.207428 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_66_13} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7376 | 2025.03.04 03:23:47.207559 [ 197 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19410 rows, containing 5 columns (5 merged, 0 gathered) in 0.01146399 sec., 1693127.7853522203 rows/sec., 116.12 MiB/sec. | ||
| 7377 | 2025.03.04 03:23:47.207612 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 7378 | 2025.03.04 03:23:47.207909 [ 197 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7379 | 2025.03.04 03:23:47.208200 [ 197 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7380 | 2025.03.04 03:23:47.208281 [ 197 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7381 | 2025.03.04 03:23:47.208364 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 7382 | 2025.03.04 03:23:47.589092 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 7383 | 2025.03.04 03:23:47.610820 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7384 | 2025.03.04 03:23:47.610873 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7385 | 2025.03.04 03:23:47.618281 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7386 | 2025.03.04 03:23:47.619074 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7387 | 2025.03.04 03:23:47.619503 [ 72 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7388 | 2025.03.04 03:23:47.619685 [ 72 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7389 | 2025.03.04 03:23:47.619808 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7390 | 2025.03.04 03:23:47.620392 [ 194 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 7391 | 2025.03.04 03:23:47.636533 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 7392 | 2025.03.04 03:23:47.637941 [ 194 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7393 | 2025.03.04 03:23:47.639212 [ 194 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part | ||
| 7394 | 2025.03.04 03:23:47.644252 [ 194 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part | ||
| 7395 | 2025.03.04 03:23:47.649354 [ 194 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 8 rows starting from the beginning of the part | ||
| 7396 | 2025.03.04 03:23:47.654752 [ 194 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 7 rows starting from the beginning of the part | ||
| 7397 | 2025.03.04 03:23:47.660313 [ 194 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 8 rows starting from the beginning of the part | ||
| 7398 | 2025.03.04 03:23:47.664735 [ 194 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 7 rows starting from the beginning of the part | ||
| 7399 | 2025.03.04 03:23:47.725807 [ 193 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.105737936 sec., 3281.698254446729 rows/sec., 16.97 MiB/sec. | ||
| 7400 | 2025.03.04 03:23:47.728762 [ 199 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7401 | 2025.03.04 03:23:47.731629 [ 199 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_46_9} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7402 | 2025.03.04 03:23:47.731756 [ 199 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_46_9} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7403 | 2025.03.04 03:23:47.733973 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 7404 | 2025.03.04 03:23:48.000232 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 218.45 MiB, peak 231.87 MiB, free memory in arenas 0.00 B, will set to 219.54 MiB (RSS), difference: 1.09 MiB | ||
| 7405 | 2025.03.04 03:23:49.276551 [ 71 ] {} <Debug> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 7406 | 2025.03.04 03:23:49.276650 [ 71 ] {} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7407 | 2025.03.04 03:23:49.276693 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7408 | 2025.03.04 03:23:49.276953 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
| 7409 | 2025.03.04 03:23:49.277216 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7410 | 2025.03.04 03:23:49.277253 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 365 rows starting from the beginning of the part | ||
| 7411 | 2025.03.04 03:23:49.277341 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 252 rows starting from the beginning of the part | ||
| 7412 | 2025.03.04 03:23:49.277560 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 252 rows starting from the beginning of the part | ||
| 7413 | 2025.03.04 03:23:49.277810 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 113 rows starting from the beginning of the part | ||
| 7414 | 2025.03.04 03:23:49.278068 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 228 rows starting from the beginning of the part | ||
| 7415 | 2025.03.04 03:23:49.279314 [ 193 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1210 rows, containing 5 columns (5 merged, 0 gathered) in 0.002522381 sec., 479705.48461949243 rows/sec., 34.48 MiB/sec. | ||
| 7416 | 2025.03.04 03:23:49.279485 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 7417 | 2025.03.04 03:23:49.279768 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_13_3} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7418 | 2025.03.04 03:23:49.279849 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_13_3} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 7419 | 2025.03.04 03:23:49.279931 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 7420 | 2025.03.04 03:23:51.182322 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 984 | ||
| 7421 | 2025.03.04 03:23:51.185517 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7422 | 2025.03.04 03:23:51.185560 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7423 | 2025.03.04 03:23:51.187024 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7424 | 2025.03.04 03:23:51.187329 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7425 | 2025.03.04 03:23:51.188215 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 984 | ||
| 7426 | 2025.03.04 03:23:52.183627 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7427 | 2025.03.04 03:23:52.183810 [ 255 ] {129195aa-722c-42ed-a529-e8e680510c8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7428 | 2025.03.04 03:23:52.183878 [ 255 ] {129195aa-722c-42ed-a529-e8e680510c8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7429 | 2025.03.04 03:23:52.184628 [ 255 ] {129195aa-722c-42ed-a529-e8e680510c8e} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7430 | 2025.03.04 03:23:52.184674 [ 255 ] {129195aa-722c-42ed-a529-e8e680510c8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7431 | 2025.03.04 03:23:52.185111 [ 255 ] {129195aa-722c-42ed-a529-e8e680510c8e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7432 | 2025.03.04 03:23:52.185379 [ 255 ] {129195aa-722c-42ed-a529-e8e680510c8e} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7433 | 2025.03.04 03:23:52.185642 [ 255 ] {129195aa-722c-42ed-a529-e8e680510c8e} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001874 sec., 3201.7075773745996 rows/sec., 261.08 KiB/sec. | ||
| 7434 | 2025.03.04 03:23:52.185754 [ 255 ] {129195aa-722c-42ed-a529-e8e680510c8e} <Debug> TCPHandler: Processed in 0.002243587 sec. | ||
| 7435 | 2025.03.04 03:23:52.185968 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7436 | 2025.03.04 03:23:52.186074 [ 255 ] {20dd3212-13b1-4a08-b13e-f8996d2c9ec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7437 | 2025.03.04 03:23:52.186120 [ 255 ] {20dd3212-13b1-4a08-b13e-f8996d2c9ec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7438 | 2025.03.04 03:23:52.186733 [ 255 ] {20dd3212-13b1-4a08-b13e-f8996d2c9ec3} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7439 | 2025.03.04 03:23:52.186771 [ 255 ] {20dd3212-13b1-4a08-b13e-f8996d2c9ec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7440 | 2025.03.04 03:23:52.187139 [ 255 ] {20dd3212-13b1-4a08-b13e-f8996d2c9ec3} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7441 | 2025.03.04 03:23:52.187375 [ 255 ] {20dd3212-13b1-4a08-b13e-f8996d2c9ec3} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7442 | 2025.03.04 03:23:52.187588 [ 255 ] {20dd3212-13b1-4a08-b13e-f8996d2c9ec3} <Debug> executeQuery: Read 139 rows, 12.22 KiB in 0.001536 sec., 90494.79166666667 rows/sec., 7.77 MiB/sec. | ||
| 7443 | 2025.03.04 03:23:52.187640 [ 255 ] {20dd3212-13b1-4a08-b13e-f8996d2c9ec3} <Debug> TCPHandler: Processed in 0.001737611 sec. | ||
| 7444 | 2025.03.04 03:23:52.187774 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7445 | 2025.03.04 03:23:52.187911 [ 255 ] {9f839d5f-f7ba-49c0-842d-bfb0c459a897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7446 | 2025.03.04 03:23:52.187966 [ 255 ] {9f839d5f-f7ba-49c0-842d-bfb0c459a897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7447 | 2025.03.04 03:23:52.188568 [ 255 ] {9f839d5f-f7ba-49c0-842d-bfb0c459a897} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7448 | 2025.03.04 03:23:52.188607 [ 255 ] {9f839d5f-f7ba-49c0-842d-bfb0c459a897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7449 | 2025.03.04 03:23:52.188970 [ 255 ] {9f839d5f-f7ba-49c0-842d-bfb0c459a897} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7450 | 2025.03.04 03:23:52.189214 [ 255 ] {9f839d5f-f7ba-49c0-842d-bfb0c459a897} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7451 | 2025.03.04 03:23:52.189453 [ 255 ] {9f839d5f-f7ba-49c0-842d-bfb0c459a897} <Debug> executeQuery: Read 46 rows, 3.43 KiB in 0.001563 sec., 29430.58221369162 rows/sec., 2.14 MiB/sec. | ||
| 7452 | 2025.03.04 03:23:52.189558 [ 255 ] {9f839d5f-f7ba-49c0-842d-bfb0c459a897} <Debug> TCPHandler: Processed in 0.001847043 sec. | ||
| 7453 | 2025.03.04 03:23:52.189734 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7454 | 2025.03.04 03:23:52.190024 [ 255 ] {91d7ed8d-57eb-48b9-9621-2f993ad220e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7455 | 2025.03.04 03:23:52.190091 [ 255 ] {91d7ed8d-57eb-48b9-9621-2f993ad220e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7456 | 2025.03.04 03:23:52.190664 [ 255 ] {91d7ed8d-57eb-48b9-9621-2f993ad220e4} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7457 | 2025.03.04 03:23:52.190702 [ 255 ] {91d7ed8d-57eb-48b9-9621-2f993ad220e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7458 | 2025.03.04 03:23:52.191053 [ 255 ] {91d7ed8d-57eb-48b9-9621-2f993ad220e4} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7459 | 2025.03.04 03:23:52.191289 [ 255 ] {91d7ed8d-57eb-48b9-9621-2f993ad220e4} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7460 | 2025.03.04 03:23:52.191520 [ 255 ] {91d7ed8d-57eb-48b9-9621-2f993ad220e4} <Debug> executeQuery: Read 110 rows, 8.81 KiB in 0.001584 sec., 69444.44444444445 rows/sec., 5.43 MiB/sec. | ||
| 7461 | 2025.03.04 03:23:52.191587 [ 255 ] {91d7ed8d-57eb-48b9-9621-2f993ad220e4} <Debug> TCPHandler: Processed in 0.001959624 sec. | ||
| 7462 | 2025.03.04 03:23:52.191823 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7463 | 2025.03.04 03:23:52.191967 [ 255 ] {f2770b90-5831-42b2-a66c-5636cf1a8505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7464 | 2025.03.04 03:23:52.192016 [ 255 ] {f2770b90-5831-42b2-a66c-5636cf1a8505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7465 | 2025.03.04 03:23:52.192546 [ 255 ] {f2770b90-5831-42b2-a66c-5636cf1a8505} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7466 | 2025.03.04 03:23:52.192584 [ 255 ] {f2770b90-5831-42b2-a66c-5636cf1a8505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7467 | 2025.03.04 03:23:52.192961 [ 255 ] {f2770b90-5831-42b2-a66c-5636cf1a8505} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7468 | 2025.03.04 03:23:52.193198 [ 255 ] {f2770b90-5831-42b2-a66c-5636cf1a8505} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7469 | 2025.03.04 03:23:52.193429 [ 255 ] {f2770b90-5831-42b2-a66c-5636cf1a8505} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001483 sec., 109912.33985165205 rows/sec., 7.65 MiB/sec. | ||
| 7470 | 2025.03.04 03:23:52.193509 [ 255 ] {f2770b90-5831-42b2-a66c-5636cf1a8505} <Debug> TCPHandler: Processed in 0.001784352 sec. | ||
| 7471 | 2025.03.04 03:23:52.193754 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7472 | 2025.03.04 03:23:52.193897 [ 255 ] {73a7137b-50a7-4f3f-9631-13f4ef9348c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7473 | 2025.03.04 03:23:52.193969 [ 255 ] {73a7137b-50a7-4f3f-9631-13f4ef9348c2} <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 | ||
| 7474 | 2025.03.04 03:23:52.195161 [ 255 ] {73a7137b-50a7-4f3f-9631-13f4ef9348c2} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7475 | 2025.03.04 03:23:52.195199 [ 255 ] {73a7137b-50a7-4f3f-9631-13f4ef9348c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7476 | 2025.03.04 03:23:52.195857 [ 255 ] {73a7137b-50a7-4f3f-9631-13f4ef9348c2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7477 | 2025.03.04 03:23:52.196122 [ 255 ] {73a7137b-50a7-4f3f-9631-13f4ef9348c2} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7478 | 2025.03.04 03:23:52.196374 [ 255 ] {73a7137b-50a7-4f3f-9631-13f4ef9348c2} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002499 sec., 16006.40256102441 rows/sec., 28.68 MiB/sec. | ||
| 7479 | 2025.03.04 03:23:52.196466 [ 255 ] {73a7137b-50a7-4f3f-9631-13f4ef9348c2} <Debug> TCPHandler: Processed in 0.002812984 sec. | ||
| 7480 | 2025.03.04 03:23:52.196581 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7481 | 2025.03.04 03:23:52.196683 [ 255 ] {2f33791f-3a62-46f7-bac3-a82fe48faf77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7482 | 2025.03.04 03:23:52.196728 [ 255 ] {2f33791f-3a62-46f7-bac3-a82fe48faf77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7483 | 2025.03.04 03:23:52.197161 [ 255 ] {2f33791f-3a62-46f7-bac3-a82fe48faf77} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7484 | 2025.03.04 03:23:52.197198 [ 255 ] {2f33791f-3a62-46f7-bac3-a82fe48faf77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7485 | 2025.03.04 03:23:52.197549 [ 255 ] {2f33791f-3a62-46f7-bac3-a82fe48faf77} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7486 | 2025.03.04 03:23:52.197780 [ 255 ] {2f33791f-3a62-46f7-bac3-a82fe48faf77} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7487 | 2025.03.04 03:23:52.198012 [ 255 ] {2f33791f-3a62-46f7-bac3-a82fe48faf77} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001344 sec., 44642.857142857145 rows/sec., 3.01 MiB/sec. | ||
| 7488 | 2025.03.04 03:23:52.198081 [ 255 ] {2f33791f-3a62-46f7-bac3-a82fe48faf77} <Debug> TCPHandler: Processed in 0.001551259 sec. | ||
| 7489 | 2025.03.04 03:23:53.595319 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533 | ||
| 7490 | 2025.03.04 03:23:53.595962 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7491 | 2025.03.04 03:23:53.596003 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7492 | 2025.03.04 03:23:53.596548 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7493 | 2025.03.04 03:23:53.596816 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7494 | 2025.03.04 03:23:53.597019 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533 | ||
| 7495 | 2025.03.04 03:23:55.136650 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 7496 | 2025.03.04 03:23:55.155395 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7497 | 2025.03.04 03:23:55.155446 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7498 | 2025.03.04 03:23:55.162280 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7499 | 2025.03.04 03:23:55.163019 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7500 | 2025.03.04 03:23:55.165571 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 7501 | 2025.03.04 03:23:57.181665 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7502 | 2025.03.04 03:23:57.181867 [ 255 ] {8ca9f6b6-007a-4670-bdb4-e08828fbaedb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7503 | 2025.03.04 03:23:57.181943 [ 255 ] {8ca9f6b6-007a-4670-bdb4-e08828fbaedb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7504 | 2025.03.04 03:23:57.182756 [ 255 ] {8ca9f6b6-007a-4670-bdb4-e08828fbaedb} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7505 | 2025.03.04 03:23:57.182798 [ 255 ] {8ca9f6b6-007a-4670-bdb4-e08828fbaedb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7506 | 2025.03.04 03:23:57.183229 [ 255 ] {8ca9f6b6-007a-4670-bdb4-e08828fbaedb} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7507 | 2025.03.04 03:23:57.183483 [ 255 ] {8ca9f6b6-007a-4670-bdb4-e08828fbaedb} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7508 | 2025.03.04 03:23:57.183694 [ 255 ] {8ca9f6b6-007a-4670-bdb4-e08828fbaedb} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00188 sec., 29787.23404255319 rows/sec., 2.27 MiB/sec. | ||
| 7509 | 2025.03.04 03:23:57.183758 [ 255 ] {8ca9f6b6-007a-4670-bdb4-e08828fbaedb} <Debug> TCPHandler: Processed in 0.002226527 sec. | ||
| 7510 | 2025.03.04 03:23:57.183894 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7511 | 2025.03.04 03:23:57.184000 [ 255 ] {a1f21ac9-4768-4e81-b128-ce8b9c55d574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7512 | 2025.03.04 03:23:57.184045 [ 255 ] {a1f21ac9-4768-4e81-b128-ce8b9c55d574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7513 | 2025.03.04 03:23:57.184598 [ 255 ] {a1f21ac9-4768-4e81-b128-ce8b9c55d574} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7514 | 2025.03.04 03:23:57.184644 [ 255 ] {a1f21ac9-4768-4e81-b128-ce8b9c55d574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7515 | 2025.03.04 03:23:57.184992 [ 255 ] {a1f21ac9-4768-4e81-b128-ce8b9c55d574} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7516 | 2025.03.04 03:23:57.185237 [ 255 ] {a1f21ac9-4768-4e81-b128-ce8b9c55d574} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7517 | 2025.03.04 03:23:57.185459 [ 255 ] {a1f21ac9-4768-4e81-b128-ce8b9c55d574} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001481 sec., 43214.04456448346 rows/sec., 3.37 MiB/sec. | ||
| 7518 | 2025.03.04 03:23:57.185512 [ 255 ] {a1f21ac9-4768-4e81-b128-ce8b9c55d574} <Debug> TCPHandler: Processed in 0.001670871 sec. | ||
| 7519 | 2025.03.04 03:23:57.185631 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7520 | 2025.03.04 03:23:57.185737 [ 255 ] {8312d6ae-91f0-46be-96e0-59de94fa7c9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7521 | 2025.03.04 03:23:57.185785 [ 255 ] {8312d6ae-91f0-46be-96e0-59de94fa7c9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7522 | 2025.03.04 03:23:57.186312 [ 255 ] {8312d6ae-91f0-46be-96e0-59de94fa7c9b} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7523 | 2025.03.04 03:23:57.186351 [ 255 ] {8312d6ae-91f0-46be-96e0-59de94fa7c9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7524 | 2025.03.04 03:23:57.186739 [ 255 ] {8312d6ae-91f0-46be-96e0-59de94fa7c9b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7525 | 2025.03.04 03:23:57.186972 [ 255 ] {8312d6ae-91f0-46be-96e0-59de94fa7c9b} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7526 | 2025.03.04 03:23:57.187206 [ 255 ] {8312d6ae-91f0-46be-96e0-59de94fa7c9b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001483 sec., 107889.41335131491 rows/sec., 7.51 MiB/sec. | ||
| 7527 | 2025.03.04 03:23:57.187273 [ 255 ] {8312d6ae-91f0-46be-96e0-59de94fa7c9b} <Debug> TCPHandler: Processed in 0.001693581 sec. | ||
| 7528 | 2025.03.04 03:23:57.187505 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7529 | 2025.03.04 03:23:57.187686 [ 255 ] {5f1a40de-c5d1-4bae-be88-e5caaf5765dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7530 | 2025.03.04 03:23:57.187733 [ 255 ] {5f1a40de-c5d1-4bae-be88-e5caaf5765dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7531 | 2025.03.04 03:23:57.188178 [ 255 ] {5f1a40de-c5d1-4bae-be88-e5caaf5765dd} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7532 | 2025.03.04 03:23:57.188216 [ 255 ] {5f1a40de-c5d1-4bae-be88-e5caaf5765dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7533 | 2025.03.04 03:23:57.188573 [ 255 ] {5f1a40de-c5d1-4bae-be88-e5caaf5765dd} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7534 | 2025.03.04 03:23:57.188805 [ 255 ] {5f1a40de-c5d1-4bae-be88-e5caaf5765dd} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7535 | 2025.03.04 03:23:57.189010 [ 255 ] {5f1a40de-c5d1-4bae-be88-e5caaf5765dd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001364 sec., 43988.26979472141 rows/sec., 2.96 MiB/sec. | ||
| 7536 | 2025.03.04 03:23:57.189058 [ 255 ] {5f1a40de-c5d1-4bae-be88-e5caaf5765dd} <Debug> TCPHandler: Processed in 0.00165044 sec. | ||
| 7537 | 2025.03.04 03:24:00.916655 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7538 | 2025.03.04 03:24:00.916752 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7539 | 2025.03.04 03:24:01.097157 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021 | ||
| 7540 | 2025.03.04 03:24:01.097803 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7541 | 2025.03.04 03:24:01.097840 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7542 | 2025.03.04 03:24:01.098480 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7543 | 2025.03.04 03:24:01.098740 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7544 | 2025.03.04 03:24:01.099002 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 7545 | 2025.03.04 03:24:01.188466 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1006 | ||
| 7546 | 2025.03.04 03:24:01.191987 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7547 | 2025.03.04 03:24:01.192037 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7548 | 2025.03.04 03:24:01.193560 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7549 | 2025.03.04 03:24:01.193890 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7550 | 2025.03.04 03:24:01.194819 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1006 | ||
| 7551 | 2025.03.04 03:24:02.001319 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000930822 sec. | ||
| 7552 | 2025.03.04 03:24:02.183596 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7553 | 2025.03.04 03:24:02.183789 [ 255 ] {4c873a33-8115-4ae5-a31f-aed53b548c46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7554 | 2025.03.04 03:24:02.183861 [ 255 ] {4c873a33-8115-4ae5-a31f-aed53b548c46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7555 | 2025.03.04 03:24:02.184762 [ 255 ] {4c873a33-8115-4ae5-a31f-aed53b548c46} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7556 | 2025.03.04 03:24:02.184802 [ 255 ] {4c873a33-8115-4ae5-a31f-aed53b548c46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7557 | 2025.03.04 03:24:02.185246 [ 255 ] {4c873a33-8115-4ae5-a31f-aed53b548c46} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7558 | 2025.03.04 03:24:02.185505 [ 255 ] {4c873a33-8115-4ae5-a31f-aed53b548c46} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7559 | 2025.03.04 03:24:02.185728 [ 255 ] {4c873a33-8115-4ae5-a31f-aed53b548c46} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001992 sec., 68273.09236947792 rows/sec., 5.88 MiB/sec. | ||
| 7560 | 2025.03.04 03:24:02.185832 [ 255 ] {4c873a33-8115-4ae5-a31f-aed53b548c46} <Debug> TCPHandler: Processed in 0.002366569 sec. | ||
| 7561 | 2025.03.04 03:24:02.186072 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7562 | 2025.03.04 03:24:02.186236 [ 255 ] {eb79511e-4530-4113-931b-d85863aec185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7563 | 2025.03.04 03:24:02.186287 [ 255 ] {eb79511e-4530-4113-931b-d85863aec185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7564 | 2025.03.04 03:24:02.186862 [ 255 ] {eb79511e-4530-4113-931b-d85863aec185} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7565 | 2025.03.04 03:24:02.186901 [ 255 ] {eb79511e-4530-4113-931b-d85863aec185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7566 | 2025.03.04 03:24:02.187276 [ 255 ] {eb79511e-4530-4113-931b-d85863aec185} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7567 | 2025.03.04 03:24:02.187513 [ 255 ] {eb79511e-4530-4113-931b-d85863aec185} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7568 | 2025.03.04 03:24:02.187690 [ 255 ] {eb79511e-4530-4113-931b-d85863aec185} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001483 sec., 26972.35333782873 rows/sec., 1.98 MiB/sec. | ||
| 7569 | 2025.03.04 03:24:02.187742 [ 255 ] {eb79511e-4530-4113-931b-d85863aec185} <Debug> TCPHandler: Processed in 0.001773842 sec. | ||
| 7570 | 2025.03.04 03:24:02.187868 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7571 | 2025.03.04 03:24:02.187975 [ 255 ] {536436c3-4d08-4b4c-ac06-f6f2f1f3541f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7572 | 2025.03.04 03:24:02.188021 [ 255 ] {536436c3-4d08-4b4c-ac06-f6f2f1f3541f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7573 | 2025.03.04 03:24:02.188585 [ 255 ] {536436c3-4d08-4b4c-ac06-f6f2f1f3541f} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7574 | 2025.03.04 03:24:02.188622 [ 255 ] {536436c3-4d08-4b4c-ac06-f6f2f1f3541f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7575 | 2025.03.04 03:24:02.188974 [ 255 ] {536436c3-4d08-4b4c-ac06-f6f2f1f3541f} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7576 | 2025.03.04 03:24:02.189211 [ 255 ] {536436c3-4d08-4b4c-ac06-f6f2f1f3541f} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7577 | 2025.03.04 03:24:02.189387 [ 255 ] {536436c3-4d08-4b4c-ac06-f6f2f1f3541f} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001434 sec., 72524.40725244072 rows/sec., 5.66 MiB/sec. | ||
| 7578 | 2025.03.04 03:24:02.189436 [ 255 ] {536436c3-4d08-4b4c-ac06-f6f2f1f3541f} <Debug> TCPHandler: Processed in 0.00162086 sec. | ||
| 7579 | 2025.03.04 03:24:02.189554 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7580 | 2025.03.04 03:24:02.189659 [ 255 ] {dab94c33-3d93-4b67-937e-fe12578a697a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7581 | 2025.03.04 03:24:02.189706 [ 255 ] {dab94c33-3d93-4b67-937e-fe12578a697a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7582 | 2025.03.04 03:24:02.190226 [ 255 ] {dab94c33-3d93-4b67-937e-fe12578a697a} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7583 | 2025.03.04 03:24:02.190262 [ 255 ] {dab94c33-3d93-4b67-937e-fe12578a697a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7584 | 2025.03.04 03:24:02.190640 [ 255 ] {dab94c33-3d93-4b67-937e-fe12578a697a} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7585 | 2025.03.04 03:24:02.190877 [ 255 ] {dab94c33-3d93-4b67-937e-fe12578a697a} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7586 | 2025.03.04 03:24:02.191049 [ 255 ] {dab94c33-3d93-4b67-937e-fe12578a697a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001411 sec., 113394.75549255847 rows/sec., 7.90 MiB/sec. | ||
| 7587 | 2025.03.04 03:24:02.191098 [ 255 ] {dab94c33-3d93-4b67-937e-fe12578a697a} <Debug> TCPHandler: Processed in 0.00159633 sec. | ||
| 7588 | 2025.03.04 03:24:02.191227 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7589 | 2025.03.04 03:24:02.191356 [ 255 ] {e059e332-d958-45e1-a36a-3004af49c266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7590 | 2025.03.04 03:24:02.191433 [ 255 ] {e059e332-d958-45e1-a36a-3004af49c266} <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 | ||
| 7591 | 2025.03.04 03:24:02.192579 [ 255 ] {e059e332-d958-45e1-a36a-3004af49c266} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7592 | 2025.03.04 03:24:02.192615 [ 255 ] {e059e332-d958-45e1-a36a-3004af49c266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7593 | 2025.03.04 03:24:02.193258 [ 255 ] {e059e332-d958-45e1-a36a-3004af49c266} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7594 | 2025.03.04 03:24:02.193508 [ 255 ] {e059e332-d958-45e1-a36a-3004af49c266} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7595 | 2025.03.04 03:24:02.193745 [ 255 ] {e059e332-d958-45e1-a36a-3004af49c266} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002418 sec., 16542.597187758478 rows/sec., 29.64 MiB/sec. | ||
| 7596 | 2025.03.04 03:24:02.193837 [ 255 ] {e059e332-d958-45e1-a36a-3004af49c266} <Debug> TCPHandler: Processed in 0.002671752 sec. | ||
| 7597 | 2025.03.04 03:24:02.193961 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7598 | 2025.03.04 03:24:02.194066 [ 255 ] {03eec675-87ca-4275-8154-f04dc432f51e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7599 | 2025.03.04 03:24:02.194111 [ 255 ] {03eec675-87ca-4275-8154-f04dc432f51e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7600 | 2025.03.04 03:24:02.194564 [ 255 ] {03eec675-87ca-4275-8154-f04dc432f51e} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7601 | 2025.03.04 03:24:02.194601 [ 255 ] {03eec675-87ca-4275-8154-f04dc432f51e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7602 | 2025.03.04 03:24:02.194944 [ 255 ] {03eec675-87ca-4275-8154-f04dc432f51e} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7603 | 2025.03.04 03:24:02.195313 [ 255 ] {03eec675-87ca-4275-8154-f04dc432f51e} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7604 | 2025.03.04 03:24:02.195573 [ 255 ] {03eec675-87ca-4275-8154-f04dc432f51e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001529 sec., 39241.33420536298 rows/sec., 2.64 MiB/sec. | ||
| 7605 | 2025.03.04 03:24:02.195625 [ 255 ] {03eec675-87ca-4275-8154-f04dc432f51e} <Debug> TCPHandler: Processed in 0.001713961 sec. | ||
| 7606 | 2025.03.04 03:24:02.665674 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 7607 | 2025.03.04 03:24:02.686079 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7608 | 2025.03.04 03:24:02.686141 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7609 | 2025.03.04 03:24:02.693631 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7610 | 2025.03.04 03:24:02.694426 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7611 | 2025.03.04 03:24:02.698146 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 7612 | 2025.03.04 03:24:06.977997 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7613 | 2025.03.04 03:24:06.978201 [ 255 ] {a5e0f1cf-2ab9-49aa-8a8d-07e08ef6368f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7614 | 2025.03.04 03:24:06.978277 [ 255 ] {a5e0f1cf-2ab9-49aa-8a8d-07e08ef6368f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7615 | 2025.03.04 03:24:06.979104 [ 255 ] {a5e0f1cf-2ab9-49aa-8a8d-07e08ef6368f} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7616 | 2025.03.04 03:24:06.979146 [ 255 ] {a5e0f1cf-2ab9-49aa-8a8d-07e08ef6368f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7617 | 2025.03.04 03:24:06.979565 [ 255 ] {a5e0f1cf-2ab9-49aa-8a8d-07e08ef6368f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7618 | 2025.03.04 03:24:06.979819 [ 255 ] {a5e0f1cf-2ab9-49aa-8a8d-07e08ef6368f} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7619 | 2025.03.04 03:24:06.980079 [ 255 ] {a5e0f1cf-2ab9-49aa-8a8d-07e08ef6368f} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001927 sec., 12454.592631032694 rows/sec., 1.03 MiB/sec. | ||
| 7620 | 2025.03.04 03:24:06.980197 [ 255 ] {a5e0f1cf-2ab9-49aa-8a8d-07e08ef6368f} <Debug> TCPHandler: Processed in 0.002329859 sec. | ||
| 7621 | 2025.03.04 03:24:06.980379 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7622 | 2025.03.04 03:24:06.980485 [ 255 ] {461d7c40-4a47-403a-b9ed-614785aeb198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7623 | 2025.03.04 03:24:06.980531 [ 255 ] {461d7c40-4a47-403a-b9ed-614785aeb198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7624 | 2025.03.04 03:24:06.981748 [ 255 ] {461d7c40-4a47-403a-b9ed-614785aeb198} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7625 | 2025.03.04 03:24:06.981793 [ 255 ] {461d7c40-4a47-403a-b9ed-614785aeb198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7626 | 2025.03.04 03:24:06.982226 [ 255 ] {461d7c40-4a47-403a-b9ed-614785aeb198} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7627 | 2025.03.04 03:24:06.982468 [ 255 ] {461d7c40-4a47-403a-b9ed-614785aeb198} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7628 | 2025.03.04 03:24:06.982678 [ 255 ] {461d7c40-4a47-403a-b9ed-614785aeb198} <Debug> executeQuery: Read 1316 rows, 111.93 KiB in 0.002217 sec., 593594.9481281011 rows/sec., 49.31 MiB/sec. | ||
| 7629 | 2025.03.04 03:24:06.982730 [ 255 ] {461d7c40-4a47-403a-b9ed-614785aeb198} <Debug> TCPHandler: Processed in 0.00240895 sec. | ||
| 7630 | 2025.03.04 03:24:06.982845 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7631 | 2025.03.04 03:24:06.982950 [ 255 ] {8b260a70-4fb2-48b6-b462-a3424a0259d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7632 | 2025.03.04 03:24:06.982995 [ 255 ] {8b260a70-4fb2-48b6-b462-a3424a0259d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7633 | 2025.03.04 03:24:06.983513 [ 255 ] {8b260a70-4fb2-48b6-b462-a3424a0259d7} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7634 | 2025.03.04 03:24:06.983552 [ 255 ] {8b260a70-4fb2-48b6-b462-a3424a0259d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7635 | 2025.03.04 03:24:06.983893 [ 255 ] {8b260a70-4fb2-48b6-b462-a3424a0259d7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7636 | 2025.03.04 03:24:06.984134 [ 255 ] {8b260a70-4fb2-48b6-b462-a3424a0259d7} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7637 | 2025.03.04 03:24:06.984340 [ 255 ] {8b260a70-4fb2-48b6-b462-a3424a0259d7} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.001412 sec., 8498.583569405098 rows/sec., 680.55 KiB/sec. | ||
| 7638 | 2025.03.04 03:24:06.984391 [ 255 ] {8b260a70-4fb2-48b6-b462-a3424a0259d7} <Debug> TCPHandler: Processed in 0.001596319 sec. | ||
| 7639 | 2025.03.04 03:24:06.984494 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7640 | 2025.03.04 03:24:06.984597 [ 255 ] {f0cf5561-e1ce-4269-86b1-86ac87cb687d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7641 | 2025.03.04 03:24:06.984641 [ 255 ] {f0cf5561-e1ce-4269-86b1-86ac87cb687d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7642 | 2025.03.04 03:24:06.985236 [ 255 ] {f0cf5561-e1ce-4269-86b1-86ac87cb687d} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7643 | 2025.03.04 03:24:06.985275 [ 255 ] {f0cf5561-e1ce-4269-86b1-86ac87cb687d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7644 | 2025.03.04 03:24:06.985625 [ 255 ] {f0cf5561-e1ce-4269-86b1-86ac87cb687d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 7645 | 2025.03.04 03:24:06.985857 [ 255 ] {f0cf5561-e1ce-4269-86b1-86ac87cb687d} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7646 | 2025.03.04 03:24:06.986135 [ 255 ] {f0cf5561-e1ce-4269-86b1-86ac87cb687d} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001547 sec., 162895.92760180996 rows/sec., 11.27 MiB/sec. | ||
| 7647 | 2025.03.04 03:24:06.986316 [ 255 ] {f0cf5561-e1ce-4269-86b1-86ac87cb687d} <Debug> TCPHandler: Processed in 0.001867482 sec. | ||
| 7648 | 2025.03.04 03:24:06.986457 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7649 | 2025.03.04 03:24:06.986594 [ 255 ] {f766d832-acbd-4f4a-8c94-da3dc95d3736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7650 | 2025.03.04 03:24:06.986647 [ 255 ] {f766d832-acbd-4f4a-8c94-da3dc95d3736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7651 | 2025.03.04 03:24:06.987307 [ 255 ] {f766d832-acbd-4f4a-8c94-da3dc95d3736} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7652 | 2025.03.04 03:24:06.987354 [ 255 ] {f766d832-acbd-4f4a-8c94-da3dc95d3736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7653 | 2025.03.04 03:24:06.987752 [ 255 ] {f766d832-acbd-4f4a-8c94-da3dc95d3736} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7654 | 2025.03.04 03:24:06.987983 [ 255 ] {f766d832-acbd-4f4a-8c94-da3dc95d3736} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7655 | 2025.03.04 03:24:06.988254 [ 255 ] {f766d832-acbd-4f4a-8c94-da3dc95d3736} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001682 sec., 7134.363852556481 rows/sec., 557.37 KiB/sec. | ||
| 7656 | 2025.03.04 03:24:06.988428 [ 255 ] {f766d832-acbd-4f4a-8c94-da3dc95d3736} <Debug> TCPHandler: Processed in 0.002030454 sec. | ||
| 7657 | 2025.03.04 03:24:06.988537 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7658 | 2025.03.04 03:24:06.988640 [ 255 ] {df0da88a-47bc-4285-8ff8-38cd179aa8c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7659 | 2025.03.04 03:24:06.988684 [ 255 ] {df0da88a-47bc-4285-8ff8-38cd179aa8c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7660 | 2025.03.04 03:24:06.989440 [ 255 ] {df0da88a-47bc-4285-8ff8-38cd179aa8c3} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7661 | 2025.03.04 03:24:06.989480 [ 255 ] {df0da88a-47bc-4285-8ff8-38cd179aa8c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7662 | 2025.03.04 03:24:06.989850 [ 255 ] {df0da88a-47bc-4285-8ff8-38cd179aa8c3} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7663 | 2025.03.04 03:24:06.990087 [ 255 ] {df0da88a-47bc-4285-8ff8-38cd179aa8c3} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7664 | 2025.03.04 03:24:06.990298 [ 255 ] {df0da88a-47bc-4285-8ff8-38cd179aa8c3} <Debug> executeQuery: Read 556 rows, 42.66 KiB in 0.00168 sec., 330952.38095238095 rows/sec., 24.80 MiB/sec. | ||
| 7665 | 2025.03.04 03:24:06.990350 [ 255 ] {df0da88a-47bc-4285-8ff8-38cd179aa8c3} <Debug> TCPHandler: Processed in 0.001862623 sec. | ||
| 7666 | 2025.03.04 03:24:06.990469 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7667 | 2025.03.04 03:24:06.990575 [ 255 ] {89c8282e-78bb-4997-b207-7d25165a18e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7668 | 2025.03.04 03:24:06.990621 [ 255 ] {89c8282e-78bb-4997-b207-7d25165a18e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7669 | 2025.03.04 03:24:06.991332 [ 255 ] {89c8282e-78bb-4997-b207-7d25165a18e5} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7670 | 2025.03.04 03:24:06.991370 [ 255 ] {89c8282e-78bb-4997-b207-7d25165a18e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7671 | 2025.03.04 03:24:06.991793 [ 255 ] {89c8282e-78bb-4997-b207-7d25165a18e5} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7672 | 2025.03.04 03:24:06.992028 [ 255 ] {89c8282e-78bb-4997-b207-7d25165a18e5} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7673 | 2025.03.04 03:24:06.992245 [ 255 ] {89c8282e-78bb-4997-b207-7d25165a18e5} <Debug> executeQuery: Read 952 rows, 66.61 KiB in 0.001693 sec., 562315.4164205552 rows/sec., 38.42 MiB/sec. | ||
| 7674 | 2025.03.04 03:24:06.992296 [ 255 ] {89c8282e-78bb-4997-b207-7d25165a18e5} <Debug> TCPHandler: Processed in 0.001878923 sec. | ||
| 7675 | 2025.03.04 03:24:06.992425 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7676 | 2025.03.04 03:24:06.992559 [ 255 ] {d1b5f3fc-c8da-45ed-934c-eecf4c24410e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7677 | 2025.03.04 03:24:06.992614 [ 255 ] {d1b5f3fc-c8da-45ed-934c-eecf4c24410e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7678 | 2025.03.04 03:24:06.993151 [ 255 ] {d1b5f3fc-c8da-45ed-934c-eecf4c24410e} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7679 | 2025.03.04 03:24:06.993197 [ 255 ] {d1b5f3fc-c8da-45ed-934c-eecf4c24410e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7680 | 2025.03.04 03:24:06.993625 [ 255 ] {d1b5f3fc-c8da-45ed-934c-eecf4c24410e} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7681 | 2025.03.04 03:24:06.993863 [ 255 ] {d1b5f3fc-c8da-45ed-934c-eecf4c24410e} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7682 | 2025.03.04 03:24:06.994066 [ 255 ] {d1b5f3fc-c8da-45ed-934c-eecf4c24410e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001538 sec., 39011.70351105331 rows/sec., 2.63 MiB/sec. | ||
| 7683 | 2025.03.04 03:24:06.994116 [ 255 ] {d1b5f3fc-c8da-45ed-934c-eecf4c24410e} <Debug> TCPHandler: Processed in 0.001753861 sec. | ||
| 7684 | 2025.03.04 03:24:08.599175 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448 | ||
| 7685 | 2025.03.04 03:24:08.599839 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7686 | 2025.03.04 03:24:08.599902 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7687 | 2025.03.04 03:24:08.600456 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7688 | 2025.03.04 03:24:08.600738 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7689 | 2025.03.04 03:24:08.600996 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448 | ||
| 7690 | 2025.03.04 03:24:10.198250 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 7691 | 2025.03.04 03:24:10.219091 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7692 | 2025.03.04 03:24:10.219144 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7693 | 2025.03.04 03:24:10.226618 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7694 | 2025.03.04 03:24:10.227418 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7695 | 2025.03.04 03:24:10.230492 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 7696 | 2025.03.04 03:24:11.195026 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1034 | ||
| 7697 | 2025.03.04 03:24:11.198055 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7698 | 2025.03.04 03:24:11.198122 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7699 | 2025.03.04 03:24:11.199615 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7700 | 2025.03.04 03:24:11.199933 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7701 | 2025.03.04 03:24:11.201854 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1034 | ||
| 7702 | 2025.03.04 03:24:12.183659 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7703 | 2025.03.04 03:24:12.183839 [ 255 ] {634aec71-c667-40d2-9469-49265000418c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7704 | 2025.03.04 03:24:12.183906 [ 255 ] {634aec71-c667-40d2-9469-49265000418c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7705 | 2025.03.04 03:24:12.184714 [ 255 ] {634aec71-c667-40d2-9469-49265000418c} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7706 | 2025.03.04 03:24:12.184752 [ 255 ] {634aec71-c667-40d2-9469-49265000418c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7707 | 2025.03.04 03:24:12.185183 [ 255 ] {634aec71-c667-40d2-9469-49265000418c} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 7708 | 2025.03.04 03:24:12.185429 [ 255 ] {634aec71-c667-40d2-9469-49265000418c} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7709 | 2025.03.04 03:24:12.185650 [ 255 ] {634aec71-c667-40d2-9469-49265000418c} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001854 sec., 73354.90830636462 rows/sec., 6.32 MiB/sec. | ||
| 7710 | 2025.03.04 03:24:12.185648 [ 47 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 7711 | 2025.03.04 03:24:12.185733 [ 255 ] {634aec71-c667-40d2-9469-49265000418c} <Debug> TCPHandler: Processed in 0.002195867 sec. | ||
| 7712 | 2025.03.04 03:24:12.185763 [ 47 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7713 | 2025.03.04 03:24:12.185823 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7714 | 2025.03.04 03:24:12.185907 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7715 | 2025.03.04 03:24:12.186064 [ 186 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 7716 | 2025.03.04 03:24:12.186084 [ 255 ] {0ad4a2a2-5cb1-481c-a55b-23d12a3c676e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7717 | 2025.03.04 03:24:12.186198 [ 255 ] {0ad4a2a2-5cb1-481c-a55b-23d12a3c676e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7718 | 2025.03.04 03:24:12.186463 [ 186 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7719 | 2025.03.04 03:24:12.186553 [ 186 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1968 rows starting from the beginning of the part | ||
| 7720 | 2025.03.04 03:24:12.186899 [ 186 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 139 rows starting from the beginning of the part | ||
| 7721 | 2025.03.04 03:24:12.187271 [ 186 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 56 rows starting from the beginning of the part | ||
| 7722 | 2025.03.04 03:24:12.187673 [ 186 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 136 rows starting from the beginning of the part | ||
| 7723 | 2025.03.04 03:24:12.187867 [ 186 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1316 rows starting from the beginning of the part | ||
| 7724 | 2025.03.04 03:24:12.188204 [ 186 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 136 rows starting from the beginning of the part | ||
| 7725 | 2025.03.04 03:24:12.189049 [ 255 ] {0ad4a2a2-5cb1-481c-a55b-23d12a3c676e} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7726 | 2025.03.04 03:24:12.189114 [ 255 ] {0ad4a2a2-5cb1-481c-a55b-23d12a3c676e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7727 | 2025.03.04 03:24:12.189959 [ 255 ] {0ad4a2a2-5cb1-481c-a55b-23d12a3c676e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7728 | 2025.03.04 03:24:12.190444 [ 255 ] {0ad4a2a2-5cb1-481c-a55b-23d12a3c676e} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7729 | 2025.03.04 03:24:12.190945 [ 255 ] {0ad4a2a2-5cb1-481c-a55b-23d12a3c676e} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.004899 sec., 8164.931618697694 rows/sec., 613.96 KiB/sec. | ||
| 7730 | 2025.03.04 03:24:12.191029 [ 255 ] {0ad4a2a2-5cb1-481c-a55b-23d12a3c676e} <Debug> TCPHandler: Processed in 0.005202014 sec. | ||
| 7731 | 2025.03.04 03:24:12.191156 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7732 | 2025.03.04 03:24:12.191283 [ 255 ] {fb330cec-e48d-4012-b748-f01a22eccac6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7733 | 2025.03.04 03:24:12.191331 [ 255 ] {fb330cec-e48d-4012-b748-f01a22eccac6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7734 | 2025.03.04 03:24:12.192152 [ 186 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3751 rows, containing 5 columns (5 merged, 0 gathered) in 0.006223386 sec., 602726.554322679 rows/sec., 52.18 MiB/sec. | ||
| 7735 | 2025.03.04 03:24:12.192473 [ 186 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 7736 | 2025.03.04 03:24:12.192813 [ 255 ] {fb330cec-e48d-4012-b748-f01a22eccac6} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7737 | 2025.03.04 03:24:12.192870 [ 255 ] {fb330cec-e48d-4012-b748-f01a22eccac6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7738 | 2025.03.04 03:24:12.193045 [ 186 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_71_14} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7739 | 2025.03.04 03:24:12.193241 [ 186 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_71_14} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 7740 | 2025.03.04 03:24:12.193409 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 7741 | 2025.03.04 03:24:12.193516 [ 255 ] {fb330cec-e48d-4012-b748-f01a22eccac6} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 7742 | 2025.03.04 03:24:12.193759 [ 255 ] {fb330cec-e48d-4012-b748-f01a22eccac6} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7743 | 2025.03.04 03:24:12.193952 [ 47 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 7744 | 2025.03.04 03:24:12.194011 [ 255 ] {fb330cec-e48d-4012-b748-f01a22eccac6} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.00276 sec., 37681.159420289856 rows/sec., 2.94 MiB/sec. | ||
| 7745 | 2025.03.04 03:24:12.194020 [ 47 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7746 | 2025.03.04 03:24:12.194098 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7747 | 2025.03.04 03:24:12.194153 [ 255 ] {fb330cec-e48d-4012-b748-f01a22eccac6} <Debug> TCPHandler: Processed in 0.003050318 sec. | ||
| 7748 | 2025.03.04 03:24:12.194525 [ 193 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 7749 | 2025.03.04 03:24:12.194528 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7750 | 2025.03.04 03:24:12.195048 [ 255 ] {f2edb1a7-e862-4413-ab24-8679ae9aedf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7751 | 2025.03.04 03:24:12.195304 [ 193 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7752 | 2025.03.04 03:24:12.195325 [ 255 ] {f2edb1a7-e862-4413-ab24-8679ae9aedf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7753 | 2025.03.04 03:24:12.195461 [ 193 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 952 rows starting from the beginning of the part | ||
| 7754 | 2025.03.04 03:24:12.195865 [ 193 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 110 rows starting from the beginning of the part | ||
| 7755 | 2025.03.04 03:24:12.196228 [ 193 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 64 rows starting from the beginning of the part | ||
| 7756 | 2025.03.04 03:24:12.196546 [ 193 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 104 rows starting from the beginning of the part | ||
| 7757 | 2025.03.04 03:24:12.196774 [ 193 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 556 rows starting from the beginning of the part | ||
| 7758 | 2025.03.04 03:24:12.197095 [ 193 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 104 rows starting from the beginning of the part | ||
| 7759 | 2025.03.04 03:24:12.197906 [ 255 ] {f2edb1a7-e862-4413-ab24-8679ae9aedf3} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7760 | 2025.03.04 03:24:12.197971 [ 255 ] {f2edb1a7-e862-4413-ab24-8679ae9aedf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7761 | 2025.03.04 03:24:12.199005 [ 255 ] {f2edb1a7-e862-4413-ab24-8679ae9aedf3} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 7762 | 2025.03.04 03:24:12.199485 [ 255 ] {f2edb1a7-e862-4413-ab24-8679ae9aedf3} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7763 | 2025.03.04 03:24:12.199691 [ 47 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 7764 | 2025.03.04 03:24:12.199811 [ 47 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7765 | 2025.03.04 03:24:12.199863 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7766 | 2025.03.04 03:24:12.199903 [ 255 ] {f2edb1a7-e862-4413-ab24-8679ae9aedf3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00503 sec., 31809.145129224653 rows/sec., 2.22 MiB/sec. | ||
| 7767 | 2025.03.04 03:24:12.200339 [ 255 ] {f2edb1a7-e862-4413-ab24-8679ae9aedf3} <Debug> TCPHandler: Processed in 0.005925292 sec. | ||
| 7768 | 2025.03.04 03:24:12.200402 [ 198 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 7769 | 2025.03.04 03:24:12.200756 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7770 | 2025.03.04 03:24:12.200795 [ 193 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1890 rows, containing 5 columns (5 merged, 0 gathered) in 0.006564651 sec., 287905.63275945664 rows/sec., 22.61 MiB/sec. | ||
| 7771 | 2025.03.04 03:24:12.200873 [ 198 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7772 | 2025.03.04 03:24:12.200984 [ 198 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19410 rows starting from the beginning of the part | ||
| 7773 | 2025.03.04 03:24:12.201078 [ 255 ] {dcb48c19-5e49-4974-b602-b66d9f9662de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7774 | 2025.03.04 03:24:12.201232 [ 198 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 163 rows starting from the beginning of the part | ||
| 7775 | 2025.03.04 03:24:12.201263 [ 195 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 7776 | 2025.03.04 03:24:12.201609 [ 198 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part | ||
| 7777 | 2025.03.04 03:24:12.201954 [ 255 ] {dcb48c19-5e49-4974-b602-b66d9f9662de} <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 | ||
| 7778 | 2025.03.04 03:24:12.202101 [ 198 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
| 7779 | 2025.03.04 03:24:12.202565 [ 198 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 952 rows starting from the beginning of the part | ||
| 7780 | 2025.03.04 03:24:12.202950 [ 195 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_71_14} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7781 | 2025.03.04 03:24:12.203067 [ 198 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part | ||
| 7782 | 2025.03.04 03:24:12.203435 [ 195 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_71_14} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 7783 | 2025.03.04 03:24:12.203815 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 7784 | 2025.03.04 03:24:12.206704 [ 255 ] {dcb48c19-5e49-4974-b602-b66d9f9662de} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7785 | 2025.03.04 03:24:12.206789 [ 255 ] {dcb48c19-5e49-4974-b602-b66d9f9662de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7786 | 2025.03.04 03:24:12.208390 [ 255 ] {dcb48c19-5e49-4974-b602-b66d9f9662de} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7787 | 2025.03.04 03:24:12.209029 [ 255 ] {dcb48c19-5e49-4974-b602-b66d9f9662de} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7788 | 2025.03.04 03:24:12.209407 [ 255 ] {dcb48c19-5e49-4974-b602-b66d9f9662de} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.008448 sec., 4734.848484848484 rows/sec., 8.48 MiB/sec. | ||
| 7789 | 2025.03.04 03:24:12.209509 [ 255 ] {dcb48c19-5e49-4974-b602-b66d9f9662de} <Debug> TCPHandler: Processed in 0.008900339 sec. | ||
| 7790 | 2025.03.04 03:24:12.209641 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7791 | 2025.03.04 03:24:12.209747 [ 255 ] {401b3d75-0fc8-4401-b4bc-d394ab1f0483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7792 | 2025.03.04 03:24:12.209793 [ 255 ] {401b3d75-0fc8-4401-b4bc-d394ab1f0483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7793 | 2025.03.04 03:24:12.210227 [ 255 ] {401b3d75-0fc8-4401-b4bc-d394ab1f0483} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7794 | 2025.03.04 03:24:12.210264 [ 255 ] {401b3d75-0fc8-4401-b4bc-d394ab1f0483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7795 | 2025.03.04 03:24:12.210619 [ 255 ] {401b3d75-0fc8-4401-b4bc-d394ab1f0483} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 7796 | 2025.03.04 03:24:12.210848 [ 255 ] {401b3d75-0fc8-4401-b4bc-d394ab1f0483} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7797 | 2025.03.04 03:24:12.211016 [ 47 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 7798 | 2025.03.04 03:24:12.211071 [ 47 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7799 | 2025.03.04 03:24:12.211086 [ 255 ] {401b3d75-0fc8-4401-b4bc-d394ab1f0483} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001349 sec., 44477.390659747965 rows/sec., 3.00 MiB/sec. | ||
| 7800 | 2025.03.04 03:24:12.211103 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7801 | 2025.03.04 03:24:12.211246 [ 255 ] {401b3d75-0fc8-4401-b4bc-d394ab1f0483} <Debug> TCPHandler: Processed in 0.00164957 sec. | ||
| 7802 | 2025.03.04 03:24:12.211329 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 7803 | 2025.03.04 03:24:12.211483 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7804 | 2025.03.04 03:24:12.211524 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3744 rows starting from the beginning of the part | ||
| 7805 | 2025.03.04 03:24:12.211663 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
| 7806 | 2025.03.04 03:24:12.211805 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part | ||
| 7807 | 2025.03.04 03:24:12.212006 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
| 7808 | 2025.03.04 03:24:12.212169 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part | ||
| 7809 | 2025.03.04 03:24:12.212316 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part | ||
| 7810 | 2025.03.04 03:24:12.215673 [ 201 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4044 rows, containing 4 columns (4 merged, 0 gathered) in 0.004456544 sec., 907429.6136198813 rows/sec., 60.96 MiB/sec. | ||
| 7811 | 2025.03.04 03:24:12.216143 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 7812 | 2025.03.04 03:24:12.216718 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_71_14} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7813 | 2025.03.04 03:24:12.216842 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_71_14} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 7814 | 2025.03.04 03:24:12.216932 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 7815 | 2025.03.04 03:24:12.217616 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21005 rows, containing 5 columns (5 merged, 0 gathered) in 0.017598925 sec., 1193538.8098988999 rows/sec., 81.88 MiB/sec. | ||
| 7816 | 2025.03.04 03:24:12.218046 [ 201 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 7817 | 2025.03.04 03:24:12.218416 [ 201 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7818 | 2025.03.04 03:24:12.218539 [ 201 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 7819 | 2025.03.04 03:24:12.218655 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 7820 | 2025.03.04 03:24:13.000173 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 220.15 MiB, peak 231.87 MiB, free memory in arenas 0.00 B, will set to 221.54 MiB (RSS), difference: 1.39 MiB | ||
| 7821 | 2025.03.04 03:24:15.916826 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7822 | 2025.03.04 03:24:15.916896 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7823 | 2025.03.04 03:24:16.101151 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936 | ||
| 7824 | 2025.03.04 03:24:16.101924 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7825 | 2025.03.04 03:24:16.101965 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7826 | 2025.03.04 03:24:16.102510 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7827 | 2025.03.04 03:24:16.102778 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7828 | 2025.03.04 03:24:16.103012 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 7829 | 2025.03.04 03:24:17.181949 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7830 | 2025.03.04 03:24:17.182163 [ 255 ] {6e065563-96d5-4bb8-ad03-5636e9fc065d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7831 | 2025.03.04 03:24:17.182243 [ 255 ] {6e065563-96d5-4bb8-ad03-5636e9fc065d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7832 | 2025.03.04 03:24:17.183091 [ 255 ] {6e065563-96d5-4bb8-ad03-5636e9fc065d} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7833 | 2025.03.04 03:24:17.183146 [ 255 ] {6e065563-96d5-4bb8-ad03-5636e9fc065d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7834 | 2025.03.04 03:24:17.183603 [ 255 ] {6e065563-96d5-4bb8-ad03-5636e9fc065d} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 7835 | 2025.03.04 03:24:17.183854 [ 255 ] {6e065563-96d5-4bb8-ad03-5636e9fc065d} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7836 | 2025.03.04 03:24:17.184105 [ 255 ] {6e065563-96d5-4bb8-ad03-5636e9fc065d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002001 sec., 27986.006996501746 rows/sec., 2.14 MiB/sec. | ||
| 7837 | 2025.03.04 03:24:17.184171 [ 255 ] {6e065563-96d5-4bb8-ad03-5636e9fc065d} <Debug> TCPHandler: Processed in 0.002391199 sec. | ||
| 7838 | 2025.03.04 03:24:17.184284 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7839 | 2025.03.04 03:24:17.184392 [ 255 ] {4ca9ffe4-3bee-4173-b839-ae69b4bc107c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7840 | 2025.03.04 03:24:17.184439 [ 255 ] {4ca9ffe4-3bee-4173-b839-ae69b4bc107c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7841 | 2025.03.04 03:24:17.184993 [ 255 ] {4ca9ffe4-3bee-4173-b839-ae69b4bc107c} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7842 | 2025.03.04 03:24:17.185032 [ 255 ] {4ca9ffe4-3bee-4173-b839-ae69b4bc107c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7843 | 2025.03.04 03:24:17.185391 [ 255 ] {4ca9ffe4-3bee-4173-b839-ae69b4bc107c} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 7844 | 2025.03.04 03:24:17.185624 [ 255 ] {4ca9ffe4-3bee-4173-b839-ae69b4bc107c} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7845 | 2025.03.04 03:24:17.185832 [ 255 ] {4ca9ffe4-3bee-4173-b839-ae69b4bc107c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001466 sec., 43656.20736698499 rows/sec., 3.41 MiB/sec. | ||
| 7846 | 2025.03.04 03:24:17.185884 [ 255 ] {4ca9ffe4-3bee-4173-b839-ae69b4bc107c} <Debug> TCPHandler: Processed in 0.001651241 sec. | ||
| 7847 | 2025.03.04 03:24:17.186000 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7848 | 2025.03.04 03:24:17.186112 [ 255 ] {7caf796d-d5d4-4917-9b4d-96e3f61fd0b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7849 | 2025.03.04 03:24:17.186161 [ 255 ] {7caf796d-d5d4-4917-9b4d-96e3f61fd0b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7850 | 2025.03.04 03:24:17.186681 [ 255 ] {7caf796d-d5d4-4917-9b4d-96e3f61fd0b5} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7851 | 2025.03.04 03:24:17.186720 [ 255 ] {7caf796d-d5d4-4917-9b4d-96e3f61fd0b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7852 | 2025.03.04 03:24:17.187100 [ 255 ] {7caf796d-d5d4-4917-9b4d-96e3f61fd0b5} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 7853 | 2025.03.04 03:24:17.187331 [ 255 ] {7caf796d-d5d4-4917-9b4d-96e3f61fd0b5} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7854 | 2025.03.04 03:24:17.187532 [ 255 ] {7caf796d-d5d4-4917-9b4d-96e3f61fd0b5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001451 sec., 110268.78015161958 rows/sec., 7.68 MiB/sec. | ||
| 7855 | 2025.03.04 03:24:17.187583 [ 255 ] {7caf796d-d5d4-4917-9b4d-96e3f61fd0b5} <Debug> TCPHandler: Processed in 0.00163486 sec. | ||
| 7856 | 2025.03.04 03:24:17.187684 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7857 | 2025.03.04 03:24:17.187786 [ 255 ] {7ffa73ed-102c-42a2-8070-11e2dc42cbfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7858 | 2025.03.04 03:24:17.187830 [ 255 ] {7ffa73ed-102c-42a2-8070-11e2dc42cbfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7859 | 2025.03.04 03:24:17.188252 [ 255 ] {7ffa73ed-102c-42a2-8070-11e2dc42cbfe} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7860 | 2025.03.04 03:24:17.188289 [ 255 ] {7ffa73ed-102c-42a2-8070-11e2dc42cbfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7861 | 2025.03.04 03:24:17.188641 [ 255 ] {7ffa73ed-102c-42a2-8070-11e2dc42cbfe} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 7862 | 2025.03.04 03:24:17.188880 [ 255 ] {7ffa73ed-102c-42a2-8070-11e2dc42cbfe} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7863 | 2025.03.04 03:24:17.189102 [ 255 ] {7ffa73ed-102c-42a2-8070-11e2dc42cbfe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001338 sec., 44843.04932735426 rows/sec., 3.02 MiB/sec. | ||
| 7864 | 2025.03.04 03:24:17.189150 [ 255 ] {7ffa73ed-102c-42a2-8070-11e2dc42cbfe} <Debug> TCPHandler: Processed in 0.001514849 sec. | ||
| 7865 | 2025.03.04 03:24:17.730609 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 7866 | 2025.03.04 03:24:17.751527 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7867 | 2025.03.04 03:24:17.751576 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7868 | 2025.03.04 03:24:17.758927 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7869 | 2025.03.04 03:24:17.759704 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7870 | 2025.03.04 03:24:17.762384 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 7871 | 2025.03.04 03:24:21.202148 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1054 | ||
| 7872 | 2025.03.04 03:24:21.205502 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7873 | 2025.03.04 03:24:21.205560 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7874 | 2025.03.04 03:24:21.207069 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7875 | 2025.03.04 03:24:21.207391 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7876 | 2025.03.04 03:24:21.207635 [ 37 ] {} <Debug> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7877 | 2025.03.04 03:24:21.207762 [ 37 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7878 | 2025.03.04 03:24:21.207833 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7879 | 2025.03.04 03:24:21.208482 [ 201 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 7880 | 2025.03.04 03:24:21.210029 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1054 | ||
| 7881 | 2025.03.04 03:24:21.210404 [ 201 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7882 | 2025.03.04 03:24:21.210594 [ 201 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 928 rows starting from the beginning of the part | ||
| 7883 | 2025.03.04 03:24:21.211279 [ 201 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 36 rows starting from the beginning of the part | ||
| 7884 | 2025.03.04 03:24:21.211915 [ 201 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 20 rows starting from the beginning of the part | ||
| 7885 | 2025.03.04 03:24:21.212524 [ 201 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 22 rows starting from the beginning of the part | ||
| 7886 | 2025.03.04 03:24:21.213153 [ 201 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 28 rows starting from the beginning of the part | ||
| 7887 | 2025.03.04 03:24:21.213754 [ 201 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 20 rows starting from the beginning of the part | ||
| 7888 | 2025.03.04 03:24:21.223706 [ 191 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1054 rows, containing 72 columns (72 merged, 0 gathered) in 0.015692193 sec., 67167.15757956839 rows/sec., 55.25 MiB/sec. | ||
| 7889 | 2025.03.04 03:24:21.225330 [ 191 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7890 | 2025.03.04 03:24:21.226188 [ 191 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_36_7} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7891 | 2025.03.04 03:24:21.226291 [ 191 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_36_7} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7892 | 2025.03.04 03:24:21.226670 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB. | ||
| 7893 | 2025.03.04 03:24:22.184962 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7894 | 2025.03.04 03:24:22.185156 [ 255 ] {a3e872c9-e6ea-4beb-ac69-8c051da268f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7895 | 2025.03.04 03:24:22.185232 [ 255 ] {a3e872c9-e6ea-4beb-ac69-8c051da268f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7896 | 2025.03.04 03:24:22.186067 [ 255 ] {a3e872c9-e6ea-4beb-ac69-8c051da268f6} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7897 | 2025.03.04 03:24:22.186115 [ 255 ] {a3e872c9-e6ea-4beb-ac69-8c051da268f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7898 | 2025.03.04 03:24:22.186527 [ 255 ] {a3e872c9-e6ea-4beb-ac69-8c051da268f6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7899 | 2025.03.04 03:24:22.186773 [ 255 ] {a3e872c9-e6ea-4beb-ac69-8c051da268f6} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7900 | 2025.03.04 03:24:22.187002 [ 255 ] {a3e872c9-e6ea-4beb-ac69-8c051da268f6} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001903 sec., 4203.888596952181 rows/sec., 342.80 KiB/sec. | ||
| 7901 | 2025.03.04 03:24:22.187056 [ 255 ] {a3e872c9-e6ea-4beb-ac69-8c051da268f6} <Debug> TCPHandler: Processed in 0.002220997 sec. | ||
| 7902 | 2025.03.04 03:24:22.187184 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7903 | 2025.03.04 03:24:22.187286 [ 255 ] {bb6167f7-4cd8-473b-a9c8-df3089615ea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7904 | 2025.03.04 03:24:22.187328 [ 255 ] {bb6167f7-4cd8-473b-a9c8-df3089615ea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7905 | 2025.03.04 03:24:22.187917 [ 255 ] {bb6167f7-4cd8-473b-a9c8-df3089615ea7} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7906 | 2025.03.04 03:24:22.187955 [ 255 ] {bb6167f7-4cd8-473b-a9c8-df3089615ea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7907 | 2025.03.04 03:24:22.188308 [ 255 ] {bb6167f7-4cd8-473b-a9c8-df3089615ea7} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 7908 | 2025.03.04 03:24:22.188542 [ 255 ] {bb6167f7-4cd8-473b-a9c8-df3089615ea7} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7909 | 2025.03.04 03:24:22.188751 [ 255 ] {bb6167f7-4cd8-473b-a9c8-df3089615ea7} <Debug> executeQuery: Read 140 rows, 12.29 KiB in 0.001486 sec., 94212.65141318977 rows/sec., 8.08 MiB/sec. | ||
| 7910 | 2025.03.04 03:24:22.188800 [ 255 ] {bb6167f7-4cd8-473b-a9c8-df3089615ea7} <Debug> TCPHandler: Processed in 0.00166611 sec. | ||
| 7911 | 2025.03.04 03:24:22.188915 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7912 | 2025.03.04 03:24:22.189018 [ 255 ] {44098f76-404d-46c5-8d33-a8ec9a518782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7913 | 2025.03.04 03:24:22.189060 [ 255 ] {44098f76-404d-46c5-8d33-a8ec9a518782} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7914 | 2025.03.04 03:24:22.189584 [ 255 ] {44098f76-404d-46c5-8d33-a8ec9a518782} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7915 | 2025.03.04 03:24:22.189621 [ 255 ] {44098f76-404d-46c5-8d33-a8ec9a518782} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7916 | 2025.03.04 03:24:22.189960 [ 255 ] {44098f76-404d-46c5-8d33-a8ec9a518782} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7917 | 2025.03.04 03:24:22.190200 [ 255 ] {44098f76-404d-46c5-8d33-a8ec9a518782} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7918 | 2025.03.04 03:24:22.190372 [ 30 ] {} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7919 | 2025.03.04 03:24:22.190434 [ 255 ] {44098f76-404d-46c5-8d33-a8ec9a518782} <Debug> executeQuery: Read 48 rows, 3.57 KiB in 0.001436 sec., 33426.18384401114 rows/sec., 2.43 MiB/sec. | ||
| 7920 | 2025.03.04 03:24:22.190462 [ 30 ] {} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7921 | 2025.03.04 03:24:22.190548 [ 255 ] {44098f76-404d-46c5-8d33-a8ec9a518782} <Debug> TCPHandler: Processed in 0.00167764 sec. | ||
| 7922 | 2025.03.04 03:24:22.190548 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7923 | 2025.03.04 03:24:22.190723 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7924 | 2025.03.04 03:24:22.190739 [ 188 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 7925 | 2025.03.04 03:24:22.190845 [ 255 ] {f2773d0f-2d6b-4c0c-847c-656e9c558b21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7926 | 2025.03.04 03:24:22.190895 [ 188 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7927 | 2025.03.04 03:24:22.190904 [ 255 ] {f2773d0f-2d6b-4c0c-847c-656e9c558b21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7928 | 2025.03.04 03:24:22.190945 [ 188 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 178 rows starting from the beginning of the part | ||
| 7929 | 2025.03.04 03:24:22.191110 [ 188 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 46 rows starting from the beginning of the part | ||
| 7930 | 2025.03.04 03:24:22.191570 [ 188 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 40 rows starting from the beginning of the part | ||
| 7931 | 2025.03.04 03:24:22.192014 [ 188 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 12 rows starting from the beginning of the part | ||
| 7932 | 2025.03.04 03:24:22.192389 [ 188 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 40 rows starting from the beginning of the part | ||
| 7933 | 2025.03.04 03:24:22.192723 [ 188 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 48 rows starting from the beginning of the part | ||
| 7934 | 2025.03.04 03:24:22.193453 [ 255 ] {f2773d0f-2d6b-4c0c-847c-656e9c558b21} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7935 | 2025.03.04 03:24:22.193498 [ 255 ] {f2773d0f-2d6b-4c0c-847c-656e9c558b21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7936 | 2025.03.04 03:24:22.194021 [ 255 ] {f2773d0f-2d6b-4c0c-847c-656e9c558b21} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 7937 | 2025.03.04 03:24:22.194388 [ 255 ] {f2773d0f-2d6b-4c0c-847c-656e9c558b21} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7938 | 2025.03.04 03:24:22.194455 [ 188 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 364 rows, containing 5 columns (5 merged, 0 gathered) in 0.003778916 sec., 96323.91934618288 rows/sec., 7.01 MiB/sec. | ||
| 7939 | 2025.03.04 03:24:22.194707 [ 255 ] {f2773d0f-2d6b-4c0c-847c-656e9c558b21} <Debug> executeQuery: Read 112 rows, 8.97 KiB in 0.003897 sec., 28740.056453682322 rows/sec., 2.25 MiB/sec. | ||
| 7940 | 2025.03.04 03:24:22.194775 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7941 | 2025.03.04 03:24:22.194808 [ 255 ] {f2773d0f-2d6b-4c0c-847c-656e9c558b21} <Debug> TCPHandler: Processed in 0.004159441 sec. | ||
| 7942 | 2025.03.04 03:24:22.195015 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7943 | 2025.03.04 03:24:22.195178 [ 255 ] {54d79d82-2ab5-4ad8-aeef-241f348dfa7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7944 | 2025.03.04 03:24:22.195267 [ 255 ] {54d79d82-2ab5-4ad8-aeef-241f348dfa7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7945 | 2025.03.04 03:24:22.195393 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_46_9} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7946 | 2025.03.04 03:24:22.195675 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_46_9} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7947 | 2025.03.04 03:24:22.195856 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 7948 | 2025.03.04 03:24:22.196176 [ 255 ] {54d79d82-2ab5-4ad8-aeef-241f348dfa7a} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7949 | 2025.03.04 03:24:22.196219 [ 255 ] {54d79d82-2ab5-4ad8-aeef-241f348dfa7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7950 | 2025.03.04 03:24:22.196601 [ 255 ] {54d79d82-2ab5-4ad8-aeef-241f348dfa7a} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 7951 | 2025.03.04 03:24:22.196833 [ 255 ] {54d79d82-2ab5-4ad8-aeef-241f348dfa7a} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7952 | 2025.03.04 03:24:22.197082 [ 255 ] {54d79d82-2ab5-4ad8-aeef-241f348dfa7a} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001953 sec., 83973.37429595494 rows/sec., 5.85 MiB/sec. | ||
| 7953 | 2025.03.04 03:24:22.197140 [ 255 ] {54d79d82-2ab5-4ad8-aeef-241f348dfa7a} <Debug> TCPHandler: Processed in 0.002190236 sec. | ||
| 7954 | 2025.03.04 03:24:22.197257 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7955 | 2025.03.04 03:24:22.197359 [ 255 ] {cce34025-b4d2-411d-afad-5dde71bf6fb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7956 | 2025.03.04 03:24:22.197425 [ 255 ] {cce34025-b4d2-411d-afad-5dde71bf6fb5} <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 | ||
| 7957 | 2025.03.04 03:24:22.198535 [ 255 ] {cce34025-b4d2-411d-afad-5dde71bf6fb5} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7958 | 2025.03.04 03:24:22.198574 [ 255 ] {cce34025-b4d2-411d-afad-5dde71bf6fb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7959 | 2025.03.04 03:24:22.199210 [ 255 ] {cce34025-b4d2-411d-afad-5dde71bf6fb5} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7960 | 2025.03.04 03:24:22.199467 [ 255 ] {cce34025-b4d2-411d-afad-5dde71bf6fb5} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7961 | 2025.03.04 03:24:22.199642 [ 30 ] {} <Debug> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7962 | 2025.03.04 03:24:22.199706 [ 30 ] {} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7963 | 2025.03.04 03:24:22.199740 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7964 | 2025.03.04 03:24:22.199753 [ 255 ] {cce34025-b4d2-411d-afad-5dde71bf6fb5} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002406 sec., 16625.103906899418 rows/sec., 29.79 MiB/sec. | ||
| 7965 | 2025.03.04 03:24:22.200114 [ 255 ] {cce34025-b4d2-411d-afad-5dde71bf6fb5} <Debug> TCPHandler: Processed in 0.002904996 sec. | ||
| 7966 | 2025.03.04 03:24:22.200110 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 7967 | 2025.03.04 03:24:22.200280 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7968 | 2025.03.04 03:24:22.200524 [ 255 ] {cd147415-2c94-4a99-aa5a-f957ef92bc39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7969 | 2025.03.04 03:24:22.200650 [ 255 ] {cd147415-2c94-4a99-aa5a-f957ef92bc39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7970 | 2025.03.04 03:24:22.200918 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7971 | 2025.03.04 03:24:22.201168 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1118 rows starting from the beginning of the part | ||
| 7972 | 2025.03.04 03:24:22.201954 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 40 rows starting from the beginning of the part | ||
| 7973 | 2025.03.04 03:24:22.202750 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 40 rows starting from the beginning of the part | ||
| 7974 | 2025.03.04 03:24:22.202804 [ 255 ] {cd147415-2c94-4a99-aa5a-f957ef92bc39} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7975 | 2025.03.04 03:24:22.202879 [ 255 ] {cd147415-2c94-4a99-aa5a-f957ef92bc39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7976 | 2025.03.04 03:24:22.203398 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 40 rows starting from the beginning of the part | ||
| 7977 | 2025.03.04 03:24:22.204065 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 40 rows starting from the beginning of the part | ||
| 7978 | 2025.03.04 03:24:22.204363 [ 255 ] {cd147415-2c94-4a99-aa5a-f957ef92bc39} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 7979 | 2025.03.04 03:24:22.204633 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 40 rows starting from the beginning of the part | ||
| 7980 | 2025.03.04 03:24:22.205181 [ 255 ] {cd147415-2c94-4a99-aa5a-f957ef92bc39} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7981 | 2025.03.04 03:24:22.205795 [ 255 ] {cd147415-2c94-4a99-aa5a-f957ef92bc39} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005361 sec., 11191.941801902629 rows/sec., 772.36 KiB/sec. | ||
| 7982 | 2025.03.04 03:24:22.205898 [ 255 ] {cd147415-2c94-4a99-aa5a-f957ef92bc39} <Debug> TCPHandler: Processed in 0.0056715 sec. | ||
| 7983 | 2025.03.04 03:24:22.213143 [ 188 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1318 rows, containing 19 columns (19 merged, 0 gathered) in 0.013301593 sec., 99085.87640593122 rows/sec., 177.56 MiB/sec. | ||
| 7984 | 2025.03.04 03:24:22.214466 [ 188 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7985 | 2025.03.04 03:24:22.214890 [ 188 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7986 | 2025.03.04 03:24:22.214972 [ 188 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7987 | 2025.03.04 03:24:22.215125 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.43 MiB. | ||
| 7988 | 2025.03.04 03:24:23.000160 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 222.11 MiB, peak 233.49 MiB, free memory in arenas 0.00 B, will set to 225.34 MiB (RSS), difference: 3.23 MiB | ||
| 7989 | 2025.03.04 03:24:23.603191 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363 | ||
| 7990 | 2025.03.04 03:24:23.603926 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7991 | 2025.03.04 03:24:23.603973 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 7992 | 2025.03.04 03:24:23.604520 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7993 | 2025.03.04 03:24:23.604769 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7994 | 2025.03.04 03:24:23.604943 [ 36 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7995 | 2025.03.04 03:24:23.604964 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363 | ||
| 7996 | 2025.03.04 03:24:23.604993 [ 36 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7997 | 2025.03.04 03:24:23.605021 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 7998 | 2025.03.04 03:24:23.605273 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 7999 | 2025.03.04 03:24:23.605710 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8000 | 2025.03.04 03:24:23.605793 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21106 rows starting from the beginning of the part | ||
| 8001 | 2025.03.04 03:24:23.605955 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 427 rows starting from the beginning of the part | ||
| 8002 | 2025.03.04 03:24:23.606160 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 488 rows starting from the beginning of the part | ||
| 8003 | 2025.03.04 03:24:23.606338 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 427 rows starting from the beginning of the part | ||
| 8004 | 2025.03.04 03:24:23.606510 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 488 rows starting from the beginning of the part | ||
| 8005 | 2025.03.04 03:24:23.606611 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 427 rows starting from the beginning of the part | ||
| 8006 | 2025.03.04 03:24:23.609031 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.003912298 sec., 5971682.116239612 rows/sec., 85.43 MiB/sec. | ||
| 8007 | 2025.03.04 03:24:23.609459 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8008 | 2025.03.04 03:24:23.609806 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_51_10} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8009 | 2025.03.04 03:24:23.609909 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_51_10} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8010 | 2025.03.04 03:24:23.610031 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.71 MiB. | ||
| 8011 | 2025.03.04 03:24:25.262492 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 8012 | 2025.03.04 03:24:25.283734 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8013 | 2025.03.04 03:24:25.283786 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8014 | 2025.03.04 03:24:25.291168 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8015 | 2025.03.04 03:24:25.291946 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8016 | 2025.03.04 03:24:25.292277 [ 35 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8017 | 2025.03.04 03:24:25.292349 [ 35 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8018 | 2025.03.04 03:24:25.292391 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8019 | 2025.03.04 03:24:25.292811 [ 196 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 8020 | 2025.03.04 03:24:25.307934 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 8021 | 2025.03.04 03:24:25.309505 [ 196 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8022 | 2025.03.04 03:24:25.310878 [ 196 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part | ||
| 8023 | 2025.03.04 03:24:25.316327 [ 196 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 8 rows starting from the beginning of the part | ||
| 8024 | 2025.03.04 03:24:25.322109 [ 196 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 7 rows starting from the beginning of the part | ||
| 8025 | 2025.03.04 03:24:25.327700 [ 196 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 8 rows starting from the beginning of the part | ||
| 8026 | 2025.03.04 03:24:25.333431 [ 196 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 7 rows starting from the beginning of the part | ||
| 8027 | 2025.03.04 03:24:25.338232 [ 196 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 8 rows starting from the beginning of the part | ||
| 8028 | 2025.03.04 03:24:25.395705 [ 190 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.103177515 sec., 3731.433151883916 rows/sec., 19.29 MiB/sec. | ||
| 8029 | 2025.03.04 03:24:25.398962 [ 190 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8030 | 2025.03.04 03:24:25.401899 [ 190 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_51_10} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8031 | 2025.03.04 03:24:25.402028 [ 190 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_51_10} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8032 | 2025.03.04 03:24:25.404522 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 8033 | 2025.03.04 03:24:27.181988 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8034 | 2025.03.04 03:24:27.182258 [ 255 ] {6e47db31-a56b-4d1a-8f34-e31be7c00566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8035 | 2025.03.04 03:24:27.182329 [ 255 ] {6e47db31-a56b-4d1a-8f34-e31be7c00566} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8036 | 2025.03.04 03:24:27.183059 [ 255 ] {6e47db31-a56b-4d1a-8f34-e31be7c00566} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8037 | 2025.03.04 03:24:27.183102 [ 255 ] {6e47db31-a56b-4d1a-8f34-e31be7c00566} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8038 | 2025.03.04 03:24:27.183528 [ 255 ] {6e47db31-a56b-4d1a-8f34-e31be7c00566} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8039 | 2025.03.04 03:24:27.183774 [ 255 ] {6e47db31-a56b-4d1a-8f34-e31be7c00566} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8040 | 2025.03.04 03:24:27.184004 [ 255 ] {6e47db31-a56b-4d1a-8f34-e31be7c00566} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001821 sec., 30752.333882482155 rows/sec., 2.35 MiB/sec. | ||
| 8041 | 2025.03.04 03:24:27.184117 [ 255 ] {6e47db31-a56b-4d1a-8f34-e31be7c00566} <Debug> TCPHandler: Processed in 0.002291528 sec. | ||
| 8042 | 2025.03.04 03:24:27.184262 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8043 | 2025.03.04 03:24:27.184526 [ 255 ] {a467d27c-5786-4878-9eb2-37fa5de8a22d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8044 | 2025.03.04 03:24:27.184641 [ 255 ] {a467d27c-5786-4878-9eb2-37fa5de8a22d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8045 | 2025.03.04 03:24:27.185241 [ 255 ] {a467d27c-5786-4878-9eb2-37fa5de8a22d} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8046 | 2025.03.04 03:24:27.185280 [ 255 ] {a467d27c-5786-4878-9eb2-37fa5de8a22d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8047 | 2025.03.04 03:24:27.185654 [ 255 ] {a467d27c-5786-4878-9eb2-37fa5de8a22d} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8048 | 2025.03.04 03:24:27.185891 [ 255 ] {a467d27c-5786-4878-9eb2-37fa5de8a22d} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8049 | 2025.03.04 03:24:27.186111 [ 255 ] {a467d27c-5786-4878-9eb2-37fa5de8a22d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001677 sec., 38163.3870005963 rows/sec., 2.98 MiB/sec. | ||
| 8050 | 2025.03.04 03:24:27.186163 [ 255 ] {a467d27c-5786-4878-9eb2-37fa5de8a22d} <Debug> TCPHandler: Processed in 0.001967144 sec. | ||
| 8051 | 2025.03.04 03:24:27.186276 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8052 | 2025.03.04 03:24:27.186380 [ 255 ] {9faa12bc-24d9-4b6f-908c-89c9a6b9a4f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8053 | 2025.03.04 03:24:27.186427 [ 255 ] {9faa12bc-24d9-4b6f-908c-89c9a6b9a4f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8054 | 2025.03.04 03:24:27.186937 [ 255 ] {9faa12bc-24d9-4b6f-908c-89c9a6b9a4f2} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8055 | 2025.03.04 03:24:27.187000 [ 255 ] {9faa12bc-24d9-4b6f-908c-89c9a6b9a4f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8056 | 2025.03.04 03:24:27.187378 [ 255 ] {9faa12bc-24d9-4b6f-908c-89c9a6b9a4f2} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8057 | 2025.03.04 03:24:27.187606 [ 255 ] {9faa12bc-24d9-4b6f-908c-89c9a6b9a4f2} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8058 | 2025.03.04 03:24:27.187829 [ 255 ] {9faa12bc-24d9-4b6f-908c-89c9a6b9a4f2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00147 sec., 108843.53741496599 rows/sec., 7.58 MiB/sec. | ||
| 8059 | 2025.03.04 03:24:27.187936 [ 255 ] {9faa12bc-24d9-4b6f-908c-89c9a6b9a4f2} <Debug> TCPHandler: Processed in 0.001709041 sec. | ||
| 8060 | 2025.03.04 03:24:27.188110 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8061 | 2025.03.04 03:24:27.188362 [ 255 ] {005cc8a6-e6e7-4119-b949-19e9b32d38f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8062 | 2025.03.04 03:24:27.188427 [ 255 ] {005cc8a6-e6e7-4119-b949-19e9b32d38f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8063 | 2025.03.04 03:24:27.188869 [ 255 ] {005cc8a6-e6e7-4119-b949-19e9b32d38f6} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8064 | 2025.03.04 03:24:27.188906 [ 255 ] {005cc8a6-e6e7-4119-b949-19e9b32d38f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8065 | 2025.03.04 03:24:27.189249 [ 255 ] {005cc8a6-e6e7-4119-b949-19e9b32d38f6} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8066 | 2025.03.04 03:24:27.189470 [ 255 ] {005cc8a6-e6e7-4119-b949-19e9b32d38f6} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8067 | 2025.03.04 03:24:27.189673 [ 255 ] {005cc8a6-e6e7-4119-b949-19e9b32d38f6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001392 sec., 43103.448275862065 rows/sec., 2.90 MiB/sec. | ||
| 8068 | 2025.03.04 03:24:27.189720 [ 255 ] {005cc8a6-e6e7-4119-b949-19e9b32d38f6} <Debug> TCPHandler: Processed in 0.001707261 sec. | ||
| 8069 | 2025.03.04 03:24:30.916952 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8070 | 2025.03.04 03:24:30.917040 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8071 | 2025.03.04 03:24:31.105113 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851 | ||
| 8072 | 2025.03.04 03:24:31.105844 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8073 | 2025.03.04 03:24:31.105890 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8074 | 2025.03.04 03:24:31.106465 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8075 | 2025.03.04 03:24:31.106723 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8076 | 2025.03.04 03:24:31.107005 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 8077 | 2025.03.04 03:24:31.210264 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1076 | ||
| 8078 | 2025.03.04 03:24:31.213351 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8079 | 2025.03.04 03:24:31.213417 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8080 | 2025.03.04 03:24:31.214913 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 8081 | 2025.03.04 03:24:31.215232 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8082 | 2025.03.04 03:24:31.216610 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1076 | ||
| 8083 | 2025.03.04 03:24:32.184120 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8084 | 2025.03.04 03:24:32.184393 [ 255 ] {4ebcea00-ffb7-4d5e-be27-20cb4e3c2307} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8085 | 2025.03.04 03:24:32.184476 [ 255 ] {4ebcea00-ffb7-4d5e-be27-20cb4e3c2307} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8086 | 2025.03.04 03:24:32.185242 [ 255 ] {4ebcea00-ffb7-4d5e-be27-20cb4e3c2307} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8087 | 2025.03.04 03:24:32.185290 [ 255 ] {4ebcea00-ffb7-4d5e-be27-20cb4e3c2307} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8088 | 2025.03.04 03:24:32.185722 [ 255 ] {4ebcea00-ffb7-4d5e-be27-20cb4e3c2307} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8089 | 2025.03.04 03:24:32.185973 [ 255 ] {4ebcea00-ffb7-4d5e-be27-20cb4e3c2307} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8090 | 2025.03.04 03:24:32.186202 [ 255 ] {4ebcea00-ffb7-4d5e-be27-20cb4e3c2307} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001886 sec., 72110.2863202545 rows/sec., 6.21 MiB/sec. | ||
| 8091 | 2025.03.04 03:24:32.186258 [ 255 ] {4ebcea00-ffb7-4d5e-be27-20cb4e3c2307} <Debug> TCPHandler: Processed in 0.002308398 sec. | ||
| 8092 | 2025.03.04 03:24:32.186377 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8093 | 2025.03.04 03:24:32.186481 [ 255 ] {711a6b6c-bd59-4aae-8591-f4bea635cd94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8094 | 2025.03.04 03:24:32.186525 [ 255 ] {711a6b6c-bd59-4aae-8591-f4bea635cd94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8095 | 2025.03.04 03:24:32.187036 [ 255 ] {711a6b6c-bd59-4aae-8591-f4bea635cd94} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8096 | 2025.03.04 03:24:32.187073 [ 255 ] {711a6b6c-bd59-4aae-8591-f4bea635cd94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8097 | 2025.03.04 03:24:32.187431 [ 255 ] {711a6b6c-bd59-4aae-8591-f4bea635cd94} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8098 | 2025.03.04 03:24:32.187663 [ 255 ] {711a6b6c-bd59-4aae-8591-f4bea635cd94} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8099 | 2025.03.04 03:24:32.187861 [ 255 ] {711a6b6c-bd59-4aae-8591-f4bea635cd94} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001402 sec., 28530.670470756064 rows/sec., 2.10 MiB/sec. | ||
| 8100 | 2025.03.04 03:24:32.187912 [ 255 ] {711a6b6c-bd59-4aae-8591-f4bea635cd94} <Debug> TCPHandler: Processed in 0.001586869 sec. | ||
| 8101 | 2025.03.04 03:24:32.188013 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8102 | 2025.03.04 03:24:32.188111 [ 255 ] {d5ada6c2-a830-45e0-85ed-6ee3e59dced9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8103 | 2025.03.04 03:24:32.188155 [ 255 ] {d5ada6c2-a830-45e0-85ed-6ee3e59dced9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8104 | 2025.03.04 03:24:32.188694 [ 255 ] {d5ada6c2-a830-45e0-85ed-6ee3e59dced9} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8105 | 2025.03.04 03:24:32.188731 [ 255 ] {d5ada6c2-a830-45e0-85ed-6ee3e59dced9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8106 | 2025.03.04 03:24:32.189075 [ 255 ] {d5ada6c2-a830-45e0-85ed-6ee3e59dced9} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8107 | 2025.03.04 03:24:32.189321 [ 255 ] {d5ada6c2-a830-45e0-85ed-6ee3e59dced9} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8108 | 2025.03.04 03:24:32.189544 [ 255 ] {d5ada6c2-a830-45e0-85ed-6ee3e59dced9} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001453 sec., 71576.04955264968 rows/sec., 5.59 MiB/sec. | ||
| 8109 | 2025.03.04 03:24:32.189595 [ 255 ] {d5ada6c2-a830-45e0-85ed-6ee3e59dced9} <Debug> TCPHandler: Processed in 0.00163078 sec. | ||
| 8110 | 2025.03.04 03:24:32.189707 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8111 | 2025.03.04 03:24:32.189810 [ 255 ] {fe164c68-b31a-40fd-ac08-c8d754d8a9c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8112 | 2025.03.04 03:24:32.189857 [ 255 ] {fe164c68-b31a-40fd-ac08-c8d754d8a9c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8113 | 2025.03.04 03:24:32.190359 [ 255 ] {fe164c68-b31a-40fd-ac08-c8d754d8a9c6} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8114 | 2025.03.04 03:24:32.190397 [ 255 ] {fe164c68-b31a-40fd-ac08-c8d754d8a9c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8115 | 2025.03.04 03:24:32.190781 [ 255 ] {fe164c68-b31a-40fd-ac08-c8d754d8a9c6} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8116 | 2025.03.04 03:24:32.191021 [ 255 ] {fe164c68-b31a-40fd-ac08-c8d754d8a9c6} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8117 | 2025.03.04 03:24:32.191236 [ 255 ] {fe164c68-b31a-40fd-ac08-c8d754d8a9c6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001448 sec., 110497.23756906077 rows/sec., 7.70 MiB/sec. | ||
| 8118 | 2025.03.04 03:24:32.191286 [ 255 ] {fe164c68-b31a-40fd-ac08-c8d754d8a9c6} <Debug> TCPHandler: Processed in 0.0016289 sec. | ||
| 8119 | 2025.03.04 03:24:32.191388 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8120 | 2025.03.04 03:24:32.191489 [ 255 ] {c5e5d9dc-297f-47b8-8b30-593446433a85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8121 | 2025.03.04 03:24:32.191552 [ 255 ] {c5e5d9dc-297f-47b8-8b30-593446433a85} <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 | ||
| 8122 | 2025.03.04 03:24:32.192627 [ 255 ] {c5e5d9dc-297f-47b8-8b30-593446433a85} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8123 | 2025.03.04 03:24:32.192665 [ 255 ] {c5e5d9dc-297f-47b8-8b30-593446433a85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8124 | 2025.03.04 03:24:32.193304 [ 255 ] {c5e5d9dc-297f-47b8-8b30-593446433a85} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 8125 | 2025.03.04 03:24:32.193559 [ 255 ] {c5e5d9dc-297f-47b8-8b30-593446433a85} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8126 | 2025.03.04 03:24:32.193795 [ 255 ] {c5e5d9dc-297f-47b8-8b30-593446433a85} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002317 sec., 17263.703064307294 rows/sec., 30.94 MiB/sec. | ||
| 8127 | 2025.03.04 03:24:32.194101 [ 255 ] {c5e5d9dc-297f-47b8-8b30-593446433a85} <Debug> TCPHandler: Processed in 0.002756983 sec. | ||
| 8128 | 2025.03.04 03:24:32.194354 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8129 | 2025.03.04 03:24:32.194460 [ 255 ] {cdda2a72-d05c-4e1d-97ec-deef279fe4ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8130 | 2025.03.04 03:24:32.194507 [ 255 ] {cdda2a72-d05c-4e1d-97ec-deef279fe4ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8131 | 2025.03.04 03:24:32.194964 [ 255 ] {cdda2a72-d05c-4e1d-97ec-deef279fe4ba} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8132 | 2025.03.04 03:24:32.195002 [ 255 ] {cdda2a72-d05c-4e1d-97ec-deef279fe4ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8133 | 2025.03.04 03:24:32.195355 [ 255 ] {cdda2a72-d05c-4e1d-97ec-deef279fe4ba} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8134 | 2025.03.04 03:24:32.195585 [ 255 ] {cdda2a72-d05c-4e1d-97ec-deef279fe4ba} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8135 | 2025.03.04 03:24:32.195809 [ 255 ] {cdda2a72-d05c-4e1d-97ec-deef279fe4ba} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001373 sec., 43699.92716678805 rows/sec., 2.95 MiB/sec. | ||
| 8136 | 2025.03.04 03:24:32.195856 [ 255 ] {cdda2a72-d05c-4e1d-97ec-deef279fe4ba} <Debug> TCPHandler: Processed in 0.001558279 sec. | ||
| 8137 | 2025.03.04 03:24:32.808050 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 8138 | 2025.03.04 03:24:32.826276 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8139 | 2025.03.04 03:24:32.826326 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8140 | 2025.03.04 03:24:32.833250 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8141 | 2025.03.04 03:24:32.833999 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8142 | 2025.03.04 03:24:32.836536 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 8143 | 2025.03.04 03:24:37.216931 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8144 | 2025.03.04 03:24:37.217125 [ 255 ] {7a39bac1-a427-40e5-8e4e-e3652fe14bd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8145 | 2025.03.04 03:24:37.217200 [ 255 ] {7a39bac1-a427-40e5-8e4e-e3652fe14bd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8146 | 2025.03.04 03:24:37.217996 [ 255 ] {7a39bac1-a427-40e5-8e4e-e3652fe14bd6} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8147 | 2025.03.04 03:24:37.218054 [ 255 ] {7a39bac1-a427-40e5-8e4e-e3652fe14bd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8148 | 2025.03.04 03:24:37.218570 [ 255 ] {7a39bac1-a427-40e5-8e4e-e3652fe14bd6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8149 | 2025.03.04 03:24:37.218871 [ 255 ] {7a39bac1-a427-40e5-8e4e-e3652fe14bd6} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8150 | 2025.03.04 03:24:37.219249 [ 255 ] {7a39bac1-a427-40e5-8e4e-e3652fe14bd6} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002167 sec., 11075.219197046608 rows/sec., 940.96 KiB/sec. | ||
| 8151 | 2025.03.04 03:24:37.219382 [ 255 ] {7a39bac1-a427-40e5-8e4e-e3652fe14bd6} <Debug> TCPHandler: Processed in 0.002578592 sec. | ||
| 8152 | 2025.03.04 03:24:37.219563 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8153 | 2025.03.04 03:24:37.219713 [ 255 ] {59c1a72b-9648-4afd-a465-b2af18e83d9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8154 | 2025.03.04 03:24:37.219782 [ 255 ] {59c1a72b-9648-4afd-a465-b2af18e83d9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8155 | 2025.03.04 03:24:37.220562 [ 255 ] {59c1a72b-9648-4afd-a465-b2af18e83d9e} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8156 | 2025.03.04 03:24:37.220617 [ 255 ] {59c1a72b-9648-4afd-a465-b2af18e83d9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8157 | 2025.03.04 03:24:37.221160 [ 255 ] {59c1a72b-9648-4afd-a465-b2af18e83d9e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 8158 | 2025.03.04 03:24:37.221543 [ 255 ] {59c1a72b-9648-4afd-a465-b2af18e83d9e} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8159 | 2025.03.04 03:24:37.221861 [ 255 ] {59c1a72b-9648-4afd-a465-b2af18e83d9e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002186 sec., 1829.826166514181 rows/sec., 149.21 KiB/sec. | ||
| 8160 | 2025.03.04 03:24:37.221951 [ 255 ] {59c1a72b-9648-4afd-a465-b2af18e83d9e} <Debug> TCPHandler: Processed in 0.00245858 sec. | ||
| 8161 | 2025.03.04 03:24:37.222109 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8162 | 2025.03.04 03:24:37.222257 [ 255 ] {bdf32cec-4ce8-419f-a36e-695b64144fb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8163 | 2025.03.04 03:24:37.222323 [ 255 ] {bdf32cec-4ce8-419f-a36e-695b64144fb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8164 | 2025.03.04 03:24:37.223985 [ 255 ] {bdf32cec-4ce8-419f-a36e-695b64144fb0} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8165 | 2025.03.04 03:24:37.224044 [ 255 ] {bdf32cec-4ce8-419f-a36e-695b64144fb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8166 | 2025.03.04 03:24:37.224741 [ 255 ] {bdf32cec-4ce8-419f-a36e-695b64144fb0} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8167 | 2025.03.04 03:24:37.225114 [ 255 ] {bdf32cec-4ce8-419f-a36e-695b64144fb0} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8168 | 2025.03.04 03:24:37.225367 [ 63 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8169 | 2025.03.04 03:24:37.225450 [ 255 ] {bdf32cec-4ce8-419f-a36e-695b64144fb0} <Debug> executeQuery: Read 1318 rows, 112.08 KiB in 0.003224 sec., 408808.9330024814 rows/sec., 33.95 MiB/sec. | ||
| 8170 | 2025.03.04 03:24:37.225462 [ 63 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8171 | 2025.03.04 03:24:37.225561 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8172 | 2025.03.04 03:24:37.225635 [ 255 ] {bdf32cec-4ce8-419f-a36e-695b64144fb0} <Debug> TCPHandler: Processed in 0.003595174 sec. | ||
| 8173 | 2025.03.04 03:24:37.225941 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8174 | 2025.03.04 03:24:37.226054 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8175 | 2025.03.04 03:24:37.226423 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8176 | 2025.03.04 03:24:37.226541 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1968 rows starting from the beginning of the part | ||
| 8177 | 2025.03.04 03:24:37.226661 [ 255 ] {562d65e1-d192-480a-8821-e663a1ae642a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8178 | 2025.03.04 03:24:37.227024 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 56 rows starting from the beginning of the part | ||
| 8179 | 2025.03.04 03:24:37.227051 [ 255 ] {562d65e1-d192-480a-8821-e663a1ae642a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8180 | 2025.03.04 03:24:37.227642 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 140 rows starting from the beginning of the part | ||
| 8181 | 2025.03.04 03:24:37.227952 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 56 rows starting from the beginning of the part | ||
| 8182 | 2025.03.04 03:24:37.228244 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 136 rows starting from the beginning of the part | ||
| 8183 | 2025.03.04 03:24:37.228518 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 1318 rows starting from the beginning of the part | ||
| 8184 | 2025.03.04 03:24:37.230693 [ 255 ] {562d65e1-d192-480a-8821-e663a1ae642a} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8185 | 2025.03.04 03:24:37.230788 [ 255 ] {562d65e1-d192-480a-8821-e663a1ae642a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8186 | 2025.03.04 03:24:37.231756 [ 255 ] {562d65e1-d192-480a-8821-e663a1ae642a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8187 | 2025.03.04 03:24:37.232139 [ 195 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3674 rows, containing 5 columns (5 merged, 0 gathered) in 0.006439219 sec., 570566.0888377923 rows/sec., 49.26 MiB/sec. | ||
| 8188 | 2025.03.04 03:24:37.232377 [ 255 ] {562d65e1-d192-480a-8821-e663a1ae642a} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8189 | 2025.03.04 03:24:37.232507 [ 195 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8190 | 2025.03.04 03:24:37.233032 [ 255 ] {562d65e1-d192-480a-8821-e663a1ae642a} <Debug> executeQuery: Read 16 rows, 1.24 KiB in 0.006581 sec., 2431.241452666768 rows/sec., 188.46 KiB/sec. | ||
| 8191 | 2025.03.04 03:24:37.233423 [ 255 ] {562d65e1-d192-480a-8821-e663a1ae642a} <Debug> TCPHandler: Processed in 0.007529893 sec. | ||
| 8192 | 2025.03.04 03:24:37.233410 [ 186 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_76_15} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8193 | 2025.03.04 03:24:37.233740 [ 186 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_76_15} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8194 | 2025.03.04 03:24:37.233801 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8195 | 2025.03.04 03:24:37.233892 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 8196 | 2025.03.04 03:24:37.234021 [ 255 ] {542e49dc-3fa6-471e-a644-e4c537f61f24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8197 | 2025.03.04 03:24:37.234099 [ 255 ] {542e49dc-3fa6-471e-a644-e4c537f61f24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8198 | 2025.03.04 03:24:37.235073 [ 255 ] {542e49dc-3fa6-471e-a644-e4c537f61f24} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8199 | 2025.03.04 03:24:37.235127 [ 255 ] {542e49dc-3fa6-471e-a644-e4c537f61f24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8200 | 2025.03.04 03:24:37.235679 [ 255 ] {542e49dc-3fa6-471e-a644-e4c537f61f24} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 8201 | 2025.03.04 03:24:37.236073 [ 255 ] {542e49dc-3fa6-471e-a644-e4c537f61f24} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8202 | 2025.03.04 03:24:37.236443 [ 255 ] {542e49dc-3fa6-471e-a644-e4c537f61f24} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002449 sec., 102899.14250714578 rows/sec., 7.12 MiB/sec. | ||
| 8203 | 2025.03.04 03:24:37.236624 [ 255 ] {542e49dc-3fa6-471e-a644-e4c537f61f24} <Debug> TCPHandler: Processed in 0.002962926 sec. | ||
| 8204 | 2025.03.04 03:24:37.236792 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8205 | 2025.03.04 03:24:37.236937 [ 255 ] {164b6e1e-03fa-4721-af7c-139b646eda4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8206 | 2025.03.04 03:24:37.237002 [ 255 ] {164b6e1e-03fa-4721-af7c-139b646eda4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8207 | 2025.03.04 03:24:37.237789 [ 255 ] {164b6e1e-03fa-4721-af7c-139b646eda4d} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8208 | 2025.03.04 03:24:37.237842 [ 255 ] {164b6e1e-03fa-4721-af7c-139b646eda4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8209 | 2025.03.04 03:24:37.238316 [ 255 ] {164b6e1e-03fa-4721-af7c-139b646eda4d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8210 | 2025.03.04 03:24:37.238629 [ 255 ] {164b6e1e-03fa-4721-af7c-139b646eda4d} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8211 | 2025.03.04 03:24:37.238901 [ 255 ] {164b6e1e-03fa-4721-af7c-139b646eda4d} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.002001 sec., 5997.001499250374 rows/sec., 468.52 KiB/sec. | ||
| 8212 | 2025.03.04 03:24:37.238978 [ 255 ] {164b6e1e-03fa-4721-af7c-139b646eda4d} <Debug> TCPHandler: Processed in 0.002252168 sec. | ||
| 8213 | 2025.03.04 03:24:37.239711 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8214 | 2025.03.04 03:24:37.239839 [ 255 ] {498b660c-3680-49f9-a7a7-2a93c7ae868c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8215 | 2025.03.04 03:24:37.239896 [ 255 ] {498b660c-3680-49f9-a7a7-2a93c7ae868c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8216 | 2025.03.04 03:24:37.240994 [ 255 ] {498b660c-3680-49f9-a7a7-2a93c7ae868c} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8217 | 2025.03.04 03:24:37.241039 [ 255 ] {498b660c-3680-49f9-a7a7-2a93c7ae868c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8218 | 2025.03.04 03:24:37.241538 [ 255 ] {498b660c-3680-49f9-a7a7-2a93c7ae868c} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8219 | 2025.03.04 03:24:37.241889 [ 255 ] {498b660c-3680-49f9-a7a7-2a93c7ae868c} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8220 | 2025.03.04 03:24:37.242129 [ 83 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8221 | 2025.03.04 03:24:37.242196 [ 83 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8222 | 2025.03.04 03:24:37.242219 [ 255 ] {498b660c-3680-49f9-a7a7-2a93c7ae868c} <Debug> executeQuery: Read 560 rows, 42.99 KiB in 0.002398 sec., 233527.9399499583 rows/sec., 17.51 MiB/sec. | ||
| 8223 | 2025.03.04 03:24:37.242236 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8224 | 2025.03.04 03:24:37.242441 [ 255 ] {498b660c-3680-49f9-a7a7-2a93c7ae868c} <Debug> TCPHandler: Processed in 0.002784534 sec. | ||
| 8225 | 2025.03.04 03:24:37.242520 [ 193 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8226 | 2025.03.04 03:24:37.242648 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8227 | 2025.03.04 03:24:37.242735 [ 193 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8228 | 2025.03.04 03:24:37.242816 [ 193 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 952 rows starting from the beginning of the part | ||
| 8229 | 2025.03.04 03:24:37.242915 [ 255 ] {4db0c2e2-da21-4ce9-9233-46c31ba14dda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8230 | 2025.03.04 03:24:37.243082 [ 193 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 64 rows starting from the beginning of the part | ||
| 8231 | 2025.03.04 03:24:37.243171 [ 255 ] {4db0c2e2-da21-4ce9-9233-46c31ba14dda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8232 | 2025.03.04 03:24:37.243456 [ 193 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 112 rows starting from the beginning of the part | ||
| 8233 | 2025.03.04 03:24:37.243814 [ 193 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 64 rows starting from the beginning of the part | ||
| 8234 | 2025.03.04 03:24:37.244249 [ 193 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 104 rows starting from the beginning of the part | ||
| 8235 | 2025.03.04 03:24:37.244600 [ 193 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 560 rows starting from the beginning of the part | ||
| 8236 | 2025.03.04 03:24:37.246727 [ 255 ] {4db0c2e2-da21-4ce9-9233-46c31ba14dda} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8237 | 2025.03.04 03:24:37.246812 [ 255 ] {4db0c2e2-da21-4ce9-9233-46c31ba14dda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8238 | 2025.03.04 03:24:37.247516 [ 193 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1856 rows, containing 5 columns (5 merged, 0 gathered) in 0.005134772 sec., 361457.1396743614 rows/sec., 28.37 MiB/sec. | ||
| 8239 | 2025.03.04 03:24:37.247930 [ 186 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8240 | 2025.03.04 03:24:37.248082 [ 255 ] {4db0c2e2-da21-4ce9-9233-46c31ba14dda} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8241 | 2025.03.04 03:24:37.248386 [ 186 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_76_15} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8242 | 2025.03.04 03:24:37.248541 [ 186 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_76_15} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8243 | 2025.03.04 03:24:37.248541 [ 255 ] {4db0c2e2-da21-4ce9-9233-46c31ba14dda} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8244 | 2025.03.04 03:24:37.248699 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 8245 | 2025.03.04 03:24:37.248953 [ 83 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8246 | 2025.03.04 03:24:37.249039 [ 83 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8247 | 2025.03.04 03:24:37.249075 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8248 | 2025.03.04 03:24:37.249182 [ 255 ] {4db0c2e2-da21-4ce9-9233-46c31ba14dda} <Debug> executeQuery: Read 918 rows, 63.76 KiB in 0.006304 sec., 145621.82741116753 rows/sec., 9.88 MiB/sec. | ||
| 8249 | 2025.03.04 03:24:37.249236 [ 189 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8250 | 2025.03.04 03:24:37.249414 [ 255 ] {4db0c2e2-da21-4ce9-9233-46c31ba14dda} <Debug> TCPHandler: Processed in 0.006848714 sec. | ||
| 8251 | 2025.03.04 03:24:37.249476 [ 189 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8252 | 2025.03.04 03:24:37.249512 [ 189 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21005 rows starting from the beginning of the part | ||
| 8253 | 2025.03.04 03:24:37.249710 [ 189 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
| 8254 | 2025.03.04 03:24:37.249900 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8255 | 2025.03.04 03:24:37.250020 [ 189 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 164 rows starting from the beginning of the part | ||
| 8256 | 2025.03.04 03:24:37.250332 [ 255 ] {12bd9aba-3168-4150-9fb5-949bb6b3ff6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8257 | 2025.03.04 03:24:37.250370 [ 189 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part | ||
| 8258 | 2025.03.04 03:24:37.250587 [ 255 ] {12bd9aba-3168-4150-9fb5-949bb6b3ff6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8259 | 2025.03.04 03:24:37.250741 [ 189 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part | ||
| 8260 | 2025.03.04 03:24:37.251131 [ 189 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 918 rows starting from the beginning of the part | ||
| 8261 | 2025.03.04 03:24:37.252919 [ 255 ] {12bd9aba-3168-4150-9fb5-949bb6b3ff6f} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8262 | 2025.03.04 03:24:37.252989 [ 255 ] {12bd9aba-3168-4150-9fb5-949bb6b3ff6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8263 | 2025.03.04 03:24:37.253692 [ 255 ] {12bd9aba-3168-4150-9fb5-949bb6b3ff6f} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8264 | 2025.03.04 03:24:37.254330 [ 255 ] {12bd9aba-3168-4150-9fb5-949bb6b3ff6f} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8265 | 2025.03.04 03:24:37.254755 [ 83 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8266 | 2025.03.04 03:24:37.254869 [ 83 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8267 | 2025.03.04 03:24:37.254953 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8268 | 2025.03.04 03:24:37.255188 [ 255 ] {12bd9aba-3168-4150-9fb5-949bb6b3ff6f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004998 sec., 12004.801920768308 rows/sec., 828.46 KiB/sec. | ||
| 8269 | 2025.03.04 03:24:37.255246 [ 193 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 8270 | 2025.03.04 03:24:37.255390 [ 255 ] {12bd9aba-3168-4150-9fb5-949bb6b3ff6f} <Debug> TCPHandler: Processed in 0.005639019 sec. | ||
| 8271 | 2025.03.04 03:24:37.255544 [ 193 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8272 | 2025.03.04 03:24:37.255596 [ 193 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4044 rows starting from the beginning of the part | ||
| 8273 | 2025.03.04 03:24:37.255655 [ 193 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
| 8274 | 2025.03.04 03:24:37.255862 [ 193 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part | ||
| 8275 | 2025.03.04 03:24:37.256310 [ 193 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
| 8276 | 2025.03.04 03:24:37.256414 [ 193 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
| 8277 | 2025.03.04 03:24:37.256620 [ 193 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
| 8278 | 2025.03.04 03:24:37.266796 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4344 rows, containing 4 columns (4 merged, 0 gathered) in 0.011709644 sec., 370976.2653757877 rows/sec., 24.93 MiB/sec. | ||
| 8279 | 2025.03.04 03:24:37.267509 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8280 | 2025.03.04 03:24:37.268008 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_76_15} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8281 | 2025.03.04 03:24:37.268137 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_76_15} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8282 | 2025.03.04 03:24:37.268280 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. | ||
| 8283 | 2025.03.04 03:24:37.269719 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22567 rows, containing 5 columns (5 merged, 0 gathered) in 0.020558821 sec., 1097679.6772538659 rows/sec., 75.30 MiB/sec. | ||
| 8284 | 2025.03.04 03:24:37.270207 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8285 | 2025.03.04 03:24:37.270572 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8286 | 2025.03.04 03:24:37.270672 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8287 | 2025.03.04 03:24:37.270781 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. | ||
| 8288 | 2025.03.04 03:24:38.000167 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 226.57 MiB, peak 239.82 MiB, free memory in arenas 0.00 B, will set to 227.74 MiB (RSS), difference: 1.17 MiB | ||
| 8289 | 2025.03.04 03:24:38.607174 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278 | ||
| 8290 | 2025.03.04 03:24:38.607824 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8291 | 2025.03.04 03:24:38.607880 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8292 | 2025.03.04 03:24:38.608437 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8293 | 2025.03.04 03:24:38.608707 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8294 | 2025.03.04 03:24:38.608976 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278 | ||
| 8295 | 2025.03.04 03:24:40.336637 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 8296 | 2025.03.04 03:24:40.357134 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8297 | 2025.03.04 03:24:40.357200 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8298 | 2025.03.04 03:24:40.365217 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8299 | 2025.03.04 03:24:40.366124 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8300 | 2025.03.04 03:24:40.370008 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 8301 | 2025.03.04 03:24:41.216824 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1106 | ||
| 8302 | 2025.03.04 03:24:41.219989 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8303 | 2025.03.04 03:24:41.220053 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8304 | 2025.03.04 03:24:41.221538 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8305 | 2025.03.04 03:24:41.221862 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8306 | 2025.03.04 03:24:41.222551 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1106 | ||
| 8307 | 2025.03.04 03:24:42.183855 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8308 | 2025.03.04 03:24:42.184067 [ 255 ] {2bb81b34-4f44-4fd7-b47a-6b3421a47fcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8309 | 2025.03.04 03:24:42.184146 [ 255 ] {2bb81b34-4f44-4fd7-b47a-6b3421a47fcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8310 | 2025.03.04 03:24:42.185048 [ 255 ] {2bb81b34-4f44-4fd7-b47a-6b3421a47fcb} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8311 | 2025.03.04 03:24:42.185097 [ 255 ] {2bb81b34-4f44-4fd7-b47a-6b3421a47fcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8312 | 2025.03.04 03:24:42.185538 [ 255 ] {2bb81b34-4f44-4fd7-b47a-6b3421a47fcb} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8313 | 2025.03.04 03:24:42.185799 [ 255 ] {2bb81b34-4f44-4fd7-b47a-6b3421a47fcb} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8314 | 2025.03.04 03:24:42.186011 [ 255 ] {2bb81b34-4f44-4fd7-b47a-6b3421a47fcb} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.002001 sec., 67966.01699150424 rows/sec., 5.85 MiB/sec. | ||
| 8315 | 2025.03.04 03:24:42.186111 [ 255 ] {2bb81b34-4f44-4fd7-b47a-6b3421a47fcb} <Debug> TCPHandler: Processed in 0.00238777 sec. | ||
| 8316 | 2025.03.04 03:24:42.186298 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8317 | 2025.03.04 03:24:42.186546 [ 255 ] {70792f51-6391-4f28-ab60-2025080864dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8318 | 2025.03.04 03:24:42.186598 [ 255 ] {70792f51-6391-4f28-ab60-2025080864dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8319 | 2025.03.04 03:24:42.187153 [ 255 ] {70792f51-6391-4f28-ab60-2025080864dc} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8320 | 2025.03.04 03:24:42.187193 [ 255 ] {70792f51-6391-4f28-ab60-2025080864dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8321 | 2025.03.04 03:24:42.187542 [ 255 ] {70792f51-6391-4f28-ab60-2025080864dc} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8322 | 2025.03.04 03:24:42.187791 [ 255 ] {70792f51-6391-4f28-ab60-2025080864dc} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8323 | 2025.03.04 03:24:42.188013 [ 255 ] {70792f51-6391-4f28-ab60-2025080864dc} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.00154 sec., 25974.025974025975 rows/sec., 1.91 MiB/sec. | ||
| 8324 | 2025.03.04 03:24:42.188067 [ 255 ] {70792f51-6391-4f28-ab60-2025080864dc} <Debug> TCPHandler: Processed in 0.001874843 sec. | ||
| 8325 | 2025.03.04 03:24:42.188172 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8326 | 2025.03.04 03:24:42.188274 [ 255 ] {37fc4931-73aa-4dd3-a8f0-19b15fc38ff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8327 | 2025.03.04 03:24:42.188319 [ 255 ] {37fc4931-73aa-4dd3-a8f0-19b15fc38ff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8328 | 2025.03.04 03:24:42.188871 [ 255 ] {37fc4931-73aa-4dd3-a8f0-19b15fc38ff8} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8329 | 2025.03.04 03:24:42.188910 [ 255 ] {37fc4931-73aa-4dd3-a8f0-19b15fc38ff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8330 | 2025.03.04 03:24:42.189262 [ 255 ] {37fc4931-73aa-4dd3-a8f0-19b15fc38ff8} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8331 | 2025.03.04 03:24:42.189502 [ 255 ] {37fc4931-73aa-4dd3-a8f0-19b15fc38ff8} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8332 | 2025.03.04 03:24:42.189706 [ 255 ] {37fc4931-73aa-4dd3-a8f0-19b15fc38ff8} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001453 sec., 71576.04955264968 rows/sec., 5.59 MiB/sec. | ||
| 8333 | 2025.03.04 03:24:42.189759 [ 255 ] {37fc4931-73aa-4dd3-a8f0-19b15fc38ff8} <Debug> TCPHandler: Processed in 0.00163658 sec. | ||
| 8334 | 2025.03.04 03:24:42.189877 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8335 | 2025.03.04 03:24:42.189989 [ 255 ] {355c88c7-b448-4a53-b8b7-8e7b1c13dc03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8336 | 2025.03.04 03:24:42.190037 [ 255 ] {355c88c7-b448-4a53-b8b7-8e7b1c13dc03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8337 | 2025.03.04 03:24:42.190566 [ 255 ] {355c88c7-b448-4a53-b8b7-8e7b1c13dc03} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8338 | 2025.03.04 03:24:42.190613 [ 255 ] {355c88c7-b448-4a53-b8b7-8e7b1c13dc03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8339 | 2025.03.04 03:24:42.191000 [ 255 ] {355c88c7-b448-4a53-b8b7-8e7b1c13dc03} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8340 | 2025.03.04 03:24:42.191235 [ 255 ] {355c88c7-b448-4a53-b8b7-8e7b1c13dc03} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8341 | 2025.03.04 03:24:42.191437 [ 255 ] {355c88c7-b448-4a53-b8b7-8e7b1c13dc03} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00147 sec., 108843.53741496599 rows/sec., 7.58 MiB/sec. | ||
| 8342 | 2025.03.04 03:24:42.191488 [ 255 ] {355c88c7-b448-4a53-b8b7-8e7b1c13dc03} <Debug> TCPHandler: Processed in 0.0016634 sec. | ||
| 8343 | 2025.03.04 03:24:42.191601 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8344 | 2025.03.04 03:24:42.191705 [ 255 ] {f0495a09-7556-4ff1-abab-59660997db9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8345 | 2025.03.04 03:24:42.191768 [ 255 ] {f0495a09-7556-4ff1-abab-59660997db9f} <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 | ||
| 8346 | 2025.03.04 03:24:42.192950 [ 255 ] {f0495a09-7556-4ff1-abab-59660997db9f} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8347 | 2025.03.04 03:24:42.192989 [ 255 ] {f0495a09-7556-4ff1-abab-59660997db9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8348 | 2025.03.04 03:24:42.193645 [ 255 ] {f0495a09-7556-4ff1-abab-59660997db9f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8349 | 2025.03.04 03:24:42.193906 [ 255 ] {f0495a09-7556-4ff1-abab-59660997db9f} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8350 | 2025.03.04 03:24:42.194166 [ 255 ] {f0495a09-7556-4ff1-abab-59660997db9f} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002482 sec., 16116.035455278003 rows/sec., 28.88 MiB/sec. | ||
| 8351 | 2025.03.04 03:24:42.194472 [ 255 ] {f0495a09-7556-4ff1-abab-59660997db9f} <Debug> TCPHandler: Processed in 0.002929826 sec. | ||
| 8352 | 2025.03.04 03:24:42.194601 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8353 | 2025.03.04 03:24:42.194704 [ 255 ] {9a9238c3-6fdc-4706-9c6e-e31049a6a480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8354 | 2025.03.04 03:24:42.194749 [ 255 ] {9a9238c3-6fdc-4706-9c6e-e31049a6a480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8355 | 2025.03.04 03:24:42.195187 [ 255 ] {9a9238c3-6fdc-4706-9c6e-e31049a6a480} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8356 | 2025.03.04 03:24:42.195225 [ 255 ] {9a9238c3-6fdc-4706-9c6e-e31049a6a480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8357 | 2025.03.04 03:24:42.195573 [ 255 ] {9a9238c3-6fdc-4706-9c6e-e31049a6a480} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8358 | 2025.03.04 03:24:42.195810 [ 255 ] {9a9238c3-6fdc-4706-9c6e-e31049a6a480} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8359 | 2025.03.04 03:24:42.196012 [ 255 ] {9a9238c3-6fdc-4706-9c6e-e31049a6a480} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00133 sec., 45112.781954887214 rows/sec., 3.04 MiB/sec. | ||
| 8360 | 2025.03.04 03:24:42.196060 [ 255 ] {9a9238c3-6fdc-4706-9c6e-e31049a6a480} <Debug> TCPHandler: Processed in 0.001518948 sec. | ||
| 8361 | 2025.03.04 03:24:45.917308 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8362 | 2025.03.04 03:24:45.917409 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8363 | 2025.03.04 03:24:46.109099 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766 | ||
| 8364 | 2025.03.04 03:24:46.110166 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8365 | 2025.03.04 03:24:46.110210 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8366 | 2025.03.04 03:24:46.110733 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8367 | 2025.03.04 03:24:46.110982 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8368 | 2025.03.04 03:24:46.111215 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 8369 | 2025.03.04 03:24:47.181548 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8370 | 2025.03.04 03:24:47.181819 [ 255 ] {79aae746-b396-487a-84ec-77e6891af5e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8371 | 2025.03.04 03:24:47.181908 [ 255 ] {79aae746-b396-487a-84ec-77e6891af5e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8372 | 2025.03.04 03:24:47.182655 [ 255 ] {79aae746-b396-487a-84ec-77e6891af5e8} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8373 | 2025.03.04 03:24:47.182701 [ 255 ] {79aae746-b396-487a-84ec-77e6891af5e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8374 | 2025.03.04 03:24:47.183132 [ 255 ] {79aae746-b396-487a-84ec-77e6891af5e8} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8375 | 2025.03.04 03:24:47.183380 [ 255 ] {79aae746-b396-487a-84ec-77e6891af5e8} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8376 | 2025.03.04 03:24:47.183629 [ 255 ] {79aae746-b396-487a-84ec-77e6891af5e8} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001888 sec., 29661.016949152545 rows/sec., 2.26 MiB/sec. | ||
| 8377 | 2025.03.04 03:24:47.183693 [ 255 ] {79aae746-b396-487a-84ec-77e6891af5e8} <Debug> TCPHandler: Processed in 0.002293408 sec. | ||
| 8378 | 2025.03.04 03:24:47.183804 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8379 | 2025.03.04 03:24:47.183914 [ 255 ] {a4908849-378c-4fbc-bb54-0e95d97098d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8380 | 2025.03.04 03:24:47.183961 [ 255 ] {a4908849-378c-4fbc-bb54-0e95d97098d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8381 | 2025.03.04 03:24:47.184501 [ 255 ] {a4908849-378c-4fbc-bb54-0e95d97098d8} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8382 | 2025.03.04 03:24:47.184541 [ 255 ] {a4908849-378c-4fbc-bb54-0e95d97098d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8383 | 2025.03.04 03:24:47.184898 [ 255 ] {a4908849-378c-4fbc-bb54-0e95d97098d8} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8384 | 2025.03.04 03:24:47.185127 [ 255 ] {a4908849-378c-4fbc-bb54-0e95d97098d8} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8385 | 2025.03.04 03:24:47.185343 [ 255 ] {a4908849-378c-4fbc-bb54-0e95d97098d8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001455 sec., 43986.25429553265 rows/sec., 3.43 MiB/sec. | ||
| 8386 | 2025.03.04 03:24:47.185395 [ 255 ] {a4908849-378c-4fbc-bb54-0e95d97098d8} <Debug> TCPHandler: Processed in 0.00164281 sec. | ||
| 8387 | 2025.03.04 03:24:47.185510 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8388 | 2025.03.04 03:24:47.185622 [ 255 ] {0837707b-f46f-4d64-aaaf-bfba16a71a09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8389 | 2025.03.04 03:24:47.185672 [ 255 ] {0837707b-f46f-4d64-aaaf-bfba16a71a09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8390 | 2025.03.04 03:24:47.186184 [ 255 ] {0837707b-f46f-4d64-aaaf-bfba16a71a09} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8391 | 2025.03.04 03:24:47.186223 [ 255 ] {0837707b-f46f-4d64-aaaf-bfba16a71a09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8392 | 2025.03.04 03:24:47.186613 [ 255 ] {0837707b-f46f-4d64-aaaf-bfba16a71a09} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8393 | 2025.03.04 03:24:47.186838 [ 255 ] {0837707b-f46f-4d64-aaaf-bfba16a71a09} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8394 | 2025.03.04 03:24:47.187059 [ 255 ] {0837707b-f46f-4d64-aaaf-bfba16a71a09} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001455 sec., 109965.63573883162 rows/sec., 7.66 MiB/sec. | ||
| 8395 | 2025.03.04 03:24:47.187122 [ 255 ] {0837707b-f46f-4d64-aaaf-bfba16a71a09} <Debug> TCPHandler: Processed in 0.00166294 sec. | ||
| 8396 | 2025.03.04 03:24:47.187237 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8397 | 2025.03.04 03:24:47.187395 [ 255 ] {ac310439-26b9-4f3d-a9f0-ad9e34ff935c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8398 | 2025.03.04 03:24:47.187448 [ 255 ] {ac310439-26b9-4f3d-a9f0-ad9e34ff935c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8399 | 2025.03.04 03:24:47.187884 [ 255 ] {ac310439-26b9-4f3d-a9f0-ad9e34ff935c} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8400 | 2025.03.04 03:24:47.187922 [ 255 ] {ac310439-26b9-4f3d-a9f0-ad9e34ff935c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8401 | 2025.03.04 03:24:47.188267 [ 255 ] {ac310439-26b9-4f3d-a9f0-ad9e34ff935c} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8402 | 2025.03.04 03:24:47.188497 [ 255 ] {ac310439-26b9-4f3d-a9f0-ad9e34ff935c} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8403 | 2025.03.04 03:24:47.188727 [ 255 ] {ac310439-26b9-4f3d-a9f0-ad9e34ff935c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001372 sec., 43731.778425655975 rows/sec., 2.95 MiB/sec. | ||
| 8404 | 2025.03.04 03:24:47.188775 [ 255 ] {ac310439-26b9-4f3d-a9f0-ad9e34ff935c} <Debug> TCPHandler: Processed in 0.00159602 sec. | ||
| 8405 | 2025.03.04 03:24:47.870076 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 8406 | 2025.03.04 03:24:47.891955 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8407 | 2025.03.04 03:24:47.892009 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8408 | 2025.03.04 03:24:47.899380 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8409 | 2025.03.04 03:24:47.900138 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8410 | 2025.03.04 03:24:47.903016 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 8411 | 2025.03.04 03:24:49.519730 [ 149 ] {} <Debug> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 8412 | 2025.03.04 03:24:49.519840 [ 149 ] {} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8413 | 2025.03.04 03:24:49.519891 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8414 | 2025.03.04 03:24:49.520212 [ 200 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
| 8415 | 2025.03.04 03:24:49.520440 [ 200 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8416 | 2025.03.04 03:24:49.520480 [ 200 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 20 rows starting from the beginning of the part | ||
| 8417 | 2025.03.04 03:24:49.520562 [ 200 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
| 8418 | 2025.03.04 03:24:49.520786 [ 200 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 8419 | 2025.03.04 03:24:49.521002 [ 200 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
| 8420 | 2025.03.04 03:24:49.521121 [ 200 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part | ||
| 8421 | 2025.03.04 03:24:49.522220 [ 193 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.002197527 sec., 19112.393158309318 rows/sec., 1.59 MiB/sec. | ||
| 8422 | 2025.03.04 03:24:49.522478 [ 193 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 8423 | 2025.03.04 03:24:49.522960 [ 193 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_17_4} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8424 | 2025.03.04 03:24:49.523053 [ 193 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_17_4} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 8425 | 2025.03.04 03:24:49.523154 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8426 | 2025.03.04 03:24:49.627709 [ 149 ] {} <Debug> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 8427 | 2025.03.04 03:24:49.627743 [ 149 ] {} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8428 | 2025.03.04 03:24:49.627763 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8429 | 2025.03.04 03:24:49.627935 [ 200 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
| 8430 | 2025.03.04 03:24:49.628151 [ 200 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8431 | 2025.03.04 03:24:49.628182 [ 200 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 124 rows starting from the beginning of the part | ||
| 8432 | 2025.03.04 03:24:49.628260 [ 200 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part | ||
| 8433 | 2025.03.04 03:24:49.628522 [ 200 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 112 rows starting from the beginning of the part | ||
| 8434 | 2025.03.04 03:24:49.628661 [ 200 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part | ||
| 8435 | 2025.03.04 03:24:49.628856 [ 200 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part | ||
| 8436 | 2025.03.04 03:24:49.629843 [ 188 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.002022685 sec., 134474.72048292245 rows/sec., 8.63 MiB/sec. | ||
| 8437 | 2025.03.04 03:24:49.630024 [ 197 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 8438 | 2025.03.04 03:24:49.630379 [ 197 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_13_3} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8439 | 2025.03.04 03:24:49.630474 [ 197 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_13_3} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 8440 | 2025.03.04 03:24:49.630574 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8441 | 2025.03.04 03:24:51.222745 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1126 | ||
| 8442 | 2025.03.04 03:24:51.225985 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8443 | 2025.03.04 03:24:51.226046 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8444 | 2025.03.04 03:24:51.227541 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8445 | 2025.03.04 03:24:51.227873 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8446 | 2025.03.04 03:24:51.228556 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1126 | ||
| 8447 | 2025.03.04 03:24:52.183833 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8448 | 2025.03.04 03:24:52.184041 [ 255 ] {f42e2ea8-c0a7-4b62-96db-45611dce52ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8449 | 2025.03.04 03:24:52.184113 [ 255 ] {f42e2ea8-c0a7-4b62-96db-45611dce52ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8450 | 2025.03.04 03:24:52.184872 [ 255 ] {f42e2ea8-c0a7-4b62-96db-45611dce52ca} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8451 | 2025.03.04 03:24:52.184922 [ 255 ] {f42e2ea8-c0a7-4b62-96db-45611dce52ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8452 | 2025.03.04 03:24:52.185331 [ 255 ] {f42e2ea8-c0a7-4b62-96db-45611dce52ca} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8453 | 2025.03.04 03:24:52.185585 [ 255 ] {f42e2ea8-c0a7-4b62-96db-45611dce52ca} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8454 | 2025.03.04 03:24:52.185832 [ 255 ] {f42e2ea8-c0a7-4b62-96db-45611dce52ca} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001843 sec., 3255.5615843733044 rows/sec., 265.47 KiB/sec. | ||
| 8455 | 2025.03.04 03:24:52.185897 [ 255 ] {f42e2ea8-c0a7-4b62-96db-45611dce52ca} <Debug> TCPHandler: Processed in 0.002214677 sec. | ||
| 8456 | 2025.03.04 03:24:52.186022 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8457 | 2025.03.04 03:24:52.186136 [ 255 ] {c6c89417-7fb2-4e51-bcc1-0fad1ab6a8ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8458 | 2025.03.04 03:24:52.186185 [ 255 ] {c6c89417-7fb2-4e51-bcc1-0fad1ab6a8ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8459 | 2025.03.04 03:24:52.186809 [ 255 ] {c6c89417-7fb2-4e51-bcc1-0fad1ab6a8ae} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8460 | 2025.03.04 03:24:52.186849 [ 255 ] {c6c89417-7fb2-4e51-bcc1-0fad1ab6a8ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8461 | 2025.03.04 03:24:52.187217 [ 255 ] {c6c89417-7fb2-4e51-bcc1-0fad1ab6a8ae} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8462 | 2025.03.04 03:24:52.187450 [ 255 ] {c6c89417-7fb2-4e51-bcc1-0fad1ab6a8ae} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8463 | 2025.03.04 03:24:52.187657 [ 255 ] {c6c89417-7fb2-4e51-bcc1-0fad1ab6a8ae} <Debug> executeQuery: Read 139 rows, 12.22 KiB in 0.001547 sec., 89851.3251454428 rows/sec., 7.71 MiB/sec. | ||
| 8464 | 2025.03.04 03:24:52.187710 [ 255 ] {c6c89417-7fb2-4e51-bcc1-0fad1ab6a8ae} <Debug> TCPHandler: Processed in 0.001739501 sec. | ||
| 8465 | 2025.03.04 03:24:52.187815 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8466 | 2025.03.04 03:24:52.187917 [ 255 ] {3899e4d2-b501-4169-8674-6adfa56c1e77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8467 | 2025.03.04 03:24:52.187962 [ 255 ] {3899e4d2-b501-4169-8674-6adfa56c1e77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8468 | 2025.03.04 03:24:52.188498 [ 255 ] {3899e4d2-b501-4169-8674-6adfa56c1e77} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8469 | 2025.03.04 03:24:52.188536 [ 255 ] {3899e4d2-b501-4169-8674-6adfa56c1e77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8470 | 2025.03.04 03:24:52.188884 [ 255 ] {3899e4d2-b501-4169-8674-6adfa56c1e77} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8471 | 2025.03.04 03:24:52.189111 [ 255 ] {3899e4d2-b501-4169-8674-6adfa56c1e77} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8472 | 2025.03.04 03:24:52.189316 [ 255 ] {3899e4d2-b501-4169-8674-6adfa56c1e77} <Debug> executeQuery: Read 46 rows, 3.43 KiB in 0.00142 sec., 32394.3661971831 rows/sec., 2.36 MiB/sec. | ||
| 8473 | 2025.03.04 03:24:52.189367 [ 255 ] {3899e4d2-b501-4169-8674-6adfa56c1e77} <Debug> TCPHandler: Processed in 0.001602299 sec. | ||
| 8474 | 2025.03.04 03:24:52.189469 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8475 | 2025.03.04 03:24:52.189569 [ 255 ] {e9fb71c6-2d9d-47ed-ba43-87ac815a9ea3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8476 | 2025.03.04 03:24:52.189621 [ 255 ] {e9fb71c6-2d9d-47ed-ba43-87ac815a9ea3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8477 | 2025.03.04 03:24:52.190174 [ 255 ] {e9fb71c6-2d9d-47ed-ba43-87ac815a9ea3} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8478 | 2025.03.04 03:24:52.190213 [ 255 ] {e9fb71c6-2d9d-47ed-ba43-87ac815a9ea3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8479 | 2025.03.04 03:24:52.190552 [ 255 ] {e9fb71c6-2d9d-47ed-ba43-87ac815a9ea3} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8480 | 2025.03.04 03:24:52.190790 [ 255 ] {e9fb71c6-2d9d-47ed-ba43-87ac815a9ea3} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8481 | 2025.03.04 03:24:52.190998 [ 255 ] {e9fb71c6-2d9d-47ed-ba43-87ac815a9ea3} <Debug> executeQuery: Read 110 rows, 8.81 KiB in 0.001451 sec., 75809.78635423846 rows/sec., 5.93 MiB/sec. | ||
| 8482 | 2025.03.04 03:24:52.191050 [ 255 ] {e9fb71c6-2d9d-47ed-ba43-87ac815a9ea3} <Debug> TCPHandler: Processed in 0.00162969 sec. | ||
| 8483 | 2025.03.04 03:24:52.191162 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8484 | 2025.03.04 03:24:52.191265 [ 255 ] {8f23bd38-6910-47d7-8303-7115928755a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8485 | 2025.03.04 03:24:52.191312 [ 255 ] {8f23bd38-6910-47d7-8303-7115928755a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8486 | 2025.03.04 03:24:52.191839 [ 255 ] {8f23bd38-6910-47d7-8303-7115928755a6} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8487 | 2025.03.04 03:24:52.191877 [ 255 ] {8f23bd38-6910-47d7-8303-7115928755a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8488 | 2025.03.04 03:24:52.192248 [ 255 ] {8f23bd38-6910-47d7-8303-7115928755a6} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8489 | 2025.03.04 03:24:52.192485 [ 255 ] {8f23bd38-6910-47d7-8303-7115928755a6} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8490 | 2025.03.04 03:24:52.192697 [ 255 ] {8f23bd38-6910-47d7-8303-7115928755a6} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001453 sec., 112181.69304886441 rows/sec., 7.81 MiB/sec. | ||
| 8491 | 2025.03.04 03:24:52.192747 [ 255 ] {8f23bd38-6910-47d7-8303-7115928755a6} <Debug> TCPHandler: Processed in 0.00163518 sec. | ||
| 8492 | 2025.03.04 03:24:52.192849 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8493 | 2025.03.04 03:24:52.192950 [ 255 ] {9c3ddc03-066c-4823-8dc2-dd4b5f5e5541} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8494 | 2025.03.04 03:24:52.193013 [ 255 ] {9c3ddc03-066c-4823-8dc2-dd4b5f5e5541} <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 | ||
| 8495 | 2025.03.04 03:24:52.194178 [ 255 ] {9c3ddc03-066c-4823-8dc2-dd4b5f5e5541} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8496 | 2025.03.04 03:24:52.194216 [ 255 ] {9c3ddc03-066c-4823-8dc2-dd4b5f5e5541} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8497 | 2025.03.04 03:24:52.194862 [ 255 ] {9c3ddc03-066c-4823-8dc2-dd4b5f5e5541} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8498 | 2025.03.04 03:24:52.195110 [ 255 ] {9c3ddc03-066c-4823-8dc2-dd4b5f5e5541} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8499 | 2025.03.04 03:24:52.195345 [ 255 ] {9c3ddc03-066c-4823-8dc2-dd4b5f5e5541} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002416 sec., 16556.291390728475 rows/sec., 29.67 MiB/sec. | ||
| 8500 | 2025.03.04 03:24:52.195437 [ 255 ] {9c3ddc03-066c-4823-8dc2-dd4b5f5e5541} <Debug> TCPHandler: Processed in 0.002636353 sec. | ||
| 8501 | 2025.03.04 03:24:52.195572 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8502 | 2025.03.04 03:24:52.195686 [ 255 ] {0a23ce48-a194-4df1-b828-1cb775d24a66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8503 | 2025.03.04 03:24:52.195732 [ 255 ] {0a23ce48-a194-4df1-b828-1cb775d24a66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8504 | 2025.03.04 03:24:52.196172 [ 255 ] {0a23ce48-a194-4df1-b828-1cb775d24a66} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8505 | 2025.03.04 03:24:52.196210 [ 255 ] {0a23ce48-a194-4df1-b828-1cb775d24a66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8506 | 2025.03.04 03:24:52.196554 [ 255 ] {0a23ce48-a194-4df1-b828-1cb775d24a66} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8507 | 2025.03.04 03:24:52.196791 [ 255 ] {0a23ce48-a194-4df1-b828-1cb775d24a66} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8508 | 2025.03.04 03:24:52.197005 [ 255 ] {0a23ce48-a194-4df1-b828-1cb775d24a66} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001341 sec., 44742.729306487694 rows/sec., 3.02 MiB/sec. | ||
| 8509 | 2025.03.04 03:24:52.197054 [ 255 ] {0a23ce48-a194-4df1-b828-1cb775d24a66} <Debug> TCPHandler: Processed in 0.001532028 sec. | ||
| 8510 | 2025.03.04 03:24:52.213327 [ 147 ] {} <Debug> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 8511 | 2025.03.04 03:24:52.213420 [ 147 ] {} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8512 | 2025.03.04 03:24:52.213456 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8513 | 2025.03.04 03:24:52.213688 [ 188 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
| 8514 | 2025.03.04 03:24:52.214013 [ 188 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8515 | 2025.03.04 03:24:52.214045 [ 188 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 236 rows starting from the beginning of the part | ||
| 8516 | 2025.03.04 03:24:52.214117 [ 188 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part | ||
| 8517 | 2025.03.04 03:24:52.214331 [ 188 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 212 rows starting from the beginning of the part | ||
| 8518 | 2025.03.04 03:24:52.214522 [ 188 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part | ||
| 8519 | 2025.03.04 03:24:52.214702 [ 188 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part | ||
| 8520 | 2025.03.04 03:24:52.215691 [ 187 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 5 columns (5 merged, 0 gathered) in 0.002142386 sec., 242720.0327111921 rows/sec., 17.23 MiB/sec. | ||
| 8521 | 2025.03.04 03:24:52.215894 [ 194 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 8522 | 2025.03.04 03:24:52.216239 [ 194 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_13_3} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8523 | 2025.03.04 03:24:52.216334 [ 194 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_13_3} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 8524 | 2025.03.04 03:24:52.216456 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 8525 | 2025.03.04 03:24:53.611373 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193 | ||
| 8526 | 2025.03.04 03:24:53.612085 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8527 | 2025.03.04 03:24:53.612125 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8528 | 2025.03.04 03:24:53.612646 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8529 | 2025.03.04 03:24:53.612898 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8530 | 2025.03.04 03:24:53.613134 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193 | ||
| 8531 | 2025.03.04 03:24:55.403119 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 8532 | 2025.03.04 03:24:55.424674 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8533 | 2025.03.04 03:24:55.424739 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8534 | 2025.03.04 03:24:55.432051 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8535 | 2025.03.04 03:24:55.432814 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8536 | 2025.03.04 03:24:55.436707 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 8537 | 2025.03.04 03:24:57.181697 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8538 | 2025.03.04 03:24:57.181880 [ 255 ] {deb503ac-0a38-4801-8556-a0e05b4c982b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8539 | 2025.03.04 03:24:57.181951 [ 255 ] {deb503ac-0a38-4801-8556-a0e05b4c982b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8540 | 2025.03.04 03:24:57.182744 [ 255 ] {deb503ac-0a38-4801-8556-a0e05b4c982b} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8541 | 2025.03.04 03:24:57.182792 [ 255 ] {deb503ac-0a38-4801-8556-a0e05b4c982b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8542 | 2025.03.04 03:24:57.183224 [ 255 ] {deb503ac-0a38-4801-8556-a0e05b4c982b} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8543 | 2025.03.04 03:24:57.183483 [ 255 ] {deb503ac-0a38-4801-8556-a0e05b4c982b} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8544 | 2025.03.04 03:24:57.183750 [ 255 ] {deb503ac-0a38-4801-8556-a0e05b4c982b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00192 sec., 29166.666666666664 rows/sec., 2.23 MiB/sec. | ||
| 8545 | 2025.03.04 03:24:57.183816 [ 255 ] {deb503ac-0a38-4801-8556-a0e05b4c982b} <Debug> TCPHandler: Processed in 0.002247308 sec. | ||
| 8546 | 2025.03.04 03:24:57.183941 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8547 | 2025.03.04 03:24:57.184057 [ 255 ] {a2b9d106-906a-44af-8df7-edefcbf0317c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8548 | 2025.03.04 03:24:57.184104 [ 255 ] {a2b9d106-906a-44af-8df7-edefcbf0317c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8549 | 2025.03.04 03:24:57.184686 [ 255 ] {a2b9d106-906a-44af-8df7-edefcbf0317c} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8550 | 2025.03.04 03:24:57.184727 [ 255 ] {a2b9d106-906a-44af-8df7-edefcbf0317c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8551 | 2025.03.04 03:24:57.185079 [ 255 ] {a2b9d106-906a-44af-8df7-edefcbf0317c} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8552 | 2025.03.04 03:24:57.185306 [ 255 ] {a2b9d106-906a-44af-8df7-edefcbf0317c} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8553 | 2025.03.04 03:24:57.185530 [ 255 ] {a2b9d106-906a-44af-8df7-edefcbf0317c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001501 sec., 42638.241172551636 rows/sec., 3.33 MiB/sec. | ||
| 8554 | 2025.03.04 03:24:57.185582 [ 255 ] {a2b9d106-906a-44af-8df7-edefcbf0317c} <Debug> TCPHandler: Processed in 0.001692911 sec. | ||
| 8555 | 2025.03.04 03:24:57.185692 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8556 | 2025.03.04 03:24:57.185795 [ 255 ] {274f5ec3-e933-4c8b-b410-4c7a95dfb7c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8557 | 2025.03.04 03:24:57.185843 [ 255 ] {274f5ec3-e933-4c8b-b410-4c7a95dfb7c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8558 | 2025.03.04 03:24:57.186366 [ 255 ] {274f5ec3-e933-4c8b-b410-4c7a95dfb7c5} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8559 | 2025.03.04 03:24:57.186405 [ 255 ] {274f5ec3-e933-4c8b-b410-4c7a95dfb7c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8560 | 2025.03.04 03:24:57.186782 [ 255 ] {274f5ec3-e933-4c8b-b410-4c7a95dfb7c5} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8561 | 2025.03.04 03:24:57.187008 [ 255 ] {274f5ec3-e933-4c8b-b410-4c7a95dfb7c5} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8562 | 2025.03.04 03:24:57.187226 [ 255 ] {274f5ec3-e933-4c8b-b410-4c7a95dfb7c5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001453 sec., 110116.99931176874 rows/sec., 7.67 MiB/sec. | ||
| 8563 | 2025.03.04 03:24:57.187277 [ 255 ] {274f5ec3-e933-4c8b-b410-4c7a95dfb7c5} <Debug> TCPHandler: Processed in 0.00163419 sec. | ||
| 8564 | 2025.03.04 03:24:57.187379 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8565 | 2025.03.04 03:24:57.187480 [ 255 ] {f7f1aced-42e1-45a0-8ee4-8038236c9a9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8566 | 2025.03.04 03:24:57.187525 [ 255 ] {f7f1aced-42e1-45a0-8ee4-8038236c9a9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8567 | 2025.03.04 03:24:57.187964 [ 255 ] {f7f1aced-42e1-45a0-8ee4-8038236c9a9b} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8568 | 2025.03.04 03:24:57.188003 [ 255 ] {f7f1aced-42e1-45a0-8ee4-8038236c9a9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8569 | 2025.03.04 03:24:57.188346 [ 255 ] {f7f1aced-42e1-45a0-8ee4-8038236c9a9b} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8570 | 2025.03.04 03:24:57.188581 [ 255 ] {f7f1aced-42e1-45a0-8ee4-8038236c9a9b} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8571 | 2025.03.04 03:24:57.188791 [ 255 ] {f7f1aced-42e1-45a0-8ee4-8038236c9a9b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001332 sec., 45045.045045045044 rows/sec., 3.04 MiB/sec. | ||
| 8572 | 2025.03.04 03:24:57.188840 [ 255 ] {f7f1aced-42e1-45a0-8ee4-8038236c9a9b} <Debug> TCPHandler: Processed in 0.001509798 sec. | ||
| 8573 | 2025.03.04 03:25:00.917682 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8574 | 2025.03.04 03:25:00.917783 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8575 | 2025.03.04 03:25:01.113302 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681 | ||
| 8576 | 2025.03.04 03:25:01.114070 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8577 | 2025.03.04 03:25:01.114128 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8578 | 2025.03.04 03:25:01.114683 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8579 | 2025.03.04 03:25:01.114942 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8580 | 2025.03.04 03:25:01.115162 [ 139 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8581 | 2025.03.04 03:25:01.115200 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 8582 | 2025.03.04 03:25:01.115249 [ 139 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8583 | 2025.03.04 03:25:01.115283 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8584 | 2025.03.04 03:25:01.115415 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 8585 | 2025.03.04 03:25:01.115570 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8586 | 2025.03.04 03:25:01.115616 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23363 rows starting from the beginning of the part | ||
| 8587 | 2025.03.04 03:25:01.115702 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 488 rows starting from the beginning of the part | ||
| 8588 | 2025.03.04 03:25:01.115802 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 427 rows starting from the beginning of the part | ||
| 8589 | 2025.03.04 03:25:01.116081 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 488 rows starting from the beginning of the part | ||
| 8590 | 2025.03.04 03:25:01.116209 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 427 rows starting from the beginning of the part | ||
| 8591 | 2025.03.04 03:25:01.116429 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 488 rows starting from the beginning of the part | ||
| 8592 | 2025.03.04 03:25:01.119171 [ 192 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.003820536 sec., 6721831.701101626 rows/sec., 96.16 MiB/sec. | ||
| 8593 | 2025.03.04 03:25:01.119505 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8594 | 2025.03.04 03:25:01.119912 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_56_11} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8595 | 2025.03.04 03:25:01.120017 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_56_11} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8596 | 2025.03.04 03:25:01.120140 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 8597 | 2025.03.04 03:25:01.228795 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1148 | ||
| 8598 | 2025.03.04 03:25:01.231931 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8599 | 2025.03.04 03:25:01.231977 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8600 | 2025.03.04 03:25:01.233483 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8601 | 2025.03.04 03:25:01.234261 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8602 | 2025.03.04 03:25:01.235655 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1148 | ||
| 8603 | 2025.03.04 03:25:02.183940 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8604 | 2025.03.04 03:25:02.184126 [ 255 ] {ac82f902-face-44ae-b165-7093ff96e6f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8605 | 2025.03.04 03:25:02.184198 [ 255 ] {ac82f902-face-44ae-b165-7093ff96e6f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8606 | 2025.03.04 03:25:02.185042 [ 255 ] {ac82f902-face-44ae-b165-7093ff96e6f4} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8607 | 2025.03.04 03:25:02.185093 [ 255 ] {ac82f902-face-44ae-b165-7093ff96e6f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8608 | 2025.03.04 03:25:02.185535 [ 255 ] {ac82f902-face-44ae-b165-7093ff96e6f4} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8609 | 2025.03.04 03:25:02.185802 [ 255 ] {ac82f902-face-44ae-b165-7093ff96e6f4} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8610 | 2025.03.04 03:25:02.186011 [ 137 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 8611 | 2025.03.04 03:25:02.186034 [ 255 ] {ac82f902-face-44ae-b165-7093ff96e6f4} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001955 sec., 69565.21739130434 rows/sec., 5.99 MiB/sec. | ||
| 8612 | 2025.03.04 03:25:02.186092 [ 137 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8613 | 2025.03.04 03:25:02.186156 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8614 | 2025.03.04 03:25:02.186204 [ 255 ] {ac82f902-face-44ae-b165-7093ff96e6f4} <Debug> TCPHandler: Processed in 0.002383719 sec. | ||
| 8615 | 2025.03.04 03:25:02.186503 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8616 | 2025.03.04 03:25:02.186635 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 8617 | 2025.03.04 03:25:02.186798 [ 255 ] {d374e838-f886-4481-81d2-4acb4497f3e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8618 | 2025.03.04 03:25:02.186976 [ 255 ] {d374e838-f886-4481-81d2-4acb4497f3e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8619 | 2025.03.04 03:25:02.187510 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8620 | 2025.03.04 03:25:02.187655 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1968 rows starting from the beginning of the part | ||
| 8621 | 2025.03.04 03:25:02.188000 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 136 rows starting from the beginning of the part | ||
| 8622 | 2025.03.04 03:25:02.188440 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part | ||
| 8623 | 2025.03.04 03:25:02.188851 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 139 rows starting from the beginning of the part | ||
| 8624 | 2025.03.04 03:25:02.189158 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 56 rows starting from the beginning of the part | ||
| 8625 | 2025.03.04 03:25:02.189293 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 136 rows starting from the beginning of the part | ||
| 8626 | 2025.03.04 03:25:02.190303 [ 255 ] {d374e838-f886-4481-81d2-4acb4497f3e7} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8627 | 2025.03.04 03:25:02.190381 [ 255 ] {d374e838-f886-4481-81d2-4acb4497f3e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8628 | 2025.03.04 03:25:02.191320 [ 255 ] {d374e838-f886-4481-81d2-4acb4497f3e7} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8629 | 2025.03.04 03:25:02.191853 [ 255 ] {d374e838-f886-4481-81d2-4acb4497f3e7} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8630 | 2025.03.04 03:25:02.192082 [ 137 ] {} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8631 | 2025.03.04 03:25:02.192219 [ 137 ] {} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8632 | 2025.03.04 03:25:02.192302 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8633 | 2025.03.04 03:25:02.192313 [ 255 ] {d374e838-f886-4481-81d2-4acb4497f3e7} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.005588 sec., 7158.196134574087 rows/sec., 538.26 KiB/sec. | ||
| 8634 | 2025.03.04 03:25:02.192733 [ 255 ] {d374e838-f886-4481-81d2-4acb4497f3e7} <Debug> TCPHandler: Processed in 0.006343278 sec. | ||
| 8635 | 2025.03.04 03:25:02.192814 [ 192 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 8636 | 2025.03.04 03:25:02.193099 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8637 | 2025.03.04 03:25:02.193221 [ 192 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8638 | 2025.03.04 03:25:02.193254 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2491 rows, containing 5 columns (5 merged, 0 gathered) in 0.006918455 sec., 360051.4854833919 rows/sec., 31.06 MiB/sec. | ||
| 8639 | 2025.03.04 03:25:02.193292 [ 192 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 178 rows starting from the beginning of the part | ||
| 8640 | 2025.03.04 03:25:02.193336 [ 255 ] {a0237875-ddda-4278-8868-6ff364986d0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8641 | 2025.03.04 03:25:02.193465 [ 255 ] {a0237875-ddda-4278-8868-6ff364986d0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8642 | 2025.03.04 03:25:02.193543 [ 192 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 40 rows starting from the beginning of the part | ||
| 8643 | 2025.03.04 03:25:02.193805 [ 196 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 8644 | 2025.03.04 03:25:02.194272 [ 192 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 16 rows starting from the beginning of the part | ||
| 8645 | 2025.03.04 03:25:02.194600 [ 192 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 40 rows starting from the beginning of the part | ||
| 8646 | 2025.03.04 03:25:02.195166 [ 192 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 46 rows starting from the beginning of the part | ||
| 8647 | 2025.03.04 03:25:02.195331 [ 196 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_81_16} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8648 | 2025.03.04 03:25:02.195767 [ 192 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 40 rows starting from the beginning of the part | ||
| 8649 | 2025.03.04 03:25:02.195836 [ 196 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_81_16} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 8650 | 2025.03.04 03:25:02.196263 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 8651 | 2025.03.04 03:25:02.196985 [ 255 ] {a0237875-ddda-4278-8868-6ff364986d0c} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8652 | 2025.03.04 03:25:02.197033 [ 255 ] {a0237875-ddda-4278-8868-6ff364986d0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8653 | 2025.03.04 03:25:02.197601 [ 255 ] {a0237875-ddda-4278-8868-6ff364986d0c} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8654 | 2025.03.04 03:25:02.197757 [ 192 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 5 columns (5 merged, 0 gathered) in 0.005310125 sec., 67795.01424166097 rows/sec., 4.94 MiB/sec. | ||
| 8655 | 2025.03.04 03:25:02.198003 [ 255 ] {a0237875-ddda-4278-8868-6ff364986d0c} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8656 | 2025.03.04 03:25:02.198008 [ 195 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8657 | 2025.03.04 03:25:02.198450 [ 137 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 8658 | 2025.03.04 03:25:02.198556 [ 255 ] {a0237875-ddda-4278-8868-6ff364986d0c} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.005234 sec., 19870.080244554832 rows/sec., 1.55 MiB/sec. | ||
| 8659 | 2025.03.04 03:25:02.198600 [ 137 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8660 | 2025.03.04 03:25:02.198820 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8661 | 2025.03.04 03:25:02.198838 [ 186 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_51_10} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8662 | 2025.03.04 03:25:02.198868 [ 255 ] {a0237875-ddda-4278-8868-6ff364986d0c} <Debug> TCPHandler: Processed in 0.005895862 sec. | ||
| 8663 | 2025.03.04 03:25:02.199273 [ 186 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_51_10} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8664 | 2025.03.04 03:25:02.199272 [ 195 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 8665 | 2025.03.04 03:25:02.199453 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8666 | 2025.03.04 03:25:02.199665 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 8667 | 2025.03.04 03:25:02.199919 [ 195 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8668 | 2025.03.04 03:25:02.200044 [ 195 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 952 rows starting from the beginning of the part | ||
| 8669 | 2025.03.04 03:25:02.200431 [ 195 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 104 rows starting from the beginning of the part | ||
| 8670 | 2025.03.04 03:25:02.200884 [ 195 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part | ||
| 8671 | 2025.03.04 03:25:02.201213 [ 195 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 110 rows starting from the beginning of the part | ||
| 8672 | 2025.03.04 03:25:02.201296 [ 255 ] {5996d97a-245d-4c06-a726-4ff2ddcacc5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8673 | 2025.03.04 03:25:02.201460 [ 195 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 64 rows starting from the beginning of the part | ||
| 8674 | 2025.03.04 03:25:02.201558 [ 255 ] {5996d97a-245d-4c06-a726-4ff2ddcacc5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8675 | 2025.03.04 03:25:02.201717 [ 195 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 104 rows starting from the beginning of the part | ||
| 8676 | 2025.03.04 03:25:02.203616 [ 255 ] {5996d97a-245d-4c06-a726-4ff2ddcacc5a} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8677 | 2025.03.04 03:25:02.203694 [ 255 ] {5996d97a-245d-4c06-a726-4ff2ddcacc5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8678 | 2025.03.04 03:25:02.204648 [ 255 ] {5996d97a-245d-4c06-a726-4ff2ddcacc5a} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8679 | 2025.03.04 03:25:02.204807 [ 192 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1398 rows, containing 5 columns (5 merged, 0 gathered) in 0.005853982 sec., 238811.80365774955 rows/sec., 18.78 MiB/sec. | ||
| 8680 | 2025.03.04 03:25:02.205086 [ 191 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 8681 | 2025.03.04 03:25:02.205105 [ 255 ] {5996d97a-245d-4c06-a726-4ff2ddcacc5a} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8682 | 2025.03.04 03:25:02.205398 [ 136 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 8683 | 2025.03.04 03:25:02.205494 [ 136 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8684 | 2025.03.04 03:25:02.205566 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8685 | 2025.03.04 03:25:02.205670 [ 255 ] {5996d97a-245d-4c06-a726-4ff2ddcacc5a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005544 sec., 28860.02886002886 rows/sec., 2.01 MiB/sec. | ||
| 8686 | 2025.03.04 03:25:02.206028 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 8687 | 2025.03.04 03:25:02.206097 [ 191 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_81_16} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8688 | 2025.03.04 03:25:02.206213 [ 255 ] {5996d97a-245d-4c06-a726-4ff2ddcacc5a} <Debug> TCPHandler: Processed in 0.006933715 sec. | ||
| 8689 | 2025.03.04 03:25:02.206763 [ 191 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_81_16} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 8690 | 2025.03.04 03:25:02.206849 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8691 | 2025.03.04 03:25:02.206869 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8692 | 2025.03.04 03:25:02.207042 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22567 rows starting from the beginning of the part | ||
| 8693 | 2025.03.04 03:25:02.207138 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 8694 | 2025.03.04 03:25:02.207483 [ 255 ] {d9a667de-247c-4845-b389-e1935759f720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8695 | 2025.03.04 03:25:02.207733 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part | ||
| 8696 | 2025.03.04 03:25:02.208145 [ 255 ] {d9a667de-247c-4845-b389-e1935759f720} <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 | ||
| 8697 | 2025.03.04 03:25:02.208310 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part | ||
| 8698 | 2025.03.04 03:25:02.208939 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 163 rows starting from the beginning of the part | ||
| 8699 | 2025.03.04 03:25:02.209319 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part | ||
| 8700 | 2025.03.04 03:25:02.209739 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part | ||
| 8701 | 2025.03.04 03:25:02.211819 [ 255 ] {d9a667de-247c-4845-b389-e1935759f720} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8702 | 2025.03.04 03:25:02.211864 [ 255 ] {d9a667de-247c-4845-b389-e1935759f720} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8703 | 2025.03.04 03:25:02.212935 [ 255 ] {d9a667de-247c-4845-b389-e1935759f720} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8704 | 2025.03.04 03:25:02.213213 [ 255 ] {d9a667de-247c-4845-b389-e1935759f720} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8705 | 2025.03.04 03:25:02.214025 [ 255 ] {d9a667de-247c-4845-b389-e1935759f720} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.006799 sec., 5883.21812031181 rows/sec., 10.54 MiB/sec. | ||
| 8706 | 2025.03.04 03:25:02.214837 [ 255 ] {d9a667de-247c-4845-b389-e1935759f720} <Debug> TCPHandler: Processed in 0.00814632 sec. | ||
| 8707 | 2025.03.04 03:25:02.214977 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8708 | 2025.03.04 03:25:02.215086 [ 255 ] {4bad4369-7fa7-4ac6-9eec-687c64a142c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8709 | 2025.03.04 03:25:02.215133 [ 255 ] {4bad4369-7fa7-4ac6-9eec-687c64a142c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8710 | 2025.03.04 03:25:02.215686 [ 255 ] {4bad4369-7fa7-4ac6-9eec-687c64a142c7} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8711 | 2025.03.04 03:25:02.215724 [ 255 ] {4bad4369-7fa7-4ac6-9eec-687c64a142c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8712 | 2025.03.04 03:25:02.216357 [ 255 ] {4bad4369-7fa7-4ac6-9eec-687c64a142c7} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8713 | 2025.03.04 03:25:02.216620 [ 255 ] {4bad4369-7fa7-4ac6-9eec-687c64a142c7} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8714 | 2025.03.04 03:25:02.216757 [ 136 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 8715 | 2025.03.04 03:25:02.216809 [ 136 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8716 | 2025.03.04 03:25:02.216844 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8717 | 2025.03.04 03:25:02.216850 [ 255 ] {4bad4369-7fa7-4ac6-9eec-687c64a142c7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001787 sec., 33575.82540570789 rows/sec., 2.26 MiB/sec. | ||
| 8718 | 2025.03.04 03:25:02.217027 [ 255 ] {4bad4369-7fa7-4ac6-9eec-687c64a142c7} <Debug> TCPHandler: Processed in 0.002093646 sec. | ||
| 8719 | 2025.03.04 03:25:02.217153 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 8720 | 2025.03.04 03:25:02.217403 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8721 | 2025.03.04 03:25:02.217512 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4344 rows starting from the beginning of the part | ||
| 8722 | 2025.03.04 03:25:02.217775 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23370 rows, containing 5 columns (5 merged, 0 gathered) in 0.012087208 sec., 1933448.981766509 rows/sec., 132.70 MiB/sec. | ||
| 8723 | 2025.03.04 03:25:02.217825 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part | ||
| 8724 | 2025.03.04 03:25:02.217948 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part | ||
| 8725 | 2025.03.04 03:25:02.218087 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
| 8726 | 2025.03.04 03:25:02.218342 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part | ||
| 8727 | 2025.03.04 03:25:02.218366 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 8728 | 2025.03.04 03:25:02.218693 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
| 8729 | 2025.03.04 03:25:02.219270 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8730 | 2025.03.04 03:25:02.219447 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 8731 | 2025.03.04 03:25:02.219602 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 8732 | 2025.03.04 03:25:02.221408 [ 200 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4644 rows, containing 4 columns (4 merged, 0 gathered) in 0.004454464 sec., 1042549.6760104022 rows/sec., 70.07 MiB/sec. | ||
| 8733 | 2025.03.04 03:25:02.221831 [ 193 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 8734 | 2025.03.04 03:25:02.222180 [ 193 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_81_16} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8735 | 2025.03.04 03:25:02.222275 [ 193 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_81_16} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 8736 | 2025.03.04 03:25:02.222381 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 8737 | 2025.03.04 03:25:02.936810 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 | ||
| 8738 | 2025.03.04 03:25:02.958419 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8739 | 2025.03.04 03:25:02.958483 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8740 | 2025.03.04 03:25:02.966067 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8741 | 2025.03.04 03:25:02.966850 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8742 | 2025.03.04 03:25:02.967306 [ 137 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8743 | 2025.03.04 03:25:02.967436 [ 137 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8744 | 2025.03.04 03:25:02.967517 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8745 | 2025.03.04 03:25:02.967935 [ 197 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 8746 | 2025.03.04 03:25:02.983140 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422 | ||
| 8747 | 2025.03.04 03:25:02.984830 [ 197 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8748 | 2025.03.04 03:25:02.986540 [ 197 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 385 rows starting from the beginning of the part | ||
| 8749 | 2025.03.04 03:25:02.992342 [ 197 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 7 rows starting from the beginning of the part | ||
| 8750 | 2025.03.04 03:25:02.998150 [ 197 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part | ||
| 8751 | 2025.03.04 03:25:03.004467 [ 197 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part | ||
| 8752 | 2025.03.04 03:25:03.010464 [ 197 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part | ||
| 8753 | 2025.03.04 03:25:03.015189 [ 197 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part | ||
| 8754 | 2025.03.04 03:25:03.075656 [ 200 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.107985843 sec., 3907.9196705442214 rows/sec., 20.21 MiB/sec. | ||
| 8755 | 2025.03.04 03:25:03.078833 [ 200 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8756 | 2025.03.04 03:25:03.082615 [ 200 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_56_11} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8757 | 2025.03.04 03:25:03.082784 [ 200 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_56_11} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8758 | 2025.03.04 03:25:03.086364 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 8759 | 2025.03.04 03:25:04.000217 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 230.06 MiB, peak 243.46 MiB, free memory in arenas 0.00 B, will set to 232.14 MiB (RSS), difference: 2.08 MiB | ||
| 8760 | 2025.03.04 03:25:07.213392 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8761 | 2025.03.04 03:25:07.213611 [ 255 ] {10c7a612-6e67-4fe2-b544-895139144506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8762 | 2025.03.04 03:25:07.213689 [ 255 ] {10c7a612-6e67-4fe2-b544-895139144506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8763 | 2025.03.04 03:25:07.214465 [ 255 ] {10c7a612-6e67-4fe2-b544-895139144506} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8764 | 2025.03.04 03:25:07.214514 [ 255 ] {10c7a612-6e67-4fe2-b544-895139144506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8765 | 2025.03.04 03:25:07.214972 [ 255 ] {10c7a612-6e67-4fe2-b544-895139144506} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 8766 | 2025.03.04 03:25:07.215276 [ 255 ] {10c7a612-6e67-4fe2-b544-895139144506} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8767 | 2025.03.04 03:25:07.215552 [ 255 ] {10c7a612-6e67-4fe2-b544-895139144506} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001998 sec., 12012.01201201201 rows/sec., 1020.55 KiB/sec. | ||
| 8768 | 2025.03.04 03:25:07.215778 [ 255 ] {10c7a612-6e67-4fe2-b544-895139144506} <Debug> TCPHandler: Processed in 0.002523931 sec. | ||
| 8769 | 2025.03.04 03:25:07.215918 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8770 | 2025.03.04 03:25:07.216033 [ 255 ] {ece39de9-33aa-43d6-b882-80d1a3587597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8771 | 2025.03.04 03:25:07.216083 [ 255 ] {ece39de9-33aa-43d6-b882-80d1a3587597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8772 | 2025.03.04 03:25:07.217434 [ 255 ] {ece39de9-33aa-43d6-b882-80d1a3587597} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8773 | 2025.03.04 03:25:07.217475 [ 255 ] {ece39de9-33aa-43d6-b882-80d1a3587597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8774 | 2025.03.04 03:25:07.217942 [ 255 ] {ece39de9-33aa-43d6-b882-80d1a3587597} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 8775 | 2025.03.04 03:25:07.218200 [ 255 ] {ece39de9-33aa-43d6-b882-80d1a3587597} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8776 | 2025.03.04 03:25:07.218401 [ 255 ] {ece39de9-33aa-43d6-b882-80d1a3587597} <Debug> executeQuery: Read 1316 rows, 111.93 KiB in 0.002397 sec., 549019.6078431373 rows/sec., 45.60 MiB/sec. | ||
| 8777 | 2025.03.04 03:25:07.218467 [ 255 ] {ece39de9-33aa-43d6-b882-80d1a3587597} <Debug> TCPHandler: Processed in 0.002603312 sec. | ||
| 8778 | 2025.03.04 03:25:07.218592 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8779 | 2025.03.04 03:25:07.218707 [ 255 ] {94e0648c-f78c-4650-b952-46be2e472e38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8780 | 2025.03.04 03:25:07.218756 [ 255 ] {94e0648c-f78c-4650-b952-46be2e472e38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8781 | 2025.03.04 03:25:07.219304 [ 255 ] {94e0648c-f78c-4650-b952-46be2e472e38} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8782 | 2025.03.04 03:25:07.219341 [ 255 ] {94e0648c-f78c-4650-b952-46be2e472e38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8783 | 2025.03.04 03:25:07.219706 [ 255 ] {94e0648c-f78c-4650-b952-46be2e472e38} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8784 | 2025.03.04 03:25:07.219936 [ 255 ] {94e0648c-f78c-4650-b952-46be2e472e38} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8785 | 2025.03.04 03:25:07.220114 [ 255 ] {94e0648c-f78c-4650-b952-46be2e472e38} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.001436 sec., 8356.545961002785 rows/sec., 669.18 KiB/sec. | ||
| 8786 | 2025.03.04 03:25:07.220165 [ 255 ] {94e0648c-f78c-4650-b952-46be2e472e38} <Debug> TCPHandler: Processed in 0.00162785 sec. | ||
| 8787 | 2025.03.04 03:25:07.220283 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8788 | 2025.03.04 03:25:07.220389 [ 255 ] {d95495b9-ca40-4e43-ba40-7dac9060b349} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8789 | 2025.03.04 03:25:07.220434 [ 255 ] {d95495b9-ca40-4e43-ba40-7dac9060b349} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8790 | 2025.03.04 03:25:07.221126 [ 255 ] {d95495b9-ca40-4e43-ba40-7dac9060b349} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8791 | 2025.03.04 03:25:07.221162 [ 255 ] {d95495b9-ca40-4e43-ba40-7dac9060b349} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8792 | 2025.03.04 03:25:07.221604 [ 255 ] {d95495b9-ca40-4e43-ba40-7dac9060b349} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 8793 | 2025.03.04 03:25:07.221844 [ 255 ] {d95495b9-ca40-4e43-ba40-7dac9060b349} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8794 | 2025.03.04 03:25:07.222060 [ 255 ] {d95495b9-ca40-4e43-ba40-7dac9060b349} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001688 sec., 149289.09952606633 rows/sec., 10.33 MiB/sec. | ||
| 8795 | 2025.03.04 03:25:07.222161 [ 255 ] {d95495b9-ca40-4e43-ba40-7dac9060b349} <Debug> TCPHandler: Processed in 0.001928514 sec. | ||
| 8796 | 2025.03.04 03:25:07.222386 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8797 | 2025.03.04 03:25:07.222509 [ 255 ] {3fe91df5-dbb6-4e41-9be7-365ff049bac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8798 | 2025.03.04 03:25:07.222554 [ 255 ] {3fe91df5-dbb6-4e41-9be7-365ff049bac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8799 | 2025.03.04 03:25:07.223116 [ 255 ] {3fe91df5-dbb6-4e41-9be7-365ff049bac1} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8800 | 2025.03.04 03:25:07.223152 [ 255 ] {3fe91df5-dbb6-4e41-9be7-365ff049bac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8801 | 2025.03.04 03:25:07.223495 [ 255 ] {3fe91df5-dbb6-4e41-9be7-365ff049bac1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 8802 | 2025.03.04 03:25:07.223759 [ 255 ] {3fe91df5-dbb6-4e41-9be7-365ff049bac1} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8803 | 2025.03.04 03:25:07.223980 [ 255 ] {3fe91df5-dbb6-4e41-9be7-365ff049bac1} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001493 sec., 8037.508372404554 rows/sec., 627.93 KiB/sec. | ||
| 8804 | 2025.03.04 03:25:07.224034 [ 255 ] {3fe91df5-dbb6-4e41-9be7-365ff049bac1} <Debug> TCPHandler: Processed in 0.001734361 sec. | ||
| 8805 | 2025.03.04 03:25:07.224169 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8806 | 2025.03.04 03:25:07.224295 [ 255 ] {82d2c456-2bf7-4d9a-b9f6-05efcc5846ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8807 | 2025.03.04 03:25:07.224350 [ 255 ] {82d2c456-2bf7-4d9a-b9f6-05efcc5846ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8808 | 2025.03.04 03:25:07.225382 [ 255 ] {82d2c456-2bf7-4d9a-b9f6-05efcc5846ed} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8809 | 2025.03.04 03:25:07.225449 [ 255 ] {82d2c456-2bf7-4d9a-b9f6-05efcc5846ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8810 | 2025.03.04 03:25:07.226057 [ 255 ] {82d2c456-2bf7-4d9a-b9f6-05efcc5846ed} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 8811 | 2025.03.04 03:25:07.226413 [ 255 ] {82d2c456-2bf7-4d9a-b9f6-05efcc5846ed} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8812 | 2025.03.04 03:25:07.226702 [ 255 ] {82d2c456-2bf7-4d9a-b9f6-05efcc5846ed} <Debug> executeQuery: Read 556 rows, 42.66 KiB in 0.002433 sec., 228524.45540484998 rows/sec., 17.12 MiB/sec. | ||
| 8813 | 2025.03.04 03:25:07.226776 [ 255 ] {82d2c456-2bf7-4d9a-b9f6-05efcc5846ed} <Debug> TCPHandler: Processed in 0.002667833 sec. | ||
| 8814 | 2025.03.04 03:25:07.227646 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8815 | 2025.03.04 03:25:07.227780 [ 255 ] {671e56b8-5f43-4997-8f23-f8f9d36dcd10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8816 | 2025.03.04 03:25:07.227842 [ 255 ] {671e56b8-5f43-4997-8f23-f8f9d36dcd10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8817 | 2025.03.04 03:25:07.228836 [ 255 ] {671e56b8-5f43-4997-8f23-f8f9d36dcd10} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8818 | 2025.03.04 03:25:07.228880 [ 255 ] {671e56b8-5f43-4997-8f23-f8f9d36dcd10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8819 | 2025.03.04 03:25:07.229480 [ 255 ] {671e56b8-5f43-4997-8f23-f8f9d36dcd10} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 8820 | 2025.03.04 03:25:07.229841 [ 255 ] {671e56b8-5f43-4997-8f23-f8f9d36dcd10} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8821 | 2025.03.04 03:25:07.230090 [ 255 ] {671e56b8-5f43-4997-8f23-f8f9d36dcd10} <Debug> executeQuery: Read 916 rows, 63.62 KiB in 0.002333 sec., 392627.51821688813 rows/sec., 26.63 MiB/sec. | ||
| 8822 | 2025.03.04 03:25:07.230147 [ 255 ] {671e56b8-5f43-4997-8f23-f8f9d36dcd10} <Debug> TCPHandler: Processed in 0.002686023 sec. | ||
| 8823 | 2025.03.04 03:25:07.230310 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8824 | 2025.03.04 03:25:07.230454 [ 255 ] {d472d71d-529e-444e-bd12-7c9a20dcf5a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8825 | 2025.03.04 03:25:07.230519 [ 255 ] {d472d71d-529e-444e-bd12-7c9a20dcf5a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8826 | 2025.03.04 03:25:07.231108 [ 255 ] {d472d71d-529e-444e-bd12-7c9a20dcf5a9} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8827 | 2025.03.04 03:25:07.231149 [ 255 ] {d472d71d-529e-444e-bd12-7c9a20dcf5a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8828 | 2025.03.04 03:25:07.231558 [ 255 ] {d472d71d-529e-444e-bd12-7c9a20dcf5a9} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 8829 | 2025.03.04 03:25:07.231804 [ 255 ] {d472d71d-529e-444e-bd12-7c9a20dcf5a9} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8830 | 2025.03.04 03:25:07.232025 [ 255 ] {d472d71d-529e-444e-bd12-7c9a20dcf5a9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0016 sec., 37500 rows/sec., 2.53 MiB/sec. | ||
| 8831 | 2025.03.04 03:25:07.232075 [ 255 ] {d472d71d-529e-444e-bd12-7c9a20dcf5a9} <Debug> TCPHandler: Processed in 0.001838853 sec. | ||
| 8832 | 2025.03.04 03:25:08.615370 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26108 | ||
| 8833 | 2025.03.04 03:25:08.616023 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8834 | 2025.03.04 03:25:08.616076 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8835 | 2025.03.04 03:25:08.616631 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8836 | 2025.03.04 03:25:08.616891 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8837 | 2025.03.04 03:25:08.617145 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26108 | ||
| 8838 | 2025.03.04 03:25:10.483253 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 | ||
| 8839 | 2025.03.04 03:25:10.501732 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8840 | 2025.03.04 03:25:10.501785 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8841 | 2025.03.04 03:25:10.508779 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8842 | 2025.03.04 03:25:10.509539 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8843 | 2025.03.04 03:25:10.514056 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 8844 | 2025.03.04 03:25:11.235857 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1176 | ||
| 8845 | 2025.03.04 03:25:11.238883 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8846 | 2025.03.04 03:25:11.238946 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8847 | 2025.03.04 03:25:11.240435 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8848 | 2025.03.04 03:25:11.240756 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8849 | 2025.03.04 03:25:11.240995 [ 129 ] {} <Debug> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8850 | 2025.03.04 03:25:11.241122 [ 129 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8851 | 2025.03.04 03:25:11.241196 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8852 | 2025.03.04 03:25:11.242002 [ 201 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 8853 | 2025.03.04 03:25:11.243056 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1176 | ||
| 8854 | 2025.03.04 03:25:11.243521 [ 201 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8855 | 2025.03.04 03:25:11.243704 [ 201 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1054 rows starting from the beginning of the part | ||
| 8856 | 2025.03.04 03:25:11.244395 [ 201 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 22 rows starting from the beginning of the part | ||
| 8857 | 2025.03.04 03:25:11.245051 [ 201 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 30 rows starting from the beginning of the part | ||
| 8858 | 2025.03.04 03:25:11.245664 [ 201 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 20 rows starting from the beginning of the part | ||
| 8859 | 2025.03.04 03:25:11.246352 [ 201 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 22 rows starting from the beginning of the part | ||
| 8860 | 2025.03.04 03:25:11.246926 [ 201 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 28 rows starting from the beginning of the part | ||
| 8861 | 2025.03.04 03:25:11.254951 [ 199 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1176 rows, containing 72 columns (72 merged, 0 gathered) in 0.013600427 sec., 86467.87339838668 rows/sec., 70.09 MiB/sec. | ||
| 8862 | 2025.03.04 03:25:11.256475 [ 190 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8863 | 2025.03.04 03:25:11.257274 [ 190 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_41_8} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8864 | 2025.03.04 03:25:11.257364 [ 190 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_41_8} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8865 | 2025.03.04 03:25:11.257716 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.76 MiB. | ||
| 8866 | 2025.03.04 03:25:12.184114 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8867 | 2025.03.04 03:25:12.184326 [ 255 ] {d193beb0-a9e4-4616-955b-628f871b7d6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8868 | 2025.03.04 03:25:12.184402 [ 255 ] {d193beb0-a9e4-4616-955b-628f871b7d6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8869 | 2025.03.04 03:25:12.185221 [ 255 ] {d193beb0-a9e4-4616-955b-628f871b7d6f} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8870 | 2025.03.04 03:25:12.185260 [ 255 ] {d193beb0-a9e4-4616-955b-628f871b7d6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8871 | 2025.03.04 03:25:12.185684 [ 255 ] {d193beb0-a9e4-4616-955b-628f871b7d6f} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 8872 | 2025.03.04 03:25:12.185934 [ 255 ] {d193beb0-a9e4-4616-955b-628f871b7d6f} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8873 | 2025.03.04 03:25:12.186132 [ 255 ] {d193beb0-a9e4-4616-955b-628f871b7d6f} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001875 sec., 72533.33333333334 rows/sec., 6.25 MiB/sec. | ||
| 8874 | 2025.03.04 03:25:12.186187 [ 255 ] {d193beb0-a9e4-4616-955b-628f871b7d6f} <Debug> TCPHandler: Processed in 0.002205507 sec. | ||
| 8875 | 2025.03.04 03:25:12.186313 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8876 | 2025.03.04 03:25:12.186418 [ 255 ] {901b84b4-ec42-4af0-95a4-b167af702140} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8877 | 2025.03.04 03:25:12.186461 [ 255 ] {901b84b4-ec42-4af0-95a4-b167af702140} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8878 | 2025.03.04 03:25:12.186980 [ 255 ] {901b84b4-ec42-4af0-95a4-b167af702140} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8879 | 2025.03.04 03:25:12.187016 [ 255 ] {901b84b4-ec42-4af0-95a4-b167af702140} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8880 | 2025.03.04 03:25:12.187351 [ 255 ] {901b84b4-ec42-4af0-95a4-b167af702140} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8881 | 2025.03.04 03:25:12.187588 [ 255 ] {901b84b4-ec42-4af0-95a4-b167af702140} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8882 | 2025.03.04 03:25:12.187756 [ 255 ] {901b84b4-ec42-4af0-95a4-b167af702140} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001361 sec., 29390.154298310066 rows/sec., 2.16 MiB/sec. | ||
| 8883 | 2025.03.04 03:25:12.187807 [ 255 ] {901b84b4-ec42-4af0-95a4-b167af702140} <Debug> TCPHandler: Processed in 0.001543449 sec. | ||
| 8884 | 2025.03.04 03:25:12.187927 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8885 | 2025.03.04 03:25:12.188042 [ 255 ] {f430efb1-9008-41be-82ce-694e14b1e8ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8886 | 2025.03.04 03:25:12.188088 [ 255 ] {f430efb1-9008-41be-82ce-694e14b1e8ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8887 | 2025.03.04 03:25:12.188660 [ 255 ] {f430efb1-9008-41be-82ce-694e14b1e8ad} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8888 | 2025.03.04 03:25:12.188697 [ 255 ] {f430efb1-9008-41be-82ce-694e14b1e8ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8889 | 2025.03.04 03:25:12.189089 [ 255 ] {f430efb1-9008-41be-82ce-694e14b1e8ad} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 8890 | 2025.03.04 03:25:12.189340 [ 255 ] {f430efb1-9008-41be-82ce-694e14b1e8ad} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8891 | 2025.03.04 03:25:12.189518 [ 255 ] {f430efb1-9008-41be-82ce-694e14b1e8ad} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001499 sec., 69379.58639092729 rows/sec., 5.42 MiB/sec. | ||
| 8892 | 2025.03.04 03:25:12.189572 [ 255 ] {f430efb1-9008-41be-82ce-694e14b1e8ad} <Debug> TCPHandler: Processed in 0.00169945 sec. | ||
| 8893 | 2025.03.04 03:25:12.189689 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8894 | 2025.03.04 03:25:12.189808 [ 255 ] {f354e2e8-b273-4d15-82b5-c4af22925ab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8895 | 2025.03.04 03:25:12.189858 [ 255 ] {f354e2e8-b273-4d15-82b5-c4af22925ab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8896 | 2025.03.04 03:25:12.190431 [ 255 ] {f354e2e8-b273-4d15-82b5-c4af22925ab7} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8897 | 2025.03.04 03:25:12.190468 [ 255 ] {f354e2e8-b273-4d15-82b5-c4af22925ab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8898 | 2025.03.04 03:25:12.190860 [ 255 ] {f354e2e8-b273-4d15-82b5-c4af22925ab7} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 8899 | 2025.03.04 03:25:12.191100 [ 255 ] {f354e2e8-b273-4d15-82b5-c4af22925ab7} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8900 | 2025.03.04 03:25:12.191275 [ 255 ] {f354e2e8-b273-4d15-82b5-c4af22925ab7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001495 sec., 107023.41137123745 rows/sec., 7.45 MiB/sec. | ||
| 8901 | 2025.03.04 03:25:12.191326 [ 255 ] {f354e2e8-b273-4d15-82b5-c4af22925ab7} <Debug> TCPHandler: Processed in 0.001688001 sec. | ||
| 8902 | 2025.03.04 03:25:12.191432 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8903 | 2025.03.04 03:25:12.191535 [ 255 ] {782884ba-73e5-4c2b-95f5-9cbcd148c3cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8904 | 2025.03.04 03:25:12.191598 [ 255 ] {782884ba-73e5-4c2b-95f5-9cbcd148c3cd} <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 | ||
| 8905 | 2025.03.04 03:25:12.192735 [ 255 ] {782884ba-73e5-4c2b-95f5-9cbcd148c3cd} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8906 | 2025.03.04 03:25:12.192772 [ 255 ] {782884ba-73e5-4c2b-95f5-9cbcd148c3cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8907 | 2025.03.04 03:25:12.193410 [ 255 ] {782884ba-73e5-4c2b-95f5-9cbcd148c3cd} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8908 | 2025.03.04 03:25:12.193669 [ 255 ] {782884ba-73e5-4c2b-95f5-9cbcd148c3cd} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8909 | 2025.03.04 03:25:12.193803 [ 128 ] {} <Debug> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8910 | 2025.03.04 03:25:12.193852 [ 128 ] {} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8911 | 2025.03.04 03:25:12.193878 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8912 | 2025.03.04 03:25:12.193883 [ 255 ] {782884ba-73e5-4c2b-95f5-9cbcd148c3cd} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002368 sec., 16891.891891891893 rows/sec., 30.27 MiB/sec. | ||
| 8913 | 2025.03.04 03:25:12.194249 [ 255 ] {782884ba-73e5-4c2b-95f5-9cbcd148c3cd} <Debug> TCPHandler: Processed in 0.002867276 sec. | ||
| 8914 | 2025.03.04 03:25:12.194269 [ 194 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 8915 | 2025.03.04 03:25:12.194420 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8916 | 2025.03.04 03:25:12.194649 [ 255 ] {e6fa2c9a-a91d-4e03-b67c-7e4bb917cea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8917 | 2025.03.04 03:25:12.194779 [ 255 ] {e6fa2c9a-a91d-4e03-b67c-7e4bb917cea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8918 | 2025.03.04 03:25:12.195120 [ 194 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8919 | 2025.03.04 03:25:12.195396 [ 194 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1318 rows starting from the beginning of the part | ||
| 8920 | 2025.03.04 03:25:12.196110 [ 194 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part | ||
| 8921 | 2025.03.04 03:25:12.196898 [ 194 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 40 rows starting from the beginning of the part | ||
| 8922 | 2025.03.04 03:25:12.196899 [ 255 ] {e6fa2c9a-a91d-4e03-b67c-7e4bb917cea0} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8923 | 2025.03.04 03:25:12.196985 [ 255 ] {e6fa2c9a-a91d-4e03-b67c-7e4bb917cea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8924 | 2025.03.04 03:25:12.197490 [ 194 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 40 rows starting from the beginning of the part | ||
| 8925 | 2025.03.04 03:25:12.198204 [ 194 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 40 rows starting from the beginning of the part | ||
| 8926 | 2025.03.04 03:25:12.198387 [ 255 ] {e6fa2c9a-a91d-4e03-b67c-7e4bb917cea0} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 8927 | 2025.03.04 03:25:12.198751 [ 194 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 40 rows starting from the beginning of the part | ||
| 8928 | 2025.03.04 03:25:12.199267 [ 255 ] {e6fa2c9a-a91d-4e03-b67c-7e4bb917cea0} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8929 | 2025.03.04 03:25:12.200033 [ 255 ] {e6fa2c9a-a91d-4e03-b67c-7e4bb917cea0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005407 sec., 11096.72646569262 rows/sec., 765.79 KiB/sec. | ||
| 8930 | 2025.03.04 03:25:12.200388 [ 255 ] {e6fa2c9a-a91d-4e03-b67c-7e4bb917cea0} <Debug> TCPHandler: Processed in 0.006037034 sec. | ||
| 8931 | 2025.03.04 03:25:12.208401 [ 199 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1518 rows, containing 19 columns (19 merged, 0 gathered) in 0.014409487 sec., 105347.26184214608 rows/sec., 188.78 MiB/sec. | ||
| 8932 | 2025.03.04 03:25:12.209941 [ 196 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8933 | 2025.03.04 03:25:12.210375 [ 196 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8934 | 2025.03.04 03:25:12.210453 [ 196 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8935 | 2025.03.04 03:25:12.210601 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.72 MiB. | ||
| 8936 | 2025.03.04 03:25:13.000160 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 232.68 MiB, peak 244.35 MiB, free memory in arenas 0.00 B, will set to 236.43 MiB (RSS), difference: 3.75 MiB | ||
| 8937 | 2025.03.04 03:25:15.917839 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8938 | 2025.03.04 03:25:15.917905 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8939 | 2025.03.04 03:25:16.117299 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26596 | ||
| 8940 | 2025.03.04 03:25:16.117997 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8941 | 2025.03.04 03:25:16.118046 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8942 | 2025.03.04 03:25:16.118569 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8943 | 2025.03.04 03:25:16.118824 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8944 | 2025.03.04 03:25:16.119105 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
| 8945 | 2025.03.04 03:25:17.182508 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8946 | 2025.03.04 03:25:17.182770 [ 255 ] {54b7137d-a35b-4176-8790-807d39f9cc0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8947 | 2025.03.04 03:25:17.182846 [ 255 ] {54b7137d-a35b-4176-8790-807d39f9cc0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8948 | 2025.03.04 03:25:17.183678 [ 255 ] {54b7137d-a35b-4176-8790-807d39f9cc0d} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8949 | 2025.03.04 03:25:17.183732 [ 255 ] {54b7137d-a35b-4176-8790-807d39f9cc0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8950 | 2025.03.04 03:25:17.184191 [ 255 ] {54b7137d-a35b-4176-8790-807d39f9cc0d} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 8951 | 2025.03.04 03:25:17.184450 [ 255 ] {54b7137d-a35b-4176-8790-807d39f9cc0d} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8952 | 2025.03.04 03:25:17.184698 [ 255 ] {54b7137d-a35b-4176-8790-807d39f9cc0d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001988 sec., 28169.01408450704 rows/sec., 2.15 MiB/sec. | ||
| 8953 | 2025.03.04 03:25:17.184767 [ 255 ] {54b7137d-a35b-4176-8790-807d39f9cc0d} <Debug> TCPHandler: Processed in 0.002411399 sec. | ||
| 8954 | 2025.03.04 03:25:17.184900 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8955 | 2025.03.04 03:25:17.185013 [ 255 ] {fbc300a6-89d7-449e-9746-6c59a5c4b6b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8956 | 2025.03.04 03:25:17.185060 [ 255 ] {fbc300a6-89d7-449e-9746-6c59a5c4b6b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8957 | 2025.03.04 03:25:17.185616 [ 255 ] {fbc300a6-89d7-449e-9746-6c59a5c4b6b3} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8958 | 2025.03.04 03:25:17.185656 [ 255 ] {fbc300a6-89d7-449e-9746-6c59a5c4b6b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8959 | 2025.03.04 03:25:17.186015 [ 255 ] {fbc300a6-89d7-449e-9746-6c59a5c4b6b3} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 8960 | 2025.03.04 03:25:17.186257 [ 255 ] {fbc300a6-89d7-449e-9746-6c59a5c4b6b3} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8961 | 2025.03.04 03:25:17.186466 [ 255 ] {fbc300a6-89d7-449e-9746-6c59a5c4b6b3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001479 sec., 43272.48140635564 rows/sec., 3.38 MiB/sec. | ||
| 8962 | 2025.03.04 03:25:17.186520 [ 255 ] {fbc300a6-89d7-449e-9746-6c59a5c4b6b3} <Debug> TCPHandler: Processed in 0.00167319 sec. | ||
| 8963 | 2025.03.04 03:25:17.186634 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8964 | 2025.03.04 03:25:17.186741 [ 255 ] {1e2d180a-110b-427f-9bbc-640cb4d06931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8965 | 2025.03.04 03:25:17.186792 [ 255 ] {1e2d180a-110b-427f-9bbc-640cb4d06931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8966 | 2025.03.04 03:25:17.187315 [ 255 ] {1e2d180a-110b-427f-9bbc-640cb4d06931} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8967 | 2025.03.04 03:25:17.187354 [ 255 ] {1e2d180a-110b-427f-9bbc-640cb4d06931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8968 | 2025.03.04 03:25:17.187739 [ 255 ] {1e2d180a-110b-427f-9bbc-640cb4d06931} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 8969 | 2025.03.04 03:25:17.187981 [ 255 ] {1e2d180a-110b-427f-9bbc-640cb4d06931} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8970 | 2025.03.04 03:25:17.188199 [ 255 ] {1e2d180a-110b-427f-9bbc-640cb4d06931} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001473 sec., 108621.86014935507 rows/sec., 7.57 MiB/sec. | ||
| 8971 | 2025.03.04 03:25:17.188302 [ 255 ] {1e2d180a-110b-427f-9bbc-640cb4d06931} <Debug> TCPHandler: Processed in 0.001712871 sec. | ||
| 8972 | 2025.03.04 03:25:17.188461 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8973 | 2025.03.04 03:25:17.188752 [ 255 ] {2e00cfa4-cd0e-44ec-b7bf-c4198b25ae7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8974 | 2025.03.04 03:25:17.188850 [ 255 ] {2e00cfa4-cd0e-44ec-b7bf-c4198b25ae7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8975 | 2025.03.04 03:25:17.189303 [ 255 ] {2e00cfa4-cd0e-44ec-b7bf-c4198b25ae7e} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8976 | 2025.03.04 03:25:17.189342 [ 255 ] {2e00cfa4-cd0e-44ec-b7bf-c4198b25ae7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 8977 | 2025.03.04 03:25:17.189703 [ 255 ] {2e00cfa4-cd0e-44ec-b7bf-c4198b25ae7e} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 8978 | 2025.03.04 03:25:17.189942 [ 255 ] {2e00cfa4-cd0e-44ec-b7bf-c4198b25ae7e} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8979 | 2025.03.04 03:25:17.190173 [ 255 ] {2e00cfa4-cd0e-44ec-b7bf-c4198b25ae7e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001542 sec., 38910.505836575874 rows/sec., 2.62 MiB/sec. | ||
| 8980 | 2025.03.04 03:25:17.190268 [ 255 ] {2e00cfa4-cd0e-44ec-b7bf-c4198b25ae7e} <Debug> TCPHandler: Processed in 0.001901434 sec. | ||
| 8981 | 2025.03.04 03:25:18.014175 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438 | ||
| 8982 | 2025.03.04 03:25:18.034151 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8983 | 2025.03.04 03:25:18.034207 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 8984 | 2025.03.04 03:25:18.041732 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8985 | 2025.03.04 03:25:18.042477 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8986 | 2025.03.04 03:25:18.046510 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438 | ||
| 8987 | 2025.03.04 03:25:21.243355 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1196 | ||
| 8988 | 2025.03.04 03:25:21.246630 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8989 | 2025.03.04 03:25:21.246685 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 8990 | 2025.03.04 03:25:21.248165 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8991 | 2025.03.04 03:25:21.248481 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8992 | 2025.03.04 03:25:21.249102 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1196 | ||
| 8993 | 2025.03.04 03:25:22.184195 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8994 | 2025.03.04 03:25:22.184383 [ 255 ] {4ba5e6db-5713-4de0-8e6d-fa6ba79afb1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8995 | 2025.03.04 03:25:22.184455 [ 255 ] {4ba5e6db-5713-4de0-8e6d-fa6ba79afb1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8996 | 2025.03.04 03:25:22.185218 [ 255 ] {4ba5e6db-5713-4de0-8e6d-fa6ba79afb1b} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8997 | 2025.03.04 03:25:22.185268 [ 255 ] {4ba5e6db-5713-4de0-8e6d-fa6ba79afb1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 8998 | 2025.03.04 03:25:22.185704 [ 255 ] {4ba5e6db-5713-4de0-8e6d-fa6ba79afb1b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8999 | 2025.03.04 03:25:22.185966 [ 255 ] {4ba5e6db-5713-4de0-8e6d-fa6ba79afb1b} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9000 | 2025.03.04 03:25:22.186245 [ 255 ] {4ba5e6db-5713-4de0-8e6d-fa6ba79afb1b} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001908 sec., 4192.8721174004195 rows/sec., 341.90 KiB/sec. | ||
| 9001 | 2025.03.04 03:25:22.186381 [ 255 ] {4ba5e6db-5713-4de0-8e6d-fa6ba79afb1b} <Debug> TCPHandler: Processed in 0.002308529 sec. | ||
| 9002 | 2025.03.04 03:25:22.186590 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9003 | 2025.03.04 03:25:22.186706 [ 255 ] {ed51b185-edbc-48e9-adf4-f98faecc81a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9004 | 2025.03.04 03:25:22.186756 [ 255 ] {ed51b185-edbc-48e9-adf4-f98faecc81a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9005 | 2025.03.04 03:25:22.187400 [ 255 ] {ed51b185-edbc-48e9-adf4-f98faecc81a2} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9006 | 2025.03.04 03:25:22.187441 [ 255 ] {ed51b185-edbc-48e9-adf4-f98faecc81a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9007 | 2025.03.04 03:25:22.187819 [ 255 ] {ed51b185-edbc-48e9-adf4-f98faecc81a2} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9008 | 2025.03.04 03:25:22.188064 [ 255 ] {ed51b185-edbc-48e9-adf4-f98faecc81a2} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9009 | 2025.03.04 03:25:22.188281 [ 255 ] {ed51b185-edbc-48e9-adf4-f98faecc81a2} <Debug> executeQuery: Read 140 rows, 12.29 KiB in 0.001604 sec., 87281.79551122195 rows/sec., 7.48 MiB/sec. | ||
| 9010 | 2025.03.04 03:25:22.188336 [ 255 ] {ed51b185-edbc-48e9-adf4-f98faecc81a2} <Debug> TCPHandler: Processed in 0.001813093 sec. | ||
| 9011 | 2025.03.04 03:25:22.188442 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9012 | 2025.03.04 03:25:22.188547 [ 255 ] {f4e3ce3a-2216-4c68-a3d2-584f8799f1b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9013 | 2025.03.04 03:25:22.188592 [ 255 ] {f4e3ce3a-2216-4c68-a3d2-584f8799f1b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9014 | 2025.03.04 03:25:22.189123 [ 255 ] {f4e3ce3a-2216-4c68-a3d2-584f8799f1b3} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9015 | 2025.03.04 03:25:22.189163 [ 255 ] {f4e3ce3a-2216-4c68-a3d2-584f8799f1b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9016 | 2025.03.04 03:25:22.189521 [ 255 ] {f4e3ce3a-2216-4c68-a3d2-584f8799f1b3} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9017 | 2025.03.04 03:25:22.189757 [ 255 ] {f4e3ce3a-2216-4c68-a3d2-584f8799f1b3} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9018 | 2025.03.04 03:25:22.190009 [ 255 ] {f4e3ce3a-2216-4c68-a3d2-584f8799f1b3} <Debug> executeQuery: Read 48 rows, 3.57 KiB in 0.001474 sec., 32564.450474898236 rows/sec., 2.36 MiB/sec. | ||
| 9019 | 2025.03.04 03:25:22.190119 [ 255 ] {f4e3ce3a-2216-4c68-a3d2-584f8799f1b3} <Debug> TCPHandler: Processed in 0.001726462 sec. | ||
| 9020 | 2025.03.04 03:25:22.190336 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9021 | 2025.03.04 03:25:22.190617 [ 255 ] {f5c5cc66-70c0-48c3-811c-9ad5e32bb31b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9022 | 2025.03.04 03:25:22.190707 [ 255 ] {f5c5cc66-70c0-48c3-811c-9ad5e32bb31b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9023 | 2025.03.04 03:25:22.191281 [ 255 ] {f5c5cc66-70c0-48c3-811c-9ad5e32bb31b} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9024 | 2025.03.04 03:25:22.191320 [ 255 ] {f5c5cc66-70c0-48c3-811c-9ad5e32bb31b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9025 | 2025.03.04 03:25:22.191669 [ 255 ] {f5c5cc66-70c0-48c3-811c-9ad5e32bb31b} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9026 | 2025.03.04 03:25:22.191923 [ 255 ] {f5c5cc66-70c0-48c3-811c-9ad5e32bb31b} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9027 | 2025.03.04 03:25:22.192162 [ 255 ] {f5c5cc66-70c0-48c3-811c-9ad5e32bb31b} <Debug> executeQuery: Read 112 rows, 8.97 KiB in 0.00164 sec., 68292.68292682926 rows/sec., 5.34 MiB/sec. | ||
| 9028 | 2025.03.04 03:25:22.192261 [ 255 ] {f5c5cc66-70c0-48c3-811c-9ad5e32bb31b} <Debug> TCPHandler: Processed in 0.002034195 sec. | ||
| 9029 | 2025.03.04 03:25:22.192469 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9030 | 2025.03.04 03:25:22.192666 [ 255 ] {4afed15a-94d3-4bf3-983a-4d13b4ac8664} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9031 | 2025.03.04 03:25:22.192715 [ 255 ] {4afed15a-94d3-4bf3-983a-4d13b4ac8664} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9032 | 2025.03.04 03:25:22.193402 [ 255 ] {4afed15a-94d3-4bf3-983a-4d13b4ac8664} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9033 | 2025.03.04 03:25:22.193486 [ 255 ] {4afed15a-94d3-4bf3-983a-4d13b4ac8664} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9034 | 2025.03.04 03:25:22.194012 [ 255 ] {4afed15a-94d3-4bf3-983a-4d13b4ac8664} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9035 | 2025.03.04 03:25:22.194257 [ 255 ] {4afed15a-94d3-4bf3-983a-4d13b4ac8664} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9036 | 2025.03.04 03:25:22.194472 [ 255 ] {4afed15a-94d3-4bf3-983a-4d13b4ac8664} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001839 sec., 89178.901576944 rows/sec., 6.21 MiB/sec. | ||
| 9037 | 2025.03.04 03:25:22.194524 [ 255 ] {4afed15a-94d3-4bf3-983a-4d13b4ac8664} <Debug> TCPHandler: Processed in 0.002154237 sec. | ||
| 9038 | 2025.03.04 03:25:22.194629 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9039 | 2025.03.04 03:25:22.194732 [ 255 ] {2e71d2f2-e210-456b-b471-52faf829aadc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9040 | 2025.03.04 03:25:22.194797 [ 255 ] {2e71d2f2-e210-456b-b471-52faf829aadc} <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 | ||
| 9041 | 2025.03.04 03:25:22.195981 [ 255 ] {2e71d2f2-e210-456b-b471-52faf829aadc} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9042 | 2025.03.04 03:25:22.196019 [ 255 ] {2e71d2f2-e210-456b-b471-52faf829aadc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9043 | 2025.03.04 03:25:22.196671 [ 255 ] {2e71d2f2-e210-456b-b471-52faf829aadc} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 9044 | 2025.03.04 03:25:22.196942 [ 255 ] {2e71d2f2-e210-456b-b471-52faf829aadc} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9045 | 2025.03.04 03:25:22.197194 [ 255 ] {2e71d2f2-e210-456b-b471-52faf829aadc} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002484 sec., 16103.05958132045 rows/sec., 28.86 MiB/sec. | ||
| 9046 | 2025.03.04 03:25:22.197299 [ 255 ] {2e71d2f2-e210-456b-b471-52faf829aadc} <Debug> TCPHandler: Processed in 0.002720774 sec. | ||
| 9047 | 2025.03.04 03:25:22.197419 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9048 | 2025.03.04 03:25:22.197521 [ 255 ] {8bdd2d10-b598-4def-86ef-9032bb8f662e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9049 | 2025.03.04 03:25:22.197566 [ 255 ] {8bdd2d10-b598-4def-86ef-9032bb8f662e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9050 | 2025.03.04 03:25:22.198001 [ 255 ] {8bdd2d10-b598-4def-86ef-9032bb8f662e} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9051 | 2025.03.04 03:25:22.198038 [ 255 ] {8bdd2d10-b598-4def-86ef-9032bb8f662e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9052 | 2025.03.04 03:25:22.198396 [ 255 ] {8bdd2d10-b598-4def-86ef-9032bb8f662e} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9053 | 2025.03.04 03:25:22.198627 [ 255 ] {8bdd2d10-b598-4def-86ef-9032bb8f662e} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9054 | 2025.03.04 03:25:22.198871 [ 255 ] {8bdd2d10-b598-4def-86ef-9032bb8f662e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001367 sec., 43891.73372348208 rows/sec., 2.96 MiB/sec. | ||
| 9055 | 2025.03.04 03:25:22.198975 [ 255 ] {8bdd2d10-b598-4def-86ef-9032bb8f662e} <Debug> TCPHandler: Processed in 0.00160747 sec. | ||
| 9056 | 2025.03.04 03:25:23.619279 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27023 | ||
| 9057 | 2025.03.04 03:25:23.619973 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9058 | 2025.03.04 03:25:23.620012 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9059 | 2025.03.04 03:25:23.620522 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9060 | 2025.03.04 03:25:23.620774 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9061 | 2025.03.04 03:25:23.620974 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27023 | ||
| 9062 | 2025.03.04 03:25:25.546633 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445 | ||
| 9063 | 2025.03.04 03:25:25.568038 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9064 | 2025.03.04 03:25:25.568092 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9065 | 2025.03.04 03:25:25.575408 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9066 | 2025.03.04 03:25:25.576195 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9067 | 2025.03.04 03:25:25.578882 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 9068 | 2025.03.04 03:25:27.182145 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9069 | 2025.03.04 03:25:27.182392 [ 255 ] {caf67299-5286-4faa-a116-a327e7a22ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9070 | 2025.03.04 03:25:27.182482 [ 255 ] {caf67299-5286-4faa-a116-a327e7a22ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9071 | 2025.03.04 03:25:27.183421 [ 255 ] {caf67299-5286-4faa-a116-a327e7a22ccb} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9072 | 2025.03.04 03:25:27.183474 [ 255 ] {caf67299-5286-4faa-a116-a327e7a22ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9073 | 2025.03.04 03:25:27.183937 [ 255 ] {caf67299-5286-4faa-a116-a327e7a22ccb} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9074 | 2025.03.04 03:25:27.184202 [ 255 ] {caf67299-5286-4faa-a116-a327e7a22ccb} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9075 | 2025.03.04 03:25:27.184426 [ 122 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9076 | 2025.03.04 03:25:27.184473 [ 255 ] {caf67299-5286-4faa-a116-a327e7a22ccb} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002145 sec., 26107.226107226106 rows/sec., 1.99 MiB/sec. | ||
| 9077 | 2025.03.04 03:25:27.184510 [ 122 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9078 | 2025.03.04 03:25:27.184588 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9079 | 2025.03.04 03:25:27.184611 [ 255 ] {caf67299-5286-4faa-a116-a327e7a22ccb} <Debug> TCPHandler: Processed in 0.002621092 sec. | ||
| 9080 | 2025.03.04 03:25:27.184832 [ 195 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9081 | 2025.03.04 03:25:27.184849 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9082 | 2025.03.04 03:25:27.185127 [ 255 ] {547fbeca-d35e-4877-97cb-65809e74eeb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9083 | 2025.03.04 03:25:27.185134 [ 195 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9084 | 2025.03.04 03:25:27.185218 [ 255 ] {547fbeca-d35e-4877-97cb-65809e74eeb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9085 | 2025.03.04 03:25:27.185222 [ 195 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1968 rows starting from the beginning of the part | ||
| 9086 | 2025.03.04 03:25:27.185604 [ 195 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 1316 rows starting from the beginning of the part | ||
| 9087 | 2025.03.04 03:25:27.185929 [ 195 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 136 rows starting from the beginning of the part | ||
| 9088 | 2025.03.04 03:25:27.186264 [ 195 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 56 rows starting from the beginning of the part | ||
| 9089 | 2025.03.04 03:25:27.186665 [ 195 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 140 rows starting from the beginning of the part | ||
| 9090 | 2025.03.04 03:25:27.186937 [ 195 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 56 rows starting from the beginning of the part | ||
| 9091 | 2025.03.04 03:25:27.188158 [ 255 ] {547fbeca-d35e-4877-97cb-65809e74eeb3} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9092 | 2025.03.04 03:25:27.188220 [ 255 ] {547fbeca-d35e-4877-97cb-65809e74eeb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9093 | 2025.03.04 03:25:27.189122 [ 255 ] {547fbeca-d35e-4877-97cb-65809e74eeb3} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9094 | 2025.03.04 03:25:27.189551 [ 255 ] {547fbeca-d35e-4877-97cb-65809e74eeb3} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9095 | 2025.03.04 03:25:27.189802 [ 119 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9096 | 2025.03.04 03:25:27.189863 [ 255 ] {547fbeca-d35e-4877-97cb-65809e74eeb3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004825 sec., 13264.248704663212 rows/sec., 1.04 MiB/sec. | ||
| 9097 | 2025.03.04 03:25:27.189879 [ 119 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9098 | 2025.03.04 03:25:27.189975 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9099 | 2025.03.04 03:25:27.190209 [ 255 ] {547fbeca-d35e-4877-97cb-65809e74eeb3} <Debug> TCPHandler: Processed in 0.005449476 sec. | ||
| 9100 | 2025.03.04 03:25:27.190652 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9101 | 2025.03.04 03:25:27.190682 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9102 | 2025.03.04 03:25:27.191313 [ 195 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3672 rows, containing 5 columns (5 merged, 0 gathered) in 0.006612901 sec., 555278.2356790159 rows/sec., 47.94 MiB/sec. | ||
| 9103 | 2025.03.04 03:25:27.191419 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9104 | 2025.03.04 03:25:27.191536 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 952 rows starting from the beginning of the part | ||
| 9105 | 2025.03.04 03:25:27.191774 [ 195 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9106 | 2025.03.04 03:25:27.192181 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 556 rows starting from the beginning of the part | ||
| 9107 | 2025.03.04 03:25:27.192886 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 104 rows starting from the beginning of the part | ||
| 9108 | 2025.03.04 03:25:27.192980 [ 255 ] {2e234039-a5d5-4df4-8973-dc2098400b23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9109 | 2025.03.04 03:25:27.193431 [ 195 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_86_17} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9110 | 2025.03.04 03:25:27.193566 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 64 rows starting from the beginning of the part | ||
| 9111 | 2025.03.04 03:25:27.193955 [ 195 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_86_17} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9112 | 2025.03.04 03:25:27.194184 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 112 rows starting from the beginning of the part | ||
| 9113 | 2025.03.04 03:25:27.194278 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 9114 | 2025.03.04 03:25:27.194474 [ 255 ] {2e234039-a5d5-4df4-8973-dc2098400b23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9115 | 2025.03.04 03:25:27.194583 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 64 rows starting from the beginning of the part | ||
| 9116 | 2025.03.04 03:25:27.196626 [ 255 ] {2e234039-a5d5-4df4-8973-dc2098400b23} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9117 | 2025.03.04 03:25:27.196718 [ 255 ] {2e234039-a5d5-4df4-8973-dc2098400b23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9118 | 2025.03.04 03:25:27.197512 [ 255 ] {2e234039-a5d5-4df4-8973-dc2098400b23} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9119 | 2025.03.04 03:25:27.197703 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1852 rows, containing 5 columns (5 merged, 0 gathered) in 0.007559793 sec., 244980.25276618023 rows/sec., 19.23 MiB/sec. | ||
| 9120 | 2025.03.04 03:25:27.197942 [ 255 ] {2e234039-a5d5-4df4-8973-dc2098400b23} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9121 | 2025.03.04 03:25:27.198024 [ 189 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9122 | 2025.03.04 03:25:27.198182 [ 119 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9123 | 2025.03.04 03:25:27.198271 [ 119 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9124 | 2025.03.04 03:25:27.198353 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9125 | 2025.03.04 03:25:27.198506 [ 255 ] {2e234039-a5d5-4df4-8973-dc2098400b23} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0074 sec., 21621.62162162162 rows/sec., 1.51 MiB/sec. | ||
| 9126 | 2025.03.04 03:25:27.198872 [ 255 ] {2e234039-a5d5-4df4-8973-dc2098400b23} <Debug> TCPHandler: Processed in 0.008314172 sec. | ||
| 9127 | 2025.03.04 03:25:27.198881 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9128 | 2025.03.04 03:25:27.199193 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9129 | 2025.03.04 03:25:27.199210 [ 189 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_86_17} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9130 | 2025.03.04 03:25:27.199284 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9131 | 2025.03.04 03:25:27.199405 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 23370 rows starting from the beginning of the part | ||
| 9132 | 2025.03.04 03:25:27.199628 [ 189 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_86_17} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9133 | 2025.03.04 03:25:27.199625 [ 255 ] {87607c9e-5385-489f-80cd-43cee122dcd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9134 | 2025.03.04 03:25:27.199787 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 916 rows starting from the beginning of the part | ||
| 9135 | 2025.03.04 03:25:27.199889 [ 255 ] {87607c9e-5385-489f-80cd-43cee122dcd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9136 | 2025.03.04 03:25:27.200208 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part | ||
| 9137 | 2025.03.04 03:25:27.200667 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part | ||
| 9138 | 2025.03.04 03:25:27.201101 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 164 rows starting from the beginning of the part | ||
| 9139 | 2025.03.04 03:25:27.200831 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 9140 | 2025.03.04 03:25:27.201472 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part | ||
| 9141 | 2025.03.04 03:25:27.202601 [ 255 ] {87607c9e-5385-489f-80cd-43cee122dcd3} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9142 | 2025.03.04 03:25:27.202662 [ 255 ] {87607c9e-5385-489f-80cd-43cee122dcd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9143 | 2025.03.04 03:25:27.203256 [ 255 ] {87607c9e-5385-489f-80cd-43cee122dcd3} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9144 | 2025.03.04 03:25:27.203622 [ 255 ] {87607c9e-5385-489f-80cd-43cee122dcd3} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9145 | 2025.03.04 03:25:27.203957 [ 119 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9146 | 2025.03.04 03:25:27.204067 [ 119 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9147 | 2025.03.04 03:25:27.204145 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9148 | 2025.03.04 03:25:27.204205 [ 255 ] {87607c9e-5385-489f-80cd-43cee122dcd3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004738 sec., 12663.57112705783 rows/sec., 873.92 KiB/sec. | ||
| 9149 | 2025.03.04 03:25:27.204593 [ 255 ] {87607c9e-5385-489f-80cd-43cee122dcd3} <Debug> TCPHandler: Processed in 0.005497788 sec. | ||
| 9150 | 2025.03.04 03:25:27.205468 [ 186 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9151 | 2025.03.04 03:25:27.206034 [ 186 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9152 | 2025.03.04 03:25:27.206113 [ 186 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4644 rows starting from the beginning of the part | ||
| 9153 | 2025.03.04 03:25:27.206417 [ 186 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part | ||
| 9154 | 2025.03.04 03:25:27.206574 [ 186 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part | ||
| 9155 | 2025.03.04 03:25:27.206769 [ 186 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part | ||
| 9156 | 2025.03.04 03:25:27.207129 [ 186 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part | ||
| 9157 | 2025.03.04 03:25:27.207351 [ 186 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
| 9158 | 2025.03.04 03:25:27.210406 [ 189 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4944 rows, containing 4 columns (4 merged, 0 gathered) in 0.005570998 sec., 887453.1995882965 rows/sec., 59.65 MiB/sec. | ||
| 9159 | 2025.03.04 03:25:27.210767 [ 189 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24930 rows, containing 5 columns (5 merged, 0 gathered) in 0.01228299 sec., 2029636.1065180383 rows/sec., 139.30 MiB/sec. | ||
| 9160 | 2025.03.04 03:25:27.210824 [ 186 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9161 | 2025.03.04 03:25:27.211060 [ 189 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9162 | 2025.03.04 03:25:27.211315 [ 186 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_86_17} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9163 | 2025.03.04 03:25:27.211479 [ 186 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_86_17} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9164 | 2025.03.04 03:25:27.211658 [ 189 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9165 | 2025.03.04 03:25:27.211685 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. | ||
| 9166 | 2025.03.04 03:25:27.211795 [ 189 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9167 | 2025.03.04 03:25:27.211898 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 9168 | 2025.03.04 03:25:30.917969 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9169 | 2025.03.04 03:25:30.918047 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9170 | 2025.03.04 03:25:31.121144 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27511 | ||
| 9171 | 2025.03.04 03:25:31.121904 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9172 | 2025.03.04 03:25:31.121949 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9173 | 2025.03.04 03:25:31.122478 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9174 | 2025.03.04 03:25:31.122740 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9175 | 2025.03.04 03:25:31.122942 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
| 9176 | 2025.03.04 03:25:31.249328 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1218 | ||
| 9177 | 2025.03.04 03:25:31.252291 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9178 | 2025.03.04 03:25:31.252342 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9179 | 2025.03.04 03:25:31.253808 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9180 | 2025.03.04 03:25:31.254125 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9181 | 2025.03.04 03:25:31.254672 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1218 | ||
| 9182 | 2025.03.04 03:25:32.183967 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9183 | 2025.03.04 03:25:32.184157 [ 255 ] {005bc2b1-d063-4698-89a7-e5d6fc7c22f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9184 | 2025.03.04 03:25:32.184231 [ 255 ] {005bc2b1-d063-4698-89a7-e5d6fc7c22f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9185 | 2025.03.04 03:25:32.185038 [ 255 ] {005bc2b1-d063-4698-89a7-e5d6fc7c22f6} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9186 | 2025.03.04 03:25:32.185092 [ 255 ] {005bc2b1-d063-4698-89a7-e5d6fc7c22f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9187 | 2025.03.04 03:25:32.185536 [ 255 ] {005bc2b1-d063-4698-89a7-e5d6fc7c22f6} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9188 | 2025.03.04 03:25:32.185807 [ 255 ] {005bc2b1-d063-4698-89a7-e5d6fc7c22f6} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9189 | 2025.03.04 03:25:32.186060 [ 255 ] {005bc2b1-d063-4698-89a7-e5d6fc7c22f6} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001954 sec., 69600.81883316275 rows/sec., 6.00 MiB/sec. | ||
| 9190 | 2025.03.04 03:25:32.186129 [ 255 ] {005bc2b1-d063-4698-89a7-e5d6fc7c22f6} <Debug> TCPHandler: Processed in 0.002295408 sec. | ||
| 9191 | 2025.03.04 03:25:32.186245 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9192 | 2025.03.04 03:25:32.186358 [ 255 ] {4dded459-3eb0-434f-8e6c-7b7ae5d5b553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9193 | 2025.03.04 03:25:32.186406 [ 255 ] {4dded459-3eb0-434f-8e6c-7b7ae5d5b553} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9194 | 2025.03.04 03:25:32.186941 [ 255 ] {4dded459-3eb0-434f-8e6c-7b7ae5d5b553} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9195 | 2025.03.04 03:25:32.186981 [ 255 ] {4dded459-3eb0-434f-8e6c-7b7ae5d5b553} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9196 | 2025.03.04 03:25:32.187330 [ 255 ] {4dded459-3eb0-434f-8e6c-7b7ae5d5b553} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9197 | 2025.03.04 03:25:32.187561 [ 255 ] {4dded459-3eb0-434f-8e6c-7b7ae5d5b553} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9198 | 2025.03.04 03:25:32.187787 [ 255 ] {4dded459-3eb0-434f-8e6c-7b7ae5d5b553} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.00145 sec., 27586.206896551725 rows/sec., 2.03 MiB/sec. | ||
| 9199 | 2025.03.04 03:25:32.187901 [ 255 ] {4dded459-3eb0-434f-8e6c-7b7ae5d5b553} <Debug> TCPHandler: Processed in 0.001706901 sec. | ||
| 9200 | 2025.03.04 03:25:32.188088 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9201 | 2025.03.04 03:25:32.188394 [ 255 ] {07c83ad5-7e2d-41ea-a0c0-fbcedc3b6e6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9202 | 2025.03.04 03:25:32.188475 [ 255 ] {07c83ad5-7e2d-41ea-a0c0-fbcedc3b6e6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9203 | 2025.03.04 03:25:32.189054 [ 255 ] {07c83ad5-7e2d-41ea-a0c0-fbcedc3b6e6e} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9204 | 2025.03.04 03:25:32.189094 [ 255 ] {07c83ad5-7e2d-41ea-a0c0-fbcedc3b6e6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9205 | 2025.03.04 03:25:32.189444 [ 255 ] {07c83ad5-7e2d-41ea-a0c0-fbcedc3b6e6e} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9206 | 2025.03.04 03:25:32.189682 [ 255 ] {07c83ad5-7e2d-41ea-a0c0-fbcedc3b6e6e} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9207 | 2025.03.04 03:25:32.189919 [ 255 ] {07c83ad5-7e2d-41ea-a0c0-fbcedc3b6e6e} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001632 sec., 63725.490196078434 rows/sec., 4.98 MiB/sec. | ||
| 9208 | 2025.03.04 03:25:32.190029 [ 255 ] {07c83ad5-7e2d-41ea-a0c0-fbcedc3b6e6e} <Debug> TCPHandler: Processed in 0.002036245 sec. | ||
| 9209 | 2025.03.04 03:25:32.190220 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9210 | 2025.03.04 03:25:32.190442 [ 255 ] {f32db138-30ad-4bdc-8e2c-76c9bd59321a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9211 | 2025.03.04 03:25:32.190493 [ 255 ] {f32db138-30ad-4bdc-8e2c-76c9bd59321a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9212 | 2025.03.04 03:25:32.191023 [ 255 ] {f32db138-30ad-4bdc-8e2c-76c9bd59321a} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9213 | 2025.03.04 03:25:32.191062 [ 255 ] {f32db138-30ad-4bdc-8e2c-76c9bd59321a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9214 | 2025.03.04 03:25:32.191438 [ 255 ] {f32db138-30ad-4bdc-8e2c-76c9bd59321a} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9215 | 2025.03.04 03:25:32.191674 [ 255 ] {f32db138-30ad-4bdc-8e2c-76c9bd59321a} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9216 | 2025.03.04 03:25:32.191870 [ 255 ] {f32db138-30ad-4bdc-8e2c-76c9bd59321a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00149 sec., 107382.55033557047 rows/sec., 7.48 MiB/sec. | ||
| 9217 | 2025.03.04 03:25:32.191924 [ 255 ] {f32db138-30ad-4bdc-8e2c-76c9bd59321a} <Debug> TCPHandler: Processed in 0.001812312 sec. | ||
| 9218 | 2025.03.04 03:25:32.192029 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9219 | 2025.03.04 03:25:32.192131 [ 255 ] {78f303f9-1f85-4e02-83f6-0755b959a546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9220 | 2025.03.04 03:25:32.192194 [ 255 ] {78f303f9-1f85-4e02-83f6-0755b959a546} <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 | ||
| 9221 | 2025.03.04 03:25:32.193295 [ 255 ] {78f303f9-1f85-4e02-83f6-0755b959a546} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9222 | 2025.03.04 03:25:32.193333 [ 255 ] {78f303f9-1f85-4e02-83f6-0755b959a546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9223 | 2025.03.04 03:25:32.193991 [ 255 ] {78f303f9-1f85-4e02-83f6-0755b959a546} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9224 | 2025.03.04 03:25:32.194248 [ 255 ] {78f303f9-1f85-4e02-83f6-0755b959a546} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9225 | 2025.03.04 03:25:32.194491 [ 255 ] {78f303f9-1f85-4e02-83f6-0755b959a546} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002381 sec., 16799.664006719868 rows/sec., 30.10 MiB/sec. | ||
| 9226 | 2025.03.04 03:25:32.194597 [ 255 ] {78f303f9-1f85-4e02-83f6-0755b959a546} <Debug> TCPHandler: Processed in 0.002617212 sec. | ||
| 9227 | 2025.03.04 03:25:32.194712 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9228 | 2025.03.04 03:25:32.194814 [ 255 ] {a6475f59-d1db-4fd6-80bf-c712da750162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9229 | 2025.03.04 03:25:32.194858 [ 255 ] {a6475f59-d1db-4fd6-80bf-c712da750162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9230 | 2025.03.04 03:25:32.195296 [ 255 ] {a6475f59-d1db-4fd6-80bf-c712da750162} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9231 | 2025.03.04 03:25:32.195334 [ 255 ] {a6475f59-d1db-4fd6-80bf-c712da750162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9232 | 2025.03.04 03:25:32.195681 [ 255 ] {a6475f59-d1db-4fd6-80bf-c712da750162} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9233 | 2025.03.04 03:25:32.195924 [ 255 ] {a6475f59-d1db-4fd6-80bf-c712da750162} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9234 | 2025.03.04 03:25:32.196123 [ 255 ] {a6475f59-d1db-4fd6-80bf-c712da750162} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001323 sec., 45351.47392290249 rows/sec., 3.06 MiB/sec. | ||
| 9235 | 2025.03.04 03:25:32.196214 [ 255 ] {a6475f59-d1db-4fd6-80bf-c712da750162} <Debug> TCPHandler: Processed in 0.001544269 sec. | ||
| 9236 | 2025.03.04 03:25:33.078993 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 9237 | 2025.03.04 03:25:33.102875 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9238 | 2025.03.04 03:25:33.102942 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9239 | 2025.03.04 03:25:33.110488 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9240 | 2025.03.04 03:25:33.111276 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9241 | 2025.03.04 03:25:33.114526 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 9242 | 2025.03.04 03:25:37.216265 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9243 | 2025.03.04 03:25:37.216508 [ 255 ] {f587dba7-6137-4cc1-bfb6-14d0d7d9b74a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9244 | 2025.03.04 03:25:37.216610 [ 255 ] {f587dba7-6137-4cc1-bfb6-14d0d7d9b74a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9245 | 2025.03.04 03:25:37.217665 [ 255 ] {f587dba7-6137-4cc1-bfb6-14d0d7d9b74a} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9246 | 2025.03.04 03:25:37.217732 [ 255 ] {f587dba7-6137-4cc1-bfb6-14d0d7d9b74a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9247 | 2025.03.04 03:25:37.218354 [ 255 ] {f587dba7-6137-4cc1-bfb6-14d0d7d9b74a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 9248 | 2025.03.04 03:25:37.218729 [ 255 ] {f587dba7-6137-4cc1-bfb6-14d0d7d9b74a} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9249 | 2025.03.04 03:25:37.219076 [ 255 ] {f587dba7-6137-4cc1-bfb6-14d0d7d9b74a} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00263 sec., 9125.475285171104 rows/sec., 775.31 KiB/sec. | ||
| 9250 | 2025.03.04 03:25:37.219359 [ 255 ] {f587dba7-6137-4cc1-bfb6-14d0d7d9b74a} <Debug> TCPHandler: Processed in 0.00327799 sec. | ||
| 9251 | 2025.03.04 03:25:37.219542 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9252 | 2025.03.04 03:25:37.219691 [ 255 ] {6d401646-1ee8-4f26-9c4a-5572672b14e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9253 | 2025.03.04 03:25:37.219760 [ 255 ] {6d401646-1ee8-4f26-9c4a-5572672b14e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9254 | 2025.03.04 03:25:37.220572 [ 255 ] {6d401646-1ee8-4f26-9c4a-5572672b14e7} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9255 | 2025.03.04 03:25:37.220626 [ 255 ] {6d401646-1ee8-4f26-9c4a-5572672b14e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9256 | 2025.03.04 03:25:37.221141 [ 255 ] {6d401646-1ee8-4f26-9c4a-5572672b14e7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 9257 | 2025.03.04 03:25:37.221526 [ 255 ] {6d401646-1ee8-4f26-9c4a-5572672b14e7} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9258 | 2025.03.04 03:25:37.221827 [ 255 ] {6d401646-1ee8-4f26-9c4a-5572672b14e7} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002174 sec., 1839.926402943882 rows/sec., 150.03 KiB/sec. | ||
| 9259 | 2025.03.04 03:25:37.221919 [ 255 ] {6d401646-1ee8-4f26-9c4a-5572672b14e7} <Debug> TCPHandler: Processed in 0.00244173 sec. | ||
| 9260 | 2025.03.04 03:25:37.222078 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9261 | 2025.03.04 03:25:37.222226 [ 255 ] {3d1e0a42-737d-40ec-ba15-20f676b5eb84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9262 | 2025.03.04 03:25:37.222295 [ 255 ] {3d1e0a42-737d-40ec-ba15-20f676b5eb84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9263 | 2025.03.04 03:25:37.223816 [ 255 ] {3d1e0a42-737d-40ec-ba15-20f676b5eb84} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9264 | 2025.03.04 03:25:37.223860 [ 255 ] {3d1e0a42-737d-40ec-ba15-20f676b5eb84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9265 | 2025.03.04 03:25:37.224409 [ 255 ] {3d1e0a42-737d-40ec-ba15-20f676b5eb84} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9266 | 2025.03.04 03:25:37.224689 [ 255 ] {3d1e0a42-737d-40ec-ba15-20f676b5eb84} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9267 | 2025.03.04 03:25:37.224944 [ 255 ] {3d1e0a42-737d-40ec-ba15-20f676b5eb84} <Debug> executeQuery: Read 1318 rows, 112.08 KiB in 0.002758 sec., 477882.52356780274 rows/sec., 39.69 MiB/sec. | ||
| 9268 | 2025.03.04 03:25:37.225053 [ 255 ] {3d1e0a42-737d-40ec-ba15-20f676b5eb84} <Debug> TCPHandler: Processed in 0.003041157 sec. | ||
| 9269 | 2025.03.04 03:25:37.225304 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9270 | 2025.03.04 03:25:37.225518 [ 255 ] {b7208ce5-ed0b-4c69-b0d0-09b2fe7cf9f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9271 | 2025.03.04 03:25:37.225575 [ 255 ] {b7208ce5-ed0b-4c69-b0d0-09b2fe7cf9f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9272 | 2025.03.04 03:25:37.226248 [ 255 ] {b7208ce5-ed0b-4c69-b0d0-09b2fe7cf9f1} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9273 | 2025.03.04 03:25:37.226298 [ 255 ] {b7208ce5-ed0b-4c69-b0d0-09b2fe7cf9f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9274 | 2025.03.04 03:25:37.226802 [ 255 ] {b7208ce5-ed0b-4c69-b0d0-09b2fe7cf9f1} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9275 | 2025.03.04 03:25:37.227178 [ 255 ] {b7208ce5-ed0b-4c69-b0d0-09b2fe7cf9f1} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9276 | 2025.03.04 03:25:37.227425 [ 109 ] {} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9277 | 2025.03.04 03:25:37.227507 [ 255 ] {b7208ce5-ed0b-4c69-b0d0-09b2fe7cf9f1} <Debug> executeQuery: Read 16 rows, 1.24 KiB in 0.002017 sec., 7932.573128408527 rows/sec., 614.89 KiB/sec. | ||
| 9278 | 2025.03.04 03:25:37.227531 [ 109 ] {} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9279 | 2025.03.04 03:25:37.227615 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9280 | 2025.03.04 03:25:37.227682 [ 255 ] {b7208ce5-ed0b-4c69-b0d0-09b2fe7cf9f1} <Debug> TCPHandler: Processed in 0.002539552 sec. | ||
| 9281 | 2025.03.04 03:25:37.227852 [ 193 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 9282 | 2025.03.04 03:25:37.227913 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9283 | 2025.03.04 03:25:37.228078 [ 193 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9284 | 2025.03.04 03:25:37.228150 [ 255 ] {c8e90698-d0b1-4ed7-916b-77753da8f022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9285 | 2025.03.04 03:25:37.228156 [ 193 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 178 rows starting from the beginning of the part | ||
| 9286 | 2025.03.04 03:25:37.228244 [ 255 ] {c8e90698-d0b1-4ed7-916b-77753da8f022} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9287 | 2025.03.04 03:25:37.228438 [ 193 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 12 rows starting from the beginning of the part | ||
| 9288 | 2025.03.04 03:25:37.228834 [ 193 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 40 rows starting from the beginning of the part | ||
| 9289 | 2025.03.04 03:25:37.229320 [ 193 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 48 rows starting from the beginning of the part | ||
| 9290 | 2025.03.04 03:25:37.229716 [ 193 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 40 rows starting from the beginning of the part | ||
| 9291 | 2025.03.04 03:25:37.230061 [ 193 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 16 rows starting from the beginning of the part | ||
| 9292 | 2025.03.04 03:25:37.231086 [ 255 ] {c8e90698-d0b1-4ed7-916b-77753da8f022} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9293 | 2025.03.04 03:25:37.231148 [ 255 ] {c8e90698-d0b1-4ed7-916b-77753da8f022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9294 | 2025.03.04 03:25:37.232180 [ 255 ] {c8e90698-d0b1-4ed7-916b-77753da8f022} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 9295 | 2025.03.04 03:25:37.232754 [ 255 ] {c8e90698-d0b1-4ed7-916b-77753da8f022} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9296 | 2025.03.04 03:25:37.232885 [ 192 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 334 rows, containing 5 columns (5 merged, 0 gathered) in 0.005152683 sec., 64820.599287788515 rows/sec., 4.71 MiB/sec. | ||
| 9297 | 2025.03.04 03:25:37.233135 [ 255 ] {c8e90698-d0b1-4ed7-916b-77753da8f022} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.005044 sec., 49960.348929421096 rows/sec., 3.46 MiB/sec. | ||
| 9298 | 2025.03.04 03:25:37.233147 [ 200 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9299 | 2025.03.04 03:25:37.233422 [ 255 ] {c8e90698-d0b1-4ed7-916b-77753da8f022} <Debug> TCPHandler: Processed in 0.005576039 sec. | ||
| 9300 | 2025.03.04 03:25:37.233574 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9301 | 2025.03.04 03:25:37.233697 [ 255 ] {0708d8cf-3647-448a-a1f4-a777b082880e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9302 | 2025.03.04 03:25:37.233739 [ 200 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_56_11} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9303 | 2025.03.04 03:25:37.233752 [ 255 ] {0708d8cf-3647-448a-a1f4-a777b082880e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9304 | 2025.03.04 03:25:37.233886 [ 200 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_56_11} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9305 | 2025.03.04 03:25:37.234027 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9306 | 2025.03.04 03:25:37.234440 [ 255 ] {0708d8cf-3647-448a-a1f4-a777b082880e} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9307 | 2025.03.04 03:25:37.234479 [ 255 ] {0708d8cf-3647-448a-a1f4-a777b082880e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9308 | 2025.03.04 03:25:37.234817 [ 255 ] {0708d8cf-3647-448a-a1f4-a777b082880e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 9309 | 2025.03.04 03:25:37.235067 [ 255 ] {0708d8cf-3647-448a-a1f4-a777b082880e} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9310 | 2025.03.04 03:25:37.235301 [ 255 ] {0708d8cf-3647-448a-a1f4-a777b082880e} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001626 sec., 7380.073800738007 rows/sec., 576.57 KiB/sec. | ||
| 9311 | 2025.03.04 03:25:37.235435 [ 255 ] {0708d8cf-3647-448a-a1f4-a777b082880e} <Debug> TCPHandler: Processed in 0.001907054 sec. | ||
| 9312 | 2025.03.04 03:25:37.235625 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9313 | 2025.03.04 03:25:37.235731 [ 255 ] {68746171-7610-46a3-8444-0edd889b9f82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9314 | 2025.03.04 03:25:37.235778 [ 255 ] {68746171-7610-46a3-8444-0edd889b9f82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9315 | 2025.03.04 03:25:37.236548 [ 255 ] {68746171-7610-46a3-8444-0edd889b9f82} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9316 | 2025.03.04 03:25:37.236586 [ 255 ] {68746171-7610-46a3-8444-0edd889b9f82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9317 | 2025.03.04 03:25:37.236978 [ 255 ] {68746171-7610-46a3-8444-0edd889b9f82} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9318 | 2025.03.04 03:25:37.237220 [ 255 ] {68746171-7610-46a3-8444-0edd889b9f82} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9319 | 2025.03.04 03:25:37.237398 [ 255 ] {68746171-7610-46a3-8444-0edd889b9f82} <Debug> executeQuery: Read 560 rows, 42.99 KiB in 0.00169 sec., 331360.94674556213 rows/sec., 24.84 MiB/sec. | ||
| 9320 | 2025.03.04 03:25:37.237449 [ 255 ] {68746171-7610-46a3-8444-0edd889b9f82} <Debug> TCPHandler: Processed in 0.001885483 sec. | ||
| 9321 | 2025.03.04 03:25:37.237580 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9322 | 2025.03.04 03:25:37.237684 [ 255 ] {36281228-4b95-4095-abc3-cdd2c53bc0a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9323 | 2025.03.04 03:25:37.237733 [ 255 ] {36281228-4b95-4095-abc3-cdd2c53bc0a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9324 | 2025.03.04 03:25:37.238492 [ 255 ] {36281228-4b95-4095-abc3-cdd2c53bc0a5} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9325 | 2025.03.04 03:25:37.238528 [ 255 ] {36281228-4b95-4095-abc3-cdd2c53bc0a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9326 | 2025.03.04 03:25:37.238956 [ 255 ] {36281228-4b95-4095-abc3-cdd2c53bc0a5} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9327 | 2025.03.04 03:25:37.239198 [ 255 ] {36281228-4b95-4095-abc3-cdd2c53bc0a5} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9328 | 2025.03.04 03:25:37.239380 [ 255 ] {36281228-4b95-4095-abc3-cdd2c53bc0a5} <Debug> executeQuery: Read 918 rows, 63.76 KiB in 0.001717 sec., 534653.4653465346 rows/sec., 36.26 MiB/sec. | ||
| 9329 | 2025.03.04 03:25:37.239435 [ 255 ] {36281228-4b95-4095-abc3-cdd2c53bc0a5} <Debug> TCPHandler: Processed in 0.001906623 sec. | ||
| 9330 | 2025.03.04 03:25:37.239605 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9331 | 2025.03.04 03:25:37.239717 [ 255 ] {cbd46ee1-b433-46fa-8ca6-10173720220f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9332 | 2025.03.04 03:25:37.239763 [ 255 ] {cbd46ee1-b433-46fa-8ca6-10173720220f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9333 | 2025.03.04 03:25:37.240212 [ 255 ] {cbd46ee1-b433-46fa-8ca6-10173720220f} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9334 | 2025.03.04 03:25:37.240248 [ 255 ] {cbd46ee1-b433-46fa-8ca6-10173720220f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9335 | 2025.03.04 03:25:37.240600 [ 255 ] {cbd46ee1-b433-46fa-8ca6-10173720220f} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9336 | 2025.03.04 03:25:37.240837 [ 255 ] {cbd46ee1-b433-46fa-8ca6-10173720220f} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9337 | 2025.03.04 03:25:37.241009 [ 255 ] {cbd46ee1-b433-46fa-8ca6-10173720220f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001314 sec., 45662.100456621 rows/sec., 3.08 MiB/sec. | ||
| 9338 | 2025.03.04 03:25:37.241056 [ 255 ] {cbd46ee1-b433-46fa-8ca6-10173720220f} <Debug> TCPHandler: Processed in 0.001514688 sec. | ||
| 9339 | 2025.03.04 03:25:38.623109 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27938 | ||
| 9340 | 2025.03.04 03:25:38.623969 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9341 | 2025.03.04 03:25:38.624026 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9342 | 2025.03.04 03:25:38.624667 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9343 | 2025.03.04 03:25:38.624981 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9344 | 2025.03.04 03:25:38.625169 [ 108 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9345 | 2025.03.04 03:25:38.625227 [ 108 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9346 | 2025.03.04 03:25:38.625233 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27938 | ||
| 9347 | 2025.03.04 03:25:38.625251 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9348 | 2025.03.04 03:25:38.625421 [ 192 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 9349 | 2025.03.04 03:25:38.625834 [ 192 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9350 | 2025.03.04 03:25:38.625966 [ 192 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25681 rows starting from the beginning of the part | ||
| 9351 | 2025.03.04 03:25:38.626112 [ 192 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 427 rows starting from the beginning of the part | ||
| 9352 | 2025.03.04 03:25:38.626368 [ 192 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 488 rows starting from the beginning of the part | ||
| 9353 | 2025.03.04 03:25:38.626594 [ 192 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 427 rows starting from the beginning of the part | ||
| 9354 | 2025.03.04 03:25:38.626745 [ 192 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 488 rows starting from the beginning of the part | ||
| 9355 | 2025.03.04 03:25:38.626931 [ 192 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 427 rows starting from the beginning of the part | ||
| 9356 | 2025.03.04 03:25:38.630559 [ 197 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27938 rows, containing 4 columns (4 merged, 0 gathered) in 0.005241484 sec., 5330169.852660048 rows/sec., 76.25 MiB/sec. | ||
| 9357 | 2025.03.04 03:25:38.631126 [ 197 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9358 | 2025.03.04 03:25:38.631554 [ 197 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_61_12} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9359 | 2025.03.04 03:25:38.631684 [ 197 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_61_12} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9360 | 2025.03.04 03:25:38.631862 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. | ||
| 9361 | 2025.03.04 03:25:40.614613 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 9362 | 2025.03.04 03:25:40.636046 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9363 | 2025.03.04 03:25:40.636114 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9364 | 2025.03.04 03:25:40.643580 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9365 | 2025.03.04 03:25:40.644401 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9366 | 2025.03.04 03:25:40.644787 [ 104 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9367 | 2025.03.04 03:25:40.644921 [ 104 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9368 | 2025.03.04 03:25:40.645003 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9369 | 2025.03.04 03:25:40.645649 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 9370 | 2025.03.04 03:25:40.664932 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 9371 | 2025.03.04 03:25:40.666007 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9372 | 2025.03.04 03:25:40.667279 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part | ||
| 9373 | 2025.03.04 03:25:40.672581 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part | ||
| 9374 | 2025.03.04 03:25:40.678476 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 8 rows starting from the beginning of the part | ||
| 9375 | 2025.03.04 03:25:40.684140 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 7 rows starting from the beginning of the part | ||
| 9376 | 2025.03.04 03:25:40.690209 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 8 rows starting from the beginning of the part | ||
| 9377 | 2025.03.04 03:25:40.694951 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 7 rows starting from the beginning of the part | ||
| 9378 | 2025.03.04 03:25:40.754266 [ 190 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.109126908 sec., 4215.275667849033 rows/sec., 21.80 MiB/sec. | ||
| 9379 | 2025.03.04 03:25:40.757404 [ 201 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9380 | 2025.03.04 03:25:40.760324 [ 201 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_61_12} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9381 | 2025.03.04 03:25:40.760449 [ 201 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_61_12} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9382 | 2025.03.04 03:25:40.762806 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 9383 | 2025.03.04 03:25:41.254878 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1248 | ||
| 9384 | 2025.03.04 03:25:41.258014 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9385 | 2025.03.04 03:25:41.258068 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9386 | 2025.03.04 03:25:41.259552 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9387 | 2025.03.04 03:25:41.259856 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9388 | 2025.03.04 03:25:41.261146 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1248 | ||
| 9389 | 2025.03.04 03:25:42.183992 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9390 | 2025.03.04 03:25:42.184267 [ 255 ] {1cca9b24-e737-4e18-a347-2dbaa8112e3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9391 | 2025.03.04 03:25:42.184384 [ 255 ] {1cca9b24-e737-4e18-a347-2dbaa8112e3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9392 | 2025.03.04 03:25:42.185244 [ 255 ] {1cca9b24-e737-4e18-a347-2dbaa8112e3b} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9393 | 2025.03.04 03:25:42.185292 [ 255 ] {1cca9b24-e737-4e18-a347-2dbaa8112e3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9394 | 2025.03.04 03:25:42.185737 [ 255 ] {1cca9b24-e737-4e18-a347-2dbaa8112e3b} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9395 | 2025.03.04 03:25:42.186000 [ 255 ] {1cca9b24-e737-4e18-a347-2dbaa8112e3b} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9396 | 2025.03.04 03:25:42.186226 [ 255 ] {1cca9b24-e737-4e18-a347-2dbaa8112e3b} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.002032 sec., 66929.13385826771 rows/sec., 5.77 MiB/sec. | ||
| 9397 | 2025.03.04 03:25:42.186294 [ 255 ] {1cca9b24-e737-4e18-a347-2dbaa8112e3b} <Debug> TCPHandler: Processed in 0.002469221 sec. | ||
| 9398 | 2025.03.04 03:25:42.186464 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9399 | 2025.03.04 03:25:42.186598 [ 255 ] {f53dd9fb-15ba-445c-b298-4dd5b5cd46ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9400 | 2025.03.04 03:25:42.186643 [ 255 ] {f53dd9fb-15ba-445c-b298-4dd5b5cd46ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9401 | 2025.03.04 03:25:42.187184 [ 255 ] {f53dd9fb-15ba-445c-b298-4dd5b5cd46ea} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9402 | 2025.03.04 03:25:42.187222 [ 255 ] {f53dd9fb-15ba-445c-b298-4dd5b5cd46ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9403 | 2025.03.04 03:25:42.187574 [ 255 ] {f53dd9fb-15ba-445c-b298-4dd5b5cd46ea} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9404 | 2025.03.04 03:25:42.187819 [ 255 ] {f53dd9fb-15ba-445c-b298-4dd5b5cd46ea} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9405 | 2025.03.04 03:25:42.188037 [ 255 ] {f53dd9fb-15ba-445c-b298-4dd5b5cd46ea} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001465 sec., 27303.754266211607 rows/sec., 2.00 MiB/sec. | ||
| 9406 | 2025.03.04 03:25:42.188120 [ 255 ] {f53dd9fb-15ba-445c-b298-4dd5b5cd46ea} <Debug> TCPHandler: Processed in 0.001721871 sec. | ||
| 9407 | 2025.03.04 03:25:42.188288 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9408 | 2025.03.04 03:25:42.188397 [ 255 ] {66e1539c-18d5-4704-a1cb-b70c14c663a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9409 | 2025.03.04 03:25:42.188444 [ 255 ] {66e1539c-18d5-4704-a1cb-b70c14c663a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9410 | 2025.03.04 03:25:42.188996 [ 255 ] {66e1539c-18d5-4704-a1cb-b70c14c663a7} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9411 | 2025.03.04 03:25:42.189034 [ 255 ] {66e1539c-18d5-4704-a1cb-b70c14c663a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9412 | 2025.03.04 03:25:42.189385 [ 255 ] {66e1539c-18d5-4704-a1cb-b70c14c663a7} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9413 | 2025.03.04 03:25:42.189622 [ 255 ] {66e1539c-18d5-4704-a1cb-b70c14c663a7} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9414 | 2025.03.04 03:25:42.189832 [ 255 ] {66e1539c-18d5-4704-a1cb-b70c14c663a7} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001456 sec., 71428.57142857142 rows/sec., 5.58 MiB/sec. | ||
| 9415 | 2025.03.04 03:25:42.189882 [ 255 ] {66e1539c-18d5-4704-a1cb-b70c14c663a7} <Debug> TCPHandler: Processed in 0.001654971 sec. | ||
| 9416 | 2025.03.04 03:25:42.190000 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9417 | 2025.03.04 03:25:42.190106 [ 255 ] {9d389af2-f4d4-4f61-aa98-4e85dbc45218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9418 | 2025.03.04 03:25:42.190152 [ 255 ] {9d389af2-f4d4-4f61-aa98-4e85dbc45218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9419 | 2025.03.04 03:25:42.190673 [ 255 ] {9d389af2-f4d4-4f61-aa98-4e85dbc45218} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9420 | 2025.03.04 03:25:42.190736 [ 255 ] {9d389af2-f4d4-4f61-aa98-4e85dbc45218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9421 | 2025.03.04 03:25:42.191114 [ 255 ] {9d389af2-f4d4-4f61-aa98-4e85dbc45218} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9422 | 2025.03.04 03:25:42.191352 [ 255 ] {9d389af2-f4d4-4f61-aa98-4e85dbc45218} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9423 | 2025.03.04 03:25:42.191568 [ 255 ] {9d389af2-f4d4-4f61-aa98-4e85dbc45218} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001486 sec., 107671.60161507403 rows/sec., 7.50 MiB/sec. | ||
| 9424 | 2025.03.04 03:25:42.191621 [ 255 ] {9d389af2-f4d4-4f61-aa98-4e85dbc45218} <Debug> TCPHandler: Processed in 0.00167216 sec. | ||
| 9425 | 2025.03.04 03:25:42.191724 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9426 | 2025.03.04 03:25:42.191828 [ 255 ] {03db31b9-0a28-4fef-9e3d-a06be2f5bbab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9427 | 2025.03.04 03:25:42.191892 [ 255 ] {03db31b9-0a28-4fef-9e3d-a06be2f5bbab} <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 | ||
| 9428 | 2025.03.04 03:25:42.193072 [ 255 ] {03db31b9-0a28-4fef-9e3d-a06be2f5bbab} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9429 | 2025.03.04 03:25:42.193112 [ 255 ] {03db31b9-0a28-4fef-9e3d-a06be2f5bbab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9430 | 2025.03.04 03:25:42.193759 [ 255 ] {03db31b9-0a28-4fef-9e3d-a06be2f5bbab} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9431 | 2025.03.04 03:25:42.194035 [ 255 ] {03db31b9-0a28-4fef-9e3d-a06be2f5bbab} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9432 | 2025.03.04 03:25:42.194274 [ 255 ] {03db31b9-0a28-4fef-9e3d-a06be2f5bbab} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002468 sec., 16207.455429497568 rows/sec., 29.04 MiB/sec. | ||
| 9433 | 2025.03.04 03:25:42.194368 [ 255 ] {03db31b9-0a28-4fef-9e3d-a06be2f5bbab} <Debug> TCPHandler: Processed in 0.002693293 sec. | ||
| 9434 | 2025.03.04 03:25:42.194502 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9435 | 2025.03.04 03:25:42.194608 [ 255 ] {1f2a91e5-bf68-4b27-8610-a12656883e03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9436 | 2025.03.04 03:25:42.194655 [ 255 ] {1f2a91e5-bf68-4b27-8610-a12656883e03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9437 | 2025.03.04 03:25:42.195115 [ 255 ] {1f2a91e5-bf68-4b27-8610-a12656883e03} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9438 | 2025.03.04 03:25:42.195154 [ 255 ] {1f2a91e5-bf68-4b27-8610-a12656883e03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9439 | 2025.03.04 03:25:42.195506 [ 255 ] {1f2a91e5-bf68-4b27-8610-a12656883e03} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9440 | 2025.03.04 03:25:42.195741 [ 255 ] {1f2a91e5-bf68-4b27-8610-a12656883e03} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9441 | 2025.03.04 03:25:42.195961 [ 255 ] {1f2a91e5-bf68-4b27-8610-a12656883e03} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001374 sec., 43668.12227074236 rows/sec., 2.94 MiB/sec. | ||
| 9442 | 2025.03.04 03:25:42.196021 [ 255 ] {1f2a91e5-bf68-4b27-8610-a12656883e03} <Debug> TCPHandler: Processed in 0.001570569 sec. | ||
| 9443 | 2025.03.04 03:25:45.918311 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9444 | 2025.03.04 03:25:45.918404 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9445 | 2025.03.04 03:25:46.125400 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28426 | ||
| 9446 | 2025.03.04 03:25:46.126046 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9447 | 2025.03.04 03:25:46.126090 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9448 | 2025.03.04 03:25:46.126611 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9449 | 2025.03.04 03:25:46.126868 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9450 | 2025.03.04 03:25:46.127085 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
| 9451 | 2025.03.04 03:25:47.182398 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9452 | 2025.03.04 03:25:47.182638 [ 255 ] {3703fc54-5b42-4efc-90f7-6b198552e679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9453 | 2025.03.04 03:25:47.182719 [ 255 ] {3703fc54-5b42-4efc-90f7-6b198552e679} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9454 | 2025.03.04 03:25:47.183616 [ 255 ] {3703fc54-5b42-4efc-90f7-6b198552e679} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9455 | 2025.03.04 03:25:47.183667 [ 255 ] {3703fc54-5b42-4efc-90f7-6b198552e679} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9456 | 2025.03.04 03:25:47.184099 [ 255 ] {3703fc54-5b42-4efc-90f7-6b198552e679} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 9457 | 2025.03.04 03:25:47.184349 [ 255 ] {3703fc54-5b42-4efc-90f7-6b198552e679} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9458 | 2025.03.04 03:25:47.184585 [ 255 ] {3703fc54-5b42-4efc-90f7-6b198552e679} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002 sec., 28000 rows/sec., 2.14 MiB/sec. | ||
| 9459 | 2025.03.04 03:25:47.184675 [ 255 ] {3703fc54-5b42-4efc-90f7-6b198552e679} <Debug> TCPHandler: Processed in 0.002438419 sec. | ||
| 9460 | 2025.03.04 03:25:47.184828 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9461 | 2025.03.04 03:25:47.185139 [ 255 ] {ea5fe0bf-d990-42ca-82b0-6fd0a9b54e53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9462 | 2025.03.04 03:25:47.185270 [ 255 ] {ea5fe0bf-d990-42ca-82b0-6fd0a9b54e53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9463 | 2025.03.04 03:25:47.186066 [ 255 ] {ea5fe0bf-d990-42ca-82b0-6fd0a9b54e53} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9464 | 2025.03.04 03:25:47.186106 [ 255 ] {ea5fe0bf-d990-42ca-82b0-6fd0a9b54e53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9465 | 2025.03.04 03:25:47.186448 [ 255 ] {ea5fe0bf-d990-42ca-82b0-6fd0a9b54e53} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 9466 | 2025.03.04 03:25:47.186698 [ 255 ] {ea5fe0bf-d990-42ca-82b0-6fd0a9b54e53} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9467 | 2025.03.04 03:25:47.186923 [ 255 ] {ea5fe0bf-d990-42ca-82b0-6fd0a9b54e53} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001899 sec., 33701.94839389152 rows/sec., 2.63 MiB/sec. | ||
| 9468 | 2025.03.04 03:25:47.186979 [ 255 ] {ea5fe0bf-d990-42ca-82b0-6fd0a9b54e53} <Debug> TCPHandler: Processed in 0.002223078 sec. | ||
| 9469 | 2025.03.04 03:25:47.187105 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9470 | 2025.03.04 03:25:47.187251 [ 255 ] {9dc6cf87-f501-4e8c-9c7a-2f5de6738b98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9471 | 2025.03.04 03:25:47.187300 [ 255 ] {9dc6cf87-f501-4e8c-9c7a-2f5de6738b98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9472 | 2025.03.04 03:25:47.187819 [ 255 ] {9dc6cf87-f501-4e8c-9c7a-2f5de6738b98} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9473 | 2025.03.04 03:25:47.187856 [ 255 ] {9dc6cf87-f501-4e8c-9c7a-2f5de6738b98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9474 | 2025.03.04 03:25:47.188228 [ 255 ] {9dc6cf87-f501-4e8c-9c7a-2f5de6738b98} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 9475 | 2025.03.04 03:25:47.188456 [ 255 ] {9dc6cf87-f501-4e8c-9c7a-2f5de6738b98} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9476 | 2025.03.04 03:25:47.188686 [ 255 ] {9dc6cf87-f501-4e8c-9c7a-2f5de6738b98} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001467 sec., 109066.12133606 rows/sec., 7.60 MiB/sec. | ||
| 9477 | 2025.03.04 03:25:47.188737 [ 255 ] {9dc6cf87-f501-4e8c-9c7a-2f5de6738b98} <Debug> TCPHandler: Processed in 0.00169219 sec. | ||
| 9478 | 2025.03.04 03:25:47.188841 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9479 | 2025.03.04 03:25:47.188943 [ 255 ] {29b1784e-1923-4247-93ae-2c813baffb7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9480 | 2025.03.04 03:25:47.188987 [ 255 ] {29b1784e-1923-4247-93ae-2c813baffb7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9481 | 2025.03.04 03:25:47.189420 [ 255 ] {29b1784e-1923-4247-93ae-2c813baffb7c} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9482 | 2025.03.04 03:25:47.189458 [ 255 ] {29b1784e-1923-4247-93ae-2c813baffb7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9483 | 2025.03.04 03:25:47.189805 [ 255 ] {29b1784e-1923-4247-93ae-2c813baffb7c} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 9484 | 2025.03.04 03:25:47.190039 [ 255 ] {29b1784e-1923-4247-93ae-2c813baffb7c} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9485 | 2025.03.04 03:25:47.190245 [ 255 ] {29b1784e-1923-4247-93ae-2c813baffb7c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001323 sec., 45351.47392290249 rows/sec., 3.06 MiB/sec. | ||
| 9486 | 2025.03.04 03:25:47.190293 [ 255 ] {29b1784e-1923-4247-93ae-2c813baffb7c} <Debug> TCPHandler: Processed in 0.001501158 sec. | ||
| 9487 | 2025.03.04 03:25:48.165060 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 9488 | 2025.03.04 03:25:48.184153 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9489 | 2025.03.04 03:25:48.184216 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9490 | 2025.03.04 03:25:48.191140 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9491 | 2025.03.04 03:25:48.191890 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9492 | 2025.03.04 03:25:48.195826 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 9493 | 2025.03.04 03:25:49.460632 [ 96 ] {} <Debug> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 9494 | 2025.03.04 03:25:49.460699 [ 96 ] {} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9495 | 2025.03.04 03:25:49.460722 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9496 | 2025.03.04 03:25:49.460939 [ 194 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
| 9497 | 2025.03.04 03:25:49.461125 [ 194 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9498 | 2025.03.04 03:25:49.461162 [ 194 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 365 rows starting from the beginning of the part | ||
| 9499 | 2025.03.04 03:25:49.461246 [ 194 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 252 rows starting from the beginning of the part | ||
| 9500 | 2025.03.04 03:25:49.461338 [ 194 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 252 rows starting from the beginning of the part | ||
| 9501 | 2025.03.04 03:25:49.461617 [ 194 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 252 rows starting from the beginning of the part | ||
| 9502 | 2025.03.04 03:25:49.461748 [ 194 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 252 rows starting from the beginning of the part | ||
| 9503 | 2025.03.04 03:25:49.463045 [ 196 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1373 rows, containing 5 columns (5 merged, 0 gathered) in 0.002247417 sec., 610923.5624719401 rows/sec., 44.36 MiB/sec. | ||
| 9504 | 2025.03.04 03:25:49.463211 [ 198 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 9505 | 2025.03.04 03:25:49.463521 [ 198 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_17_4} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9506 | 2025.03.04 03:25:49.463608 [ 198 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_17_4} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 9507 | 2025.03.04 03:25:49.463689 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 9508 | 2025.03.04 03:25:51.261398 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1268 | ||
| 9509 | 2025.03.04 03:25:51.264247 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9510 | 2025.03.04 03:25:51.264303 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9511 | 2025.03.04 03:25:51.265794 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9512 | 2025.03.04 03:25:51.266115 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9513 | 2025.03.04 03:25:51.267218 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1268 | ||
| 9514 | 2025.03.04 03:25:52.185278 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9515 | 2025.03.04 03:25:52.185468 [ 255 ] {e6910def-e90b-494b-85dc-cdc69c552171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9516 | 2025.03.04 03:25:52.185538 [ 255 ] {e6910def-e90b-494b-85dc-cdc69c552171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9517 | 2025.03.04 03:25:52.186282 [ 255 ] {e6910def-e90b-494b-85dc-cdc69c552171} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9518 | 2025.03.04 03:25:52.186332 [ 255 ] {e6910def-e90b-494b-85dc-cdc69c552171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9519 | 2025.03.04 03:25:52.186754 [ 255 ] {e6910def-e90b-494b-85dc-cdc69c552171} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 9520 | 2025.03.04 03:25:52.187001 [ 255 ] {e6910def-e90b-494b-85dc-cdc69c552171} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9521 | 2025.03.04 03:25:52.187248 [ 255 ] {e6910def-e90b-494b-85dc-cdc69c552171} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001832 sec., 3275.109170305677 rows/sec., 267.06 KiB/sec. | ||
| 9522 | 2025.03.04 03:25:52.187304 [ 255 ] {e6910def-e90b-494b-85dc-cdc69c552171} <Debug> TCPHandler: Processed in 0.002154596 sec. | ||
| 9523 | 2025.03.04 03:25:52.187428 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9524 | 2025.03.04 03:25:52.187534 [ 255 ] {81df0da4-a7b3-4db5-8188-d2e758e9866c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9525 | 2025.03.04 03:25:52.187579 [ 255 ] {81df0da4-a7b3-4db5-8188-d2e758e9866c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9526 | 2025.03.04 03:25:52.188188 [ 255 ] {81df0da4-a7b3-4db5-8188-d2e758e9866c} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9527 | 2025.03.04 03:25:52.188226 [ 255 ] {81df0da4-a7b3-4db5-8188-d2e758e9866c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9528 | 2025.03.04 03:25:52.188599 [ 255 ] {81df0da4-a7b3-4db5-8188-d2e758e9866c} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 9529 | 2025.03.04 03:25:52.188841 [ 255 ] {81df0da4-a7b3-4db5-8188-d2e758e9866c} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9530 | 2025.03.04 03:25:52.189030 [ 95 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 9531 | 2025.03.04 03:25:52.189072 [ 255 ] {81df0da4-a7b3-4db5-8188-d2e758e9866c} <Debug> executeQuery: Read 139 rows, 12.22 KiB in 0.001553 sec., 89504.18544752093 rows/sec., 7.68 MiB/sec. | ||
| 9532 | 2025.03.04 03:25:52.189118 [ 95 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9533 | 2025.03.04 03:25:52.189191 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9534 | 2025.03.04 03:25:52.189202 [ 255 ] {81df0da4-a7b3-4db5-8188-d2e758e9866c} <Debug> TCPHandler: Processed in 0.001824613 sec. | ||
| 9535 | 2025.03.04 03:25:52.189426 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9536 | 2025.03.04 03:25:52.189448 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 9537 | 2025.03.04 03:25:52.189606 [ 255 ] {fc95762f-1f6d-45a9-a597-dfaeb647fde4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9538 | 2025.03.04 03:25:52.189698 [ 255 ] {fc95762f-1f6d-45a9-a597-dfaeb647fde4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9539 | 2025.03.04 03:25:52.189790 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9540 | 2025.03.04 03:25:52.189902 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1968 rows starting from the beginning of the part | ||
| 9541 | 2025.03.04 03:25:52.190193 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 136 rows starting from the beginning of the part | ||
| 9542 | 2025.03.04 03:25:52.190619 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 1318 rows starting from the beginning of the part | ||
| 9543 | 2025.03.04 03:25:52.191024 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 136 rows starting from the beginning of the part | ||
| 9544 | 2025.03.04 03:25:52.191411 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 56 rows starting from the beginning of the part | ||
| 9545 | 2025.03.04 03:25:52.191714 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 139 rows starting from the beginning of the part | ||
| 9546 | 2025.03.04 03:25:52.192524 [ 255 ] {fc95762f-1f6d-45a9-a597-dfaeb647fde4} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9547 | 2025.03.04 03:25:52.192590 [ 255 ] {fc95762f-1f6d-45a9-a597-dfaeb647fde4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9548 | 2025.03.04 03:25:52.193432 [ 255 ] {fc95762f-1f6d-45a9-a597-dfaeb647fde4} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9549 | 2025.03.04 03:25:52.193975 [ 255 ] {fc95762f-1f6d-45a9-a597-dfaeb647fde4} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9550 | 2025.03.04 03:25:52.194548 [ 255 ] {fc95762f-1f6d-45a9-a597-dfaeb647fde4} <Debug> executeQuery: Read 46 rows, 3.43 KiB in 0.004995 sec., 9209.209209209208 rows/sec., 686.04 KiB/sec. | ||
| 9551 | 2025.03.04 03:25:52.194641 [ 255 ] {fc95762f-1f6d-45a9-a597-dfaeb647fde4} <Debug> TCPHandler: Processed in 0.005291915 sec. | ||
| 9552 | 2025.03.04 03:25:52.194765 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9553 | 2025.03.04 03:25:52.194879 [ 255 ] {5f2d9165-66a2-43bb-9754-9f29cb33e45e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9554 | 2025.03.04 03:25:52.194934 [ 255 ] {5f2d9165-66a2-43bb-9754-9f29cb33e45e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9555 | 2025.03.04 03:25:52.195760 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3753 rows, containing 5 columns (5 merged, 0 gathered) in 0.006446479 sec., 582178.2712702546 rows/sec., 50.39 MiB/sec. | ||
| 9556 | 2025.03.04 03:25:52.196091 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 9557 | 2025.03.04 03:25:52.196445 [ 255 ] {5f2d9165-66a2-43bb-9754-9f29cb33e45e} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9558 | 2025.03.04 03:25:52.196511 [ 255 ] {5f2d9165-66a2-43bb-9754-9f29cb33e45e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9559 | 2025.03.04 03:25:52.196688 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_91_18} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9560 | 2025.03.04 03:25:52.196882 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_91_18} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 9561 | 2025.03.04 03:25:52.197046 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
| 9562 | 2025.03.04 03:25:52.197210 [ 255 ] {5f2d9165-66a2-43bb-9754-9f29cb33e45e} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 9563 | 2025.03.04 03:25:52.197457 [ 255 ] {5f2d9165-66a2-43bb-9754-9f29cb33e45e} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9564 | 2025.03.04 03:25:52.197658 [ 93 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 9565 | 2025.03.04 03:25:52.197696 [ 255 ] {5f2d9165-66a2-43bb-9754-9f29cb33e45e} <Debug> executeQuery: Read 110 rows, 8.81 KiB in 0.00284 sec., 38732.39436619718 rows/sec., 3.03 MiB/sec. | ||
| 9566 | 2025.03.04 03:25:52.197795 [ 93 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9567 | 2025.03.04 03:25:52.197862 [ 255 ] {5f2d9165-66a2-43bb-9754-9f29cb33e45e} <Debug> TCPHandler: Processed in 0.003140879 sec. | ||
| 9568 | 2025.03.04 03:25:52.197880 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9569 | 2025.03.04 03:25:52.198063 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9570 | 2025.03.04 03:25:52.198111 [ 196 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 9571 | 2025.03.04 03:25:52.198227 [ 255 ] {a60b9c9d-05b1-4809-b112-755fe4c03d13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9572 | 2025.03.04 03:25:52.198373 [ 255 ] {a60b9c9d-05b1-4809-b112-755fe4c03d13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9573 | 2025.03.04 03:25:52.198387 [ 196 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9574 | 2025.03.04 03:25:52.198475 [ 196 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 952 rows starting from the beginning of the part | ||
| 9575 | 2025.03.04 03:25:52.199011 [ 196 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 104 rows starting from the beginning of the part | ||
| 9576 | 2025.03.04 03:25:52.199509 [ 196 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 560 rows starting from the beginning of the part | ||
| 9577 | 2025.03.04 03:25:52.199932 [ 196 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 104 rows starting from the beginning of the part | ||
| 9578 | 2025.03.04 03:25:52.200297 [ 196 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 64 rows starting from the beginning of the part | ||
| 9579 | 2025.03.04 03:25:52.200605 [ 196 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 110 rows starting from the beginning of the part | ||
| 9580 | 2025.03.04 03:25:52.201147 [ 255 ] {a60b9c9d-05b1-4809-b112-755fe4c03d13} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9581 | 2025.03.04 03:25:52.201190 [ 255 ] {a60b9c9d-05b1-4809-b112-755fe4c03d13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9582 | 2025.03.04 03:25:52.201762 [ 255 ] {a60b9c9d-05b1-4809-b112-755fe4c03d13} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 9583 | 2025.03.04 03:25:52.202035 [ 255 ] {a60b9c9d-05b1-4809-b112-755fe4c03d13} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9584 | 2025.03.04 03:25:52.202311 [ 93 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 9585 | 2025.03.04 03:25:52.202419 [ 93 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9586 | 2025.03.04 03:25:52.202568 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9587 | 2025.03.04 03:25:52.202613 [ 255 ] {a60b9c9d-05b1-4809-b112-755fe4c03d13} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.004391 sec., 37121.384650421314 rows/sec., 2.58 MiB/sec. | ||
| 9588 | 2025.03.04 03:25:52.202785 [ 196 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1894 rows, containing 5 columns (5 merged, 0 gathered) in 0.004748038 sec., 398901.60946479364 rows/sec., 31.34 MiB/sec. | ||
| 9589 | 2025.03.04 03:25:52.203006 [ 255 ] {a60b9c9d-05b1-4809-b112-755fe4c03d13} <Debug> TCPHandler: Processed in 0.005019032 sec. | ||
| 9590 | 2025.03.04 03:25:52.203100 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 9591 | 2025.03.04 03:25:52.203177 [ 196 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 9592 | 2025.03.04 03:25:52.203369 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9593 | 2025.03.04 03:25:52.203759 [ 255 ] {7da99528-a4ad-48ed-9ed3-cb87c5ace173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9594 | 2025.03.04 03:25:52.203843 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9595 | 2025.03.04 03:25:52.204036 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 24930 rows starting from the beginning of the part | ||
| 9596 | 2025.03.04 03:25:52.204261 [ 196 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_91_18} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9597 | 2025.03.04 03:25:52.204269 [ 255 ] {7da99528-a4ad-48ed-9ed3-cb87c5ace173} <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 | ||
| 9598 | 2025.03.04 03:25:52.204645 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part | ||
| 9599 | 2025.03.04 03:25:52.205132 [ 196 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_91_18} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 9600 | 2025.03.04 03:25:52.205140 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 918 rows starting from the beginning of the part | ||
| 9601 | 2025.03.04 03:25:52.205662 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 9602 | 2025.03.04 03:25:52.205686 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part | ||
| 9603 | 2025.03.04 03:25:52.206193 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
| 9604 | 2025.03.04 03:25:52.206660 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 163 rows starting from the beginning of the part | ||
| 9605 | 2025.03.04 03:25:52.211186 [ 255 ] {7da99528-a4ad-48ed-9ed3-cb87c5ace173} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9606 | 2025.03.04 03:25:52.211246 [ 255 ] {7da99528-a4ad-48ed-9ed3-cb87c5ace173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9607 | 2025.03.04 03:25:52.212466 [ 255 ] {7da99528-a4ad-48ed-9ed3-cb87c5ace173} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9608 | 2025.03.04 03:25:52.212816 [ 255 ] {7da99528-a4ad-48ed-9ed3-cb87c5ace173} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9609 | 2025.03.04 03:25:52.213296 [ 255 ] {7da99528-a4ad-48ed-9ed3-cb87c5ace173} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.0097 sec., 4123.711340206185 rows/sec., 7.39 MiB/sec. | ||
| 9610 | 2025.03.04 03:25:52.213794 [ 255 ] {7da99528-a4ad-48ed-9ed3-cb87c5ace173} <Debug> TCPHandler: Processed in 0.01055889 sec. | ||
| 9611 | 2025.03.04 03:25:52.213979 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9612 | 2025.03.04 03:25:52.214086 [ 255 ] {e312be3d-cf97-482d-8d22-1642436b009b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9613 | 2025.03.04 03:25:52.214148 [ 255 ] {e312be3d-cf97-482d-8d22-1642436b009b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9614 | 2025.03.04 03:25:52.214871 [ 255 ] {e312be3d-cf97-482d-8d22-1642436b009b} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9615 | 2025.03.04 03:25:52.214910 [ 255 ] {e312be3d-cf97-482d-8d22-1642436b009b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9616 | 2025.03.04 03:25:52.215399 [ 255 ] {e312be3d-cf97-482d-8d22-1642436b009b} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 9617 | 2025.03.04 03:25:52.215653 [ 255 ] {e312be3d-cf97-482d-8d22-1642436b009b} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9618 | 2025.03.04 03:25:52.215915 [ 93 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 9619 | 2025.03.04 03:25:52.216001 [ 93 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9620 | 2025.03.04 03:25:52.216046 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9621 | 2025.03.04 03:25:52.216068 [ 255 ] {e312be3d-cf97-482d-8d22-1642436b009b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001998 sec., 30030.030030030026 rows/sec., 2.02 MiB/sec. | ||
| 9622 | 2025.03.04 03:25:52.216398 [ 255 ] {e312be3d-cf97-482d-8d22-1642436b009b} <Debug> TCPHandler: Processed in 0.002477691 sec. | ||
| 9623 | 2025.03.04 03:25:52.216438 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 9624 | 2025.03.04 03:25:52.216899 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9625 | 2025.03.04 03:25:52.217003 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4944 rows starting from the beginning of the part | ||
| 9626 | 2025.03.04 03:25:52.217030 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26491 rows, containing 5 columns (5 merged, 0 gathered) in 0.014296385 sec., 1852985.9121729024 rows/sec., 127.17 MiB/sec. | ||
| 9627 | 2025.03.04 03:25:52.217180 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part | ||
| 9628 | 2025.03.04 03:25:52.217389 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
| 9629 | 2025.03.04 03:25:52.217454 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 9630 | 2025.03.04 03:25:52.217733 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part | ||
| 9631 | 2025.03.04 03:25:52.217987 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
| 9632 | 2025.03.04 03:25:52.218194 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part | ||
| 9633 | 2025.03.04 03:25:52.218624 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9634 | 2025.03.04 03:25:52.218818 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 9635 | 2025.03.04 03:25:52.218964 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 9636 | 2025.03.04 03:25:52.220840 [ 199 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5244 rows, containing 4 columns (4 merged, 0 gathered) in 0.004689457 sec., 1118253.1367704193 rows/sec., 75.18 MiB/sec. | ||
| 9637 | 2025.03.04 03:25:52.221251 [ 199 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 9638 | 2025.03.04 03:25:52.221544 [ 199 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_91_18} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9639 | 2025.03.04 03:25:52.221634 [ 199 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_91_18} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 9640 | 2025.03.04 03:25:52.221714 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
| 9641 | 2025.03.04 03:25:53.627254 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28853 | ||
| 9642 | 2025.03.04 03:25:53.627952 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9643 | 2025.03.04 03:25:53.628002 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9644 | 2025.03.04 03:25:53.628555 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9645 | 2025.03.04 03:25:53.628820 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9646 | 2025.03.04 03:25:53.629078 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28853 | ||
| 9647 | 2025.03.04 03:25:55.695935 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 9648 | 2025.03.04 03:25:55.716071 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9649 | 2025.03.04 03:25:55.716130 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9650 | 2025.03.04 03:25:55.723471 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9651 | 2025.03.04 03:25:55.724265 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9652 | 2025.03.04 03:25:55.727123 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 9653 | 2025.03.04 03:25:57.182932 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9654 | 2025.03.04 03:25:57.183140 [ 255 ] {4cac6b30-6a43-46b4-947f-37d5c62f55b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9655 | 2025.03.04 03:25:57.183217 [ 255 ] {4cac6b30-6a43-46b4-947f-37d5c62f55b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9656 | 2025.03.04 03:25:57.184054 [ 255 ] {4cac6b30-6a43-46b4-947f-37d5c62f55b2} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9657 | 2025.03.04 03:25:57.184097 [ 255 ] {4cac6b30-6a43-46b4-947f-37d5c62f55b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9658 | 2025.03.04 03:25:57.184534 [ 255 ] {4cac6b30-6a43-46b4-947f-37d5c62f55b2} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 9659 | 2025.03.04 03:25:57.184795 [ 255 ] {4cac6b30-6a43-46b4-947f-37d5c62f55b2} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9660 | 2025.03.04 03:25:57.185026 [ 255 ] {4cac6b30-6a43-46b4-947f-37d5c62f55b2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001935 sec., 28940.568475452194 rows/sec., 2.21 MiB/sec. | ||
| 9661 | 2025.03.04 03:25:57.185123 [ 255 ] {4cac6b30-6a43-46b4-947f-37d5c62f55b2} <Debug> TCPHandler: Processed in 0.002323998 sec. | ||
| 9662 | 2025.03.04 03:25:57.185277 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9663 | 2025.03.04 03:25:57.185591 [ 255 ] {8da4e176-2ffa-4b20-99a3-28f3b25bd233} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9664 | 2025.03.04 03:25:57.185726 [ 255 ] {8da4e176-2ffa-4b20-99a3-28f3b25bd233} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9665 | 2025.03.04 03:25:57.186423 [ 255 ] {8da4e176-2ffa-4b20-99a3-28f3b25bd233} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9666 | 2025.03.04 03:25:57.186462 [ 255 ] {8da4e176-2ffa-4b20-99a3-28f3b25bd233} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9667 | 2025.03.04 03:25:57.186813 [ 255 ] {8da4e176-2ffa-4b20-99a3-28f3b25bd233} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 9668 | 2025.03.04 03:25:57.187054 [ 255 ] {8da4e176-2ffa-4b20-99a3-28f3b25bd233} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9669 | 2025.03.04 03:25:57.187284 [ 255 ] {8da4e176-2ffa-4b20-99a3-28f3b25bd233} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001812 sec., 35320.08830022075 rows/sec., 2.76 MiB/sec. | ||
| 9670 | 2025.03.04 03:25:57.187371 [ 255 ] {8da4e176-2ffa-4b20-99a3-28f3b25bd233} <Debug> TCPHandler: Processed in 0.002170847 sec. | ||
| 9671 | 2025.03.04 03:25:57.187563 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9672 | 2025.03.04 03:25:57.187767 [ 255 ] {d6baeb3d-946d-4e9b-9541-b9a538f76d81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9673 | 2025.03.04 03:25:57.187816 [ 255 ] {d6baeb3d-946d-4e9b-9541-b9a538f76d81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9674 | 2025.03.04 03:25:57.188345 [ 255 ] {d6baeb3d-946d-4e9b-9541-b9a538f76d81} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9675 | 2025.03.04 03:25:57.188385 [ 255 ] {d6baeb3d-946d-4e9b-9541-b9a538f76d81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9676 | 2025.03.04 03:25:57.188765 [ 255 ] {d6baeb3d-946d-4e9b-9541-b9a538f76d81} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 9677 | 2025.03.04 03:25:57.189002 [ 255 ] {d6baeb3d-946d-4e9b-9541-b9a538f76d81} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9678 | 2025.03.04 03:25:57.189211 [ 255 ] {d6baeb3d-946d-4e9b-9541-b9a538f76d81} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001492 sec., 107238.60589812332 rows/sec., 7.47 MiB/sec. | ||
| 9679 | 2025.03.04 03:25:57.189277 [ 255 ] {d6baeb3d-946d-4e9b-9541-b9a538f76d81} <Debug> TCPHandler: Processed in 0.001817412 sec. | ||
| 9680 | 2025.03.04 03:25:57.189397 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9681 | 2025.03.04 03:25:57.189526 [ 255 ] {0df6ba11-4b4b-4d6e-bfac-21f4eab509eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9682 | 2025.03.04 03:25:57.189571 [ 255 ] {0df6ba11-4b4b-4d6e-bfac-21f4eab509eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9683 | 2025.03.04 03:25:57.190003 [ 255 ] {0df6ba11-4b4b-4d6e-bfac-21f4eab509eb} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9684 | 2025.03.04 03:25:57.190041 [ 255 ] {0df6ba11-4b4b-4d6e-bfac-21f4eab509eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9685 | 2025.03.04 03:25:57.190397 [ 255 ] {0df6ba11-4b4b-4d6e-bfac-21f4eab509eb} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 9686 | 2025.03.04 03:25:57.190639 [ 255 ] {0df6ba11-4b4b-4d6e-bfac-21f4eab509eb} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9687 | 2025.03.04 03:25:57.190846 [ 255 ] {0df6ba11-4b4b-4d6e-bfac-21f4eab509eb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001346 sec., 44576.523031203564 rows/sec., 3.00 MiB/sec. | ||
| 9688 | 2025.03.04 03:25:57.190895 [ 255 ] {0df6ba11-4b4b-4d6e-bfac-21f4eab509eb} <Debug> TCPHandler: Processed in 0.001562419 sec. | ||
| 9689 | 2025.03.04 03:26:00.918459 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9690 | 2025.03.04 03:26:00.918528 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9691 | 2025.03.04 03:26:01.129250 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29341 | ||
| 9692 | 2025.03.04 03:26:01.130284 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9693 | 2025.03.04 03:26:01.130326 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9694 | 2025.03.04 03:26:01.130848 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9695 | 2025.03.04 03:26:01.131106 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9696 | 2025.03.04 03:26:01.131360 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
| 9697 | 2025.03.04 03:26:01.267464 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1290 | ||
| 9698 | 2025.03.04 03:26:01.270697 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9699 | 2025.03.04 03:26:01.270758 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9700 | 2025.03.04 03:26:01.272265 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9701 | 2025.03.04 03:26:01.272591 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9702 | 2025.03.04 03:26:01.272837 [ 44 ] {} <Debug> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9703 | 2025.03.04 03:26:01.272925 [ 44 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9704 | 2025.03.04 03:26:01.272978 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9705 | 2025.03.04 03:26:01.273559 [ 195 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 9706 | 2025.03.04 03:26:01.274336 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1290 | ||
| 9707 | 2025.03.04 03:26:01.274812 [ 195 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9708 | 2025.03.04 03:26:01.274997 [ 195 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1176 rows starting from the beginning of the part | ||
| 9709 | 2025.03.04 03:26:01.275540 [ 195 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 20 rows starting from the beginning of the part | ||
| 9710 | 2025.03.04 03:26:01.276055 [ 195 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 22 rows starting from the beginning of the part | ||
| 9711 | 2025.03.04 03:26:01.276567 [ 195 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 30 rows starting from the beginning of the part | ||
| 9712 | 2025.03.04 03:26:01.277066 [ 195 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 20 rows starting from the beginning of the part | ||
| 9713 | 2025.03.04 03:26:01.277541 [ 195 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 22 rows starting from the beginning of the part | ||
| 9714 | 2025.03.04 03:26:01.285824 [ 195 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1290 rows, containing 72 columns (72 merged, 0 gathered) in 0.012707926 sec., 101511.45041291554 rows/sec., 81.36 MiB/sec. | ||
| 9715 | 2025.03.04 03:26:01.287445 [ 193 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9716 | 2025.03.04 03:26:01.288298 [ 193 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_46_9} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9717 | 2025.03.04 03:26:01.288403 [ 193 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_46_9} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9718 | 2025.03.04 03:26:01.288789 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.88 MiB. | ||
| 9719 | 2025.03.04 03:26:02.001436 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000966871 sec. | ||
| 9720 | 2025.03.04 03:26:02.190035 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9721 | 2025.03.04 03:26:02.190237 [ 255 ] {b549a87f-c696-40b5-8c34-4b8823a9a260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9722 | 2025.03.04 03:26:02.190314 [ 255 ] {b549a87f-c696-40b5-8c34-4b8823a9a260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9723 | 2025.03.04 03:26:02.191178 [ 255 ] {b549a87f-c696-40b5-8c34-4b8823a9a260} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9724 | 2025.03.04 03:26:02.191217 [ 255 ] {b549a87f-c696-40b5-8c34-4b8823a9a260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9725 | 2025.03.04 03:26:02.191651 [ 255 ] {b549a87f-c696-40b5-8c34-4b8823a9a260} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 9726 | 2025.03.04 03:26:02.191904 [ 255 ] {b549a87f-c696-40b5-8c34-4b8823a9a260} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9727 | 2025.03.04 03:26:02.192118 [ 255 ] {b549a87f-c696-40b5-8c34-4b8823a9a260} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001935 sec., 109560.72351421189 rows/sec., 6.97 MiB/sec. | ||
| 9728 | 2025.03.04 03:26:02.192318 [ 255 ] {b549a87f-c696-40b5-8c34-4b8823a9a260} <Debug> TCPHandler: Processed in 0.00240995 sec. | ||
| 9729 | 2025.03.04 03:26:02.192491 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9730 | 2025.03.04 03:26:02.192595 [ 255 ] {41f59248-1e25-4a2f-ad5d-1a5ec45df88b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9731 | 2025.03.04 03:26:02.192642 [ 255 ] {41f59248-1e25-4a2f-ad5d-1a5ec45df88b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9732 | 2025.03.04 03:26:02.193446 [ 255 ] {41f59248-1e25-4a2f-ad5d-1a5ec45df88b} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9733 | 2025.03.04 03:26:02.193483 [ 255 ] {41f59248-1e25-4a2f-ad5d-1a5ec45df88b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9734 | 2025.03.04 03:26:02.193875 [ 255 ] {41f59248-1e25-4a2f-ad5d-1a5ec45df88b} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 9735 | 2025.03.04 03:26:02.194138 [ 255 ] {41f59248-1e25-4a2f-ad5d-1a5ec45df88b} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9736 | 2025.03.04 03:26:02.194312 [ 255 ] {41f59248-1e25-4a2f-ad5d-1a5ec45df88b} <Debug> executeQuery: Read 697 rows, 56.97 KiB in 0.001739 sec., 400805.06037952844 rows/sec., 31.99 MiB/sec. | ||
| 9737 | 2025.03.04 03:26:02.194365 [ 255 ] {41f59248-1e25-4a2f-ad5d-1a5ec45df88b} <Debug> TCPHandler: Processed in 0.001929754 sec. | ||
| 9738 | 2025.03.04 03:26:02.194506 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9739 | 2025.03.04 03:26:02.194611 [ 255 ] {48938c3a-24e1-44f4-943d-1ec6ed4a2e39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9740 | 2025.03.04 03:26:02.194655 [ 255 ] {48938c3a-24e1-44f4-943d-1ec6ed4a2e39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9741 | 2025.03.04 03:26:02.195290 [ 255 ] {48938c3a-24e1-44f4-943d-1ec6ed4a2e39} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9742 | 2025.03.04 03:26:02.195327 [ 255 ] {48938c3a-24e1-44f4-943d-1ec6ed4a2e39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9743 | 2025.03.04 03:26:02.195694 [ 255 ] {48938c3a-24e1-44f4-943d-1ec6ed4a2e39} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9744 | 2025.03.04 03:26:02.195938 [ 255 ] {48938c3a-24e1-44f4-943d-1ec6ed4a2e39} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9745 | 2025.03.04 03:26:02.196118 [ 255 ] {48938c3a-24e1-44f4-943d-1ec6ed4a2e39} <Debug> executeQuery: Read 146 rows, 9.39 KiB in 0.001527 sec., 95612.31172233137 rows/sec., 6.01 MiB/sec. | ||
| 9746 | 2025.03.04 03:26:02.196169 [ 255 ] {48938c3a-24e1-44f4-943d-1ec6ed4a2e39} <Debug> TCPHandler: Processed in 0.001714111 sec. | ||
| 9747 | 2025.03.04 03:26:02.196291 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9748 | 2025.03.04 03:26:02.196396 [ 255 ] {c1ed0f42-c9be-4c14-ad09-3608ca12599c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9749 | 2025.03.04 03:26:02.196440 [ 255 ] {c1ed0f42-c9be-4c14-ad09-3608ca12599c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9750 | 2025.03.04 03:26:02.196970 [ 255 ] {c1ed0f42-c9be-4c14-ad09-3608ca12599c} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9751 | 2025.03.04 03:26:02.197007 [ 255 ] {c1ed0f42-c9be-4c14-ad09-3608ca12599c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9752 | 2025.03.04 03:26:02.197347 [ 255 ] {c1ed0f42-c9be-4c14-ad09-3608ca12599c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 9753 | 2025.03.04 03:26:02.197583 [ 255 ] {c1ed0f42-c9be-4c14-ad09-3608ca12599c} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9754 | 2025.03.04 03:26:02.197756 [ 255 ] {c1ed0f42-c9be-4c14-ad09-3608ca12599c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001382 sec., 81765.55716353112 rows/sec., 5.29 MiB/sec. | ||
| 9755 | 2025.03.04 03:26:02.197807 [ 255 ] {c1ed0f42-c9be-4c14-ad09-3608ca12599c} <Debug> TCPHandler: Processed in 0.001565989 sec. | ||
| 9756 | 2025.03.04 03:26:02.197919 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9757 | 2025.03.04 03:26:02.198024 [ 255 ] {f9f82324-8d18-445f-96c4-e33f39784130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9758 | 2025.03.04 03:26:02.198068 [ 255 ] {f9f82324-8d18-445f-96c4-e33f39784130} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9759 | 2025.03.04 03:26:02.198605 [ 255 ] {f9f82324-8d18-445f-96c4-e33f39784130} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9760 | 2025.03.04 03:26:02.198641 [ 255 ] {f9f82324-8d18-445f-96c4-e33f39784130} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9761 | 2025.03.04 03:26:02.198981 [ 255 ] {f9f82324-8d18-445f-96c4-e33f39784130} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 9762 | 2025.03.04 03:26:02.199215 [ 255 ] {f9f82324-8d18-445f-96c4-e33f39784130} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9763 | 2025.03.04 03:26:02.199407 [ 255 ] {f9f82324-8d18-445f-96c4-e33f39784130} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001397 sec., 80171.79670722978 rows/sec., 4.57 MiB/sec. | ||
| 9764 | 2025.03.04 03:26:02.199515 [ 255 ] {f9f82324-8d18-445f-96c4-e33f39784130} <Debug> TCPHandler: Processed in 0.00164205 sec. | ||
| 9765 | 2025.03.04 03:26:02.199721 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9766 | 2025.03.04 03:26:02.199827 [ 255 ] {1ce33ba3-9e53-4a5f-ba71-a1d079edbd3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9767 | 2025.03.04 03:26:02.199872 [ 255 ] {1ce33ba3-9e53-4a5f-ba71-a1d079edbd3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9768 | 2025.03.04 03:26:02.200537 [ 255 ] {1ce33ba3-9e53-4a5f-ba71-a1d079edbd3c} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9769 | 2025.03.04 03:26:02.200574 [ 255 ] {1ce33ba3-9e53-4a5f-ba71-a1d079edbd3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9770 | 2025.03.04 03:26:02.200929 [ 255 ] {1ce33ba3-9e53-4a5f-ba71-a1d079edbd3c} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 9771 | 2025.03.04 03:26:02.201170 [ 255 ] {1ce33ba3-9e53-4a5f-ba71-a1d079edbd3c} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9772 | 2025.03.04 03:26:02.201344 [ 255 ] {1ce33ba3-9e53-4a5f-ba71-a1d079edbd3c} <Debug> executeQuery: Read 422 rows, 30.79 KiB in 0.00154 sec., 274025.97402597405 rows/sec., 19.52 MiB/sec. | ||
| 9773 | 2025.03.04 03:26:02.201394 [ 255 ] {1ce33ba3-9e53-4a5f-ba71-a1d079edbd3c} <Debug> TCPHandler: Processed in 0.001743071 sec. | ||
| 9774 | 2025.03.04 03:26:02.201508 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9775 | 2025.03.04 03:26:02.201614 [ 255 ] {83f2df55-b55e-4fd2-bb7b-05e00698d3c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9776 | 2025.03.04 03:26:02.201659 [ 255 ] {83f2df55-b55e-4fd2-bb7b-05e00698d3c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9777 | 2025.03.04 03:26:02.202082 [ 255 ] {83f2df55-b55e-4fd2-bb7b-05e00698d3c0} <Trace> oximeter.measurements_bool (95c23703-7738-4cc8-ba2b-e20d4f58461d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9778 | 2025.03.04 03:26:02.202119 [ 255 ] {83f2df55-b55e-4fd2-bb7b-05e00698d3c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9779 | 2025.03.04 03:26:02.202475 [ 255 ] {83f2df55-b55e-4fd2-bb7b-05e00698d3c0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 9780 | 2025.03.04 03:26:02.202711 [ 255 ] {83f2df55-b55e-4fd2-bb7b-05e00698d3c0} <Trace> oximeter.measurements_bool (95c23703-7738-4cc8-ba2b-e20d4f58461d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9781 | 2025.03.04 03:26:02.202936 [ 255 ] {83f2df55-b55e-4fd2-bb7b-05e00698d3c0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001323 sec., 4535.14739229025 rows/sec., 236.94 KiB/sec. | ||
| 9782 | 2025.03.04 03:26:02.203074 [ 255 ] {83f2df55-b55e-4fd2-bb7b-05e00698d3c0} <Debug> TCPHandler: Processed in 0.00161554 sec. | ||
| 9783 | 2025.03.04 03:26:02.203181 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9784 | 2025.03.04 03:26:02.203283 [ 255 ] {9b493d3c-7930-44ea-92c8-742e28c47c94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9785 | 2025.03.04 03:26:02.203329 [ 255 ] {9b493d3c-7930-44ea-92c8-742e28c47c94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9786 | 2025.03.04 03:26:02.203848 [ 255 ] {9b493d3c-7930-44ea-92c8-742e28c47c94} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9787 | 2025.03.04 03:26:02.203884 [ 255 ] {9b493d3c-7930-44ea-92c8-742e28c47c94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9788 | 2025.03.04 03:26:02.204247 [ 255 ] {9b493d3c-7930-44ea-92c8-742e28c47c94} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 9789 | 2025.03.04 03:26:02.204484 [ 255 ] {9b493d3c-7930-44ea-92c8-742e28c47c94} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9790 | 2025.03.04 03:26:02.204658 [ 255 ] {9b493d3c-7930-44ea-92c8-742e28c47c94} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001396 sec., 169770.77363896847 rows/sec., 11.38 MiB/sec. | ||
| 9791 | 2025.03.04 03:26:02.204707 [ 255 ] {9b493d3c-7930-44ea-92c8-742e28c47c94} <Debug> TCPHandler: Processed in 0.00157648 sec. | ||
| 9792 | 2025.03.04 03:26:02.204825 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9793 | 2025.03.04 03:26:02.204940 [ 255 ] {d133625e-e67b-4974-8a42-72580cf70fc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9794 | 2025.03.04 03:26:02.204988 [ 255 ] {d133625e-e67b-4974-8a42-72580cf70fc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9795 | 2025.03.04 03:26:02.205419 [ 255 ] {d133625e-e67b-4974-8a42-72580cf70fc3} <Trace> oximeter.measurements_f64 (1753053f-2782-42d6-967d-7404248d46dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9796 | 2025.03.04 03:26:02.205456 [ 255 ] {d133625e-e67b-4974-8a42-72580cf70fc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9797 | 2025.03.04 03:26:02.205806 [ 255 ] {d133625e-e67b-4974-8a42-72580cf70fc3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 9798 | 2025.03.04 03:26:02.206048 [ 255 ] {d133625e-e67b-4974-8a42-72580cf70fc3} <Trace> oximeter.measurements_f64 (1753053f-2782-42d6-967d-7404248d46dd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9799 | 2025.03.04 03:26:02.206305 [ 255 ] {d133625e-e67b-4974-8a42-72580cf70fc3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001368 sec., 730.9941520467836 rows/sec., 49.26 KiB/sec. | ||
| 9800 | 2025.03.04 03:26:02.206385 [ 255 ] {d133625e-e67b-4974-8a42-72580cf70fc3} <Debug> TCPHandler: Processed in 0.001613169 sec. | ||
| 9801 | 2025.03.04 03:26:02.206494 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9802 | 2025.03.04 03:26:02.206596 [ 255 ] {7f59b2bb-0cd5-4539-9761-317b8b7b11cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9803 | 2025.03.04 03:26:02.206660 [ 255 ] {7f59b2bb-0cd5-4539-9761-317b8b7b11cf} <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 | ||
| 9804 | 2025.03.04 03:26:02.207772 [ 255 ] {7f59b2bb-0cd5-4539-9761-317b8b7b11cf} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9805 | 2025.03.04 03:26:02.207810 [ 255 ] {7f59b2bb-0cd5-4539-9761-317b8b7b11cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9806 | 2025.03.04 03:26:02.208470 [ 255 ] {7f59b2bb-0cd5-4539-9761-317b8b7b11cf} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9807 | 2025.03.04 03:26:02.208736 [ 255 ] {7f59b2bb-0cd5-4539-9761-317b8b7b11cf} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9808 | 2025.03.04 03:26:02.208874 [ 32 ] {} <Debug> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9809 | 2025.03.04 03:26:02.208920 [ 32 ] {} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9810 | 2025.03.04 03:26:02.208948 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9811 | 2025.03.04 03:26:02.208950 [ 255 ] {7f59b2bb-0cd5-4539-9761-317b8b7b11cf} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002372 sec., 16863.406408094434 rows/sec., 30.22 MiB/sec. | ||
| 9812 | 2025.03.04 03:26:02.209373 [ 200 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 9813 | 2025.03.04 03:26:02.209652 [ 255 ] {7f59b2bb-0cd5-4539-9761-317b8b7b11cf} <Debug> TCPHandler: Processed in 0.00320402 sec. | ||
| 9814 | 2025.03.04 03:26:02.210192 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9815 | 2025.03.04 03:26:02.210614 [ 255 ] {7c68c1d3-8208-47b8-b68c-907298de2a3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9816 | 2025.03.04 03:26:02.210820 [ 255 ] {7c68c1d3-8208-47b8-b68c-907298de2a3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9817 | 2025.03.04 03:26:02.211552 [ 200 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9818 | 2025.03.04 03:26:02.211977 [ 200 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1518 rows starting from the beginning of the part | ||
| 9819 | 2025.03.04 03:26:02.213205 [ 200 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 40 rows starting from the beginning of the part | ||
| 9820 | 2025.03.04 03:26:02.213722 [ 255 ] {7c68c1d3-8208-47b8-b68c-907298de2a3b} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9821 | 2025.03.04 03:26:02.213817 [ 255 ] {7c68c1d3-8208-47b8-b68c-907298de2a3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9822 | 2025.03.04 03:26:02.213916 [ 200 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 40 rows starting from the beginning of the part | ||
| 9823 | 2025.03.04 03:26:02.214509 [ 200 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 40 rows starting from the beginning of the part | ||
| 9824 | 2025.03.04 03:26:02.215017 [ 200 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 40 rows starting from the beginning of the part | ||
| 9825 | 2025.03.04 03:26:02.215035 [ 255 ] {7c68c1d3-8208-47b8-b68c-907298de2a3b} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 9826 | 2025.03.04 03:26:02.215464 [ 200 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 40 rows starting from the beginning of the part | ||
| 9827 | 2025.03.04 03:26:02.215660 [ 255 ] {7c68c1d3-8208-47b8-b68c-907298de2a3b} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9828 | 2025.03.04 03:26:02.216152 [ 255 ] {7c68c1d3-8208-47b8-b68c-907298de2a3b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005734 sec., 14300.662713637948 rows/sec., 930.07 KiB/sec. | ||
| 9829 | 2025.03.04 03:26:02.216245 [ 255 ] {7c68c1d3-8208-47b8-b68c-907298de2a3b} <Debug> TCPHandler: Processed in 0.006171305 sec. | ||
| 9830 | 2025.03.04 03:26:02.225125 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1718 rows, containing 19 columns (19 merged, 0 gathered) in 0.016102907 sec., 106688.81090849 rows/sec., 191.18 MiB/sec. | ||
| 9831 | 2025.03.04 03:26:02.226739 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9832 | 2025.03.04 03:26:02.227196 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9833 | 2025.03.04 03:26:02.227286 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9834 | 2025.03.04 03:26:02.227450 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.68 MiB. | ||
| 9835 | 2025.03.04 03:26:03.000237 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 240.93 MiB, peak 252.58 MiB, free memory in arenas 0.00 B, will set to 245.55 MiB (RSS), difference: 4.62 MiB | ||
| 9836 | 2025.03.04 03:26:03.227231 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 9837 | 2025.03.04 03:26:03.247954 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9838 | 2025.03.04 03:26:03.248011 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9839 | 2025.03.04 03:26:03.255457 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9840 | 2025.03.04 03:26:03.256254 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9841 | 2025.03.04 03:26:03.260249 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 9842 | 2025.03.04 03:26:05.296841 [ 91 ] {} <Debug> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 9843 | 2025.03.04 03:26:05.296916 [ 91 ] {} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9844 | 2025.03.04 03:26:05.296942 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9845 | 2025.03.04 03:26:05.297144 [ 201 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 9846 | 2025.03.04 03:26:05.297336 [ 201 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9847 | 2025.03.04 03:26:05.297374 [ 201 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 20 rows starting from the beginning of the part | ||
| 9848 | 2025.03.04 03:26:05.297458 [ 201 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 9849 | 2025.03.04 03:26:05.297603 [ 201 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part | ||
| 9850 | 2025.03.04 03:26:05.297935 [ 201 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
| 9851 | 2025.03.04 03:26:05.298162 [ 201 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 9852 | 2025.03.04 03:26:05.299227 [ 197 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 5 columns (5 merged, 0 gathered) in 0.002203267 sec., 19970.344039101932 rows/sec., 1.67 MiB/sec. | ||
| 9853 | 2025.03.04 03:26:05.299423 [ 188 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 9854 | 2025.03.04 03:26:05.299814 [ 188 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_21_5} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9855 | 2025.03.04 03:26:05.299913 [ 188 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_21_5} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 9856 | 2025.03.04 03:26:05.300022 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9857 | 2025.03.04 03:26:07.212755 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9858 | 2025.03.04 03:26:07.212943 [ 255 ] {6bbc3981-37de-4c01-8b2c-272d9377b499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9859 | 2025.03.04 03:26:07.213015 [ 255 ] {6bbc3981-37de-4c01-8b2c-272d9377b499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9860 | 2025.03.04 03:26:07.214281 [ 255 ] {6bbc3981-37de-4c01-8b2c-272d9377b499} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9861 | 2025.03.04 03:26:07.214330 [ 255 ] {6bbc3981-37de-4c01-8b2c-272d9377b499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9862 | 2025.03.04 03:26:07.214856 [ 255 ] {6bbc3981-37de-4c01-8b2c-272d9377b499} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 9863 | 2025.03.04 03:26:07.215120 [ 255 ] {6bbc3981-37de-4c01-8b2c-272d9377b499} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9864 | 2025.03.04 03:26:07.215339 [ 255 ] {6bbc3981-37de-4c01-8b2c-272d9377b499} <Debug> executeQuery: Read 1196 rows, 100.50 KiB in 0.002445 sec., 489161.554192229 rows/sec., 40.14 MiB/sec. | ||
| 9865 | 2025.03.04 03:26:07.215415 [ 255 ] {6bbc3981-37de-4c01-8b2c-272d9377b499} <Debug> TCPHandler: Processed in 0.002784305 sec. | ||
| 9866 | 2025.03.04 03:26:07.215534 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9867 | 2025.03.04 03:26:07.215644 [ 255 ] {9a3ce36c-65ac-4ca7-8dae-100df0f438ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9868 | 2025.03.04 03:26:07.215694 [ 255 ] {9a3ce36c-65ac-4ca7-8dae-100df0f438ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9869 | 2025.03.04 03:26:07.216323 [ 255 ] {9a3ce36c-65ac-4ca7-8dae-100df0f438ff} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9870 | 2025.03.04 03:26:07.216362 [ 255 ] {9a3ce36c-65ac-4ca7-8dae-100df0f438ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9871 | 2025.03.04 03:26:07.216738 [ 255 ] {9a3ce36c-65ac-4ca7-8dae-100df0f438ff} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 9872 | 2025.03.04 03:26:07.216976 [ 255 ] {9a3ce36c-65ac-4ca7-8dae-100df0f438ff} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9873 | 2025.03.04 03:26:07.217176 [ 255 ] {9a3ce36c-65ac-4ca7-8dae-100df0f438ff} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001553 sec., 146812.62073406312 rows/sec., 9.94 MiB/sec. | ||
| 9874 | 2025.03.04 03:26:07.217257 [ 255 ] {9a3ce36c-65ac-4ca7-8dae-100df0f438ff} <Debug> TCPHandler: Processed in 0.001771102 sec. | ||
| 9875 | 2025.03.04 03:26:07.217487 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9876 | 2025.03.04 03:26:07.217599 [ 255 ] {c404cfa1-cd30-451b-a54e-e6238e0450d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9877 | 2025.03.04 03:26:07.217647 [ 255 ] {c404cfa1-cd30-451b-a54e-e6238e0450d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9878 | 2025.03.04 03:26:07.218389 [ 255 ] {c404cfa1-cd30-451b-a54e-e6238e0450d8} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9879 | 2025.03.04 03:26:07.218427 [ 255 ] {c404cfa1-cd30-451b-a54e-e6238e0450d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9880 | 2025.03.04 03:26:07.218803 [ 255 ] {c404cfa1-cd30-451b-a54e-e6238e0450d8} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 9881 | 2025.03.04 03:26:07.219046 [ 255 ] {c404cfa1-cd30-451b-a54e-e6238e0450d8} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9882 | 2025.03.04 03:26:07.219255 [ 255 ] {c404cfa1-cd30-451b-a54e-e6238e0450d8} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.001679 sec., 309708.15961882076 rows/sec., 22.92 MiB/sec. | ||
| 9883 | 2025.03.04 03:26:07.219445 [ 255 ] {c404cfa1-cd30-451b-a54e-e6238e0450d8} <Debug> TCPHandler: Processed in 0.002026335 sec. | ||
| 9884 | 2025.03.04 03:26:07.219790 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9885 | 2025.03.04 03:26:07.220167 [ 255 ] {82cc86f7-130a-4d52-8c04-f61dc458acfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9886 | 2025.03.04 03:26:07.220359 [ 255 ] {82cc86f7-130a-4d52-8c04-f61dc458acfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9887 | 2025.03.04 03:26:07.222410 [ 255 ] {82cc86f7-130a-4d52-8c04-f61dc458acfa} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9888 | 2025.03.04 03:26:07.222455 [ 255 ] {82cc86f7-130a-4d52-8c04-f61dc458acfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9889 | 2025.03.04 03:26:07.222985 [ 255 ] {82cc86f7-130a-4d52-8c04-f61dc458acfa} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 9890 | 2025.03.04 03:26:07.223241 [ 255 ] {82cc86f7-130a-4d52-8c04-f61dc458acfa} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9891 | 2025.03.04 03:26:07.223447 [ 255 ] {82cc86f7-130a-4d52-8c04-f61dc458acfa} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.003417 sec., 257535.8501609599 rows/sec., 17.33 MiB/sec. | ||
| 9892 | 2025.03.04 03:26:07.223533 [ 255 ] {82cc86f7-130a-4d52-8c04-f61dc458acfa} <Debug> TCPHandler: Processed in 0.003863267 sec. | ||
| 9893 | 2025.03.04 03:26:07.223702 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9894 | 2025.03.04 03:26:07.223968 [ 255 ] {51474f93-fe33-462e-8c23-a27e571635cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9895 | 2025.03.04 03:26:07.224106 [ 255 ] {51474f93-fe33-462e-8c23-a27e571635cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9896 | 2025.03.04 03:26:07.225413 [ 255 ] {51474f93-fe33-462e-8c23-a27e571635cc} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9897 | 2025.03.04 03:26:07.225450 [ 255 ] {51474f93-fe33-462e-8c23-a27e571635cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9898 | 2025.03.04 03:26:07.225853 [ 255 ] {51474f93-fe33-462e-8c23-a27e571635cc} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 9899 | 2025.03.04 03:26:07.226205 [ 255 ] {51474f93-fe33-462e-8c23-a27e571635cc} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9900 | 2025.03.04 03:26:07.226477 [ 255 ] {51474f93-fe33-462e-8c23-a27e571635cc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002598 sec., 23094.688221709006 rows/sec., 1.56 MiB/sec. | ||
| 9901 | 2025.03.04 03:26:07.226571 [ 255 ] {51474f93-fe33-462e-8c23-a27e571635cc} <Debug> TCPHandler: Processed in 0.002937736 sec. | ||
| 9902 | 2025.03.04 03:26:08.631550 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29768 | ||
| 9903 | 2025.03.04 03:26:08.632381 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9904 | 2025.03.04 03:26:08.632436 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9905 | 2025.03.04 03:26:08.633067 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 9906 | 2025.03.04 03:26:08.633407 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9907 | 2025.03.04 03:26:08.633687 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29768 | ||
| 9908 | 2025.03.04 03:26:10.760355 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 9909 | 2025.03.04 03:26:10.783779 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9910 | 2025.03.04 03:26:10.783843 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9911 | 2025.03.04 03:26:10.791187 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 9912 | 2025.03.04 03:26:10.792003 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9913 | 2025.03.04 03:26:10.795909 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 9914 | 2025.03.04 03:26:11.274570 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1322 | ||
| 9915 | 2025.03.04 03:26:11.277847 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9916 | 2025.03.04 03:26:11.277899 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9917 | 2025.03.04 03:26:11.279462 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9918 | 2025.03.04 03:26:11.279794 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9919 | 2025.03.04 03:26:11.282291 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1322 | ||
| 9920 | 2025.03.04 03:26:12.184657 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9921 | 2025.03.04 03:26:12.184923 [ 255 ] {f7b9547a-1ccd-491a-80b6-80174c42c540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9922 | 2025.03.04 03:26:12.185025 [ 255 ] {f7b9547a-1ccd-491a-80b6-80174c42c540} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9923 | 2025.03.04 03:26:12.185939 [ 255 ] {f7b9547a-1ccd-491a-80b6-80174c42c540} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9924 | 2025.03.04 03:26:12.185979 [ 255 ] {f7b9547a-1ccd-491a-80b6-80174c42c540} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9925 | 2025.03.04 03:26:12.186416 [ 255 ] {f7b9547a-1ccd-491a-80b6-80174c42c540} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 9926 | 2025.03.04 03:26:12.186671 [ 255 ] {f7b9547a-1ccd-491a-80b6-80174c42c540} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9927 | 2025.03.04 03:26:12.186882 [ 255 ] {f7b9547a-1ccd-491a-80b6-80174c42c540} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.00203 sec., 66995.07389162561 rows/sec., 5.77 MiB/sec. | ||
| 9928 | 2025.03.04 03:26:12.186972 [ 255 ] {f7b9547a-1ccd-491a-80b6-80174c42c540} <Debug> TCPHandler: Processed in 0.002475001 sec. | ||
| 9929 | 2025.03.04 03:26:12.187140 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9930 | 2025.03.04 03:26:12.187442 [ 255 ] {0dfe8260-15c8-4012-ba8e-7bfea86014ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9931 | 2025.03.04 03:26:12.187534 [ 255 ] {0dfe8260-15c8-4012-ba8e-7bfea86014ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9932 | 2025.03.04 03:26:12.188078 [ 255 ] {0dfe8260-15c8-4012-ba8e-7bfea86014ca} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9933 | 2025.03.04 03:26:12.188116 [ 255 ] {0dfe8260-15c8-4012-ba8e-7bfea86014ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9934 | 2025.03.04 03:26:12.188459 [ 255 ] {0dfe8260-15c8-4012-ba8e-7bfea86014ca} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9935 | 2025.03.04 03:26:12.188689 [ 255 ] {0dfe8260-15c8-4012-ba8e-7bfea86014ca} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9936 | 2025.03.04 03:26:12.188871 [ 255 ] {0dfe8260-15c8-4012-ba8e-7bfea86014ca} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001537 sec., 26024.72348731295 rows/sec., 1.91 MiB/sec. | ||
| 9937 | 2025.03.04 03:26:12.188954 [ 255 ] {0dfe8260-15c8-4012-ba8e-7bfea86014ca} <Debug> TCPHandler: Processed in 0.001895024 sec. | ||
| 9938 | 2025.03.04 03:26:12.189114 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9939 | 2025.03.04 03:26:12.189218 [ 255 ] {60bc6347-b33a-47f9-baad-9b4ee071e753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9940 | 2025.03.04 03:26:12.189262 [ 255 ] {60bc6347-b33a-47f9-baad-9b4ee071e753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9941 | 2025.03.04 03:26:12.189799 [ 255 ] {60bc6347-b33a-47f9-baad-9b4ee071e753} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9942 | 2025.03.04 03:26:12.189836 [ 255 ] {60bc6347-b33a-47f9-baad-9b4ee071e753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9943 | 2025.03.04 03:26:12.190182 [ 255 ] {60bc6347-b33a-47f9-baad-9b4ee071e753} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 9944 | 2025.03.04 03:26:12.190425 [ 255 ] {60bc6347-b33a-47f9-baad-9b4ee071e753} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9945 | 2025.03.04 03:26:12.190610 [ 255 ] {60bc6347-b33a-47f9-baad-9b4ee071e753} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001411 sec., 73706.591070163 rows/sec., 5.76 MiB/sec. | ||
| 9946 | 2025.03.04 03:26:12.190711 [ 255 ] {60bc6347-b33a-47f9-baad-9b4ee071e753} <Debug> TCPHandler: Processed in 0.00165553 sec. | ||
| 9947 | 2025.03.04 03:26:12.190880 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9948 | 2025.03.04 03:26:12.191151 [ 255 ] {d55b67ec-05fa-4ece-ad39-4f6966d83ff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9949 | 2025.03.04 03:26:12.191205 [ 255 ] {d55b67ec-05fa-4ece-ad39-4f6966d83ff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9950 | 2025.03.04 03:26:12.191735 [ 255 ] {d55b67ec-05fa-4ece-ad39-4f6966d83ff0} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9951 | 2025.03.04 03:26:12.191772 [ 255 ] {d55b67ec-05fa-4ece-ad39-4f6966d83ff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9952 | 2025.03.04 03:26:12.192149 [ 255 ] {d55b67ec-05fa-4ece-ad39-4f6966d83ff0} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 9953 | 2025.03.04 03:26:12.192378 [ 255 ] {d55b67ec-05fa-4ece-ad39-4f6966d83ff0} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9954 | 2025.03.04 03:26:12.192551 [ 255 ] {d55b67ec-05fa-4ece-ad39-4f6966d83ff0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001492 sec., 107238.60589812332 rows/sec., 7.47 MiB/sec. | ||
| 9955 | 2025.03.04 03:26:12.192601 [ 255 ] {d55b67ec-05fa-4ece-ad39-4f6966d83ff0} <Debug> TCPHandler: Processed in 0.001822513 sec. | ||
| 9956 | 2025.03.04 03:26:12.192704 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9957 | 2025.03.04 03:26:12.192805 [ 255 ] {f8edfb97-fcb9-4800-aa45-e2ec7dfc0c31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9958 | 2025.03.04 03:26:12.192867 [ 255 ] {f8edfb97-fcb9-4800-aa45-e2ec7dfc0c31} <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 | ||
| 9959 | 2025.03.04 03:26:12.193990 [ 255 ] {f8edfb97-fcb9-4800-aa45-e2ec7dfc0c31} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9960 | 2025.03.04 03:26:12.194027 [ 255 ] {f8edfb97-fcb9-4800-aa45-e2ec7dfc0c31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9961 | 2025.03.04 03:26:12.194711 [ 255 ] {f8edfb97-fcb9-4800-aa45-e2ec7dfc0c31} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9962 | 2025.03.04 03:26:12.194961 [ 255 ] {f8edfb97-fcb9-4800-aa45-e2ec7dfc0c31} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9963 | 2025.03.04 03:26:12.195171 [ 255 ] {f8edfb97-fcb9-4800-aa45-e2ec7dfc0c31} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002388 sec., 16750.418760469012 rows/sec., 30.02 MiB/sec. | ||
| 9964 | 2025.03.04 03:26:12.195489 [ 255 ] {f8edfb97-fcb9-4800-aa45-e2ec7dfc0c31} <Debug> TCPHandler: Processed in 0.002833065 sec. | ||
| 9965 | 2025.03.04 03:26:12.195620 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9966 | 2025.03.04 03:26:12.195720 [ 255 ] {4c9a58db-ecf7-427a-a7fb-f5438ada7129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9967 | 2025.03.04 03:26:12.195764 [ 255 ] {4c9a58db-ecf7-427a-a7fb-f5438ada7129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9968 | 2025.03.04 03:26:12.196196 [ 255 ] {4c9a58db-ecf7-427a-a7fb-f5438ada7129} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9969 | 2025.03.04 03:26:12.196233 [ 255 ] {4c9a58db-ecf7-427a-a7fb-f5438ada7129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9970 | 2025.03.04 03:26:12.196592 [ 255 ] {4c9a58db-ecf7-427a-a7fb-f5438ada7129} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 9971 | 2025.03.04 03:26:12.196817 [ 255 ] {4c9a58db-ecf7-427a-a7fb-f5438ada7129} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9972 | 2025.03.04 03:26:12.197002 [ 255 ] {4c9a58db-ecf7-427a-a7fb-f5438ada7129} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001304 sec., 46012.26993865031 rows/sec., 3.10 MiB/sec. | ||
| 9973 | 2025.03.04 03:26:12.197100 [ 255 ] {4c9a58db-ecf7-427a-a7fb-f5438ada7129} <Debug> TCPHandler: Processed in 0.001529969 sec. | ||
| 9974 | 2025.03.04 03:26:15.918593 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9975 | 2025.03.04 03:26:15.918709 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9976 | 2025.03.04 03:26:16.133859 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30256 | ||
| 9977 | 2025.03.04 03:26:16.134596 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9978 | 2025.03.04 03:26:16.134648 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9979 | 2025.03.04 03:26:16.135185 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 9980 | 2025.03.04 03:26:16.135442 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9981 | 2025.03.04 03:26:16.135681 [ 86 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 9982 | 2025.03.04 03:26:16.135715 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
| 9983 | 2025.03.04 03:26:16.135804 [ 86 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9984 | 2025.03.04 03:26:16.135851 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 9985 | 2025.03.04 03:26:16.136046 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 9986 | 2025.03.04 03:26:16.136265 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9987 | 2025.03.04 03:26:16.136336 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27938 rows starting from the beginning of the part | ||
| 9988 | 2025.03.04 03:26:16.136413 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 488 rows starting from the beginning of the part | ||
| 9989 | 2025.03.04 03:26:16.136531 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 427 rows starting from the beginning of the part | ||
| 9990 | 2025.03.04 03:26:16.136807 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 488 rows starting from the beginning of the part | ||
| 9991 | 2025.03.04 03:26:16.136890 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 427 rows starting from the beginning of the part | ||
| 9992 | 2025.03.04 03:26:16.137075 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 488 rows starting from the beginning of the part | ||
| 9993 | 2025.03.04 03:26:16.139731 [ 197 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.003772696 sec., 8019729.127393249 rows/sec., 114.72 MiB/sec. | ||
| 9994 | 2025.03.04 03:26:16.140379 [ 197 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 9995 | 2025.03.04 03:26:16.140738 [ 197 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_66_13} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9996 | 2025.03.04 03:26:16.140828 [ 197 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_66_13} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 9997 | 2025.03.04 03:26:16.140941 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB. | ||
| 9998 | 2025.03.04 03:26:17.182666 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9999 | 2025.03.04 03:26:17.182872 [ 255 ] {e316455b-5713-4515-a71f-e377a647cc75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10000 | 2025.03.04 03:26:17.182947 [ 255 ] {e316455b-5713-4515-a71f-e377a647cc75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10001 | 2025.03.04 03:26:17.183759 [ 255 ] {e316455b-5713-4515-a71f-e377a647cc75} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10002 | 2025.03.04 03:26:17.183806 [ 255 ] {e316455b-5713-4515-a71f-e377a647cc75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10003 | 2025.03.04 03:26:17.184223 [ 255 ] {e316455b-5713-4515-a71f-e377a647cc75} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10004 | 2025.03.04 03:26:17.184468 [ 255 ] {e316455b-5713-4515-a71f-e377a647cc75} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10005 | 2025.03.04 03:26:17.184671 [ 85 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10006 | 2025.03.04 03:26:17.184693 [ 255 ] {e316455b-5713-4515-a71f-e377a647cc75} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001875 sec., 29866.666666666668 rows/sec., 2.28 MiB/sec. | ||
| 10007 | 2025.03.04 03:26:17.184769 [ 85 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10008 | 2025.03.04 03:26:17.184845 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10009 | 2025.03.04 03:26:17.184852 [ 255 ] {e316455b-5713-4515-a71f-e377a647cc75} <Debug> TCPHandler: Processed in 0.002320598 sec. | ||
| 10010 | 2025.03.04 03:26:17.185052 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10011 | 2025.03.04 03:26:17.185075 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 10012 | 2025.03.04 03:26:17.185214 [ 255 ] {ef0c9ab1-25bc-4442-a596-40c05e85f101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10013 | 2025.03.04 03:26:17.185301 [ 255 ] {ef0c9ab1-25bc-4442-a596-40c05e85f101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10014 | 2025.03.04 03:26:17.185456 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10015 | 2025.03.04 03:26:17.185553 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1968 rows starting from the beginning of the part | ||
| 10016 | 2025.03.04 03:26:17.185911 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 56 rows starting from the beginning of the part | ||
| 10017 | 2025.03.04 03:26:17.186280 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 697 rows starting from the beginning of the part | ||
| 10018 | 2025.03.04 03:26:17.186615 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 1196 rows starting from the beginning of the part | ||
| 10019 | 2025.03.04 03:26:17.186936 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 136 rows starting from the beginning of the part | ||
| 10020 | 2025.03.04 03:26:17.187259 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 56 rows starting from the beginning of the part | ||
| 10021 | 2025.03.04 03:26:17.187982 [ 255 ] {ef0c9ab1-25bc-4442-a596-40c05e85f101} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10022 | 2025.03.04 03:26:17.188037 [ 255 ] {ef0c9ab1-25bc-4442-a596-40c05e85f101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10023 | 2025.03.04 03:26:17.188781 [ 255 ] {ef0c9ab1-25bc-4442-a596-40c05e85f101} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10024 | 2025.03.04 03:26:17.189251 [ 255 ] {ef0c9ab1-25bc-4442-a596-40c05e85f101} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10025 | 2025.03.04 03:26:17.189593 [ 85 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10026 | 2025.03.04 03:26:17.189758 [ 85 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10027 | 2025.03.04 03:26:17.189874 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10028 | 2025.03.04 03:26:17.189880 [ 255 ] {ef0c9ab1-25bc-4442-a596-40c05e85f101} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004669 sec., 13707.431998286569 rows/sec., 1.07 MiB/sec. | ||
| 10029 | 2025.03.04 03:26:17.190349 [ 255 ] {ef0c9ab1-25bc-4442-a596-40c05e85f101} <Debug> TCPHandler: Processed in 0.005367455 sec. | ||
| 10030 | 2025.03.04 03:26:17.190434 [ 197 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 10031 | 2025.03.04 03:26:17.190647 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10032 | 2025.03.04 03:26:17.191452 [ 255 ] {5987ef68-c5c8-48b6-baf2-daa5a7892f2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10033 | 2025.03.04 03:26:17.191869 [ 255 ] {5987ef68-c5c8-48b6-baf2-daa5a7892f2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10034 | 2025.03.04 03:26:17.191987 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4109 rows, containing 5 columns (5 merged, 0 gathered) in 0.007033917 sec., 584169.5317132687 rows/sec., 49.93 MiB/sec. | ||
| 10035 | 2025.03.04 03:26:17.192203 [ 197 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10036 | 2025.03.04 03:26:17.192381 [ 197 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 952 rows starting from the beginning of the part | ||
| 10037 | 2025.03.04 03:26:17.192412 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10038 | 2025.03.04 03:26:17.193236 [ 197 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part | ||
| 10039 | 2025.03.04 03:26:17.193690 [ 196 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_96_19} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10040 | 2025.03.04 03:26:17.193798 [ 197 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 422 rows starting from the beginning of the part | ||
| 10041 | 2025.03.04 03:26:17.194137 [ 196 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_96_19} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10042 | 2025.03.04 03:26:17.194212 [ 197 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 520 rows starting from the beginning of the part | ||
| 10043 | 2025.03.04 03:26:17.194577 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 10044 | 2025.03.04 03:26:17.194819 [ 197 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 104 rows starting from the beginning of the part | ||
| 10045 | 2025.03.04 03:26:17.195201 [ 197 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 64 rows starting from the beginning of the part | ||
| 10046 | 2025.03.04 03:26:17.195738 [ 255 ] {5987ef68-c5c8-48b6-baf2-daa5a7892f2f} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10047 | 2025.03.04 03:26:17.195813 [ 255 ] {5987ef68-c5c8-48b6-baf2-daa5a7892f2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10048 | 2025.03.04 03:26:17.196645 [ 255 ] {5987ef68-c5c8-48b6-baf2-daa5a7892f2f} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10049 | 2025.03.04 03:26:17.197197 [ 255 ] {5987ef68-c5c8-48b6-baf2-daa5a7892f2f} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10050 | 2025.03.04 03:26:17.197514 [ 85 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10051 | 2025.03.04 03:26:17.197616 [ 85 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10052 | 2025.03.04 03:26:17.197703 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10053 | 2025.03.04 03:26:17.197813 [ 255 ] {5987ef68-c5c8-48b6-baf2-daa5a7892f2f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006819 sec., 23463.85100454612 rows/sec., 1.63 MiB/sec. | ||
| 10054 | 2025.03.04 03:26:17.198146 [ 199 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 10055 | 2025.03.04 03:26:17.198167 [ 255 ] {5987ef68-c5c8-48b6-baf2-daa5a7892f2f} <Debug> TCPHandler: Processed in 0.007656273 sec. | ||
| 10056 | 2025.03.04 03:26:17.198883 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10057 | 2025.03.04 03:26:17.198890 [ 199 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10058 | 2025.03.04 03:26:17.199122 [ 199 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 26491 rows starting from the beginning of the part | ||
| 10059 | 2025.03.04 03:26:17.199623 [ 199 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part | ||
| 10060 | 2025.03.04 03:26:17.199720 [ 255 ] {d5fc164f-f340-47bc-8cc7-efe2e4b0fb3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10061 | 2025.03.04 03:26:17.199937 [ 199 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 237 rows starting from the beginning of the part | ||
| 10062 | 2025.03.04 03:26:17.200077 [ 255 ] {d5fc164f-f340-47bc-8cc7-efe2e4b0fb3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10063 | 2025.03.04 03:26:17.200262 [ 199 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 880 rows starting from the beginning of the part | ||
| 10064 | 2025.03.04 03:26:17.200668 [ 199 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 160 rows starting from the beginning of the part | ||
| 10065 | 2025.03.04 03:26:17.200662 [ 197 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2126 rows, containing 5 columns (5 merged, 0 gathered) in 0.01060619 sec., 200448.98309383483 rows/sec., 15.51 MiB/sec. | ||
| 10066 | 2025.03.04 03:26:17.201071 [ 199 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part | ||
| 10067 | 2025.03.04 03:26:17.201284 [ 196 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10068 | 2025.03.04 03:26:17.202647 [ 196 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_96_19} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10069 | 2025.03.04 03:26:17.203065 [ 196 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_96_19} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10070 | 2025.03.04 03:26:17.203351 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 10071 | 2025.03.04 03:26:17.204010 [ 255 ] {d5fc164f-f340-47bc-8cc7-efe2e4b0fb3f} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10072 | 2025.03.04 03:26:17.204081 [ 255 ] {d5fc164f-f340-47bc-8cc7-efe2e4b0fb3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10073 | 2025.03.04 03:26:17.204616 [ 255 ] {d5fc164f-f340-47bc-8cc7-efe2e4b0fb3f} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10074 | 2025.03.04 03:26:17.204987 [ 255 ] {d5fc164f-f340-47bc-8cc7-efe2e4b0fb3f} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10075 | 2025.03.04 03:26:17.205375 [ 85 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10076 | 2025.03.04 03:26:17.205512 [ 85 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10077 | 2025.03.04 03:26:17.205586 [ 255 ] {d5fc164f-f340-47bc-8cc7-efe2e4b0fb3f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006113 sec., 9815.148045149681 rows/sec., 677.35 KiB/sec. | ||
| 10078 | 2025.03.04 03:26:17.205612 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10079 | 2025.03.04 03:26:17.206019 [ 255 ] {d5fc164f-f340-47bc-8cc7-efe2e4b0fb3f} <Debug> TCPHandler: Processed in 0.007472842 sec. | ||
| 10080 | 2025.03.04 03:26:17.206097 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 10081 | 2025.03.04 03:26:17.206353 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10082 | 2025.03.04 03:26:17.206401 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5244 rows starting from the beginning of the part | ||
| 10083 | 2025.03.04 03:26:17.206464 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part | ||
| 10084 | 2025.03.04 03:26:17.206690 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 82 rows starting from the beginning of the part | ||
| 10085 | 2025.03.04 03:26:17.206863 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part | ||
| 10086 | 2025.03.04 03:26:17.207033 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part | ||
| 10087 | 2025.03.04 03:26:17.207199 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part | ||
| 10088 | 2025.03.04 03:26:17.209035 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5566 rows, containing 4 columns (4 merged, 0 gathered) in 0.00326115 sec., 1706759.8853165295 rows/sec., 114.66 MiB/sec. | ||
| 10089 | 2025.03.04 03:26:17.209611 [ 196 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10090 | 2025.03.04 03:26:17.209934 [ 196 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_96_19} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10091 | 2025.03.04 03:26:17.210044 [ 196 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_96_19} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10092 | 2025.03.04 03:26:17.210171 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. | ||
| 10093 | 2025.03.04 03:26:17.210869 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28088 rows, containing 5 columns (5 merged, 0 gathered) in 0.01305499 sec., 2151514.4783718716 rows/sec., 147.57 MiB/sec. | ||
| 10094 | 2025.03.04 03:26:17.211243 [ 196 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10095 | 2025.03.04 03:26:17.211531 [ 196 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10096 | 2025.03.04 03:26:17.211606 [ 196 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10097 | 2025.03.04 03:26:17.211697 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 10098 | 2025.03.04 03:26:18.296019 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 10099 | 2025.03.04 03:26:18.319492 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10100 | 2025.03.04 03:26:18.319547 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10101 | 2025.03.04 03:26:18.326916 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10102 | 2025.03.04 03:26:18.327698 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10103 | 2025.03.04 03:26:18.328184 [ 80 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10104 | 2025.03.04 03:26:18.328312 [ 80 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10105 | 2025.03.04 03:26:18.328390 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10106 | 2025.03.04 03:26:18.328842 [ 189 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 10107 | 2025.03.04 03:26:18.344549 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 10108 | 2025.03.04 03:26:18.345979 [ 189 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10109 | 2025.03.04 03:26:18.347217 [ 189 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part | ||
| 10110 | 2025.03.04 03:26:18.352437 [ 189 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 8 rows starting from the beginning of the part | ||
| 10111 | 2025.03.04 03:26:18.357969 [ 189 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 7 rows starting from the beginning of the part | ||
| 10112 | 2025.03.04 03:26:18.364909 [ 189 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part | ||
| 10113 | 2025.03.04 03:26:18.370862 [ 189 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 7 rows starting from the beginning of the part | ||
| 10114 | 2025.03.04 03:26:18.375424 [ 189 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 8 rows starting from the beginning of the part | ||
| 10115 | 2025.03.04 03:26:18.435988 [ 186 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.107426677 sec., 4635.720045589794 rows/sec., 23.97 MiB/sec. | ||
| 10116 | 2025.03.04 03:26:18.438192 [ 193 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10117 | 2025.03.04 03:26:18.440541 [ 193 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_66_13} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10118 | 2025.03.04 03:26:18.440643 [ 193 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_66_13} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10119 | 2025.03.04 03:26:18.441987 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.28 MiB. | ||
| 10120 | 2025.03.04 03:26:21.282611 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1342 | ||
| 10121 | 2025.03.04 03:26:21.285984 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10122 | 2025.03.04 03:26:21.286032 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10123 | 2025.03.04 03:26:21.287492 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10124 | 2025.03.04 03:26:21.287806 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10125 | 2025.03.04 03:26:21.288841 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1342 | ||
| 10126 | 2025.03.04 03:26:22.184845 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10127 | 2025.03.04 03:26:22.185115 [ 255 ] {b33be9fd-2cff-4d07-8d98-9bf6d435ad98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10128 | 2025.03.04 03:26:22.185218 [ 255 ] {b33be9fd-2cff-4d07-8d98-9bf6d435ad98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10129 | 2025.03.04 03:26:22.186106 [ 255 ] {b33be9fd-2cff-4d07-8d98-9bf6d435ad98} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10130 | 2025.03.04 03:26:22.186152 [ 255 ] {b33be9fd-2cff-4d07-8d98-9bf6d435ad98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10131 | 2025.03.04 03:26:22.186564 [ 255 ] {b33be9fd-2cff-4d07-8d98-9bf6d435ad98} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 10132 | 2025.03.04 03:26:22.186816 [ 255 ] {b33be9fd-2cff-4d07-8d98-9bf6d435ad98} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10133 | 2025.03.04 03:26:22.187045 [ 255 ] {b33be9fd-2cff-4d07-8d98-9bf6d435ad98} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.002005 sec., 3990.024937655861 rows/sec., 325.36 KiB/sec. | ||
| 10134 | 2025.03.04 03:26:22.187169 [ 255 ] {b33be9fd-2cff-4d07-8d98-9bf6d435ad98} <Debug> TCPHandler: Processed in 0.00248543 sec. | ||
| 10135 | 2025.03.04 03:26:22.187423 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10136 | 2025.03.04 03:26:22.187572 [ 255 ] {c1f2daee-781e-482b-be9f-0e046f6a0306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10137 | 2025.03.04 03:26:22.187620 [ 255 ] {c1f2daee-781e-482b-be9f-0e046f6a0306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10138 | 2025.03.04 03:26:22.188239 [ 255 ] {c1f2daee-781e-482b-be9f-0e046f6a0306} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10139 | 2025.03.04 03:26:22.188277 [ 255 ] {c1f2daee-781e-482b-be9f-0e046f6a0306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10140 | 2025.03.04 03:26:22.188640 [ 255 ] {c1f2daee-781e-482b-be9f-0e046f6a0306} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 10141 | 2025.03.04 03:26:22.188884 [ 255 ] {c1f2daee-781e-482b-be9f-0e046f6a0306} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10142 | 2025.03.04 03:26:22.189106 [ 255 ] {c1f2daee-781e-482b-be9f-0e046f6a0306} <Debug> executeQuery: Read 140 rows, 12.29 KiB in 0.001563 sec., 89571.33717210493 rows/sec., 7.68 MiB/sec. | ||
| 10143 | 2025.03.04 03:26:22.189169 [ 255 ] {c1f2daee-781e-482b-be9f-0e046f6a0306} <Debug> TCPHandler: Processed in 0.001846183 sec. | ||
| 10144 | 2025.03.04 03:26:22.189298 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10145 | 2025.03.04 03:26:22.189430 [ 255 ] {85cfc147-82cc-43d3-bd6e-db6d4ecc14b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10146 | 2025.03.04 03:26:22.189473 [ 255 ] {85cfc147-82cc-43d3-bd6e-db6d4ecc14b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10147 | 2025.03.04 03:26:22.189998 [ 255 ] {85cfc147-82cc-43d3-bd6e-db6d4ecc14b7} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10148 | 2025.03.04 03:26:22.190035 [ 255 ] {85cfc147-82cc-43d3-bd6e-db6d4ecc14b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10149 | 2025.03.04 03:26:22.190378 [ 255 ] {85cfc147-82cc-43d3-bd6e-db6d4ecc14b7} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 10150 | 2025.03.04 03:26:22.190607 [ 255 ] {85cfc147-82cc-43d3-bd6e-db6d4ecc14b7} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10151 | 2025.03.04 03:26:22.190781 [ 77 ] {} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 10152 | 2025.03.04 03:26:22.190841 [ 255 ] {85cfc147-82cc-43d3-bd6e-db6d4ecc14b7} <Debug> executeQuery: Read 48 rows, 3.57 KiB in 0.00143 sec., 33566.43356643357 rows/sec., 2.44 MiB/sec. | ||
| 10153 | 2025.03.04 03:26:22.190869 [ 77 ] {} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10154 | 2025.03.04 03:26:22.190945 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10155 | 2025.03.04 03:26:22.190959 [ 255 ] {85cfc147-82cc-43d3-bd6e-db6d4ecc14b7} <Debug> TCPHandler: Processed in 0.001723861 sec. | ||
| 10156 | 2025.03.04 03:26:22.191276 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10157 | 2025.03.04 03:26:22.191297 [ 195 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 10158 | 2025.03.04 03:26:22.191688 [ 255 ] {59ad9252-69e8-46ae-9d83-72a43a9b0128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10159 | 2025.03.04 03:26:22.191857 [ 195 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10160 | 2025.03.04 03:26:22.191883 [ 255 ] {59ad9252-69e8-46ae-9d83-72a43a9b0128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10161 | 2025.03.04 03:26:22.191983 [ 195 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 178 rows starting from the beginning of the part | ||
| 10162 | 2025.03.04 03:26:22.192458 [ 195 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 40 rows starting from the beginning of the part | ||
| 10163 | 2025.03.04 03:26:22.192915 [ 195 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 46 rows starting from the beginning of the part | ||
| 10164 | 2025.03.04 03:26:22.193334 [ 195 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 146 rows starting from the beginning of the part | ||
| 10165 | 2025.03.04 03:26:22.193845 [ 195 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 40 rows starting from the beginning of the part | ||
| 10166 | 2025.03.04 03:26:22.194262 [ 195 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 48 rows starting from the beginning of the part | ||
| 10167 | 2025.03.04 03:26:22.195234 [ 255 ] {59ad9252-69e8-46ae-9d83-72a43a9b0128} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10168 | 2025.03.04 03:26:22.195313 [ 255 ] {59ad9252-69e8-46ae-9d83-72a43a9b0128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10169 | 2025.03.04 03:26:22.196310 [ 255 ] {59ad9252-69e8-46ae-9d83-72a43a9b0128} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 10170 | 2025.03.04 03:26:22.196832 [ 255 ] {59ad9252-69e8-46ae-9d83-72a43a9b0128} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10171 | 2025.03.04 03:26:22.197348 [ 195 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 5 columns (5 merged, 0 gathered) in 0.006260507 sec., 79546.2731692497 rows/sec., 5.63 MiB/sec. | ||
| 10172 | 2025.03.04 03:26:22.197408 [ 255 ] {59ad9252-69e8-46ae-9d83-72a43a9b0128} <Debug> executeQuery: Read 112 rows, 8.97 KiB in 0.005904 sec., 18970.18970189702 rows/sec., 1.48 MiB/sec. | ||
| 10173 | 2025.03.04 03:26:22.197535 [ 255 ] {59ad9252-69e8-46ae-9d83-72a43a9b0128} <Debug> TCPHandler: Processed in 0.006385948 sec. | ||
| 10174 | 2025.03.04 03:26:22.197578 [ 195 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 10175 | 2025.03.04 03:26:22.197712 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10176 | 2025.03.04 03:26:22.197893 [ 255 ] {098c3cd1-7042-4534-8dfd-703121e221b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10177 | 2025.03.04 03:26:22.197982 [ 255 ] {098c3cd1-7042-4534-8dfd-703121e221b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10178 | 2025.03.04 03:26:22.198087 [ 195 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_61_12} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10179 | 2025.03.04 03:26:22.198328 [ 195 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_61_12} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 10180 | 2025.03.04 03:26:22.198513 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 10181 | 2025.03.04 03:26:22.198895 [ 255 ] {098c3cd1-7042-4534-8dfd-703121e221b5} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10182 | 2025.03.04 03:26:22.198938 [ 255 ] {098c3cd1-7042-4534-8dfd-703121e221b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10183 | 2025.03.04 03:26:22.199326 [ 255 ] {098c3cd1-7042-4534-8dfd-703121e221b5} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 10184 | 2025.03.04 03:26:22.199571 [ 255 ] {098c3cd1-7042-4534-8dfd-703121e221b5} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10185 | 2025.03.04 03:26:22.199806 [ 255 ] {098c3cd1-7042-4534-8dfd-703121e221b5} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001963 sec., 83545.59347936831 rows/sec., 5.82 MiB/sec. | ||
| 10186 | 2025.03.04 03:26:22.199882 [ 255 ] {098c3cd1-7042-4534-8dfd-703121e221b5} <Debug> TCPHandler: Processed in 0.002247158 sec. | ||
| 10187 | 2025.03.04 03:26:22.200026 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10188 | 2025.03.04 03:26:22.200341 [ 255 ] {3ebeb4da-1472-45fd-9465-ba00bbaee859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10189 | 2025.03.04 03:26:22.200653 [ 255 ] {3ebeb4da-1472-45fd-9465-ba00bbaee859} <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 | ||
| 10190 | 2025.03.04 03:26:22.202548 [ 255 ] {3ebeb4da-1472-45fd-9465-ba00bbaee859} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10191 | 2025.03.04 03:26:22.202587 [ 255 ] {3ebeb4da-1472-45fd-9465-ba00bbaee859} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10192 | 2025.03.04 03:26:22.203238 [ 255 ] {3ebeb4da-1472-45fd-9465-ba00bbaee859} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10193 | 2025.03.04 03:26:22.203485 [ 255 ] {3ebeb4da-1472-45fd-9465-ba00bbaee859} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10194 | 2025.03.04 03:26:22.203732 [ 255 ] {3ebeb4da-1472-45fd-9465-ba00bbaee859} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003524 sec., 11350.737797956868 rows/sec., 20.34 MiB/sec. | ||
| 10195 | 2025.03.04 03:26:22.203826 [ 255 ] {3ebeb4da-1472-45fd-9465-ba00bbaee859} <Debug> TCPHandler: Processed in 0.003849497 sec. | ||
| 10196 | 2025.03.04 03:26:22.203939 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10197 | 2025.03.04 03:26:22.204041 [ 255 ] {f976feb6-5394-4eb1-82be-ea859a096b0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10198 | 2025.03.04 03:26:22.204086 [ 255 ] {f976feb6-5394-4eb1-82be-ea859a096b0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10199 | 2025.03.04 03:26:22.204511 [ 255 ] {f976feb6-5394-4eb1-82be-ea859a096b0c} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10200 | 2025.03.04 03:26:22.204549 [ 255 ] {f976feb6-5394-4eb1-82be-ea859a096b0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10201 | 2025.03.04 03:26:22.204898 [ 255 ] {f976feb6-5394-4eb1-82be-ea859a096b0c} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 10202 | 2025.03.04 03:26:22.205122 [ 255 ] {f976feb6-5394-4eb1-82be-ea859a096b0c} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10203 | 2025.03.04 03:26:22.205332 [ 255 ] {f976feb6-5394-4eb1-82be-ea859a096b0c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001313 sec., 45696.8773800457 rows/sec., 3.08 MiB/sec. | ||
| 10204 | 2025.03.04 03:26:22.205382 [ 255 ] {f976feb6-5394-4eb1-82be-ea859a096b0c} <Debug> TCPHandler: Processed in 0.001492358 sec. | ||
| 10205 | 2025.03.04 03:26:23.635928 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30683 | ||
| 10206 | 2025.03.04 03:26:23.636634 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10207 | 2025.03.04 03:26:23.636672 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10208 | 2025.03.04 03:26:23.637192 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10209 | 2025.03.04 03:26:23.637451 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10210 | 2025.03.04 03:26:23.637636 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30683 | ||
| 10211 | 2025.03.04 03:26:25.844674 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 10212 | 2025.03.04 03:26:25.863943 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10213 | 2025.03.04 03:26:25.863996 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10214 | 2025.03.04 03:26:25.870914 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10215 | 2025.03.04 03:26:25.871695 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10216 | 2025.03.04 03:26:25.874330 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 10217 | 2025.03.04 03:26:27.182767 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10218 | 2025.03.04 03:26:27.182953 [ 255 ] {41647836-02b5-4d50-a03e-9a5ee7ab30c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10219 | 2025.03.04 03:26:27.183025 [ 255 ] {41647836-02b5-4d50-a03e-9a5ee7ab30c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10220 | 2025.03.04 03:26:27.183839 [ 255 ] {41647836-02b5-4d50-a03e-9a5ee7ab30c5} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10221 | 2025.03.04 03:26:27.183889 [ 255 ] {41647836-02b5-4d50-a03e-9a5ee7ab30c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10222 | 2025.03.04 03:26:27.184340 [ 255 ] {41647836-02b5-4d50-a03e-9a5ee7ab30c5} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 10223 | 2025.03.04 03:26:27.184591 [ 255 ] {41647836-02b5-4d50-a03e-9a5ee7ab30c5} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10224 | 2025.03.04 03:26:27.184851 [ 255 ] {41647836-02b5-4d50-a03e-9a5ee7ab30c5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00195 sec., 28717.94871794872 rows/sec., 2.19 MiB/sec. | ||
| 10225 | 2025.03.04 03:26:27.184926 [ 255 ] {41647836-02b5-4d50-a03e-9a5ee7ab30c5} <Debug> TCPHandler: Processed in 0.002287269 sec. | ||
| 10226 | 2025.03.04 03:26:27.185064 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10227 | 2025.03.04 03:26:27.185194 [ 255 ] {007a0665-3213-435d-8e7a-0de411fc9754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10228 | 2025.03.04 03:26:27.185242 [ 255 ] {007a0665-3213-435d-8e7a-0de411fc9754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10229 | 2025.03.04 03:26:27.185808 [ 255 ] {007a0665-3213-435d-8e7a-0de411fc9754} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10230 | 2025.03.04 03:26:27.185849 [ 255 ] {007a0665-3213-435d-8e7a-0de411fc9754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10231 | 2025.03.04 03:26:27.186213 [ 255 ] {007a0665-3213-435d-8e7a-0de411fc9754} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 10232 | 2025.03.04 03:26:27.186457 [ 255 ] {007a0665-3213-435d-8e7a-0de411fc9754} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10233 | 2025.03.04 03:26:27.186699 [ 255 ] {007a0665-3213-435d-8e7a-0de411fc9754} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001528 sec., 41884.8167539267 rows/sec., 3.27 MiB/sec. | ||
| 10234 | 2025.03.04 03:26:27.186796 [ 255 ] {007a0665-3213-435d-8e7a-0de411fc9754} <Debug> TCPHandler: Processed in 0.001791322 sec. | ||
| 10235 | 2025.03.04 03:26:27.186980 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10236 | 2025.03.04 03:26:27.187262 [ 255 ] {9137c70e-1115-4904-b5d1-b2916c3e4808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10237 | 2025.03.04 03:26:27.187329 [ 255 ] {9137c70e-1115-4904-b5d1-b2916c3e4808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10238 | 2025.03.04 03:26:27.187875 [ 255 ] {9137c70e-1115-4904-b5d1-b2916c3e4808} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10239 | 2025.03.04 03:26:27.187913 [ 255 ] {9137c70e-1115-4904-b5d1-b2916c3e4808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10240 | 2025.03.04 03:26:27.188302 [ 255 ] {9137c70e-1115-4904-b5d1-b2916c3e4808} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 10241 | 2025.03.04 03:26:27.188533 [ 255 ] {9137c70e-1115-4904-b5d1-b2916c3e4808} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10242 | 2025.03.04 03:26:27.188751 [ 255 ] {9137c70e-1115-4904-b5d1-b2916c3e4808} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001586 sec., 100882.72383354351 rows/sec., 7.03 MiB/sec. | ||
| 10243 | 2025.03.04 03:26:27.188804 [ 255 ] {9137c70e-1115-4904-b5d1-b2916c3e4808} <Debug> TCPHandler: Processed in 0.001929864 sec. | ||
| 10244 | 2025.03.04 03:26:27.188909 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10245 | 2025.03.04 03:26:27.189011 [ 255 ] {596e552d-0798-4600-9958-f95b3464424a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10246 | 2025.03.04 03:26:27.189057 [ 255 ] {596e552d-0798-4600-9958-f95b3464424a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10247 | 2025.03.04 03:26:27.189491 [ 255 ] {596e552d-0798-4600-9958-f95b3464424a} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10248 | 2025.03.04 03:26:27.189529 [ 255 ] {596e552d-0798-4600-9958-f95b3464424a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10249 | 2025.03.04 03:26:27.189881 [ 255 ] {596e552d-0798-4600-9958-f95b3464424a} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 10250 | 2025.03.04 03:26:27.190112 [ 255 ] {596e552d-0798-4600-9958-f95b3464424a} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10251 | 2025.03.04 03:26:27.190329 [ 255 ] {596e552d-0798-4600-9958-f95b3464424a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00134 sec., 44776.119402985074 rows/sec., 3.02 MiB/sec. | ||
| 10252 | 2025.03.04 03:26:27.190387 [ 255 ] {596e552d-0798-4600-9958-f95b3464424a} <Debug> TCPHandler: Processed in 0.001528348 sec. | ||
| 10253 | 2025.03.04 03:26:30.918979 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10254 | 2025.03.04 03:26:30.919039 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10255 | 2025.03.04 03:26:31.137790 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31171 | ||
| 10256 | 2025.03.04 03:26:31.138539 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10257 | 2025.03.04 03:26:31.138586 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10258 | 2025.03.04 03:26:31.139121 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10259 | 2025.03.04 03:26:31.139374 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10260 | 2025.03.04 03:26:31.139610 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
| 10261 | 2025.03.04 03:26:31.289053 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1364 | ||
| 10262 | 2025.03.04 03:26:31.292092 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10263 | 2025.03.04 03:26:31.292140 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10264 | 2025.03.04 03:26:31.293606 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10265 | 2025.03.04 03:26:31.293923 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10266 | 2025.03.04 03:26:31.295298 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1364 | ||
| 10267 | 2025.03.04 03:26:32.185128 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10268 | 2025.03.04 03:26:32.185320 [ 255 ] {02a19a07-ea24-4275-b944-5364d1f52c09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10269 | 2025.03.04 03:26:32.185403 [ 255 ] {02a19a07-ea24-4275-b944-5364d1f52c09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10270 | 2025.03.04 03:26:32.186573 [ 255 ] {02a19a07-ea24-4275-b944-5364d1f52c09} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10271 | 2025.03.04 03:26:32.186642 [ 255 ] {02a19a07-ea24-4275-b944-5364d1f52c09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10272 | 2025.03.04 03:26:32.187248 [ 255 ] {02a19a07-ea24-4275-b944-5364d1f52c09} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 10273 | 2025.03.04 03:26:32.187612 [ 255 ] {02a19a07-ea24-4275-b944-5364d1f52c09} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10274 | 2025.03.04 03:26:32.187952 [ 255 ] {02a19a07-ea24-4275-b944-5364d1f52c09} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.002672 sec., 50898.203592814374 rows/sec., 4.38 MiB/sec. | ||
| 10275 | 2025.03.04 03:26:32.188053 [ 255 ] {02a19a07-ea24-4275-b944-5364d1f52c09} <Debug> TCPHandler: Processed in 0.003062117 sec. | ||
| 10276 | 2025.03.04 03:26:32.188237 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10277 | 2025.03.04 03:26:32.188442 [ 255 ] {e8dace90-3479-4293-a271-a798bd441250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10278 | 2025.03.04 03:26:32.188513 [ 255 ] {e8dace90-3479-4293-a271-a798bd441250} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10279 | 2025.03.04 03:26:32.189250 [ 255 ] {e8dace90-3479-4293-a271-a798bd441250} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10280 | 2025.03.04 03:26:32.189306 [ 255 ] {e8dace90-3479-4293-a271-a798bd441250} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10281 | 2025.03.04 03:26:32.189804 [ 255 ] {e8dace90-3479-4293-a271-a798bd441250} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 10282 | 2025.03.04 03:26:32.190142 [ 255 ] {e8dace90-3479-4293-a271-a798bd441250} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10283 | 2025.03.04 03:26:32.190432 [ 255 ] {e8dace90-3479-4293-a271-a798bd441250} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.002046 sec., 19550.34213098729 rows/sec., 1.44 MiB/sec. | ||
| 10284 | 2025.03.04 03:26:32.190504 [ 255 ] {e8dace90-3479-4293-a271-a798bd441250} <Debug> TCPHandler: Processed in 0.002352348 sec. | ||
| 10285 | 2025.03.04 03:26:32.190660 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10286 | 2025.03.04 03:26:32.190794 [ 255 ] {1c8a2e7e-091a-401a-9bc1-0ca81a6ee2d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10287 | 2025.03.04 03:26:32.190853 [ 255 ] {1c8a2e7e-091a-401a-9bc1-0ca81a6ee2d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10288 | 2025.03.04 03:26:32.191546 [ 255 ] {1c8a2e7e-091a-401a-9bc1-0ca81a6ee2d9} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10289 | 2025.03.04 03:26:32.191592 [ 255 ] {1c8a2e7e-091a-401a-9bc1-0ca81a6ee2d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10290 | 2025.03.04 03:26:32.192040 [ 255 ] {1c8a2e7e-091a-401a-9bc1-0ca81a6ee2d9} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 10291 | 2025.03.04 03:26:32.192369 [ 255 ] {1c8a2e7e-091a-401a-9bc1-0ca81a6ee2d9} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10292 | 2025.03.04 03:26:32.192636 [ 255 ] {1c8a2e7e-091a-401a-9bc1-0ca81a6ee2d9} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.00187 sec., 55614.97326203209 rows/sec., 4.34 MiB/sec. | ||
| 10293 | 2025.03.04 03:26:32.192707 [ 255 ] {1c8a2e7e-091a-401a-9bc1-0ca81a6ee2d9} <Debug> TCPHandler: Processed in 0.002112085 sec. | ||
| 10294 | 2025.03.04 03:26:32.192872 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10295 | 2025.03.04 03:26:32.193014 [ 255 ] {2f71a24e-ce26-414e-a1bd-aabfe471eedf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10296 | 2025.03.04 03:26:32.193075 [ 255 ] {2f71a24e-ce26-414e-a1bd-aabfe471eedf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10297 | 2025.03.04 03:26:32.193710 [ 255 ] {2f71a24e-ce26-414e-a1bd-aabfe471eedf} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10298 | 2025.03.04 03:26:32.193759 [ 255 ] {2f71a24e-ce26-414e-a1bd-aabfe471eedf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10299 | 2025.03.04 03:26:32.194232 [ 255 ] {2f71a24e-ce26-414e-a1bd-aabfe471eedf} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 10300 | 2025.03.04 03:26:32.194543 [ 255 ] {2f71a24e-ce26-414e-a1bd-aabfe471eedf} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10301 | 2025.03.04 03:26:32.194788 [ 255 ] {2f71a24e-ce26-414e-a1bd-aabfe471eedf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001803 sec., 88740.98724348309 rows/sec., 6.18 MiB/sec. | ||
| 10302 | 2025.03.04 03:26:32.194901 [ 255 ] {2f71a24e-ce26-414e-a1bd-aabfe471eedf} <Debug> TCPHandler: Processed in 0.002095105 sec. | ||
| 10303 | 2025.03.04 03:26:32.195059 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10304 | 2025.03.04 03:26:32.195387 [ 255 ] {d3432322-7e8c-45b3-8001-64d53f8dbcdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10305 | 2025.03.04 03:26:32.195685 [ 255 ] {d3432322-7e8c-45b3-8001-64d53f8dbcdc} <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 | ||
| 10306 | 2025.03.04 03:26:32.198638 [ 255 ] {d3432322-7e8c-45b3-8001-64d53f8dbcdc} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10307 | 2025.03.04 03:26:32.198686 [ 255 ] {d3432322-7e8c-45b3-8001-64d53f8dbcdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10308 | 2025.03.04 03:26:32.199543 [ 255 ] {d3432322-7e8c-45b3-8001-64d53f8dbcdc} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10309 | 2025.03.04 03:26:32.199902 [ 255 ] {d3432322-7e8c-45b3-8001-64d53f8dbcdc} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10310 | 2025.03.04 03:26:32.200229 [ 255 ] {d3432322-7e8c-45b3-8001-64d53f8dbcdc} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.004975 sec., 8040.201005025126 rows/sec., 14.41 MiB/sec. | ||
| 10311 | 2025.03.04 03:26:32.200664 [ 255 ] {d3432322-7e8c-45b3-8001-64d53f8dbcdc} <Debug> TCPHandler: Processed in 0.00567429 sec. | ||
| 10312 | 2025.03.04 03:26:32.200998 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10313 | 2025.03.04 03:26:32.201137 [ 255 ] {a279a86b-70eb-41b0-9abe-ef8f7d9f3074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10314 | 2025.03.04 03:26:32.201199 [ 255 ] {a279a86b-70eb-41b0-9abe-ef8f7d9f3074} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10315 | 2025.03.04 03:26:32.201805 [ 255 ] {a279a86b-70eb-41b0-9abe-ef8f7d9f3074} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10316 | 2025.03.04 03:26:32.201853 [ 255 ] {a279a86b-70eb-41b0-9abe-ef8f7d9f3074} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 10317 | 2025.03.04 03:26:32.202311 [ 255 ] {a279a86b-70eb-41b0-9abe-ef8f7d9f3074} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 10318 | 2025.03.04 03:26:32.202615 [ 255 ] {a279a86b-70eb-41b0-9abe-ef8f7d9f3074} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10319 | 2025.03.04 03:26:32.202884 [ 255 ] {a279a86b-70eb-41b0-9abe-ef8f7d9f3074} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001778 sec., 33745.781777277836 rows/sec., 2.27 MiB/sec. | ||
| 10320 | 2025.03.04 03:26:32.202948 [ 255 ] {a279a86b-70eb-41b0-9abe-ef8f7d9f3074} <Debug> TCPHandler: Processed in 0.002028445 sec. | ||
| 10321 | 2025.03.04 03:26:33.374434 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513 | ||
| 10322 | 2025.03.04 03:26:33.395162 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10323 | 2025.03.04 03:26:33.395229 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10324 | 2025.03.04 03:26:33.402589 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10325 | 2025.03.04 03:26:33.403389 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10326 | 2025.03.04 03:26:33.406342 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513 | ||
| 10327 | 2025.03.04 03:26:36.975281 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10328 | 2025.03.04 03:26:36.975512 [ 255 ] {86d8814f-1b98-49b7-9bea-d5b12ff2c82e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10329 | 2025.03.04 03:26:36.975591 [ 255 ] {86d8814f-1b98-49b7-9bea-d5b12ff2c82e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10330 | 2025.03.04 03:26:36.976394 [ 255 ] {86d8814f-1b98-49b7-9bea-d5b12ff2c82e} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10331 | 2025.03.04 03:26:36.976446 [ 255 ] {86d8814f-1b98-49b7-9bea-d5b12ff2c82e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10332 | 2025.03.04 03:26:36.976901 [ 255 ] {86d8814f-1b98-49b7-9bea-d5b12ff2c82e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 10333 | 2025.03.04 03:26:36.977165 [ 255 ] {86d8814f-1b98-49b7-9bea-d5b12ff2c82e} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10334 | 2025.03.04 03:26:36.977401 [ 255 ] {86d8814f-1b98-49b7-9bea-d5b12ff2c82e} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001941 sec., 12364.760432766616 rows/sec., 1.03 MiB/sec. | ||
| 10335 | 2025.03.04 03:26:36.977566 [ 255 ] {86d8814f-1b98-49b7-9bea-d5b12ff2c82e} <Debug> TCPHandler: Processed in 0.002414159 sec. | ||
| 10336 | 2025.03.04 03:26:36.977754 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10337 | 2025.03.04 03:26:36.977873 [ 255 ] {ccae09a3-d07e-4dfe-860a-82406633bd2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10338 | 2025.03.04 03:26:36.977925 [ 255 ] {ccae09a3-d07e-4dfe-860a-82406633bd2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10339 | 2025.03.04 03:26:36.978517 [ 255 ] {ccae09a3-d07e-4dfe-860a-82406633bd2a} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10340 | 2025.03.04 03:26:36.978558 [ 255 ] {ccae09a3-d07e-4dfe-860a-82406633bd2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10341 | 2025.03.04 03:26:36.978908 [ 255 ] {ccae09a3-d07e-4dfe-860a-82406633bd2a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 10342 | 2025.03.04 03:26:36.979187 [ 255 ] {ccae09a3-d07e-4dfe-860a-82406633bd2a} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10343 | 2025.03.04 03:26:36.979373 [ 255 ] {ccae09a3-d07e-4dfe-860a-82406633bd2a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001531 sec., 2612.671456564337 rows/sec., 213.04 KiB/sec. | ||
| 10344 | 2025.03.04 03:26:36.979432 [ 255 ] {ccae09a3-d07e-4dfe-860a-82406633bd2a} <Debug> TCPHandler: Processed in 0.001737571 sec. | ||
| 10345 | 2025.03.04 03:26:36.979563 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10346 | 2025.03.04 03:26:36.979674 [ 255 ] {c9ef4840-2b97-44d4-bfe4-5e059b78907d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10347 | 2025.03.04 03:26:36.979721 [ 255 ] {c9ef4840-2b97-44d4-bfe4-5e059b78907d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10348 | 2025.03.04 03:26:36.981072 [ 255 ] {c9ef4840-2b97-44d4-bfe4-5e059b78907d} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10349 | 2025.03.04 03:26:36.981111 [ 255 ] {c9ef4840-2b97-44d4-bfe4-5e059b78907d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10350 | 2025.03.04 03:26:36.981591 [ 255 ] {c9ef4840-2b97-44d4-bfe4-5e059b78907d} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 10351 | 2025.03.04 03:26:36.981843 [ 255 ] {c9ef4840-2b97-44d4-bfe4-5e059b78907d} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10352 | 2025.03.04 03:26:36.982046 [ 255 ] {c9ef4840-2b97-44d4-bfe4-5e059b78907d} <Debug> executeQuery: Read 1318 rows, 112.08 KiB in 0.002391 sec., 551233.7933918863 rows/sec., 45.78 MiB/sec. | ||
| 10353 | 2025.03.04 03:26:36.982131 [ 255 ] {c9ef4840-2b97-44d4-bfe4-5e059b78907d} <Debug> TCPHandler: Processed in 0.002614962 sec. | ||
| 10354 | 2025.03.04 03:26:36.982282 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10355 | 2025.03.04 03:26:36.982564 [ 255 ] {ddcc7921-7d57-4708-859b-c04639c44b72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10356 | 2025.03.04 03:26:36.982690 [ 255 ] {ddcc7921-7d57-4708-859b-c04639c44b72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10357 | 2025.03.04 03:26:36.983246 [ 255 ] {ddcc7921-7d57-4708-859b-c04639c44b72} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10358 | 2025.03.04 03:26:36.983285 [ 255 ] {ddcc7921-7d57-4708-859b-c04639c44b72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10359 | 2025.03.04 03:26:36.983639 [ 255 ] {ddcc7921-7d57-4708-859b-c04639c44b72} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 10360 | 2025.03.04 03:26:36.983872 [ 255 ] {ddcc7921-7d57-4708-859b-c04639c44b72} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10361 | 2025.03.04 03:26:36.984070 [ 255 ] {ddcc7921-7d57-4708-859b-c04639c44b72} <Debug> executeQuery: Read 16 rows, 1.24 KiB in 0.001604 sec., 9975.062344139651 rows/sec., 773.21 KiB/sec. | ||
| 10362 | 2025.03.04 03:26:36.984170 [ 255 ] {ddcc7921-7d57-4708-859b-c04639c44b72} <Debug> TCPHandler: Processed in 0.001972114 sec. | ||
| 10363 | 2025.03.04 03:26:36.984378 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10364 | 2025.03.04 03:26:36.984520 [ 255 ] {5bf7314f-e777-4747-866d-64514b069965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10365 | 2025.03.04 03:26:36.984568 [ 255 ] {5bf7314f-e777-4747-866d-64514b069965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10366 | 2025.03.04 03:26:36.985200 [ 255 ] {5bf7314f-e777-4747-866d-64514b069965} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10367 | 2025.03.04 03:26:36.985238 [ 255 ] {5bf7314f-e777-4747-866d-64514b069965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10368 | 2025.03.04 03:26:36.985603 [ 255 ] {5bf7314f-e777-4747-866d-64514b069965} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 10369 | 2025.03.04 03:26:36.985846 [ 255 ] {5bf7314f-e777-4747-866d-64514b069965} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10370 | 2025.03.04 03:26:36.986066 [ 255 ] {5bf7314f-e777-4747-866d-64514b069965} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001569 sec., 160611.85468451242 rows/sec., 11.11 MiB/sec. | ||
| 10371 | 2025.03.04 03:26:36.986286 [ 255 ] {5bf7314f-e777-4747-866d-64514b069965} <Debug> TCPHandler: Processed in 0.001982944 sec. | ||
| 10372 | 2025.03.04 03:26:36.986475 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10373 | 2025.03.04 03:26:36.986582 [ 255 ] {9a54042d-087b-42e8-b327-c2a1eee287dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10374 | 2025.03.04 03:26:36.986626 [ 255 ] {9a54042d-087b-42e8-b327-c2a1eee287dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10375 | 2025.03.04 03:26:36.987171 [ 255 ] {9a54042d-087b-42e8-b327-c2a1eee287dc} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10376 | 2025.03.04 03:26:36.987209 [ 255 ] {9a54042d-087b-42e8-b327-c2a1eee287dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10377 | 2025.03.04 03:26:36.987557 [ 255 ] {9a54042d-087b-42e8-b327-c2a1eee287dc} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 10378 | 2025.03.04 03:26:36.987793 [ 255 ] {9a54042d-087b-42e8-b327-c2a1eee287dc} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10379 | 2025.03.04 03:26:36.987989 [ 255 ] {9a54042d-087b-42e8-b327-c2a1eee287dc} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001426 sec., 8415.14726507714 rows/sec., 657.43 KiB/sec. | ||
| 10380 | 2025.03.04 03:26:36.988171 [ 255 ] {9a54042d-087b-42e8-b327-c2a1eee287dc} <Debug> TCPHandler: Processed in 0.001745511 sec. | ||
| 10381 | 2025.03.04 03:26:36.988338 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10382 | 2025.03.04 03:26:36.988444 [ 255 ] {0b12ad39-4ffe-4d9a-b6cf-9f3dbfc5fceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10383 | 2025.03.04 03:26:36.988490 [ 255 ] {0b12ad39-4ffe-4d9a-b6cf-9f3dbfc5fceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10384 | 2025.03.04 03:26:36.989263 [ 255 ] {0b12ad39-4ffe-4d9a-b6cf-9f3dbfc5fceb} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10385 | 2025.03.04 03:26:36.989305 [ 255 ] {0b12ad39-4ffe-4d9a-b6cf-9f3dbfc5fceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10386 | 2025.03.04 03:26:36.989676 [ 255 ] {0b12ad39-4ffe-4d9a-b6cf-9f3dbfc5fceb} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 10387 | 2025.03.04 03:26:36.989926 [ 255 ] {0b12ad39-4ffe-4d9a-b6cf-9f3dbfc5fceb} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10388 | 2025.03.04 03:26:36.990115 [ 255 ] {0b12ad39-4ffe-4d9a-b6cf-9f3dbfc5fceb} <Debug> executeQuery: Read 560 rows, 42.99 KiB in 0.001688 sec., 331753.55450236966 rows/sec., 24.87 MiB/sec. | ||
| 10389 | 2025.03.04 03:26:36.990183 [ 255 ] {0b12ad39-4ffe-4d9a-b6cf-9f3dbfc5fceb} <Debug> TCPHandler: Processed in 0.001900643 sec. | ||
| 10390 | 2025.03.04 03:26:36.990346 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10391 | 2025.03.04 03:26:36.990648 [ 255 ] {64f63cae-8545-4731-83a6-28ccf43ae6c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10392 | 2025.03.04 03:26:36.990787 [ 255 ] {64f63cae-8545-4731-83a6-28ccf43ae6c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10393 | 2025.03.04 03:26:36.991627 [ 255 ] {64f63cae-8545-4731-83a6-28ccf43ae6c9} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10394 | 2025.03.04 03:26:36.991665 [ 255 ] {64f63cae-8545-4731-83a6-28ccf43ae6c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10395 | 2025.03.04 03:26:36.992114 [ 255 ] {64f63cae-8545-4731-83a6-28ccf43ae6c9} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 10396 | 2025.03.04 03:26:36.992356 [ 255 ] {64f63cae-8545-4731-83a6-28ccf43ae6c9} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10397 | 2025.03.04 03:26:36.992544 [ 255 ] {64f63cae-8545-4731-83a6-28ccf43ae6c9} <Debug> executeQuery: Read 944 rows, 66.04 KiB in 0.002011 sec., 469418.1999005469 rows/sec., 32.07 MiB/sec. | ||
| 10398 | 2025.03.04 03:26:36.992597 [ 255 ] {64f63cae-8545-4731-83a6-28ccf43ae6c9} <Debug> TCPHandler: Processed in 0.002323178 sec. | ||
| 10399 | 2025.03.04 03:26:36.992717 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10400 | 2025.03.04 03:26:36.992822 [ 255 ] {7967bcd8-3d0e-4661-b7eb-eeaab82dbc8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10401 | 2025.03.04 03:26:36.992869 [ 255 ] {7967bcd8-3d0e-4661-b7eb-eeaab82dbc8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10402 | 2025.03.04 03:26:36.993317 [ 255 ] {7967bcd8-3d0e-4661-b7eb-eeaab82dbc8e} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10403 | 2025.03.04 03:26:36.993354 [ 255 ] {7967bcd8-3d0e-4661-b7eb-eeaab82dbc8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10404 | 2025.03.04 03:26:36.993716 [ 255 ] {7967bcd8-3d0e-4661-b7eb-eeaab82dbc8e} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 10405 | 2025.03.04 03:26:36.993946 [ 255 ] {7967bcd8-3d0e-4661-b7eb-eeaab82dbc8e} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10406 | 2025.03.04 03:26:36.994151 [ 255 ] {7967bcd8-3d0e-4661-b7eb-eeaab82dbc8e} <Debug> executeQuery: Read 56 rows, 3.86 KiB in 0.001349 sec., 41512.231282431436 rows/sec., 2.79 MiB/sec. | ||
| 10407 | 2025.03.04 03:26:36.994207 [ 255 ] {7967bcd8-3d0e-4661-b7eb-eeaab82dbc8e} <Debug> TCPHandler: Processed in 0.001540539 sec. | ||
| 10408 | 2025.03.04 03:26:37.175636 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10409 | 2025.03.04 03:26:37.175825 [ 255 ] {2f0564fc-a81a-4aa2-a48e-3b191e553ee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10410 | 2025.03.04 03:26:37.175895 [ 255 ] {2f0564fc-a81a-4aa2-a48e-3b191e553ee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10411 | 2025.03.04 03:26:37.176674 [ 255 ] {2f0564fc-a81a-4aa2-a48e-3b191e553ee8} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10412 | 2025.03.04 03:26:37.176720 [ 255 ] {2f0564fc-a81a-4aa2-a48e-3b191e553ee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10413 | 2025.03.04 03:26:37.177191 [ 255 ] {2f0564fc-a81a-4aa2-a48e-3b191e553ee8} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 10414 | 2025.03.04 03:26:37.177451 [ 255 ] {2f0564fc-a81a-4aa2-a48e-3b191e553ee8} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10415 | 2025.03.04 03:26:37.177617 [ 64 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 10416 | 2025.03.04 03:26:37.177653 [ 64 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10417 | 2025.03.04 03:26:37.177666 [ 255 ] {2f0564fc-a81a-4aa2-a48e-3b191e553ee8} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001889 sec., 13763.896241397564 rows/sec., 1.07 MiB/sec. | ||
| 10418 | 2025.03.04 03:26:37.177677 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10419 | 2025.03.04 03:26:37.177762 [ 255 ] {2f0564fc-a81a-4aa2-a48e-3b191e553ee8} <Debug> TCPHandler: Processed in 0.002245378 sec. | ||
| 10420 | 2025.03.04 03:26:37.177814 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 10421 | 2025.03.04 03:26:37.177908 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10422 | 2025.03.04 03:26:37.177918 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10423 | 2025.03.04 03:26:37.177962 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1968 rows starting from the beginning of the part | ||
| 10424 | 2025.03.04 03:26:37.178061 [ 255 ] {30b136e7-771b-4d2d-a76e-c1ad6d5a1ce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10425 | 2025.03.04 03:26:37.178065 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 140 rows starting from the beginning of the part | ||
| 10426 | 2025.03.04 03:26:37.178156 [ 255 ] {30b136e7-771b-4d2d-a76e-c1ad6d5a1ce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10427 | 2025.03.04 03:26:37.178278 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 56 rows starting from the beginning of the part | ||
| 10428 | 2025.03.04 03:26:37.178693 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 136 rows starting from the beginning of the part | ||
| 10429 | 2025.03.04 03:26:37.178868 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 1318 rows starting from the beginning of the part | ||
| 10430 | 2025.03.04 03:26:37.179084 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 26 rows starting from the beginning of the part | ||
| 10431 | 2025.03.04 03:26:37.180365 [ 255 ] {30b136e7-771b-4d2d-a76e-c1ad6d5a1ce0} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10432 | 2025.03.04 03:26:37.180417 [ 255 ] {30b136e7-771b-4d2d-a76e-c1ad6d5a1ce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10433 | 2025.03.04 03:26:37.181004 [ 255 ] {30b136e7-771b-4d2d-a76e-c1ad6d5a1ce0} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 10434 | 2025.03.04 03:26:37.181314 [ 255 ] {30b136e7-771b-4d2d-a76e-c1ad6d5a1ce0} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10435 | 2025.03.04 03:26:37.181538 [ 60 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 10436 | 2025.03.04 03:26:37.181604 [ 60 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10437 | 2025.03.04 03:26:37.181651 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10438 | 2025.03.04 03:26:37.181703 [ 255 ] {30b136e7-771b-4d2d-a76e-c1ad6d5a1ce0} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.003671 sec., 7627.349496050123 rows/sec., 609.19 KiB/sec. | ||
| 10439 | 2025.03.04 03:26:37.181876 [ 201 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3644 rows, containing 5 columns (5 merged, 0 gathered) in 0.00410479 sec., 887743.3437520555 rows/sec., 76.69 MiB/sec. | ||
| 10440 | 2025.03.04 03:26:37.181949 [ 255 ] {30b136e7-771b-4d2d-a76e-c1ad6d5a1ce0} <Debug> TCPHandler: Processed in 0.0040997 sec. | ||
| 10441 | 2025.03.04 03:26:37.181923 [ 192 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 10442 | 2025.03.04 03:26:37.182114 [ 192 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10443 | 2025.03.04 03:26:37.182151 [ 192 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 952 rows starting from the beginning of the part | ||
| 10444 | 2025.03.04 03:26:37.182226 [ 192 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 112 rows starting from the beginning of the part | ||
| 10445 | 2025.03.04 03:26:37.182325 [ 192 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 64 rows starting from the beginning of the part | ||
| 10446 | 2025.03.04 03:26:37.182840 [ 192 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 104 rows starting from the beginning of the part | ||
| 10447 | 2025.03.04 03:26:37.183251 [ 192 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 560 rows starting from the beginning of the part | ||
| 10448 | 2025.03.04 03:26:37.183251 [ 201 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 10449 | 2025.03.04 03:26:37.183535 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10450 | 2025.03.04 03:26:37.183662 [ 192 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 28 rows starting from the beginning of the part | ||
| 10451 | 2025.03.04 03:26:37.184071 [ 255 ] {16ae98a5-cf2e-46a1-8065-d67e0dac631b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10452 | 2025.03.04 03:26:37.184303 [ 255 ] {16ae98a5-cf2e-46a1-8065-d67e0dac631b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10453 | 2025.03.04 03:26:37.184881 [ 201 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_101_20} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10454 | 2025.03.04 03:26:37.185318 [ 201 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_101_20} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 10455 | 2025.03.04 03:26:37.185571 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 10456 | 2025.03.04 03:26:37.186100 [ 255 ] {16ae98a5-cf2e-46a1-8065-d67e0dac631b} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10457 | 2025.03.04 03:26:37.186157 [ 255 ] {16ae98a5-cf2e-46a1-8065-d67e0dac631b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10458 | 2025.03.04 03:26:37.186622 [ 255 ] {16ae98a5-cf2e-46a1-8065-d67e0dac631b} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 10459 | 2025.03.04 03:26:37.186861 [ 190 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1820 rows, containing 5 columns (5 merged, 0 gathered) in 0.005091582 sec., 357452.7524058338 rows/sec., 28.03 MiB/sec. | ||
| 10460 | 2025.03.04 03:26:37.187012 [ 255 ] {16ae98a5-cf2e-46a1-8065-d67e0dac631b} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10461 | 2025.03.04 03:26:37.187212 [ 190 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 10462 | 2025.03.04 03:26:37.187264 [ 60 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 5 parts from all_1_96_19 to all_100_100_0 | ||
| 10463 | 2025.03.04 03:26:37.187357 [ 60 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10464 | 2025.03.04 03:26:37.187434 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10465 | 2025.03.04 03:26:37.187486 [ 255 ] {16ae98a5-cf2e-46a1-8065-d67e0dac631b} <Debug> executeQuery: Read 10 rows, 727.00 B in 0.003612 sec., 2768.549280177187 rows/sec., 196.56 KiB/sec. | ||
| 10466 | 2025.03.04 03:26:37.187896 [ 187 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_100_20} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_96_19 to all_100_100_0 into Compact with storage Full | ||
| 10467 | 2025.03.04 03:26:37.188107 [ 255 ] {16ae98a5-cf2e-46a1-8065-d67e0dac631b} <Debug> TCPHandler: Processed in 0.00489208 sec. | ||
| 10468 | 2025.03.04 03:26:37.188443 [ 190 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_101_20} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10469 | 2025.03.04 03:26:37.188650 [ 187 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_100_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10470 | 2025.03.04 03:26:37.188777 [ 187 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 28088 rows starting from the beginning of the part | ||
| 10471 | 2025.03.04 03:26:37.189011 [ 190 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_101_20} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 10472 | 2025.03.04 03:26:37.189505 [ 187 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 164 rows starting from the beginning of the part | ||
| 10473 | 2025.03.04 03:26:37.189532 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 10474 | 2025.03.04 03:26:37.189526 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10475 | 2025.03.04 03:26:37.190117 [ 187 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 160 rows starting from the beginning of the part | ||
| 10476 | 2025.03.04 03:26:37.190163 [ 255 ] {8cc137b9-ecc1-492b-8271-a4777a72b76b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10477 | 2025.03.04 03:26:37.190487 [ 255 ] {8cc137b9-ecc1-492b-8271-a4777a72b76b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10478 | 2025.03.04 03:26:37.190647 [ 187 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part | ||
| 10479 | 2025.03.04 03:26:37.191238 [ 187 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 944 rows starting from the beginning of the part | ||
| 10480 | 2025.03.04 03:26:37.192703 [ 255 ] {8cc137b9-ecc1-492b-8271-a4777a72b76b} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10481 | 2025.03.04 03:26:37.192768 [ 255 ] {8cc137b9-ecc1-492b-8271-a4777a72b76b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10482 | 2025.03.04 03:26:37.193293 [ 255 ] {8cc137b9-ecc1-492b-8271-a4777a72b76b} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 10483 | 2025.03.04 03:26:37.193643 [ 255 ] {8cc137b9-ecc1-492b-8271-a4777a72b76b} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10484 | 2025.03.04 03:26:37.193980 [ 60 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 10485 | 2025.03.04 03:26:37.194075 [ 60 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10486 | 2025.03.04 03:26:37.194157 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10487 | 2025.03.04 03:26:37.194382 [ 255 ] {8cc137b9-ecc1-492b-8271-a4777a72b76b} <Debug> executeQuery: Read 4 rows, 288.00 B in 0.004365 sec., 916.3802978235968 rows/sec., 64.43 KiB/sec. | ||
| 10488 | 2025.03.04 03:26:37.194613 [ 190 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 10489 | 2025.03.04 03:26:37.194833 [ 255 ] {8cc137b9-ecc1-492b-8271-a4777a72b76b} <Debug> TCPHandler: Processed in 0.005777451 sec. | ||
| 10490 | 2025.03.04 03:26:37.195141 [ 190 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10491 | 2025.03.04 03:26:37.195208 [ 190 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5566 rows starting from the beginning of the part | ||
| 10492 | 2025.03.04 03:26:37.195355 [ 190 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part | ||
| 10493 | 2025.03.04 03:26:37.195568 [ 190 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 60 rows starting from the beginning of the part | ||
| 10494 | 2025.03.04 03:26:37.195697 [ 190 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part | ||
| 10495 | 2025.03.04 03:26:37.195851 [ 190 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 56 rows starting from the beginning of the part | ||
| 10496 | 2025.03.04 03:26:37.196129 [ 190 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 4 rows starting from the beginning of the part | ||
| 10497 | 2025.03.04 03:26:37.199729 [ 190 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5806 rows, containing 4 columns (4 merged, 0 gathered) in 0.005434587 sec., 1068342.4517815246 rows/sec., 71.78 MiB/sec. | ||
| 10498 | 2025.03.04 03:26:37.200313 [ 197 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 10499 | 2025.03.04 03:26:37.200767 [ 197 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_101_20} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10500 | 2025.03.04 03:26:37.200905 [ 197 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_101_20} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 10501 | 2025.03.04 03:26:37.201017 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. | ||
| 10502 | 2025.03.04 03:26:37.201634 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_100_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29516 rows, containing 5 columns (5 merged, 0 gathered) in 0.014078272 sec., 2096564.1237788275 rows/sec., 143.82 MiB/sec. | ||
| 10503 | 2025.03.04 03:26:37.202086 [ 197 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_100_20} <Trace> MergedBlockOutputStream: filled checksums all_1_100_20 (state Temporary) | ||
| 10504 | 2025.03.04 03:26:37.202375 [ 197 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_100_20} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_100_20 to all_1_100_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10505 | 2025.03.04 03:26:37.202453 [ 197 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_100_20} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 5 parts: [all_1_96_19, all_100_100_0] -> all_1_100_20 | ||
| 10506 | 2025.03.04 03:26:37.202542 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 10507 | 2025.03.04 03:26:38.000173 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 247.19 MiB, peak 260.65 MiB, free memory in arenas 0.00 B, will set to 248.66 MiB (RSS), difference: 1.47 MiB | ||
| 10508 | 2025.03.04 03:26:38.639766 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31598 | ||
| 10509 | 2025.03.04 03:26:38.640391 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10510 | 2025.03.04 03:26:38.640435 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10511 | 2025.03.04 03:26:38.640961 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10512 | 2025.03.04 03:26:38.641214 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10513 | 2025.03.04 03:26:38.641482 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31598 | ||
| 10514 | 2025.03.04 03:26:40.906431 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520 | ||
| 10515 | 2025.03.04 03:26:40.927073 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10516 | 2025.03.04 03:26:40.927131 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10517 | 2025.03.04 03:26:40.934452 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10518 | 2025.03.04 03:26:40.935218 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10519 | 2025.03.04 03:26:40.937998 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
| 10520 | 2025.03.04 03:26:41.295517 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1402 | ||
| 10521 | 2025.03.04 03:26:41.298962 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10522 | 2025.03.04 03:26:41.299025 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10523 | 2025.03.04 03:26:41.300565 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10524 | 2025.03.04 03:26:41.300905 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10525 | 2025.03.04 03:26:41.301653 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1402 | ||
| 10526 | 2025.03.04 03:26:42.184493 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10527 | 2025.03.04 03:26:42.184681 [ 255 ] {baf6c0c5-f7f2-4506-b369-99e968274d58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10528 | 2025.03.04 03:26:42.184752 [ 255 ] {baf6c0c5-f7f2-4506-b369-99e968274d58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10529 | 2025.03.04 03:26:42.185627 [ 255 ] {baf6c0c5-f7f2-4506-b369-99e968274d58} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10530 | 2025.03.04 03:26:42.185680 [ 255 ] {baf6c0c5-f7f2-4506-b369-99e968274d58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10531 | 2025.03.04 03:26:42.186136 [ 255 ] {baf6c0c5-f7f2-4506-b369-99e968274d58} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 10532 | 2025.03.04 03:26:42.186405 [ 255 ] {baf6c0c5-f7f2-4506-b369-99e968274d58} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10533 | 2025.03.04 03:26:42.186638 [ 255 ] {baf6c0c5-f7f2-4506-b369-99e968274d58} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.002008 sec., 67729.08366533865 rows/sec., 5.83 MiB/sec. | ||
| 10534 | 2025.03.04 03:26:42.186707 [ 255 ] {baf6c0c5-f7f2-4506-b369-99e968274d58} <Debug> TCPHandler: Processed in 0.002342339 sec. | ||
| 10535 | 2025.03.04 03:26:42.186833 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10536 | 2025.03.04 03:26:42.186948 [ 255 ] {04899310-9698-4d55-921f-3f9c0cdf4210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10537 | 2025.03.04 03:26:42.186999 [ 255 ] {04899310-9698-4d55-921f-3f9c0cdf4210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10538 | 2025.03.04 03:26:42.187552 [ 255 ] {04899310-9698-4d55-921f-3f9c0cdf4210} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10539 | 2025.03.04 03:26:42.187594 [ 255 ] {04899310-9698-4d55-921f-3f9c0cdf4210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10540 | 2025.03.04 03:26:42.187949 [ 255 ] {04899310-9698-4d55-921f-3f9c0cdf4210} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10541 | 2025.03.04 03:26:42.188191 [ 255 ] {04899310-9698-4d55-921f-3f9c0cdf4210} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10542 | 2025.03.04 03:26:42.188395 [ 255 ] {04899310-9698-4d55-921f-3f9c0cdf4210} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001474 sec., 27137.042062415196 rows/sec., 1.99 MiB/sec. | ||
| 10543 | 2025.03.04 03:26:42.188450 [ 255 ] {04899310-9698-4d55-921f-3f9c0cdf4210} <Debug> TCPHandler: Processed in 0.001668371 sec. | ||
| 10544 | 2025.03.04 03:26:42.188553 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10545 | 2025.03.04 03:26:42.188657 [ 255 ] {186672fb-2254-47cf-a410-226ed9fb9d50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10546 | 2025.03.04 03:26:42.188702 [ 255 ] {186672fb-2254-47cf-a410-226ed9fb9d50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10547 | 2025.03.04 03:26:42.189253 [ 255 ] {186672fb-2254-47cf-a410-226ed9fb9d50} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10548 | 2025.03.04 03:26:42.189293 [ 255 ] {186672fb-2254-47cf-a410-226ed9fb9d50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10549 | 2025.03.04 03:26:42.189670 [ 255 ] {186672fb-2254-47cf-a410-226ed9fb9d50} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 10550 | 2025.03.04 03:26:42.189909 [ 255 ] {186672fb-2254-47cf-a410-226ed9fb9d50} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10551 | 2025.03.04 03:26:42.190130 [ 255 ] {186672fb-2254-47cf-a410-226ed9fb9d50} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001496 sec., 69518.71657754011 rows/sec., 5.43 MiB/sec. | ||
| 10552 | 2025.03.04 03:26:42.190183 [ 255 ] {186672fb-2254-47cf-a410-226ed9fb9d50} <Debug> TCPHandler: Processed in 0.001679151 sec. | ||
| 10553 | 2025.03.04 03:26:42.190296 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10554 | 2025.03.04 03:26:42.190412 [ 255 ] {83221316-04df-4ae7-bba8-48a2119bdd31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10555 | 2025.03.04 03:26:42.190460 [ 255 ] {83221316-04df-4ae7-bba8-48a2119bdd31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10556 | 2025.03.04 03:26:42.190980 [ 255 ] {83221316-04df-4ae7-bba8-48a2119bdd31} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10557 | 2025.03.04 03:26:42.191019 [ 255 ] {83221316-04df-4ae7-bba8-48a2119bdd31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10558 | 2025.03.04 03:26:42.191410 [ 255 ] {83221316-04df-4ae7-bba8-48a2119bdd31} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 10559 | 2025.03.04 03:26:42.191644 [ 255 ] {83221316-04df-4ae7-bba8-48a2119bdd31} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10560 | 2025.03.04 03:26:42.191865 [ 255 ] {83221316-04df-4ae7-bba8-48a2119bdd31} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001475 sec., 108474.57627118644 rows/sec., 7.56 MiB/sec. | ||
| 10561 | 2025.03.04 03:26:42.191918 [ 255 ] {83221316-04df-4ae7-bba8-48a2119bdd31} <Debug> TCPHandler: Processed in 0.00167214 sec. | ||
| 10562 | 2025.03.04 03:26:42.192022 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10563 | 2025.03.04 03:26:42.192125 [ 255 ] {f47d6e07-3406-4f06-a083-0244993b464a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10564 | 2025.03.04 03:26:42.192188 [ 255 ] {f47d6e07-3406-4f06-a083-0244993b464a} <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 | ||
| 10565 | 2025.03.04 03:26:42.193350 [ 255 ] {f47d6e07-3406-4f06-a083-0244993b464a} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10566 | 2025.03.04 03:26:42.193389 [ 255 ] {f47d6e07-3406-4f06-a083-0244993b464a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10567 | 2025.03.04 03:26:42.194036 [ 255 ] {f47d6e07-3406-4f06-a083-0244993b464a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10568 | 2025.03.04 03:26:42.194287 [ 255 ] {f47d6e07-3406-4f06-a083-0244993b464a} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10569 | 2025.03.04 03:26:42.194570 [ 255 ] {f47d6e07-3406-4f06-a083-0244993b464a} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002465 sec., 16227.180527383365 rows/sec., 29.08 MiB/sec. | ||
| 10570 | 2025.03.04 03:26:42.194883 [ 255 ] {f47d6e07-3406-4f06-a083-0244993b464a} <Debug> TCPHandler: Processed in 0.002910015 sec. | ||
| 10571 | 2025.03.04 03:26:42.195027 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10572 | 2025.03.04 03:26:42.195130 [ 255 ] {4a811442-5886-487d-8825-4baffda990ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10573 | 2025.03.04 03:26:42.195175 [ 255 ] {4a811442-5886-487d-8825-4baffda990ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10574 | 2025.03.04 03:26:42.195623 [ 255 ] {4a811442-5886-487d-8825-4baffda990ea} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10575 | 2025.03.04 03:26:42.195664 [ 255 ] {4a811442-5886-487d-8825-4baffda990ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10576 | 2025.03.04 03:26:42.196011 [ 255 ] {4a811442-5886-487d-8825-4baffda990ea} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 10577 | 2025.03.04 03:26:42.196261 [ 255 ] {4a811442-5886-487d-8825-4baffda990ea} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10578 | 2025.03.04 03:26:42.196490 [ 255 ] {4a811442-5886-487d-8825-4baffda990ea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001382 sec., 43415.34008683068 rows/sec., 2.93 MiB/sec. | ||
| 10579 | 2025.03.04 03:26:42.196542 [ 255 ] {4a811442-5886-487d-8825-4baffda990ea} <Debug> TCPHandler: Processed in 0.001563799 sec. | ||
| 10580 | 2025.03.04 03:26:45.919094 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10581 | 2025.03.04 03:26:45.919218 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10582 | 2025.03.04 03:26:46.141632 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32086 | ||
| 10583 | 2025.03.04 03:26:46.142332 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10584 | 2025.03.04 03:26:46.142374 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10585 | 2025.03.04 03:26:46.142883 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10586 | 2025.03.04 03:26:46.143137 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10587 | 2025.03.04 03:26:46.143408 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
| 10588 | 2025.03.04 03:26:46.619303 [ 223 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10589 | 2025.03.04 03:26:46.619359 [ 223 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10590 | 2025.03.04 03:26:46.626126 [ 223 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10591 | 2025.03.04 03:26:46.898613 [ 222 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10592 | 2025.03.04 03:26:46.898696 [ 222 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10593 | 2025.03.04 03:26:46.901075 [ 222 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10594 | 2025.03.04 03:26:47.183696 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10595 | 2025.03.04 03:26:47.183878 [ 255 ] {fae4297e-70e1-4d7c-bea2-2f222d0b034b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10596 | 2025.03.04 03:26:47.183944 [ 255 ] {fae4297e-70e1-4d7c-bea2-2f222d0b034b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10597 | 2025.03.04 03:26:47.184725 [ 255 ] {fae4297e-70e1-4d7c-bea2-2f222d0b034b} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10598 | 2025.03.04 03:26:47.184765 [ 255 ] {fae4297e-70e1-4d7c-bea2-2f222d0b034b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10599 | 2025.03.04 03:26:47.185197 [ 255 ] {fae4297e-70e1-4d7c-bea2-2f222d0b034b} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 10600 | 2025.03.04 03:26:47.185456 [ 255 ] {fae4297e-70e1-4d7c-bea2-2f222d0b034b} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10601 | 2025.03.04 03:26:47.185648 [ 255 ] {fae4297e-70e1-4d7c-bea2-2f222d0b034b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001823 sec., 30718.595721338454 rows/sec., 2.35 MiB/sec. | ||
| 10602 | 2025.03.04 03:26:47.185702 [ 255 ] {fae4297e-70e1-4d7c-bea2-2f222d0b034b} <Debug> TCPHandler: Processed in 0.002125146 sec. | ||
| 10603 | 2025.03.04 03:26:47.185831 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10604 | 2025.03.04 03:26:47.185937 [ 255 ] {94c57dd3-f7b5-491a-8f61-65fa23f7834e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10605 | 2025.03.04 03:26:47.185982 [ 255 ] {94c57dd3-f7b5-491a-8f61-65fa23f7834e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10606 | 2025.03.04 03:26:47.186516 [ 255 ] {94c57dd3-f7b5-491a-8f61-65fa23f7834e} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10607 | 2025.03.04 03:26:47.186550 [ 255 ] {94c57dd3-f7b5-491a-8f61-65fa23f7834e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10608 | 2025.03.04 03:26:47.186870 [ 255 ] {94c57dd3-f7b5-491a-8f61-65fa23f7834e} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 10609 | 2025.03.04 03:26:47.187088 [ 255 ] {94c57dd3-f7b5-491a-8f61-65fa23f7834e} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10610 | 2025.03.04 03:26:47.187254 [ 255 ] {94c57dd3-f7b5-491a-8f61-65fa23f7834e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0014 sec., 45714.28571428572 rows/sec., 3.57 MiB/sec. | ||
| 10611 | 2025.03.04 03:26:47.187374 [ 255 ] {94c57dd3-f7b5-491a-8f61-65fa23f7834e} <Debug> TCPHandler: Processed in 0.001591259 sec. | ||
| 10612 | 2025.03.04 03:26:47.187489 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10613 | 2025.03.04 03:26:47.187593 [ 255 ] {16c203f6-1cbc-48e0-b7e8-73495ab86570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10614 | 2025.03.04 03:26:47.187643 [ 255 ] {16c203f6-1cbc-48e0-b7e8-73495ab86570} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10615 | 2025.03.04 03:26:47.188160 [ 255 ] {16c203f6-1cbc-48e0-b7e8-73495ab86570} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10616 | 2025.03.04 03:26:47.188196 [ 255 ] {16c203f6-1cbc-48e0-b7e8-73495ab86570} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10617 | 2025.03.04 03:26:47.188573 [ 255 ] {16c203f6-1cbc-48e0-b7e8-73495ab86570} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 10618 | 2025.03.04 03:26:47.188817 [ 255 ] {16c203f6-1cbc-48e0-b7e8-73495ab86570} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10619 | 2025.03.04 03:26:47.189011 [ 255 ] {16c203f6-1cbc-48e0-b7e8-73495ab86570} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00143 sec., 111888.11188811189 rows/sec., 7.79 MiB/sec. | ||
| 10620 | 2025.03.04 03:26:47.189077 [ 255 ] {16c203f6-1cbc-48e0-b7e8-73495ab86570} <Debug> TCPHandler: Processed in 0.00163477 sec. | ||
| 10621 | 2025.03.04 03:26:47.189217 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10622 | 2025.03.04 03:26:47.189512 [ 255 ] {c5da1da8-61f9-4dff-8302-dbc42d97e64d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10623 | 2025.03.04 03:26:47.189658 [ 255 ] {c5da1da8-61f9-4dff-8302-dbc42d97e64d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10624 | 2025.03.04 03:26:47.191024 [ 255 ] {c5da1da8-61f9-4dff-8302-dbc42d97e64d} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10625 | 2025.03.04 03:26:47.191062 [ 255 ] {c5da1da8-61f9-4dff-8302-dbc42d97e64d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 10626 | 2025.03.04 03:26:47.191428 [ 255 ] {c5da1da8-61f9-4dff-8302-dbc42d97e64d} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 10627 | 2025.03.04 03:26:47.191658 [ 255 ] {c5da1da8-61f9-4dff-8302-dbc42d97e64d} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10628 | 2025.03.04 03:26:47.191829 [ 255 ] {c5da1da8-61f9-4dff-8302-dbc42d97e64d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002448 sec., 24509.803921568626 rows/sec., 1.65 MiB/sec. | ||
| 10629 | 2025.03.04 03:26:47.191877 [ 255 ] {c5da1da8-61f9-4dff-8302-dbc42d97e64d} <Debug> TCPHandler: Processed in 0.002708993 sec. | ||
| 10630 | 2025.03.04 03:26:48.203798 [ 51 ] {} <Debug> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 10631 | 2025.03.04 03:26:48.203877 [ 51 ] {} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10632 | 2025.03.04 03:26:48.203899 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10633 | 2025.03.04 03:26:48.204120 [ 198 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
| 10634 | 2025.03.04 03:26:48.204350 [ 198 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10635 | 2025.03.04 03:26:48.204408 [ 198 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 236 rows starting from the beginning of the part | ||
| 10636 | 2025.03.04 03:26:48.204551 [ 198 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part | ||
| 10637 | 2025.03.04 03:26:48.204727 [ 198 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part | ||
| 10638 | 2025.03.04 03:26:48.205062 [ 198 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 212 rows starting from the beginning of the part | ||
| 10639 | 2025.03.04 03:26:48.205215 [ 198 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part | ||
| 10640 | 2025.03.04 03:26:48.206283 [ 191 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 5 columns (5 merged, 0 gathered) in 0.002307379 sec., 225363.93024292932 rows/sec., 16.00 MiB/sec. | ||
| 10641 | 2025.03.04 03:26:48.206507 [ 196 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 10642 | 2025.03.04 03:26:48.206870 [ 196 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_17_4} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10643 | 2025.03.04 03:26:48.206967 [ 196 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_17_4} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 10644 | 2025.03.04 03:26:48.207072 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 10645 | 2025.03.04 03:26:48.438095 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528 | ||
| 10646 | 2025.03.04 03:26:48.458917 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10647 | 2025.03.04 03:26:48.458974 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10648 | 2025.03.04 03:26:48.466002 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10649 | 2025.03.04 03:26:48.466767 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10650 | 2025.03.04 03:26:48.469461 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528 | ||
| 10651 | 2025.03.04 03:26:49.174860 [ 51 ] {} <Debug> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 10652 | 2025.03.04 03:26:49.174946 [ 51 ] {} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10653 | 2025.03.04 03:26:49.174985 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10654 | 2025.03.04 03:26:49.175221 [ 198 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
| 10655 | 2025.03.04 03:26:49.175533 [ 198 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10656 | 2025.03.04 03:26:49.175597 [ 198 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 124 rows starting from the beginning of the part | ||
| 10657 | 2025.03.04 03:26:49.175739 [ 198 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part | ||
| 10658 | 2025.03.04 03:26:49.176006 [ 198 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part | ||
| 10659 | 2025.03.04 03:26:49.176273 [ 198 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 112 rows starting from the beginning of the part | ||
| 10660 | 2025.03.04 03:26:49.176368 [ 198 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part | ||
| 10661 | 2025.03.04 03:26:49.177441 [ 196 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.002353389 sec., 115578.00261665198 rows/sec., 7.42 MiB/sec. | ||
| 10662 | 2025.03.04 03:26:49.177646 [ 199 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 10663 | 2025.03.04 03:26:49.177968 [ 199 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_17_4} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10664 | 2025.03.04 03:26:49.178056 [ 199 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_17_4} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 10665 | 2025.03.04 03:26:49.178154 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10666 | 2025.03.04 03:26:51.301923 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1422 | ||
| 10667 | 2025.03.04 03:26:51.304829 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10668 | 2025.03.04 03:26:51.304887 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10669 | 2025.03.04 03:26:51.306442 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10670 | 2025.03.04 03:26:51.306777 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10671 | 2025.03.04 03:26:51.307022 [ 49 ] {} <Debug> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10672 | 2025.03.04 03:26:51.307135 [ 49 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10673 | 2025.03.04 03:26:51.307198 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10674 | 2025.03.04 03:26:51.307843 [ 189 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 10675 | 2025.03.04 03:26:51.309323 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1422 | ||
| 10676 | 2025.03.04 03:26:51.309744 [ 189 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10677 | 2025.03.04 03:26:51.309936 [ 189 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1290 rows starting from the beginning of the part | ||
| 10678 | 2025.03.04 03:26:51.310653 [ 189 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 32 rows starting from the beginning of the part | ||
| 10679 | 2025.03.04 03:26:51.311265 [ 189 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 20 rows starting from the beginning of the part | ||
| 10680 | 2025.03.04 03:26:51.311874 [ 189 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 22 rows starting from the beginning of the part | ||
| 10681 | 2025.03.04 03:26:51.312560 [ 189 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 38 rows starting from the beginning of the part | ||
| 10682 | 2025.03.04 03:26:51.313217 [ 189 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 20 rows starting from the beginning of the part | ||
| 10683 | 2025.03.04 03:26:51.321628 [ 199 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1422 rows, containing 72 columns (72 merged, 0 gathered) in 0.014297275 sec., 99459.51238959872 rows/sec., 78.84 MiB/sec. | ||
| 10684 | 2025.03.04 03:26:51.323282 [ 193 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10685 | 2025.03.04 03:26:51.323995 [ 193 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_51_10} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10686 | 2025.03.04 03:26:51.324090 [ 193 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_51_10} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10687 | 2025.03.04 03:26:51.324298 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
| 10688 | 2025.03.04 03:26:52.185268 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10689 | 2025.03.04 03:26:52.185458 [ 255 ] {a11ef8fc-0af7-4961-84d3-7c4ac8f79fa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10690 | 2025.03.04 03:26:52.185531 [ 255 ] {a11ef8fc-0af7-4961-84d3-7c4ac8f79fa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10691 | 2025.03.04 03:26:52.186288 [ 255 ] {a11ef8fc-0af7-4961-84d3-7c4ac8f79fa0} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10692 | 2025.03.04 03:26:52.186339 [ 255 ] {a11ef8fc-0af7-4961-84d3-7c4ac8f79fa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10693 | 2025.03.04 03:26:52.186751 [ 255 ] {a11ef8fc-0af7-4961-84d3-7c4ac8f79fa0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 10694 | 2025.03.04 03:26:52.186997 [ 255 ] {a11ef8fc-0af7-4961-84d3-7c4ac8f79fa0} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10695 | 2025.03.04 03:26:52.187262 [ 255 ] {a11ef8fc-0af7-4961-84d3-7c4ac8f79fa0} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001844 sec., 3253.7960954446858 rows/sec., 265.32 KiB/sec. | ||
| 10696 | 2025.03.04 03:26:52.187394 [ 255 ] {a11ef8fc-0af7-4961-84d3-7c4ac8f79fa0} <Debug> TCPHandler: Processed in 0.002263128 sec. | ||
| 10697 | 2025.03.04 03:26:52.187610 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10698 | 2025.03.04 03:26:52.187723 [ 255 ] {bdc9937d-c290-429e-8e98-bc338bbf9517} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10699 | 2025.03.04 03:26:52.187770 [ 255 ] {bdc9937d-c290-429e-8e98-bc338bbf9517} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10700 | 2025.03.04 03:26:52.188400 [ 255 ] {bdc9937d-c290-429e-8e98-bc338bbf9517} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10701 | 2025.03.04 03:26:52.188437 [ 255 ] {bdc9937d-c290-429e-8e98-bc338bbf9517} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10702 | 2025.03.04 03:26:52.188804 [ 255 ] {bdc9937d-c290-429e-8e98-bc338bbf9517} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 10703 | 2025.03.04 03:26:52.189041 [ 255 ] {bdc9937d-c290-429e-8e98-bc338bbf9517} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10704 | 2025.03.04 03:26:52.189222 [ 255 ] {bdc9937d-c290-429e-8e98-bc338bbf9517} <Debug> executeQuery: Read 139 rows, 12.22 KiB in 0.001527 sec., 91028.15979043877 rows/sec., 7.81 MiB/sec. | ||
| 10705 | 2025.03.04 03:26:52.189274 [ 255 ] {bdc9937d-c290-429e-8e98-bc338bbf9517} <Debug> TCPHandler: Processed in 0.001733962 sec. | ||
| 10706 | 2025.03.04 03:26:52.189378 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10707 | 2025.03.04 03:26:52.189480 [ 255 ] {b8f0fdaa-9b18-4c2c-a5c0-f79bf6be1035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10708 | 2025.03.04 03:26:52.189524 [ 255 ] {b8f0fdaa-9b18-4c2c-a5c0-f79bf6be1035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10709 | 2025.03.04 03:26:52.190054 [ 255 ] {b8f0fdaa-9b18-4c2c-a5c0-f79bf6be1035} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10710 | 2025.03.04 03:26:52.190090 [ 255 ] {b8f0fdaa-9b18-4c2c-a5c0-f79bf6be1035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10711 | 2025.03.04 03:26:52.190430 [ 255 ] {b8f0fdaa-9b18-4c2c-a5c0-f79bf6be1035} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10712 | 2025.03.04 03:26:52.190669 [ 255 ] {b8f0fdaa-9b18-4c2c-a5c0-f79bf6be1035} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10713 | 2025.03.04 03:26:52.190849 [ 255 ] {b8f0fdaa-9b18-4c2c-a5c0-f79bf6be1035} <Debug> executeQuery: Read 46 rows, 3.43 KiB in 0.001392 sec., 33045.97701149425 rows/sec., 2.40 MiB/sec. | ||
| 10714 | 2025.03.04 03:26:52.190899 [ 255 ] {b8f0fdaa-9b18-4c2c-a5c0-f79bf6be1035} <Debug> TCPHandler: Processed in 0.00157116 sec. | ||
| 10715 | 2025.03.04 03:26:52.191001 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10716 | 2025.03.04 03:26:52.191101 [ 255 ] {85c77d3b-5148-4145-bbb9-c2d3082092ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10717 | 2025.03.04 03:26:52.191143 [ 255 ] {85c77d3b-5148-4145-bbb9-c2d3082092ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10718 | 2025.03.04 03:26:52.191687 [ 255 ] {85c77d3b-5148-4145-bbb9-c2d3082092ae} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10719 | 2025.03.04 03:26:52.191722 [ 255 ] {85c77d3b-5148-4145-bbb9-c2d3082092ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10720 | 2025.03.04 03:26:52.192064 [ 255 ] {85c77d3b-5148-4145-bbb9-c2d3082092ae} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 10721 | 2025.03.04 03:26:52.192293 [ 255 ] {85c77d3b-5148-4145-bbb9-c2d3082092ae} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10722 | 2025.03.04 03:26:52.192471 [ 255 ] {85c77d3b-5148-4145-bbb9-c2d3082092ae} <Debug> executeQuery: Read 110 rows, 8.81 KiB in 0.001392 sec., 79022.98850574713 rows/sec., 6.18 MiB/sec. | ||
| 10723 | 2025.03.04 03:26:52.192534 [ 255 ] {85c77d3b-5148-4145-bbb9-c2d3082092ae} <Debug> TCPHandler: Processed in 0.00158205 sec. | ||
| 10724 | 2025.03.04 03:26:52.192648 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10725 | 2025.03.04 03:26:52.192806 [ 255 ] {9a0feb63-fd40-4936-b57f-5fa45a11e85c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10726 | 2025.03.04 03:26:52.192857 [ 255 ] {9a0feb63-fd40-4936-b57f-5fa45a11e85c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10727 | 2025.03.04 03:26:52.193363 [ 255 ] {9a0feb63-fd40-4936-b57f-5fa45a11e85c} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10728 | 2025.03.04 03:26:52.193398 [ 255 ] {9a0feb63-fd40-4936-b57f-5fa45a11e85c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10729 | 2025.03.04 03:26:52.193764 [ 255 ] {9a0feb63-fd40-4936-b57f-5fa45a11e85c} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 10730 | 2025.03.04 03:26:52.193989 [ 255 ] {9a0feb63-fd40-4936-b57f-5fa45a11e85c} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10731 | 2025.03.04 03:26:52.194158 [ 255 ] {9a0feb63-fd40-4936-b57f-5fa45a11e85c} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001396 sec., 116762.17765042979 rows/sec., 8.13 MiB/sec. | ||
| 10732 | 2025.03.04 03:26:52.194207 [ 255 ] {9a0feb63-fd40-4936-b57f-5fa45a11e85c} <Debug> TCPHandler: Processed in 0.00162015 sec. | ||
| 10733 | 2025.03.04 03:26:52.194309 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10734 | 2025.03.04 03:26:52.194408 [ 255 ] {0a9bc854-595e-4b97-8611-95f647103afa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10735 | 2025.03.04 03:26:52.194469 [ 255 ] {0a9bc854-595e-4b97-8611-95f647103afa} <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 | ||
| 10736 | 2025.03.04 03:26:52.195605 [ 255 ] {0a9bc854-595e-4b97-8611-95f647103afa} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10737 | 2025.03.04 03:26:52.195642 [ 255 ] {0a9bc854-595e-4b97-8611-95f647103afa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10738 | 2025.03.04 03:26:52.196288 [ 255 ] {0a9bc854-595e-4b97-8611-95f647103afa} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10739 | 2025.03.04 03:26:52.196546 [ 255 ] {0a9bc854-595e-4b97-8611-95f647103afa} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10740 | 2025.03.04 03:26:52.196678 [ 48 ] {} <Debug> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10741 | 2025.03.04 03:26:52.196723 [ 48 ] {} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10742 | 2025.03.04 03:26:52.196746 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10743 | 2025.03.04 03:26:52.196752 [ 255 ] {0a9bc854-595e-4b97-8611-95f647103afa} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002363 sec., 16927.634363097757 rows/sec., 30.33 MiB/sec. | ||
| 10744 | 2025.03.04 03:26:52.197269 [ 186 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_51_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full | ||
| 10745 | 2025.03.04 03:26:52.197485 [ 255 ] {0a9bc854-595e-4b97-8611-95f647103afa} <Debug> TCPHandler: Processed in 0.003219209 sec. | ||
| 10746 | 2025.03.04 03:26:52.198009 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10747 | 2025.03.04 03:26:52.198264 [ 255 ] {0bd2f32f-1f42-4e1f-8054-d5eb0d493630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10748 | 2025.03.04 03:26:52.198386 [ 255 ] {0bd2f32f-1f42-4e1f-8054-d5eb0d493630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10749 | 2025.03.04 03:26:52.198410 [ 186 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10750 | 2025.03.04 03:26:52.198687 [ 186 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1718 rows starting from the beginning of the part | ||
| 10751 | 2025.03.04 03:26:52.199455 [ 186 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 40 rows starting from the beginning of the part | ||
| 10752 | 2025.03.04 03:26:52.200317 [ 186 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 40 rows starting from the beginning of the part | ||
| 10753 | 2025.03.04 03:26:52.200327 [ 255 ] {0bd2f32f-1f42-4e1f-8054-d5eb0d493630} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10754 | 2025.03.04 03:26:52.200404 [ 255 ] {0bd2f32f-1f42-4e1f-8054-d5eb0d493630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10755 | 2025.03.04 03:26:52.200923 [ 186 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 40 rows starting from the beginning of the part | ||
| 10756 | 2025.03.04 03:26:52.201632 [ 186 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 40 rows starting from the beginning of the part | ||
| 10757 | 2025.03.04 03:26:52.201812 [ 255 ] {0bd2f32f-1f42-4e1f-8054-d5eb0d493630} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 10758 | 2025.03.04 03:26:52.202207 [ 186 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 40 rows starting from the beginning of the part | ||
| 10759 | 2025.03.04 03:26:52.202616 [ 255 ] {0bd2f32f-1f42-4e1f-8054-d5eb0d493630} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10760 | 2025.03.04 03:26:52.203386 [ 255 ] {0bd2f32f-1f42-4e1f-8054-d5eb0d493630} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005149 sec., 11652.748106428433 rows/sec., 804.16 KiB/sec. | ||
| 10761 | 2025.03.04 03:26:52.203659 [ 255 ] {0bd2f32f-1f42-4e1f-8054-d5eb0d493630} <Debug> TCPHandler: Processed in 0.005795091 sec. | ||
| 10762 | 2025.03.04 03:26:52.215640 [ 199 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1918 rows, containing 19 columns (19 merged, 0 gathered) in 0.01877876 sec., 102136.66930084841 rows/sec., 183.02 MiB/sec. | ||
| 10763 | 2025.03.04 03:26:52.217489 [ 199 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10764 | 2025.03.04 03:26:52.217991 [ 199 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10765 | 2025.03.04 03:26:52.218093 [ 199 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10766 | 2025.03.04 03:26:52.218273 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.51 MiB. | ||
| 10767 | 2025.03.04 03:26:53.000170 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 249.39 MiB, peak 266.84 MiB, free memory in arenas 0.00 B, will set to 254.21 MiB (RSS), difference: 4.82 MiB | ||
| 10768 | 2025.03.04 03:26:53.643579 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32513 | ||
| 10769 | 2025.03.04 03:26:53.644315 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10770 | 2025.03.04 03:26:53.644374 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10771 | 2025.03.04 03:26:53.644916 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10772 | 2025.03.04 03:26:53.645176 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10773 | 2025.03.04 03:26:53.645408 [ 47 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 10774 | 2025.03.04 03:26:53.645447 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32513 | ||
| 10775 | 2025.03.04 03:26:53.645493 [ 47 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10776 | 2025.03.04 03:26:53.645522 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10777 | 2025.03.04 03:26:53.645714 [ 188 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 10778 | 2025.03.04 03:26:53.646091 [ 188 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10779 | 2025.03.04 03:26:53.646198 [ 188 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30256 rows starting from the beginning of the part | ||
| 10780 | 2025.03.04 03:26:53.646466 [ 188 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 427 rows starting from the beginning of the part | ||
| 10781 | 2025.03.04 03:26:53.646556 [ 188 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 488 rows starting from the beginning of the part | ||
| 10782 | 2025.03.04 03:26:53.646756 [ 188 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 427 rows starting from the beginning of the part | ||
| 10783 | 2025.03.04 03:26:53.646955 [ 188 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 488 rows starting from the beginning of the part | ||
| 10784 | 2025.03.04 03:26:53.647171 [ 188 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 427 rows starting from the beginning of the part | ||
| 10785 | 2025.03.04 03:26:53.649862 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32513 rows, containing 4 columns (4 merged, 0 gathered) in 0.004268113 sec., 7617652.109960538 rows/sec., 108.97 MiB/sec. | ||
| 10786 | 2025.03.04 03:26:53.650522 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 10787 | 2025.03.04 03:26:53.650844 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_71_14} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10788 | 2025.03.04 03:26:53.650928 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_71_14} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 10789 | 2025.03.04 03:26:53.651039 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB. | ||
| 10790 | 2025.03.04 03:26:55.969566 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 536 | ||
| 10791 | 2025.03.04 03:26:55.990706 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10792 | 2025.03.04 03:26:55.990752 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10793 | 2025.03.04 03:26:55.997969 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10794 | 2025.03.04 03:26:55.998734 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10795 | 2025.03.04 03:26:55.999064 [ 43 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 10796 | 2025.03.04 03:26:55.999141 [ 43 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10797 | 2025.03.04 03:26:55.999188 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10798 | 2025.03.04 03:26:55.999631 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 10799 | 2025.03.04 03:26:56.000199 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 258.73 MiB, peak 266.84 MiB, free memory in arenas 0.00 B, will set to 254.21 MiB (RSS), difference: -4.52 MiB | ||
| 10800 | 2025.03.04 03:26:56.015244 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 536 | ||
| 10801 | 2025.03.04 03:26:56.016765 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10802 | 2025.03.04 03:26:56.017966 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 498 rows starting from the beginning of the part | ||
| 10803 | 2025.03.04 03:26:56.023338 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 7 rows starting from the beginning of the part | ||
| 10804 | 2025.03.04 03:26:56.028835 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part | ||
| 10805 | 2025.03.04 03:26:56.034587 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 7 rows starting from the beginning of the part | ||
| 10806 | 2025.03.04 03:26:56.040701 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part | ||
| 10807 | 2025.03.04 03:26:56.047164 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part | ||
| 10808 | 2025.03.04 03:26:56.109274 [ 199 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 536 rows, containing 679 columns (679 merged, 0 gathered) in 0.109951478 sec., 4874.877625564978 rows/sec., 25.21 MiB/sec. | ||
| 10809 | 2025.03.04 03:26:56.113019 [ 194 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 10810 | 2025.03.04 03:26:56.116134 [ 194 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_71_14} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10811 | 2025.03.04 03:26:56.116268 [ 194 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_71_14} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 10812 | 2025.03.04 03:26:56.118931 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 10813 | 2025.03.04 03:26:57.000204 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 250.77 MiB, peak 268.19 MiB, free memory in arenas 0.00 B, will set to 255.00 MiB (RSS), difference: 4.23 MiB | ||
| 10814 | 2025.03.04 03:26:57.182360 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10815 | 2025.03.04 03:26:57.182558 [ 255 ] {834de749-3f7e-41ee-994f-51cfc5ddbb38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10816 | 2025.03.04 03:26:57.182633 [ 255 ] {834de749-3f7e-41ee-994f-51cfc5ddbb38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10817 | 2025.03.04 03:26:57.183510 [ 255 ] {834de749-3f7e-41ee-994f-51cfc5ddbb38} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10818 | 2025.03.04 03:26:57.183554 [ 255 ] {834de749-3f7e-41ee-994f-51cfc5ddbb38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10819 | 2025.03.04 03:26:57.183972 [ 255 ] {834de749-3f7e-41ee-994f-51cfc5ddbb38} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 10820 | 2025.03.04 03:26:57.184215 [ 255 ] {834de749-3f7e-41ee-994f-51cfc5ddbb38} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10821 | 2025.03.04 03:26:57.184501 [ 255 ] {834de749-3f7e-41ee-994f-51cfc5ddbb38} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001996 sec., 28056.112224448898 rows/sec., 2.14 MiB/sec. | ||
| 10822 | 2025.03.04 03:26:57.184593 [ 218 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10823 | 2025.03.04 03:26:57.184614 [ 255 ] {834de749-3f7e-41ee-994f-51cfc5ddbb38} <Debug> TCPHandler: Processed in 0.00238393 sec. | ||
| 10824 | 2025.03.04 03:26:57.184684 [ 218 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10825 | 2025.03.04 03:26:57.184848 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10826 | 2025.03.04 03:26:57.185095 [ 255 ] {e49a63cc-8c06-46c5-bcc6-5a20cbc4c19f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10827 | 2025.03.04 03:26:57.185148 [ 255 ] {e49a63cc-8c06-46c5-bcc6-5a20cbc4c19f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10828 | 2025.03.04 03:26:57.186234 [ 255 ] {e49a63cc-8c06-46c5-bcc6-5a20cbc4c19f} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10829 | 2025.03.04 03:26:57.186276 [ 255 ] {e49a63cc-8c06-46c5-bcc6-5a20cbc4c19f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10830 | 2025.03.04 03:26:57.186915 [ 255 ] {e49a63cc-8c06-46c5-bcc6-5a20cbc4c19f} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 10831 | 2025.03.04 03:26:57.187168 [ 255 ] {e49a63cc-8c06-46c5-bcc6-5a20cbc4c19f} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10832 | 2025.03.04 03:26:57.187389 [ 255 ] {e49a63cc-8c06-46c5-bcc6-5a20cbc4c19f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002387 sec., 26811.897779639716 rows/sec., 2.09 MiB/sec. | ||
| 10833 | 2025.03.04 03:26:57.187487 [ 255 ] {e49a63cc-8c06-46c5-bcc6-5a20cbc4c19f} <Debug> TCPHandler: Processed in 0.002702403 sec. | ||
| 10834 | 2025.03.04 03:26:57.187649 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10835 | 2025.03.04 03:26:57.187897 [ 255 ] {84fed76b-5833-430f-bc8f-5b0a95feb937} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10836 | 2025.03.04 03:26:57.187948 [ 255 ] {84fed76b-5833-430f-bc8f-5b0a95feb937} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10837 | 2025.03.04 03:26:57.188915 [ 255 ] {84fed76b-5833-430f-bc8f-5b0a95feb937} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10838 | 2025.03.04 03:26:57.188982 [ 255 ] {84fed76b-5833-430f-bc8f-5b0a95feb937} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10839 | 2025.03.04 03:26:57.189554 [ 218 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10840 | 2025.03.04 03:26:57.189597 [ 255 ] {84fed76b-5833-430f-bc8f-5b0a95feb937} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 10841 | 2025.03.04 03:26:57.190182 [ 255 ] {84fed76b-5833-430f-bc8f-5b0a95feb937} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10842 | 2025.03.04 03:26:57.190575 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 6 parts from all_1_100_20 to all_105_105_0 | ||
| 10843 | 2025.03.04 03:26:57.190667 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10844 | 2025.03.04 03:26:57.190695 [ 255 ] {84fed76b-5833-430f-bc8f-5b0a95feb937} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002877 sec., 55613.48627042058 rows/sec., 3.87 MiB/sec. | ||
| 10845 | 2025.03.04 03:26:57.190714 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10846 | 2025.03.04 03:26:57.190864 [ 255 ] {84fed76b-5833-430f-bc8f-5b0a95feb937} <Debug> TCPHandler: Processed in 0.00326955 sec. | ||
| 10847 | 2025.03.04 03:26:57.191051 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10848 | 2025.03.04 03:26:57.191120 [ 190 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_105_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_100_20 to all_105_105_0 into Compact with storage Full | ||
| 10849 | 2025.03.04 03:26:57.191169 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10850 | 2025.03.04 03:26:57.191177 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10851 | 2025.03.04 03:26:57.191522 [ 255 ] {03b1ac9b-fc45-48d5-99bb-9a41d3ad7ce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10852 | 2025.03.04 03:26:57.191631 [ 190 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10853 | 2025.03.04 03:26:57.191746 [ 255 ] {03b1ac9b-fc45-48d5-99bb-9a41d3ad7ce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10854 | 2025.03.04 03:26:57.191768 [ 190 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_100_20, total 29516 rows starting from the beginning of the part | ||
| 10855 | 2025.03.04 03:26:57.192098 [ 190 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 10 rows starting from the beginning of the part | ||
| 10856 | 2025.03.04 03:26:57.192529 [ 190 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part | ||
| 10857 | 2025.03.04 03:26:57.192894 [ 190 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 160 rows starting from the beginning of the part | ||
| 10858 | 2025.03.04 03:26:57.193333 [ 190 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 163 rows starting from the beginning of the part | ||
| 10859 | 2025.03.04 03:26:57.193729 [ 190 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part | ||
| 10860 | 2025.03.04 03:26:57.195561 [ 255 ] {03b1ac9b-fc45-48d5-99bb-9a41d3ad7ce0} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10861 | 2025.03.04 03:26:57.195616 [ 255 ] {03b1ac9b-fc45-48d5-99bb-9a41d3ad7ce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10862 | 2025.03.04 03:26:57.196906 [ 255 ] {03b1ac9b-fc45-48d5-99bb-9a41d3ad7ce0} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 10863 | 2025.03.04 03:26:57.197910 [ 255 ] {03b1ac9b-fc45-48d5-99bb-9a41d3ad7ce0} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10864 | 2025.03.04 03:26:57.198569 [ 255 ] {03b1ac9b-fc45-48d5-99bb-9a41d3ad7ce0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007161 sec., 8378.718056137412 rows/sec., 578.22 KiB/sec. | ||
| 10865 | 2025.03.04 03:26:57.198601 [ 219 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10866 | 2025.03.04 03:26:57.198689 [ 219 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10867 | 2025.03.04 03:26:57.198749 [ 255 ] {03b1ac9b-fc45-48d5-99bb-9a41d3ad7ce0} <Debug> TCPHandler: Processed in 0.007650714 sec. | ||
| 10868 | 2025.03.04 03:26:57.199180 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10869 | 2025.03.04 03:26:57.202124 [ 219 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10870 | 2025.03.04 03:26:57.203089 [ 199 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30169 rows, containing 5 columns (5 merged, 0 gathered) in 0.01222851 sec., 2467103.514655506 rows/sec., 169.29 MiB/sec. | ||
| 10871 | 2025.03.04 03:26:57.203569 [ 200 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) | ||
| 10872 | 2025.03.04 03:26:57.203880 [ 200 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10873 | 2025.03.04 03:26:57.203958 [ 200 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 6 parts: [all_1_100_20, all_105_105_0] -> all_1_105_21 | ||
| 10874 | 2025.03.04 03:26:57.204057 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 10875 | 2025.03.04 03:26:58.341530 [ 224 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10876 | 2025.03.04 03:26:58.341599 [ 224 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10877 | 2025.03.04 03:26:58.343996 [ 224 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10878 | 2025.03.04 03:27:00.919283 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10879 | 2025.03.04 03:27:00.919357 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10880 | 2025.03.04 03:27:01.145595 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33001 | ||
| 10881 | 2025.03.04 03:27:01.146354 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10882 | 2025.03.04 03:27:01.146404 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10883 | 2025.03.04 03:27:01.146943 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 10884 | 2025.03.04 03:27:01.147193 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10885 | 2025.03.04 03:27:01.147423 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 | ||
| 10886 | 2025.03.04 03:27:01.309592 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1444 | ||
| 10887 | 2025.03.04 03:27:01.313201 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10888 | 2025.03.04 03:27:01.313258 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10889 | 2025.03.04 03:27:01.314800 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10890 | 2025.03.04 03:27:01.315129 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10891 | 2025.03.04 03:27:01.315830 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1444 | ||
| 10892 | 2025.03.04 03:27:02.184845 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10893 | 2025.03.04 03:27:02.185032 [ 255 ] {1920fc41-8387-43cb-acbe-f5622998dc0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10894 | 2025.03.04 03:27:02.185100 [ 255 ] {1920fc41-8387-43cb-acbe-f5622998dc0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10895 | 2025.03.04 03:27:02.185922 [ 255 ] {1920fc41-8387-43cb-acbe-f5622998dc0c} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10896 | 2025.03.04 03:27:02.185966 [ 255 ] {1920fc41-8387-43cb-acbe-f5622998dc0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10897 | 2025.03.04 03:27:02.186395 [ 255 ] {1920fc41-8387-43cb-acbe-f5622998dc0c} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 10898 | 2025.03.04 03:27:02.186651 [ 255 ] {1920fc41-8387-43cb-acbe-f5622998dc0c} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10899 | 2025.03.04 03:27:02.186858 [ 30 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 10900 | 2025.03.04 03:27:02.186881 [ 255 ] {1920fc41-8387-43cb-acbe-f5622998dc0c} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001894 sec., 71805.70221752903 rows/sec., 6.19 MiB/sec. | ||
| 10901 | 2025.03.04 03:27:02.186954 [ 30 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10902 | 2025.03.04 03:27:02.187013 [ 255 ] {1920fc41-8387-43cb-acbe-f5622998dc0c} <Debug> TCPHandler: Processed in 0.002292199 sec. | ||
| 10903 | 2025.03.04 03:27:02.187019 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10904 | 2025.03.04 03:27:02.187205 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10905 | 2025.03.04 03:27:02.187273 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 10906 | 2025.03.04 03:27:02.187348 [ 255 ] {a16f4762-484b-430e-a89d-94381a720a1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10907 | 2025.03.04 03:27:02.187435 [ 255 ] {a16f4762-484b-430e-a89d-94381a720a1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10908 | 2025.03.04 03:27:02.187684 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10909 | 2025.03.04 03:27:02.187764 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1968 rows starting from the beginning of the part | ||
| 10910 | 2025.03.04 03:27:02.188051 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 136 rows starting from the beginning of the part | ||
| 10911 | 2025.03.04 03:27:02.188455 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 56 rows starting from the beginning of the part | ||
| 10912 | 2025.03.04 03:27:02.188804 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 139 rows starting from the beginning of the part | ||
| 10913 | 2025.03.04 03:27:02.189157 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 56 rows starting from the beginning of the part | ||
| 10914 | 2025.03.04 03:27:02.189386 [ 187 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 136 rows starting from the beginning of the part | ||
| 10915 | 2025.03.04 03:27:02.190622 [ 255 ] {a16f4762-484b-430e-a89d-94381a720a1b} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10916 | 2025.03.04 03:27:02.190690 [ 255 ] {a16f4762-484b-430e-a89d-94381a720a1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10917 | 2025.03.04 03:27:02.191620 [ 255 ] {a16f4762-484b-430e-a89d-94381a720a1b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10918 | 2025.03.04 03:27:02.192033 [ 255 ] {a16f4762-484b-430e-a89d-94381a720a1b} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10919 | 2025.03.04 03:27:02.192301 [ 30 ] {} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10920 | 2025.03.04 03:27:02.192422 [ 30 ] {} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10921 | 2025.03.04 03:27:02.192495 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10922 | 2025.03.04 03:27:02.192502 [ 255 ] {a16f4762-484b-430e-a89d-94381a720a1b} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.005181 sec., 7720.517274657403 rows/sec., 580.55 KiB/sec. | ||
| 10923 | 2025.03.04 03:27:02.192939 [ 255 ] {a16f4762-484b-430e-a89d-94381a720a1b} <Debug> TCPHandler: Processed in 0.005822651 sec. | ||
| 10924 | 2025.03.04 03:27:02.193072 [ 199 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 10925 | 2025.03.04 03:27:02.193242 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10926 | 2025.03.04 03:27:02.193394 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2491 rows, containing 5 columns (5 merged, 0 gathered) in 0.006239496 sec., 399230.96352654125 rows/sec., 34.44 MiB/sec. | ||
| 10927 | 2025.03.04 03:27:02.193505 [ 199 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10928 | 2025.03.04 03:27:02.193544 [ 255 ] {297d6ed2-12f1-48c9-9e4b-be9718eaf523} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10929 | 2025.03.04 03:27:02.193580 [ 199 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 178 rows starting from the beginning of the part | ||
| 10930 | 2025.03.04 03:27:02.193634 [ 255 ] {297d6ed2-12f1-48c9-9e4b-be9718eaf523} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10931 | 2025.03.04 03:27:02.193944 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 10932 | 2025.03.04 03:27:02.194037 [ 199 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 40 rows starting from the beginning of the part | ||
| 10933 | 2025.03.04 03:27:02.194520 [ 199 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 16 rows starting from the beginning of the part | ||
| 10934 | 2025.03.04 03:27:02.195030 [ 199 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 40 rows starting from the beginning of the part | ||
| 10935 | 2025.03.04 03:27:02.195598 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_106_21} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10936 | 2025.03.04 03:27:02.195639 [ 199 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 46 rows starting from the beginning of the part | ||
| 10937 | 2025.03.04 03:27:02.196118 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_106_21} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 10938 | 2025.03.04 03:27:02.196293 [ 199 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 40 rows starting from the beginning of the part | ||
| 10939 | 2025.03.04 03:27:02.196473 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 10940 | 2025.03.04 03:27:02.198075 [ 255 ] {297d6ed2-12f1-48c9-9e4b-be9718eaf523} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10941 | 2025.03.04 03:27:02.198166 [ 255 ] {297d6ed2-12f1-48c9-9e4b-be9718eaf523} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10942 | 2025.03.04 03:27:02.199299 [ 255 ] {297d6ed2-12f1-48c9-9e4b-be9718eaf523} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 10943 | 2025.03.04 03:27:02.199555 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 5 columns (5 merged, 0 gathered) in 0.006894784 sec., 52213.38333441628 rows/sec., 3.80 MiB/sec. | ||
| 10944 | 2025.03.04 03:27:02.199783 [ 255 ] {297d6ed2-12f1-48c9-9e4b-be9718eaf523} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10945 | 2025.03.04 03:27:02.199797 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10946 | 2025.03.04 03:27:02.200103 [ 30 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 10947 | 2025.03.04 03:27:02.200221 [ 30 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10948 | 2025.03.04 03:27:02.200293 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10949 | 2025.03.04 03:27:02.200320 [ 255 ] {297d6ed2-12f1-48c9-9e4b-be9718eaf523} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.006841 sec., 15202.45578131852 rows/sec., 1.19 MiB/sec. | ||
| 10950 | 2025.03.04 03:27:02.200738 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_66_13} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10951 | 2025.03.04 03:27:02.200810 [ 255 ] {297d6ed2-12f1-48c9-9e4b-be9718eaf523} <Debug> TCPHandler: Processed in 0.007695574 sec. | ||
| 10952 | 2025.03.04 03:27:02.200836 [ 191 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 10953 | 2025.03.04 03:27:02.201033 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_66_13} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10954 | 2025.03.04 03:27:02.201205 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10955 | 2025.03.04 03:27:02.201326 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 10956 | 2025.03.04 03:27:02.201425 [ 191 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10957 | 2025.03.04 03:27:02.201562 [ 191 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 952 rows starting from the beginning of the part | ||
| 10958 | 2025.03.04 03:27:02.201729 [ 255 ] {b96f2410-a751-4aa6-a086-798705cfd065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10959 | 2025.03.04 03:27:02.201963 [ 255 ] {b96f2410-a751-4aa6-a086-798705cfd065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10960 | 2025.03.04 03:27:02.202020 [ 191 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 104 rows starting from the beginning of the part | ||
| 10961 | 2025.03.04 03:27:02.202434 [ 191 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 64 rows starting from the beginning of the part | ||
| 10962 | 2025.03.04 03:27:02.202818 [ 191 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 110 rows starting from the beginning of the part | ||
| 10963 | 2025.03.04 03:27:02.203244 [ 191 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 64 rows starting from the beginning of the part | ||
| 10964 | 2025.03.04 03:27:02.203708 [ 191 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 104 rows starting from the beginning of the part | ||
| 10965 | 2025.03.04 03:27:02.205906 [ 255 ] {b96f2410-a751-4aa6-a086-798705cfd065} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10966 | 2025.03.04 03:27:02.206034 [ 255 ] {b96f2410-a751-4aa6-a086-798705cfd065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10967 | 2025.03.04 03:27:02.207325 [ 255 ] {b96f2410-a751-4aa6-a086-798705cfd065} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 10968 | 2025.03.04 03:27:02.207721 [ 191 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1398 rows, containing 5 columns (5 merged, 0 gathered) in 0.007298929 sec., 191534.9498536018 rows/sec., 15.06 MiB/sec. | ||
| 10969 | 2025.03.04 03:27:02.207831 [ 255 ] {b96f2410-a751-4aa6-a086-798705cfd065} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10970 | 2025.03.04 03:27:02.207946 [ 191 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 10971 | 2025.03.04 03:27:02.208240 [ 255 ] {b96f2410-a751-4aa6-a086-798705cfd065} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006697 sec., 23891.294609526656 rows/sec., 1.66 MiB/sec. | ||
| 10972 | 2025.03.04 03:27:02.208366 [ 255 ] {b96f2410-a751-4aa6-a086-798705cfd065} <Debug> TCPHandler: Processed in 0.007316049 sec. | ||
| 10973 | 2025.03.04 03:27:02.208540 [ 191 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_106_21} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10974 | 2025.03.04 03:27:02.208578 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10975 | 2025.03.04 03:27:02.208656 [ 191 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_106_21} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 10976 | 2025.03.04 03:27:02.208775 [ 255 ] {d688cab7-db21-4a20-a2da-9e442d6797de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10977 | 2025.03.04 03:27:02.208797 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 10978 | 2025.03.04 03:27:02.208884 [ 255 ] {d688cab7-db21-4a20-a2da-9e442d6797de} <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 | ||
| 10979 | 2025.03.04 03:27:02.210079 [ 255 ] {d688cab7-db21-4a20-a2da-9e442d6797de} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10980 | 2025.03.04 03:27:02.210117 [ 255 ] {d688cab7-db21-4a20-a2da-9e442d6797de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10981 | 2025.03.04 03:27:02.210791 [ 255 ] {d688cab7-db21-4a20-a2da-9e442d6797de} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10982 | 2025.03.04 03:27:02.211051 [ 255 ] {d688cab7-db21-4a20-a2da-9e442d6797de} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10983 | 2025.03.04 03:27:02.211277 [ 255 ] {d688cab7-db21-4a20-a2da-9e442d6797de} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002568 sec., 15576.32398753894 rows/sec., 27.91 MiB/sec. | ||
| 10984 | 2025.03.04 03:27:02.211369 [ 255 ] {d688cab7-db21-4a20-a2da-9e442d6797de} <Debug> TCPHandler: Processed in 0.002872145 sec. | ||
| 10985 | 2025.03.04 03:27:02.211519 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10986 | 2025.03.04 03:27:02.211629 [ 255 ] {c67827a9-4c32-440b-983c-4d071f244780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10987 | 2025.03.04 03:27:02.211677 [ 255 ] {c67827a9-4c32-440b-983c-4d071f244780} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10988 | 2025.03.04 03:27:02.212129 [ 255 ] {c67827a9-4c32-440b-983c-4d071f244780} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10989 | 2025.03.04 03:27:02.212168 [ 255 ] {c67827a9-4c32-440b-983c-4d071f244780} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10990 | 2025.03.04 03:27:02.212539 [ 255 ] {c67827a9-4c32-440b-983c-4d071f244780} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 10991 | 2025.03.04 03:27:02.212773 [ 255 ] {c67827a9-4c32-440b-983c-4d071f244780} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10992 | 2025.03.04 03:27:02.212949 [ 30 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 10993 | 2025.03.04 03:27:02.213015 [ 255 ] {c67827a9-4c32-440b-983c-4d071f244780} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
| 10994 | 2025.03.04 03:27:02.213016 [ 30 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10995 | 2025.03.04 03:27:02.213098 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 10996 | 2025.03.04 03:27:02.213134 [ 255 ] {c67827a9-4c32-440b-983c-4d071f244780} <Debug> TCPHandler: Processed in 0.00166274 sec. | ||
| 10997 | 2025.03.04 03:27:02.213309 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 10998 | 2025.03.04 03:27:02.213460 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10999 | 2025.03.04 03:27:02.213503 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5806 rows starting from the beginning of the part | ||
| 11000 | 2025.03.04 03:27:02.213634 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part | ||
| 11001 | 2025.03.04 03:27:02.213778 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 60 rows starting from the beginning of the part | ||
| 11002 | 2025.03.04 03:27:02.213953 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part | ||
| 11003 | 2025.03.04 03:27:02.214076 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part | ||
| 11004 | 2025.03.04 03:27:02.214234 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 60 rows starting from the beginning of the part | ||
| 11005 | 2025.03.04 03:27:02.216581 [ 193 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003373001 sec., 1810257.3939349558 rows/sec., 121.65 MiB/sec. | ||
| 11006 | 2025.03.04 03:27:02.217036 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 11007 | 2025.03.04 03:27:02.217353 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_106_21} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11008 | 2025.03.04 03:27:02.217443 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_106_21} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 11009 | 2025.03.04 03:27:02.217532 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
| 11010 | 2025.03.04 03:27:03.515370 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 543 | ||
| 11011 | 2025.03.04 03:27:03.538719 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11012 | 2025.03.04 03:27:03.538784 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 11013 | 2025.03.04 03:27:03.546144 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11014 | 2025.03.04 03:27:03.546935 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11015 | 2025.03.04 03:27:03.550072 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543 | ||
| 11016 | 2025.03.04 03:27:07.214565 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11017 | 2025.03.04 03:27:07.214764 [ 255 ] {65349b61-2c2c-447f-8f46-35611b6f0c48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11018 | 2025.03.04 03:27:07.214842 [ 255 ] {65349b61-2c2c-447f-8f46-35611b6f0c48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11019 | 2025.03.04 03:27:07.215692 [ 255 ] {65349b61-2c2c-447f-8f46-35611b6f0c48} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11020 | 2025.03.04 03:27:07.215748 [ 255 ] {65349b61-2c2c-447f-8f46-35611b6f0c48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 11021 | 2025.03.04 03:27:07.216190 [ 255 ] {65349b61-2c2c-447f-8f46-35611b6f0c48} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 11022 | 2025.03.04 03:27:07.216471 [ 255 ] {65349b61-2c2c-447f-8f46-35611b6f0c48} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11023 | 2025.03.04 03:27:07.216702 [ 255 ] {65349b61-2c2c-447f-8f46-35611b6f0c48} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00199 sec., 12060.301507537688 rows/sec., 1.00 MiB/sec. | ||
| 11024 | 2025.03.04 03:27:07.216775 [ 255 ] {65349b61-2c2c-447f-8f46-35611b6f0c48} <Debug> TCPHandler: Processed in 0.002354329 sec. | ||
| 11025 | 2025.03.04 03:27:07.216939 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11026 | 2025.03.04 03:27:07.217057 [ 255 ] {4a3620c2-eab3-46c0-938b-4773ac3bed7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11027 | 2025.03.04 03:27:07.217109 [ 255 ] {4a3620c2-eab3-46c0-938b-4773ac3bed7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11028 | 2025.03.04 03:27:07.218413 [ 255 ] {4a3620c2-eab3-46c0-938b-4773ac3bed7c} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11029 | 2025.03.04 03:27:07.218474 [ 255 ] {4a3620c2-eab3-46c0-938b-4773ac3bed7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 11030 | 2025.03.04 03:27:07.218931 [ 255 ] {4a3620c2-eab3-46c0-938b-4773ac3bed7c} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 11031 | 2025.03.04 03:27:07.219180 [ 255 ] {4a3620c2-eab3-46c0-938b-4773ac3bed7c} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11032 | 2025.03.04 03:27:07.219391 [ 255 ] {4a3620c2-eab3-46c0-938b-4773ac3bed7c} <Debug> executeQuery: Read 1316 rows, 111.93 KiB in 0.002362 sec., 557154.9534292972 rows/sec., 46.28 MiB/sec. | ||
| 11033 | 2025.03.04 03:27:07.219449 [ 255 ] {4a3620c2-eab3-46c0-938b-4773ac3bed7c} <Debug> TCPHandler: Processed in 0.002564232 sec. | ||
| 11034 | 2025.03.04 03:27:07.219598 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11035 | 2025.03.04 03:27:07.219711 [ 255 ] {d8f6afd0-a6ae-42e2-9e28-fda3acdc4ff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11036 | 2025.03.04 03:27:07.219760 [ 255 ] {d8f6afd0-a6ae-42e2-9e28-fda3acdc4ff6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11037 | 2025.03.04 03:27:07.220329 [ 255 ] {d8f6afd0-a6ae-42e2-9e28-fda3acdc4ff6} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11038 | 2025.03.04 03:27:07.220370 [ 255 ] {d8f6afd0-a6ae-42e2-9e28-fda3acdc4ff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 11039 | 2025.03.04 03:27:07.220733 [ 255 ] {d8f6afd0-a6ae-42e2-9e28-fda3acdc4ff6} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 11040 | 2025.03.04 03:27:07.220967 [ 255 ] {d8f6afd0-a6ae-42e2-9e28-fda3acdc4ff6} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11041 | 2025.03.04 03:27:07.221177 [ 255 ] {d8f6afd0-a6ae-42e2-9e28-fda3acdc4ff6} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.001493 sec., 8037.508372404554 rows/sec., 643.63 KiB/sec. | ||
| 11042 | 2025.03.04 03:27:07.221228 [ 255 ] {d8f6afd0-a6ae-42e2-9e28-fda3acdc4ff6} <Debug> TCPHandler: Processed in 0.00168112 sec. | ||
| 11043 | 2025.03.04 03:27:07.221361 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11044 | 2025.03.04 03:27:07.221482 [ 255 ] {26fb12a2-c0d5-4e0d-8f23-0c5256cbd574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11045 | 2025.03.04 03:27:07.221526 [ 255 ] {26fb12a2-c0d5-4e0d-8f23-0c5256cbd574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11046 | 2025.03.04 03:27:07.222190 [ 255 ] {26fb12a2-c0d5-4e0d-8f23-0c5256cbd574} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11047 | 2025.03.04 03:27:07.222229 [ 255 ] {26fb12a2-c0d5-4e0d-8f23-0c5256cbd574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 11048 | 2025.03.04 03:27:07.222607 [ 255 ] {26fb12a2-c0d5-4e0d-8f23-0c5256cbd574} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 11049 | 2025.03.04 03:27:07.222839 [ 255 ] {26fb12a2-c0d5-4e0d-8f23-0c5256cbd574} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11050 | 2025.03.04 03:27:07.223041 [ 255 ] {26fb12a2-c0d5-4e0d-8f23-0c5256cbd574} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001592 sec., 158291.45728643215 rows/sec., 10.95 MiB/sec. | ||
| 11051 | 2025.03.04 03:27:07.223148 [ 255 ] {26fb12a2-c0d5-4e0d-8f23-0c5256cbd574} <Debug> TCPHandler: Processed in 0.001832463 sec. | ||
| 11052 | 2025.03.04 03:27:07.223357 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11053 | 2025.03.04 03:27:07.223496 [ 255 ] {4019f666-b44d-4335-b375-ca0d1b34b7f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11054 | 2025.03.04 03:27:07.223545 [ 255 ] {4019f666-b44d-4335-b375-ca0d1b34b7f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11055 | 2025.03.04 03:27:07.224119 [ 255 ] {4019f666-b44d-4335-b375-ca0d1b34b7f0} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11056 | 2025.03.04 03:27:07.224158 [ 255 ] {4019f666-b44d-4335-b375-ca0d1b34b7f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 11057 | 2025.03.04 03:27:07.224560 [ 255 ] {4019f666-b44d-4335-b375-ca0d1b34b7f0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 11058 | 2025.03.04 03:27:07.224885 [ 255 ] {4019f666-b44d-4335-b375-ca0d1b34b7f0} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11059 | 2025.03.04 03:27:07.225185 [ 255 ] {4019f666-b44d-4335-b375-ca0d1b34b7f0} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001719 sec., 6980.802792321117 rows/sec., 545.38 KiB/sec. | ||
| 11060 | 2025.03.04 03:27:07.225451 [ 255 ] {4019f666-b44d-4335-b375-ca0d1b34b7f0} <Debug> TCPHandler: Processed in 0.002168787 sec. | ||
| 11061 | 2025.03.04 03:27:07.225607 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11062 | 2025.03.04 03:27:07.225728 [ 255 ] {36b95dcf-8797-4bc2-9ba9-fa3c4e481343} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11063 | 2025.03.04 03:27:07.225783 [ 255 ] {36b95dcf-8797-4bc2-9ba9-fa3c4e481343} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11064 | 2025.03.04 03:27:07.226787 [ 255 ] {36b95dcf-8797-4bc2-9ba9-fa3c4e481343} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11065 | 2025.03.04 03:27:07.226834 [ 255 ] {36b95dcf-8797-4bc2-9ba9-fa3c4e481343} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 11066 | 2025.03.04 03:27:07.227280 [ 255 ] {36b95dcf-8797-4bc2-9ba9-fa3c4e481343} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 11067 | 2025.03.04 03:27:07.227576 [ 255 ] {36b95dcf-8797-4bc2-9ba9-fa3c4e481343} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11068 | 2025.03.04 03:27:07.227876 [ 255 ] {36b95dcf-8797-4bc2-9ba9-fa3c4e481343} <Debug> executeQuery: Read 556 rows, 42.66 KiB in 0.002154 sec., 258124.41968430826 rows/sec., 19.34 MiB/sec. | ||
| 11069 | 2025.03.04 03:27:07.228015 [ 255 ] {36b95dcf-8797-4bc2-9ba9-fa3c4e481343} <Debug> TCPHandler: Processed in 0.00245202 sec. | ||
| 11070 | 2025.03.04 03:27:07.228401 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11071 | 2025.03.04 03:27:07.228880 [ 255 ] {7cf3267e-f459-4646-a491-c64e2269de9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11072 | 2025.03.04 03:27:07.229162 [ 255 ] {7cf3267e-f459-4646-a491-c64e2269de9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11073 | 2025.03.04 03:27:07.232049 [ 255 ] {7cf3267e-f459-4646-a491-c64e2269de9c} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11074 | 2025.03.04 03:27:07.232100 [ 255 ] {7cf3267e-f459-4646-a491-c64e2269de9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 11075 | 2025.03.04 03:27:07.232708 [ 255 ] {7cf3267e-f459-4646-a491-c64e2269de9c} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 11076 | 2025.03.04 03:27:07.232976 [ 255 ] {7cf3267e-f459-4646-a491-c64e2269de9c} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11077 | 2025.03.04 03:27:07.233299 [ 255 ] {7cf3267e-f459-4646-a491-c64e2269de9c} <Debug> executeQuery: Read 916 rows, 63.62 KiB in 0.00462 sec., 198268.39826839828 rows/sec., 13.45 MiB/sec. | ||
| 11078 | 2025.03.04 03:27:07.233463 [ 255 ] {7cf3267e-f459-4646-a491-c64e2269de9c} <Debug> TCPHandler: Processed in 0.005201463 sec. | ||
| 11079 | 2025.03.04 03:27:07.233739 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11080 | 2025.03.04 03:27:07.234021 [ 255 ] {7185bbbc-5bed-418a-80ef-bb37cf732d00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11081 | 2025.03.04 03:27:07.234089 [ 255 ] {7185bbbc-5bed-418a-80ef-bb37cf732d00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11082 | 2025.03.04 03:27:07.234655 [ 255 ] {7185bbbc-5bed-418a-80ef-bb37cf732d00} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11083 | 2025.03.04 03:27:07.234695 [ 255 ] {7185bbbc-5bed-418a-80ef-bb37cf732d00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 11084 | 2025.03.04 03:27:07.235075 [ 255 ] {7185bbbc-5bed-418a-80ef-bb37cf732d00} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 11085 | 2025.03.04 03:27:07.235328 [ 255 ] {7185bbbc-5bed-418a-80ef-bb37cf732d00} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11086 | 2025.03.04 03:27:07.235548 [ 255 ] {7185bbbc-5bed-418a-80ef-bb37cf732d00} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001607 sec., 37336.6521468575 rows/sec., 2.52 MiB/sec. | ||
| 11087 | 2025.03.04 03:27:07.235608 [ 255 ] {7185bbbc-5bed-418a-80ef-bb37cf732d00} <Debug> TCPHandler: Processed in 0.001981655 sec. | ||
| 11088 | 2025.03.04 03:27:08.647588 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33428 | ||
| 11089 | 2025.03.04 03:27:08.648327 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11090 | 2025.03.04 03:27:08.648387 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 11091 | 2025.03.04 03:27:08.648979 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11092 | 2025.03.04 03:27:08.649243 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11093 | 2025.03.04 03:27:08.649480 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33428 | ||
| 11094 | 2025.03.04 03:27:11.050166 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551 | ||
| 11095 | 2025.03.04 03:27:11.075467 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11096 | 2025.03.04 03:27:11.075531 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 11097 | 2025.03.04 03:27:11.082597 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11098 | 2025.03.04 03:27:11.083376 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11099 | 2025.03.04 03:27:11.086389 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551 | ||
| 11100 | 2025.03.04 03:27:11.316034 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1472 | ||
| 11101 | 2025.03.04 03:27:11.319220 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11102 | 2025.03.04 03:27:11.319268 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 11103 | 2025.03.04 03:27:11.320799 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11104 | 2025.03.04 03:27:11.321111 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11105 | 2025.03.04 03:27:11.323219 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1472 | ||
| 11106 | 2025.03.04 03:27:12.184888 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11107 | 2025.03.04 03:27:12.185076 [ 255 ] {76ddb59e-42b6-4168-89ca-06a3172216c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11108 | 2025.03.04 03:27:12.185146 [ 255 ] {76ddb59e-42b6-4168-89ca-06a3172216c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11109 | 2025.03.04 03:27:12.185985 [ 255 ] {76ddb59e-42b6-4168-89ca-06a3172216c8} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11110 | 2025.03.04 03:27:12.186035 [ 255 ] {76ddb59e-42b6-4168-89ca-06a3172216c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 11111 | 2025.03.04 03:27:12.186491 [ 255 ] {76ddb59e-42b6-4168-89ca-06a3172216c8} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 11112 | 2025.03.04 03:27:12.186750 [ 255 ] {76ddb59e-42b6-4168-89ca-06a3172216c8} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11113 | 2025.03.04 03:27:12.186955 [ 255 ] {76ddb59e-42b6-4168-89ca-06a3172216c8} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001931 sec., 70429.82910409114 rows/sec., 6.07 MiB/sec. | ||
| 11114 | 2025.03.04 03:27:12.187020 [ 255 ] {76ddb59e-42b6-4168-89ca-06a3172216c8} <Debug> TCPHandler: Processed in 0.002277248 sec. | ||
| 11115 | 2025.03.04 03:27:12.187151 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11116 | 2025.03.04 03:27:12.187264 [ 255 ] {4341811f-ec1e-4576-9b9d-60f0acc850b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11117 | 2025.03.04 03:27:12.187313 [ 255 ] {4341811f-ec1e-4576-9b9d-60f0acc850b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11118 | 2025.03.04 03:27:12.187852 [ 255 ] {4341811f-ec1e-4576-9b9d-60f0acc850b7} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11119 | 2025.03.04 03:27:12.187890 [ 255 ] {4341811f-ec1e-4576-9b9d-60f0acc850b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 11120 | 2025.03.04 03:27:12.188237 [ 255 ] {4341811f-ec1e-4576-9b9d-60f0acc850b7} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 11121 | 2025.03.04 03:27:12.188469 [ 255 ] {4341811f-ec1e-4576-9b9d-60f0acc850b7} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11122 | 2025.03.04 03:27:12.188646 [ 255 ] {4341811f-ec1e-4576-9b9d-60f0acc850b7} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001409 sec., 28388.928317955993 rows/sec., 2.08 MiB/sec. | ||
| 11123 | 2025.03.04 03:27:12.188697 [ 255 ] {4341811f-ec1e-4576-9b9d-60f0acc850b7} <Debug> TCPHandler: Processed in 0.00160012 sec. | ||
| 11124 | 2025.03.04 03:27:12.188801 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11125 | 2025.03.04 03:27:12.188904 [ 255 ] {d91d1895-cc81-47eb-99c1-7f937bef8714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11126 | 2025.03.04 03:27:12.188947 [ 255 ] {d91d1895-cc81-47eb-99c1-7f937bef8714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11127 | 2025.03.04 03:27:12.189489 [ 255 ] {d91d1895-cc81-47eb-99c1-7f937bef8714} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11128 | 2025.03.04 03:27:12.189536 [ 255 ] {d91d1895-cc81-47eb-99c1-7f937bef8714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 11129 | 2025.03.04 03:27:12.189883 [ 255 ] {d91d1895-cc81-47eb-99c1-7f937bef8714} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 11130 | 2025.03.04 03:27:12.190114 [ 255 ] {d91d1895-cc81-47eb-99c1-7f937bef8714} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11131 | 2025.03.04 03:27:12.190289 [ 255 ] {d91d1895-cc81-47eb-99c1-7f937bef8714} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001407 sec., 73916.13361762615 rows/sec., 5.77 MiB/sec. | ||
| 11132 | 2025.03.04 03:27:12.190354 [ 255 ] {d91d1895-cc81-47eb-99c1-7f937bef8714} <Debug> TCPHandler: Processed in 0.00160321 sec. | ||
| 11133 | 2025.03.04 03:27:12.190482 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11134 | 2025.03.04 03:27:12.190650 [ 255 ] {77d7076f-a6ef-467c-8c7c-007f252732b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11135 | 2025.03.04 03:27:12.190712 [ 255 ] {77d7076f-a6ef-467c-8c7c-007f252732b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11136 | 2025.03.04 03:27:12.191238 [ 255 ] {77d7076f-a6ef-467c-8c7c-007f252732b9} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11137 | 2025.03.04 03:27:12.191274 [ 255 ] {77d7076f-a6ef-467c-8c7c-007f252732b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 11138 | 2025.03.04 03:27:12.191650 [ 255 ] {77d7076f-a6ef-467c-8c7c-007f252732b9} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 11139 | 2025.03.04 03:27:12.191899 [ 255 ] {77d7076f-a6ef-467c-8c7c-007f252732b9} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11140 | 2025.03.04 03:27:12.192072 [ 255 ] {77d7076f-a6ef-467c-8c7c-007f252732b9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00147 sec., 108843.53741496599 rows/sec., 7.58 MiB/sec. | ||
| 11141 | 2025.03.04 03:27:12.192122 [ 255 ] {77d7076f-a6ef-467c-8c7c-007f252732b9} <Debug> TCPHandler: Processed in 0.00170695 sec. | ||
| 11142 | 2025.03.04 03:27:12.192226 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11143 | 2025.03.04 03:27:12.192329 [ 255 ] {2e63ce6a-1d63-4046-ba78-6ecb4b67694c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11144 | 2025.03.04 03:27:12.192392 [ 255 ] {2e63ce6a-1d63-4046-ba78-6ecb4b67694c} <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 | ||
| 11145 | 2025.03.04 03:27:12.193564 [ 255 ] {2e63ce6a-1d63-4046-ba78-6ecb4b67694c} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11146 | 2025.03.04 03:27:12.193601 [ 255 ] {2e63ce6a-1d63-4046-ba78-6ecb4b67694c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 11147 | 2025.03.04 03:27:12.194248 [ 255 ] {2e63ce6a-1d63-4046-ba78-6ecb4b67694c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11148 | 2025.03.04 03:27:12.194497 [ 255 ] {2e63ce6a-1d63-4046-ba78-6ecb4b67694c} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11149 | 2025.03.04 03:27:12.194745 [ 255 ] {2e63ce6a-1d63-4046-ba78-6ecb4b67694c} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002435 sec., 16427.104722792606 rows/sec., 29.44 MiB/sec. | ||
| 11150 | 2025.03.04 03:27:12.195043 [ 255 ] {2e63ce6a-1d63-4046-ba78-6ecb4b67694c} <Debug> TCPHandler: Processed in 0.002863655 sec. | ||
| 11151 | 2025.03.04 03:27:12.195356 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11152 | 2025.03.04 03:27:12.195464 [ 255 ] {13fbb338-51da-4c11-a181-c78bee69224d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11153 | 2025.03.04 03:27:12.195515 [ 255 ] {13fbb338-51da-4c11-a181-c78bee69224d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11154 | 2025.03.04 03:27:12.196031 [ 255 ] {13fbb338-51da-4c11-a181-c78bee69224d} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11155 | 2025.03.04 03:27:12.196068 [ 255 ] {13fbb338-51da-4c11-a181-c78bee69224d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 11156 | 2025.03.04 03:27:12.196421 [ 255 ] {13fbb338-51da-4c11-a181-c78bee69224d} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 11157 | 2025.03.04 03:27:12.196648 [ 255 ] {13fbb338-51da-4c11-a181-c78bee69224d} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11158 | 2025.03.04 03:27:12.196830 [ 255 ] {13fbb338-51da-4c11-a181-c78bee69224d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00139 sec., 43165.467625899284 rows/sec., 2.91 MiB/sec. | ||
| 11159 | 2025.03.04 03:27:12.196882 [ 255 ] {13fbb338-51da-4c11-a181-c78bee69224d} <Debug> TCPHandler: Processed in 0.00160891 sec. | ||
| 11160 | 2025.03.04 03:27:13.291987 [ 218 ] {} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11161 | 2025.03.04 03:27:13.292092 [ 218 ] {} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11162 | 2025.03.04 03:27:13.294633 [ 218 ] {} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11163 | 2025.03.04 03:27:15.919429 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11164 | 2025.03.04 03:27:15.919503 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11165 | 2025.03.04 03:27:16.149631 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33916 | ||
| 11166 | 2025.03.04 03:27:16.150273 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11167 | 2025.03.04 03:27:16.150321 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 11168 | 2025.03.04 03:27:16.150843 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11169 | 2025.03.04 03:27:16.151099 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11170 | 2025.03.04 03:27:16.151341 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 | ||
| 11171 | 2025.03.04 03:27:17.183792 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11172 | 2025.03.04 03:27:17.184069 [ 255 ] {381e7ebe-6402-4373-9a88-c9b989eaff2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11173 | 2025.03.04 03:27:17.184140 [ 255 ] {381e7ebe-6402-4373-9a88-c9b989eaff2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11174 | 2025.03.04 03:27:17.184882 [ 255 ] {381e7ebe-6402-4373-9a88-c9b989eaff2b} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11175 | 2025.03.04 03:27:17.184933 [ 255 ] {381e7ebe-6402-4373-9a88-c9b989eaff2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 11176 | 2025.03.04 03:27:17.185367 [ 255 ] {381e7ebe-6402-4373-9a88-c9b989eaff2b} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 11177 | 2025.03.04 03:27:17.185623 [ 255 ] {381e7ebe-6402-4373-9a88-c9b989eaff2b} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11178 | 2025.03.04 03:27:17.185975 [ 255 ] {381e7ebe-6402-4373-9a88-c9b989eaff2b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001957 sec., 28615.2273888605 rows/sec., 2.18 MiB/sec. | ||
| 11179 | 2025.03.04 03:27:17.186137 [ 255 ] {381e7ebe-6402-4373-9a88-c9b989eaff2b} <Debug> TCPHandler: Processed in 0.002518111 sec. | ||
| 11180 | 2025.03.04 03:27:17.186270 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11181 | 2025.03.04 03:27:17.186383 [ 255 ] {f4816e8c-7f8e-4684-87e5-46ad6ad298a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11182 | 2025.03.04 03:27:17.186429 [ 255 ] {f4816e8c-7f8e-4684-87e5-46ad6ad298a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11183 | 2025.03.04 03:27:17.186991 [ 255 ] {f4816e8c-7f8e-4684-87e5-46ad6ad298a0} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11184 | 2025.03.04 03:27:17.187030 [ 255 ] {f4816e8c-7f8e-4684-87e5-46ad6ad298a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 11185 | 2025.03.04 03:27:17.187391 [ 255 ] {f4816e8c-7f8e-4684-87e5-46ad6ad298a0} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 11186 | 2025.03.04 03:27:17.187636 [ 255 ] {f4816e8c-7f8e-4684-87e5-46ad6ad298a0} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11187 | 2025.03.04 03:27:17.187841 [ 255 ] {f4816e8c-7f8e-4684-87e5-46ad6ad298a0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001481 sec., 43214.04456448346 rows/sec., 3.37 MiB/sec. | ||
| 11188 | 2025.03.04 03:27:17.187893 [ 255 ] {f4816e8c-7f8e-4684-87e5-46ad6ad298a0} <Debug> TCPHandler: Processed in 0.00167807 sec. | ||
| 11189 | 2025.03.04 03:27:17.188010 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11190 | 2025.03.04 03:27:17.188146 [ 255 ] {4716bd4d-1ab8-4b07-93c4-8e18b67d2847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11191 | 2025.03.04 03:27:17.188204 [ 255 ] {4716bd4d-1ab8-4b07-93c4-8e18b67d2847} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11192 | 2025.03.04 03:27:17.188819 [ 255 ] {4716bd4d-1ab8-4b07-93c4-8e18b67d2847} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11193 | 2025.03.04 03:27:17.188864 [ 255 ] {4716bd4d-1ab8-4b07-93c4-8e18b67d2847} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 11194 | 2025.03.04 03:27:17.189283 [ 255 ] {4716bd4d-1ab8-4b07-93c4-8e18b67d2847} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 11195 | 2025.03.04 03:27:17.189532 [ 255 ] {4716bd4d-1ab8-4b07-93c4-8e18b67d2847} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11196 | 2025.03.04 03:27:17.189750 [ 255 ] {4716bd4d-1ab8-4b07-93c4-8e18b67d2847} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001625 sec., 98461.53846153847 rows/sec., 6.86 MiB/sec. | ||
| 11197 | 2025.03.04 03:27:17.189802 [ 255 ] {4716bd4d-1ab8-4b07-93c4-8e18b67d2847} <Debug> TCPHandler: Processed in 0.001845403 sec. | ||
| 11198 | 2025.03.04 03:27:17.189906 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11199 | 2025.03.04 03:27:17.190006 [ 255 ] {43097c4b-fa3f-46cc-b2d5-8f467d07819d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11200 | 2025.03.04 03:27:17.190050 [ 255 ] {43097c4b-fa3f-46cc-b2d5-8f467d07819d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11201 | 2025.03.04 03:27:17.190500 [ 255 ] {43097c4b-fa3f-46cc-b2d5-8f467d07819d} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11202 | 2025.03.04 03:27:17.190538 [ 255 ] {43097c4b-fa3f-46cc-b2d5-8f467d07819d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 11203 | 2025.03.04 03:27:17.190897 [ 255 ] {43097c4b-fa3f-46cc-b2d5-8f467d07819d} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 11204 | 2025.03.04 03:27:17.191129 [ 255 ] {43097c4b-fa3f-46cc-b2d5-8f467d07819d} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11205 | 2025.03.04 03:27:17.191339 [ 255 ] {43097c4b-fa3f-46cc-b2d5-8f467d07819d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001353 sec., 44345.89800443459 rows/sec., 2.99 MiB/sec. | ||
| 11206 | 2025.03.04 03:27:17.191387 [ 255 ] {43097c4b-fa3f-46cc-b2d5-8f467d07819d} <Debug> TCPHandler: Processed in 0.001531069 sec. | ||
| 11207 | 2025.03.04 03:27:17.782027 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11208 | 2025.03.04 03:27:17.782134 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11209 | 2025.03.04 03:27:17.784247 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11210 | 2025.03.04 03:27:18.196517 [ 220 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11211 | 2025.03.04 03:27:18.196576 [ 220 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11212 | 2025.03.04 03:27:18.198574 [ 220 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11213 | 2025.03.04 03:27:18.254004 [ 220 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11214 | 2025.03.04 03:27:18.254041 [ 220 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11215 | 2025.03.04 03:27:18.256452 [ 220 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11216 | 2025.03.04 03:27:18.358065 [ 221 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11217 | 2025.03.04 03:27:18.358117 [ 221 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11218 | 2025.03.04 03:27:18.360024 [ 221 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11219 | 2025.03.04 03:27:18.586503 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558 | ||
| 11220 | 2025.03.04 03:27:18.608697 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11221 | 2025.03.04 03:27:18.608753 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11222 | 2025.03.04 03:27:18.616012 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11223 | 2025.03.04 03:27:18.616825 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11224 | 2025.03.04 03:27:18.619700 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558 | ||
| 11225 | 2025.03.04 03:27:19.796851 [ 115 ] {} <Debug> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 11226 | 2025.03.04 03:27:19.796919 [ 115 ] {} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11227 | 2025.03.04 03:27:19.796941 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11228 | 2025.03.04 03:27:19.797148 [ 189 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 11229 | 2025.03.04 03:27:19.797368 [ 189 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11230 | 2025.03.04 03:27:19.797409 [ 189 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 365 rows starting from the beginning of the part | ||
| 11231 | 2025.03.04 03:27:19.797497 [ 189 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 113 rows starting from the beginning of the part | ||
| 11232 | 2025.03.04 03:27:19.797789 [ 189 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 228 rows starting from the beginning of the part | ||
| 11233 | 2025.03.04 03:27:19.798010 [ 189 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 252 rows starting from the beginning of the part | ||
| 11234 | 2025.03.04 03:27:19.798173 [ 189 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 252 rows starting from the beginning of the part | ||
| 11235 | 2025.03.04 03:27:19.799632 [ 195 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1210 rows, containing 5 columns (5 merged, 0 gathered) in 0.002612722 sec., 463118.5407402701 rows/sec., 33.29 MiB/sec. | ||
| 11236 | 2025.03.04 03:27:19.799800 [ 193 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 11237 | 2025.03.04 03:27:19.800103 [ 193 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_21_5} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11238 | 2025.03.04 03:27:19.800194 [ 193 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_21_5} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 11239 | 2025.03.04 03:27:19.800279 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 11240 | 2025.03.04 03:27:21.023519 [ 225 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11241 | 2025.03.04 03:27:21.023574 [ 225 ] {} <Debug> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11242 | 2025.03.04 03:27:21.025987 [ 225 ] {} <Debug> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11243 | 2025.03.04 03:27:21.323509 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1492 | ||
| 11244 | 2025.03.04 03:27:21.326817 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11245 | 2025.03.04 03:27:21.326873 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11246 | 2025.03.04 03:27:21.328500 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11247 | 2025.03.04 03:27:21.328833 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11248 | 2025.03.04 03:27:21.329475 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1492 | ||
| 11249 | 2025.03.04 03:27:22.185683 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11250 | 2025.03.04 03:27:22.185897 [ 255 ] {ff602be8-514e-48be-9297-985d97c5a298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11251 | 2025.03.04 03:27:22.185979 [ 255 ] {ff602be8-514e-48be-9297-985d97c5a298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11252 | 2025.03.04 03:27:22.186745 [ 255 ] {ff602be8-514e-48be-9297-985d97c5a298} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11253 | 2025.03.04 03:27:22.186798 [ 255 ] {ff602be8-514e-48be-9297-985d97c5a298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11254 | 2025.03.04 03:27:22.187227 [ 255 ] {ff602be8-514e-48be-9297-985d97c5a298} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 11255 | 2025.03.04 03:27:22.187483 [ 255 ] {ff602be8-514e-48be-9297-985d97c5a298} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11256 | 2025.03.04 03:27:22.187737 [ 255 ] {ff602be8-514e-48be-9297-985d97c5a298} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001898 sec., 4214.963119072709 rows/sec., 343.70 KiB/sec. | ||
| 11257 | 2025.03.04 03:27:22.187805 [ 255 ] {ff602be8-514e-48be-9297-985d97c5a298} <Debug> TCPHandler: Processed in 0.002262148 sec. | ||
| 11258 | 2025.03.04 03:27:22.187920 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11259 | 2025.03.04 03:27:22.188027 [ 255 ] {4cc3c0ca-4ccd-48a3-97e7-7cb075e92f9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11260 | 2025.03.04 03:27:22.188073 [ 255 ] {4cc3c0ca-4ccd-48a3-97e7-7cb075e92f9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11261 | 2025.03.04 03:27:22.188666 [ 255 ] {4cc3c0ca-4ccd-48a3-97e7-7cb075e92f9b} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11262 | 2025.03.04 03:27:22.188706 [ 255 ] {4cc3c0ca-4ccd-48a3-97e7-7cb075e92f9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11263 | 2025.03.04 03:27:22.189066 [ 255 ] {4cc3c0ca-4ccd-48a3-97e7-7cb075e92f9b} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 11264 | 2025.03.04 03:27:22.189309 [ 255 ] {4cc3c0ca-4ccd-48a3-97e7-7cb075e92f9b} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11265 | 2025.03.04 03:27:22.189535 [ 255 ] {4cc3c0ca-4ccd-48a3-97e7-7cb075e92f9b} <Debug> executeQuery: Read 140 rows, 12.29 KiB in 0.001534 sec., 91264.66753585398 rows/sec., 7.82 MiB/sec. | ||
| 11266 | 2025.03.04 03:27:22.189587 [ 255 ] {4cc3c0ca-4ccd-48a3-97e7-7cb075e92f9b} <Debug> TCPHandler: Processed in 0.001719012 sec. | ||
| 11267 | 2025.03.04 03:27:22.189692 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11268 | 2025.03.04 03:27:22.189794 [ 255 ] {48292913-848d-4f3a-a643-ef02d0656cdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11269 | 2025.03.04 03:27:22.189837 [ 255 ] {48292913-848d-4f3a-a643-ef02d0656cdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11270 | 2025.03.04 03:27:22.190366 [ 255 ] {48292913-848d-4f3a-a643-ef02d0656cdb} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11271 | 2025.03.04 03:27:22.190404 [ 255 ] {48292913-848d-4f3a-a643-ef02d0656cdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11272 | 2025.03.04 03:27:22.190755 [ 255 ] {48292913-848d-4f3a-a643-ef02d0656cdb} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 11273 | 2025.03.04 03:27:22.190984 [ 255 ] {48292913-848d-4f3a-a643-ef02d0656cdb} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11274 | 2025.03.04 03:27:22.191186 [ 255 ] {48292913-848d-4f3a-a643-ef02d0656cdb} <Debug> executeQuery: Read 48 rows, 3.57 KiB in 0.001414 sec., 33946.25176803395 rows/sec., 2.46 MiB/sec. | ||
| 11275 | 2025.03.04 03:27:22.191239 [ 255 ] {48292913-848d-4f3a-a643-ef02d0656cdb} <Debug> TCPHandler: Processed in 0.00159768 sec. | ||
| 11276 | 2025.03.04 03:27:22.191342 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11277 | 2025.03.04 03:27:22.191442 [ 255 ] {82f8a370-52b2-47d3-b582-280250474554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11278 | 2025.03.04 03:27:22.191486 [ 255 ] {82f8a370-52b2-47d3-b582-280250474554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11279 | 2025.03.04 03:27:22.192031 [ 255 ] {82f8a370-52b2-47d3-b582-280250474554} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11280 | 2025.03.04 03:27:22.192069 [ 255 ] {82f8a370-52b2-47d3-b582-280250474554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11281 | 2025.03.04 03:27:22.192421 [ 255 ] {82f8a370-52b2-47d3-b582-280250474554} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 11282 | 2025.03.04 03:27:22.192646 [ 255 ] {82f8a370-52b2-47d3-b582-280250474554} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11283 | 2025.03.04 03:27:22.192854 [ 255 ] {82f8a370-52b2-47d3-b582-280250474554} <Debug> executeQuery: Read 112 rows, 8.97 KiB in 0.001432 sec., 78212.2905027933 rows/sec., 6.12 MiB/sec. | ||
| 11284 | 2025.03.04 03:27:22.192905 [ 255 ] {82f8a370-52b2-47d3-b582-280250474554} <Debug> TCPHandler: Processed in 0.00161331 sec. | ||
| 11285 | 2025.03.04 03:27:22.193018 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11286 | 2025.03.04 03:27:22.193122 [ 255 ] {a5aacd3d-152c-414a-ad3d-2f01efe12567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11287 | 2025.03.04 03:27:22.193167 [ 255 ] {a5aacd3d-152c-414a-ad3d-2f01efe12567} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11288 | 2025.03.04 03:27:22.193671 [ 255 ] {a5aacd3d-152c-414a-ad3d-2f01efe12567} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11289 | 2025.03.04 03:27:22.193708 [ 255 ] {a5aacd3d-152c-414a-ad3d-2f01efe12567} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11290 | 2025.03.04 03:27:22.194081 [ 255 ] {a5aacd3d-152c-414a-ad3d-2f01efe12567} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 11291 | 2025.03.04 03:27:22.194317 [ 255 ] {a5aacd3d-152c-414a-ad3d-2f01efe12567} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11292 | 2025.03.04 03:27:22.194489 [ 135 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0 | ||
| 11293 | 2025.03.04 03:27:22.194548 [ 255 ] {a5aacd3d-152c-414a-ad3d-2f01efe12567} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001439 sec., 113968.03335649757 rows/sec., 7.93 MiB/sec. | ||
| 11294 | 2025.03.04 03:27:22.194584 [ 135 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11295 | 2025.03.04 03:27:22.194664 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11296 | 2025.03.04 03:27:22.194670 [ 255 ] {a5aacd3d-152c-414a-ad3d-2f01efe12567} <Debug> TCPHandler: Processed in 0.001699601 sec. | ||
| 11297 | 2025.03.04 03:27:22.194915 [ 195 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_110_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_105_21 to all_110_110_0 into Compact with storage Full | ||
| 11298 | 2025.03.04 03:27:22.194930 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11299 | 2025.03.04 03:27:22.195179 [ 255 ] {9dda03d6-be58-476f-8923-d58d7ec01889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11300 | 2025.03.04 03:27:22.195201 [ 195 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_110_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11301 | 2025.03.04 03:27:22.195310 [ 195 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_105_21, total 30169 rows starting from the beginning of the part | ||
| 11302 | 2025.03.04 03:27:22.195359 [ 255 ] {9dda03d6-be58-476f-8923-d58d7ec01889} <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 | ||
| 11303 | 2025.03.04 03:27:22.195697 [ 195 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 160 rows starting from the beginning of the part | ||
| 11304 | 2025.03.04 03:27:22.196140 [ 195 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 916 rows starting from the beginning of the part | ||
| 11305 | 2025.03.04 03:27:22.196576 [ 195 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part | ||
| 11306 | 2025.03.04 03:27:22.196965 [ 195 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 160 rows starting from the beginning of the part | ||
| 11307 | 2025.03.04 03:27:22.197398 [ 195 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 164 rows starting from the beginning of the part | ||
| 11308 | 2025.03.04 03:27:22.199957 [ 255 ] {9dda03d6-be58-476f-8923-d58d7ec01889} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11309 | 2025.03.04 03:27:22.200033 [ 255 ] {9dda03d6-be58-476f-8923-d58d7ec01889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11310 | 2025.03.04 03:27:22.201790 [ 255 ] {9dda03d6-be58-476f-8923-d58d7ec01889} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11311 | 2025.03.04 03:27:22.202182 [ 255 ] {9dda03d6-be58-476f-8923-d58d7ec01889} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11312 | 2025.03.04 03:27:22.202479 [ 255 ] {9dda03d6-be58-476f-8923-d58d7ec01889} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.007391 sec., 5411.987552428629 rows/sec., 9.70 MiB/sec. | ||
| 11313 | 2025.03.04 03:27:22.202596 [ 255 ] {9dda03d6-be58-476f-8923-d58d7ec01889} <Debug> TCPHandler: Processed in 0.007743035 sec. | ||
| 11314 | 2025.03.04 03:27:22.202740 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11315 | 2025.03.04 03:27:22.202915 [ 255 ] {3028ce50-fffa-4beb-a43b-eb2bb3e7cdc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11316 | 2025.03.04 03:27:22.202981 [ 255 ] {3028ce50-fffa-4beb-a43b-eb2bb3e7cdc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11317 | 2025.03.04 03:27:22.203514 [ 255 ] {3028ce50-fffa-4beb-a43b-eb2bb3e7cdc7} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11318 | 2025.03.04 03:27:22.203559 [ 255 ] {3028ce50-fffa-4beb-a43b-eb2bb3e7cdc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11319 | 2025.03.04 03:27:22.203961 [ 255 ] {3028ce50-fffa-4beb-a43b-eb2bb3e7cdc7} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 11320 | 2025.03.04 03:27:22.204335 [ 255 ] {3028ce50-fffa-4beb-a43b-eb2bb3e7cdc7} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11321 | 2025.03.04 03:27:22.204620 [ 255 ] {3028ce50-fffa-4beb-a43b-eb2bb3e7cdc7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00174 sec., 34482.75862068965 rows/sec., 2.32 MiB/sec. | ||
| 11322 | 2025.03.04 03:27:22.204671 [ 255 ] {3028ce50-fffa-4beb-a43b-eb2bb3e7cdc7} <Debug> TCPHandler: Processed in 0.001987285 sec. | ||
| 11323 | 2025.03.04 03:27:22.206501 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_110_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31729 rows, containing 5 columns (5 merged, 0 gathered) in 0.011708304 sec., 2709956.9672943237 rows/sec., 185.95 MiB/sec. | ||
| 11324 | 2025.03.04 03:27:22.207179 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_110_22} <Trace> MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) | ||
| 11325 | 2025.03.04 03:27:22.207545 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11326 | 2025.03.04 03:27:22.207639 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22 | ||
| 11327 | 2025.03.04 03:27:22.207756 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 11328 | 2025.03.04 03:27:22.696814 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11329 | 2025.03.04 03:27:22.696885 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11330 | 2025.03.04 03:27:22.698697 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11331 | 2025.03.04 03:27:23.414528 [ 225 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11332 | 2025.03.04 03:27:23.414604 [ 225 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11333 | 2025.03.04 03:27:23.418075 [ 225 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11334 | 2025.03.04 03:27:23.492191 [ 223 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11335 | 2025.03.04 03:27:23.492252 [ 223 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11336 | 2025.03.04 03:27:23.494511 [ 223 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11337 | 2025.03.04 03:27:23.651500 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34343 | ||
| 11338 | 2025.03.04 03:27:23.652212 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11339 | 2025.03.04 03:27:23.652264 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11340 | 2025.03.04 03:27:23.652799 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11341 | 2025.03.04 03:27:23.653060 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11342 | 2025.03.04 03:27:23.653311 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34343 | ||
| 11343 | 2025.03.04 03:27:24.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 251.04 MiB, peak 268.19 MiB, free memory in arenas 0.00 B, will set to 255.03 MiB (RSS), difference: 3.99 MiB | ||
| 11344 | 2025.03.04 03:27:26.119807 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566 | ||
| 11345 | 2025.03.04 03:27:26.141555 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11346 | 2025.03.04 03:27:26.141603 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11347 | 2025.03.04 03:27:26.149219 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11348 | 2025.03.04 03:27:26.150045 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11349 | 2025.03.04 03:27:26.153304 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566 | ||
| 11350 | 2025.03.04 03:27:27.183948 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11351 | 2025.03.04 03:27:27.184168 [ 255 ] {6e5b56aa-598e-4159-a99f-b0d9073262d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11352 | 2025.03.04 03:27:27.184248 [ 255 ] {6e5b56aa-598e-4159-a99f-b0d9073262d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11353 | 2025.03.04 03:27:27.185030 [ 255 ] {6e5b56aa-598e-4159-a99f-b0d9073262d0} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11354 | 2025.03.04 03:27:27.185086 [ 255 ] {6e5b56aa-598e-4159-a99f-b0d9073262d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11355 | 2025.03.04 03:27:27.185541 [ 255 ] {6e5b56aa-598e-4159-a99f-b0d9073262d0} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 11356 | 2025.03.04 03:27:27.185805 [ 255 ] {6e5b56aa-598e-4159-a99f-b0d9073262d0} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11357 | 2025.03.04 03:27:27.186055 [ 255 ] {6e5b56aa-598e-4159-a99f-b0d9073262d0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001935 sec., 28940.568475452194 rows/sec., 2.21 MiB/sec. | ||
| 11358 | 2025.03.04 03:27:27.186046 [ 149 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 11359 | 2025.03.04 03:27:27.186156 [ 255 ] {6e5b56aa-598e-4159-a99f-b0d9073262d0} <Debug> TCPHandler: Processed in 0.002343598 sec. | ||
| 11360 | 2025.03.04 03:27:27.186197 [ 149 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11361 | 2025.03.04 03:27:27.186276 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11362 | 2025.03.04 03:27:27.186328 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11363 | 2025.03.04 03:27:27.186608 [ 193 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 11364 | 2025.03.04 03:27:27.186624 [ 255 ] {c91fe150-6341-4edf-8d49-5ae4724c8355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11365 | 2025.03.04 03:27:27.186753 [ 255 ] {c91fe150-6341-4edf-8d49-5ae4724c8355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11366 | 2025.03.04 03:27:27.187109 [ 193 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11367 | 2025.03.04 03:27:27.187287 [ 193 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1968 rows starting from the beginning of the part | ||
| 11368 | 2025.03.04 03:27:27.189635 [ 193 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 1316 rows starting from the beginning of the part | ||
| 11369 | 2025.03.04 03:27:27.189958 [ 193 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 136 rows starting from the beginning of the part | ||
| 11370 | 2025.03.04 03:27:27.190339 [ 193 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 56 rows starting from the beginning of the part | ||
| 11371 | 2025.03.04 03:27:27.190733 [ 193 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 140 rows starting from the beginning of the part | ||
| 11372 | 2025.03.04 03:27:27.190767 [ 255 ] {c91fe150-6341-4edf-8d49-5ae4724c8355} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11373 | 2025.03.04 03:27:27.190874 [ 255 ] {c91fe150-6341-4edf-8d49-5ae4724c8355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11374 | 2025.03.04 03:27:27.190990 [ 193 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 56 rows starting from the beginning of the part | ||
| 11375 | 2025.03.04 03:27:27.192111 [ 255 ] {c91fe150-6341-4edf-8d49-5ae4724c8355} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 11376 | 2025.03.04 03:27:27.192593 [ 255 ] {c91fe150-6341-4edf-8d49-5ae4724c8355} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11377 | 2025.03.04 03:27:27.192910 [ 148 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 11378 | 2025.03.04 03:27:27.193015 [ 148 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11379 | 2025.03.04 03:27:27.193095 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11380 | 2025.03.04 03:27:27.193177 [ 255 ] {c91fe150-6341-4edf-8d49-5ae4724c8355} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006623 sec., 9663.294579495696 rows/sec., 772.34 KiB/sec. | ||
| 11381 | 2025.03.04 03:27:27.193543 [ 186 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 11382 | 2025.03.04 03:27:27.193558 [ 255 ] {c91fe150-6341-4edf-8d49-5ae4724c8355} <Debug> TCPHandler: Processed in 0.0072958 sec. | ||
| 11383 | 2025.03.04 03:27:27.194062 [ 186 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11384 | 2025.03.04 03:27:27.194177 [ 186 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 952 rows starting from the beginning of the part | ||
| 11385 | 2025.03.04 03:27:27.194177 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11386 | 2025.03.04 03:27:27.194527 [ 186 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 556 rows starting from the beginning of the part | ||
| 11387 | 2025.03.04 03:27:27.194714 [ 255 ] {9a34ae88-dd54-4edc-b11a-8b8cb0450062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11388 | 2025.03.04 03:27:27.194819 [ 186 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 104 rows starting from the beginning of the part | ||
| 11389 | 2025.03.04 03:27:27.195092 [ 255 ] {9a34ae88-dd54-4edc-b11a-8b8cb0450062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11390 | 2025.03.04 03:27:27.195267 [ 186 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 64 rows starting from the beginning of the part | ||
| 11391 | 2025.03.04 03:27:27.195602 [ 186 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 112 rows starting from the beginning of the part | ||
| 11392 | 2025.03.04 03:27:27.195956 [ 186 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 64 rows starting from the beginning of the part | ||
| 11393 | 2025.03.04 03:27:27.197422 [ 192 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3672 rows, containing 5 columns (5 merged, 0 gathered) in 0.011040735 sec., 332586.55334087816 rows/sec., 28.72 MiB/sec. | ||
| 11394 | 2025.03.04 03:27:27.197870 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 11395 | 2025.03.04 03:27:27.198921 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_111_22} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11396 | 2025.03.04 03:27:27.199152 [ 255 ] {9a34ae88-dd54-4edc-b11a-8b8cb0450062} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11397 | 2025.03.04 03:27:27.199235 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_111_22} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 11398 | 2025.03.04 03:27:27.199285 [ 255 ] {9a34ae88-dd54-4edc-b11a-8b8cb0450062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11399 | 2025.03.04 03:27:27.199507 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 11400 | 2025.03.04 03:27:27.200222 [ 255 ] {9a34ae88-dd54-4edc-b11a-8b8cb0450062} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 11401 | 2025.03.04 03:27:27.200488 [ 186 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1852 rows, containing 5 columns (5 merged, 0 gathered) in 0.007246589 sec., 255568.5164427015 rows/sec., 20.06 MiB/sec. | ||
| 11402 | 2025.03.04 03:27:27.200718 [ 186 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 11403 | 2025.03.04 03:27:27.200728 [ 255 ] {9a34ae88-dd54-4edc-b11a-8b8cb0450062} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11404 | 2025.03.04 03:27:27.201229 [ 255 ] {9a34ae88-dd54-4edc-b11a-8b8cb0450062} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006708 sec., 23852.11687537269 rows/sec., 1.66 MiB/sec. | ||
| 11405 | 2025.03.04 03:27:27.201569 [ 255 ] {9a34ae88-dd54-4edc-b11a-8b8cb0450062} <Debug> TCPHandler: Processed in 0.007591193 sec. | ||
| 11406 | 2025.03.04 03:27:27.201563 [ 194 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_111_22} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11407 | 2025.03.04 03:27:27.201922 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11408 | 2025.03.04 03:27:27.201974 [ 194 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_111_22} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 11409 | 2025.03.04 03:27:27.202207 [ 255 ] {2b04ace8-9177-4e99-a2d4-4f3b63a8200d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11410 | 2025.03.04 03:27:27.202299 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 11411 | 2025.03.04 03:27:27.202361 [ 255 ] {2b04ace8-9177-4e99-a2d4-4f3b63a8200d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11412 | 2025.03.04 03:27:27.202968 [ 255 ] {2b04ace8-9177-4e99-a2d4-4f3b63a8200d} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11413 | 2025.03.04 03:27:27.203006 [ 255 ] {2b04ace8-9177-4e99-a2d4-4f3b63a8200d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11414 | 2025.03.04 03:27:27.203374 [ 255 ] {2b04ace8-9177-4e99-a2d4-4f3b63a8200d} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 11415 | 2025.03.04 03:27:27.203613 [ 255 ] {2b04ace8-9177-4e99-a2d4-4f3b63a8200d} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11416 | 2025.03.04 03:27:27.203749 [ 148 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 11417 | 2025.03.04 03:27:27.203784 [ 148 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11418 | 2025.03.04 03:27:27.203794 [ 255 ] {2b04ace8-9177-4e99-a2d4-4f3b63a8200d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001698 sec., 35335.68904593639 rows/sec., 2.38 MiB/sec. | ||
| 11419 | 2025.03.04 03:27:27.203806 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11420 | 2025.03.04 03:27:27.203902 [ 255 ] {2b04ace8-9177-4e99-a2d4-4f3b63a8200d} <Debug> TCPHandler: Processed in 0.002079006 sec. | ||
| 11421 | 2025.03.04 03:27:27.204011 [ 194 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 11422 | 2025.03.04 03:27:27.204133 [ 194 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11423 | 2025.03.04 03:27:27.204163 [ 194 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6106 rows starting from the beginning of the part | ||
| 11424 | 2025.03.04 03:27:27.204269 [ 194 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part | ||
| 11425 | 2025.03.04 03:27:27.204489 [ 194 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 60 rows starting from the beginning of the part | ||
| 11426 | 2025.03.04 03:27:27.204755 [ 194 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part | ||
| 11427 | 2025.03.04 03:27:27.204908 [ 194 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 60 rows starting from the beginning of the part | ||
| 11428 | 2025.03.04 03:27:27.205072 [ 194 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part | ||
| 11429 | 2025.03.04 03:27:27.207193 [ 188 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6406 rows, containing 4 columns (4 merged, 0 gathered) in 0.00329257 sec., 1945592.6525480098 rows/sec., 130.76 MiB/sec. | ||
| 11430 | 2025.03.04 03:27:27.207630 [ 197 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 11431 | 2025.03.04 03:27:27.207961 [ 197 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_111_22} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11432 | 2025.03.04 03:27:27.208053 [ 197 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_111_22} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 11433 | 2025.03.04 03:27:27.208152 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
| 11434 | 2025.03.04 03:27:30.919549 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11435 | 2025.03.04 03:27:30.919621 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11436 | 2025.03.04 03:27:31.153454 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34831 | ||
| 11437 | 2025.03.04 03:27:31.154204 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11438 | 2025.03.04 03:27:31.154258 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11439 | 2025.03.04 03:27:31.154817 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11440 | 2025.03.04 03:27:31.155066 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11441 | 2025.03.04 03:27:31.155294 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831 | ||
| 11442 | 2025.03.04 03:27:31.155302 [ 145 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 11443 | 2025.03.04 03:27:31.155373 [ 145 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11444 | 2025.03.04 03:27:31.155399 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11445 | 2025.03.04 03:27:31.155562 [ 194 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 11446 | 2025.03.04 03:27:31.155751 [ 194 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11447 | 2025.03.04 03:27:31.155800 [ 194 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32513 rows starting from the beginning of the part | ||
| 11448 | 2025.03.04 03:27:31.155907 [ 194 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 488 rows starting from the beginning of the part | ||
| 11449 | 2025.03.04 03:27:31.156117 [ 194 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 427 rows starting from the beginning of the part | ||
| 11450 | 2025.03.04 03:27:31.156396 [ 194 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 488 rows starting from the beginning of the part | ||
| 11451 | 2025.03.04 03:27:31.156520 [ 194 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 427 rows starting from the beginning of the part | ||
| 11452 | 2025.03.04 03:27:31.156653 [ 194 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 488 rows starting from the beginning of the part | ||
| 11453 | 2025.03.04 03:27:31.159772 [ 188 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.004298732 sec., 8102621.88943158 rows/sec., 115.91 MiB/sec. | ||
| 11454 | 2025.03.04 03:27:31.160030 [ 188 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 11455 | 2025.03.04 03:27:31.160316 [ 188 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_76_15} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11456 | 2025.03.04 03:27:31.160391 [ 188 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_76_15} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 11457 | 2025.03.04 03:27:31.160497 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB. | ||
| 11458 | 2025.03.04 03:27:31.329686 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1514 | ||
| 11459 | 2025.03.04 03:27:31.332742 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11460 | 2025.03.04 03:27:31.332807 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11461 | 2025.03.04 03:27:31.334412 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11462 | 2025.03.04 03:27:31.334762 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11463 | 2025.03.04 03:27:31.335562 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1514 | ||
| 11464 | 2025.03.04 03:27:32.185873 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11465 | 2025.03.04 03:27:32.186075 [ 255 ] {b4eb19df-b358-4fe9-a48a-a683cc86da2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11466 | 2025.03.04 03:27:32.186154 [ 255 ] {b4eb19df-b358-4fe9-a48a-a683cc86da2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11467 | 2025.03.04 03:27:32.186971 [ 255 ] {b4eb19df-b358-4fe9-a48a-a683cc86da2d} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11468 | 2025.03.04 03:27:32.187018 [ 255 ] {b4eb19df-b358-4fe9-a48a-a683cc86da2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11469 | 2025.03.04 03:27:32.187463 [ 255 ] {b4eb19df-b358-4fe9-a48a-a683cc86da2d} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 11470 | 2025.03.04 03:27:32.187730 [ 255 ] {b4eb19df-b358-4fe9-a48a-a683cc86da2d} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11471 | 2025.03.04 03:27:32.187989 [ 255 ] {b4eb19df-b358-4fe9-a48a-a683cc86da2d} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001964 sec., 69246.43584521385 rows/sec., 5.96 MiB/sec. | ||
| 11472 | 2025.03.04 03:27:32.188128 [ 255 ] {b4eb19df-b358-4fe9-a48a-a683cc86da2d} <Debug> TCPHandler: Processed in 0.002386019 sec. | ||
| 11473 | 2025.03.04 03:27:32.188279 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11474 | 2025.03.04 03:27:32.188564 [ 255 ] {c1e001fc-064f-4266-a1e9-808e300b9c06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11475 | 2025.03.04 03:27:32.188685 [ 255 ] {c1e001fc-064f-4266-a1e9-808e300b9c06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11476 | 2025.03.04 03:27:32.189255 [ 255 ] {c1e001fc-064f-4266-a1e9-808e300b9c06} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11477 | 2025.03.04 03:27:32.189296 [ 255 ] {c1e001fc-064f-4266-a1e9-808e300b9c06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11478 | 2025.03.04 03:27:32.189649 [ 255 ] {c1e001fc-064f-4266-a1e9-808e300b9c06} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 11479 | 2025.03.04 03:27:32.189888 [ 255 ] {c1e001fc-064f-4266-a1e9-808e300b9c06} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11480 | 2025.03.04 03:27:32.190069 [ 255 ] {c1e001fc-064f-4266-a1e9-808e300b9c06} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001612 sec., 24813.89578163772 rows/sec., 1.82 MiB/sec. | ||
| 11481 | 2025.03.04 03:27:32.190123 [ 255 ] {c1e001fc-064f-4266-a1e9-808e300b9c06} <Debug> TCPHandler: Processed in 0.001928203 sec. | ||
| 11482 | 2025.03.04 03:27:32.190228 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11483 | 2025.03.04 03:27:32.190331 [ 255 ] {5ef64694-96ef-4c16-be1c-3816270ac9f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11484 | 2025.03.04 03:27:32.190375 [ 255 ] {5ef64694-96ef-4c16-be1c-3816270ac9f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11485 | 2025.03.04 03:27:32.190914 [ 255 ] {5ef64694-96ef-4c16-be1c-3816270ac9f3} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11486 | 2025.03.04 03:27:32.190951 [ 255 ] {5ef64694-96ef-4c16-be1c-3816270ac9f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11487 | 2025.03.04 03:27:32.191307 [ 255 ] {5ef64694-96ef-4c16-be1c-3816270ac9f3} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 11488 | 2025.03.04 03:27:32.191544 [ 255 ] {5ef64694-96ef-4c16-be1c-3816270ac9f3} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11489 | 2025.03.04 03:27:32.191716 [ 255 ] {5ef64694-96ef-4c16-be1c-3816270ac9f3} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001408 sec., 73863.63636363637 rows/sec., 5.77 MiB/sec. | ||
| 11490 | 2025.03.04 03:27:32.191766 [ 255 ] {5ef64694-96ef-4c16-be1c-3816270ac9f3} <Debug> TCPHandler: Processed in 0.00158956 sec. | ||
| 11491 | 2025.03.04 03:27:32.191879 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11492 | 2025.03.04 03:27:32.191983 [ 255 ] {9eaf638b-a928-4b0b-9502-bfc7e7af3592} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11493 | 2025.03.04 03:27:32.192030 [ 255 ] {9eaf638b-a928-4b0b-9502-bfc7e7af3592} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11494 | 2025.03.04 03:27:32.192536 [ 255 ] {9eaf638b-a928-4b0b-9502-bfc7e7af3592} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11495 | 2025.03.04 03:27:32.192572 [ 255 ] {9eaf638b-a928-4b0b-9502-bfc7e7af3592} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11496 | 2025.03.04 03:27:32.192950 [ 255 ] {9eaf638b-a928-4b0b-9502-bfc7e7af3592} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 11497 | 2025.03.04 03:27:32.193187 [ 255 ] {9eaf638b-a928-4b0b-9502-bfc7e7af3592} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11498 | 2025.03.04 03:27:32.193359 [ 255 ] {9eaf638b-a928-4b0b-9502-bfc7e7af3592} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001397 sec., 114531.1381531854 rows/sec., 7.98 MiB/sec. | ||
| 11499 | 2025.03.04 03:27:32.193408 [ 255 ] {9eaf638b-a928-4b0b-9502-bfc7e7af3592} <Debug> TCPHandler: Processed in 0.00158026 sec. | ||
| 11500 | 2025.03.04 03:27:32.193513 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11501 | 2025.03.04 03:27:32.193614 [ 255 ] {cc22037b-51b8-4933-a100-637690c67c4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11502 | 2025.03.04 03:27:32.193677 [ 255 ] {cc22037b-51b8-4933-a100-637690c67c4b} <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 | ||
| 11503 | 2025.03.04 03:27:32.194768 [ 255 ] {cc22037b-51b8-4933-a100-637690c67c4b} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11504 | 2025.03.04 03:27:32.194804 [ 255 ] {cc22037b-51b8-4933-a100-637690c67c4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11505 | 2025.03.04 03:27:32.195476 [ 255 ] {cc22037b-51b8-4933-a100-637690c67c4b} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11506 | 2025.03.04 03:27:32.195739 [ 255 ] {cc22037b-51b8-4933-a100-637690c67c4b} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11507 | 2025.03.04 03:27:32.195928 [ 255 ] {cc22037b-51b8-4933-a100-637690c67c4b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002336 sec., 17123.287671232876 rows/sec., 30.68 MiB/sec. | ||
| 11508 | 2025.03.04 03:27:32.196027 [ 255 ] {cc22037b-51b8-4933-a100-637690c67c4b} <Debug> TCPHandler: Processed in 0.002565012 sec. | ||
| 11509 | 2025.03.04 03:27:32.196142 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11510 | 2025.03.04 03:27:32.196244 [ 255 ] {5b7d002b-e46f-439d-8add-7175e65ddaa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11511 | 2025.03.04 03:27:32.196288 [ 255 ] {5b7d002b-e46f-439d-8add-7175e65ddaa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11512 | 2025.03.04 03:27:32.196718 [ 255 ] {5b7d002b-e46f-439d-8add-7175e65ddaa9} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11513 | 2025.03.04 03:27:32.196754 [ 255 ] {5b7d002b-e46f-439d-8add-7175e65ddaa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11514 | 2025.03.04 03:27:32.197106 [ 255 ] {5b7d002b-e46f-439d-8add-7175e65ddaa9} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 11515 | 2025.03.04 03:27:32.197335 [ 255 ] {5b7d002b-e46f-439d-8add-7175e65ddaa9} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11516 | 2025.03.04 03:27:32.197529 [ 255 ] {5b7d002b-e46f-439d-8add-7175e65ddaa9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001302 sec., 46082.949308755764 rows/sec., 3.11 MiB/sec. | ||
| 11517 | 2025.03.04 03:27:32.197601 [ 255 ] {5b7d002b-e46f-439d-8add-7175e65ddaa9} <Debug> TCPHandler: Processed in 0.001504448 sec. | ||
| 11518 | 2025.03.04 03:27:33.653397 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573 | ||
| 11519 | 2025.03.04 03:27:33.675106 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11520 | 2025.03.04 03:27:33.675153 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11521 | 2025.03.04 03:27:33.682649 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11522 | 2025.03.04 03:27:33.683464 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11523 | 2025.03.04 03:27:33.683886 [ 144 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 11524 | 2025.03.04 03:27:33.684028 [ 144 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11525 | 2025.03.04 03:27:33.684099 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11526 | 2025.03.04 03:27:33.684549 [ 196 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 11527 | 2025.03.04 03:27:33.700198 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573 | ||
| 11528 | 2025.03.04 03:27:33.701832 [ 196 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11529 | 2025.03.04 03:27:33.703484 [ 196 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 536 rows starting from the beginning of the part | ||
| 11530 | 2025.03.04 03:27:33.709270 [ 196 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 7 rows starting from the beginning of the part | ||
| 11531 | 2025.03.04 03:27:33.715092 [ 196 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part | ||
| 11532 | 2025.03.04 03:27:33.720811 [ 196 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 7 rows starting from the beginning of the part | ||
| 11533 | 2025.03.04 03:27:33.726976 [ 196 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part | ||
| 11534 | 2025.03.04 03:27:33.732769 [ 196 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 7 rows starting from the beginning of the part | ||
| 11535 | 2025.03.04 03:27:33.795153 [ 198 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.110913049 sec., 5166.209072478027 rows/sec., 26.71 MiB/sec. | ||
| 11536 | 2025.03.04 03:27:33.798426 [ 191 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 11537 | 2025.03.04 03:27:33.801402 [ 191 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_76_15} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11538 | 2025.03.04 03:27:33.801502 [ 191 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_76_15} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 11539 | 2025.03.04 03:27:33.803912 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 11540 | 2025.03.04 03:27:34.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 256.10 MiB, peak 273.52 MiB, free memory in arenas 0.00 B, will set to 255.03 MiB (RSS), difference: -1.07 MiB | ||
| 11541 | 2025.03.04 03:27:35.346053 [ 142 ] {} <Debug> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 11542 | 2025.03.04 03:27:35.346123 [ 142 ] {} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11543 | 2025.03.04 03:27:35.346149 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11544 | 2025.03.04 03:27:35.346369 [ 199 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 11545 | 2025.03.04 03:27:35.346601 [ 199 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11546 | 2025.03.04 03:27:35.346643 [ 199 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 20 rows starting from the beginning of the part | ||
| 11547 | 2025.03.04 03:27:35.346728 [ 199 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 8 rows starting from the beginning of the part | ||
| 11548 | 2025.03.04 03:27:35.346937 [ 199 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 4 rows starting from the beginning of the part | ||
| 11549 | 2025.03.04 03:27:35.347298 [ 199 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 11550 | 2025.03.04 03:27:35.347435 [ 199 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part | ||
| 11551 | 2025.03.04 03:27:35.348519 [ 198 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 5 columns (5 merged, 0 gathered) in 0.002291748 sec., 20072.01489867123 rows/sec., 1.67 MiB/sec. | ||
| 11552 | 2025.03.04 03:27:35.348661 [ 199 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 11553 | 2025.03.04 03:27:35.348957 [ 199 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_25_6} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11554 | 2025.03.04 03:27:35.349042 [ 199 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_25_6} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 11555 | 2025.03.04 03:27:35.349131 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11556 | 2025.03.04 03:27:37.215343 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11557 | 2025.03.04 03:27:37.215534 [ 255 ] {7ba78650-fd7d-4a9e-9ec6-aab8e71cd78f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11558 | 2025.03.04 03:27:37.215620 [ 255 ] {7ba78650-fd7d-4a9e-9ec6-aab8e71cd78f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11559 | 2025.03.04 03:27:37.216404 [ 255 ] {7ba78650-fd7d-4a9e-9ec6-aab8e71cd78f} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11560 | 2025.03.04 03:27:37.216457 [ 255 ] {7ba78650-fd7d-4a9e-9ec6-aab8e71cd78f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11561 | 2025.03.04 03:27:37.216917 [ 255 ] {7ba78650-fd7d-4a9e-9ec6-aab8e71cd78f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 11562 | 2025.03.04 03:27:37.217178 [ 255 ] {7ba78650-fd7d-4a9e-9ec6-aab8e71cd78f} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11563 | 2025.03.04 03:27:37.217446 [ 255 ] {7ba78650-fd7d-4a9e-9ec6-aab8e71cd78f} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001962 sec., 12232.415902140672 rows/sec., 1.01 MiB/sec. | ||
| 11564 | 2025.03.04 03:27:37.217600 [ 255 ] {7ba78650-fd7d-4a9e-9ec6-aab8e71cd78f} <Debug> TCPHandler: Processed in 0.002388359 sec. | ||
| 11565 | 2025.03.04 03:27:37.217748 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11566 | 2025.03.04 03:27:37.217860 [ 255 ] {a3eb9aa2-2215-4abb-a550-b05cb74a75cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11567 | 2025.03.04 03:27:37.217909 [ 255 ] {a3eb9aa2-2215-4abb-a550-b05cb74a75cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11568 | 2025.03.04 03:27:37.218462 [ 255 ] {a3eb9aa2-2215-4abb-a550-b05cb74a75cd} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11569 | 2025.03.04 03:27:37.218503 [ 255 ] {a3eb9aa2-2215-4abb-a550-b05cb74a75cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11570 | 2025.03.04 03:27:37.218880 [ 255 ] {a3eb9aa2-2215-4abb-a550-b05cb74a75cd} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 11571 | 2025.03.04 03:27:37.219125 [ 255 ] {a3eb9aa2-2215-4abb-a550-b05cb74a75cd} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11572 | 2025.03.04 03:27:37.219351 [ 255 ] {a3eb9aa2-2215-4abb-a550-b05cb74a75cd} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001518 sec., 2635.046113306983 rows/sec., 214.87 KiB/sec. | ||
| 11573 | 2025.03.04 03:27:37.219404 [ 255 ] {a3eb9aa2-2215-4abb-a550-b05cb74a75cd} <Debug> TCPHandler: Processed in 0.001709001 sec. | ||
| 11574 | 2025.03.04 03:27:37.219530 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11575 | 2025.03.04 03:27:37.219656 [ 255 ] {be6687f0-7d42-4fe1-9067-931d1f780fd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11576 | 2025.03.04 03:27:37.219703 [ 255 ] {be6687f0-7d42-4fe1-9067-931d1f780fd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11577 | 2025.03.04 03:27:37.221188 [ 255 ] {be6687f0-7d42-4fe1-9067-931d1f780fd6} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11578 | 2025.03.04 03:27:37.221231 [ 255 ] {be6687f0-7d42-4fe1-9067-931d1f780fd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11579 | 2025.03.04 03:27:37.221727 [ 255 ] {be6687f0-7d42-4fe1-9067-931d1f780fd6} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 11580 | 2025.03.04 03:27:37.222037 [ 255 ] {be6687f0-7d42-4fe1-9067-931d1f780fd6} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11581 | 2025.03.04 03:27:37.222289 [ 255 ] {be6687f0-7d42-4fe1-9067-931d1f780fd6} <Debug> executeQuery: Read 1318 rows, 112.08 KiB in 0.002675 sec., 492710.2803738318 rows/sec., 40.92 MiB/sec. | ||
| 11582 | 2025.03.04 03:27:37.222345 [ 255 ] {be6687f0-7d42-4fe1-9067-931d1f780fd6} <Debug> TCPHandler: Processed in 0.002867385 sec. | ||
| 11583 | 2025.03.04 03:27:37.222469 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11584 | 2025.03.04 03:27:37.222578 [ 255 ] {5360f042-9195-415a-91ec-107ee1c4a529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11585 | 2025.03.04 03:27:37.222626 [ 255 ] {5360f042-9195-415a-91ec-107ee1c4a529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11586 | 2025.03.04 03:27:37.223201 [ 255 ] {5360f042-9195-415a-91ec-107ee1c4a529} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11587 | 2025.03.04 03:27:37.223242 [ 255 ] {5360f042-9195-415a-91ec-107ee1c4a529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11588 | 2025.03.04 03:27:37.223634 [ 255 ] {5360f042-9195-415a-91ec-107ee1c4a529} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11589 | 2025.03.04 03:27:37.223904 [ 255 ] {5360f042-9195-415a-91ec-107ee1c4a529} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11590 | 2025.03.04 03:27:37.224123 [ 141 ] {} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 11591 | 2025.03.04 03:27:37.224189 [ 255 ] {5360f042-9195-415a-91ec-107ee1c4a529} <Debug> executeQuery: Read 16 rows, 1.24 KiB in 0.001626 sec., 9840.09840098401 rows/sec., 762.75 KiB/sec. | ||
| 11592 | 2025.03.04 03:27:37.224213 [ 141 ] {} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11593 | 2025.03.04 03:27:37.224269 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11594 | 2025.03.04 03:27:37.224333 [ 255 ] {5360f042-9195-415a-91ec-107ee1c4a529} <Debug> TCPHandler: Processed in 0.001922364 sec. | ||
| 11595 | 2025.03.04 03:27:37.224605 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11596 | 2025.03.04 03:27:37.224613 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 11597 | 2025.03.04 03:27:37.224805 [ 255 ] {895cc411-fd3c-46c3-8170-912684d88d85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11598 | 2025.03.04 03:27:37.224926 [ 255 ] {895cc411-fd3c-46c3-8170-912684d88d85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11599 | 2025.03.04 03:27:37.225046 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11600 | 2025.03.04 03:27:37.225180 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 178 rows starting from the beginning of the part | ||
| 11601 | 2025.03.04 03:27:37.225597 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 12 rows starting from the beginning of the part | ||
| 11602 | 2025.03.04 03:27:37.226052 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 40 rows starting from the beginning of the part | ||
| 11603 | 2025.03.04 03:27:37.226550 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 48 rows starting from the beginning of the part | ||
| 11604 | 2025.03.04 03:27:37.226697 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 40 rows starting from the beginning of the part | ||
| 11605 | 2025.03.04 03:27:37.227269 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 16 rows starting from the beginning of the part | ||
| 11606 | 2025.03.04 03:27:37.228140 [ 255 ] {895cc411-fd3c-46c3-8170-912684d88d85} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11607 | 2025.03.04 03:27:37.228205 [ 255 ] {895cc411-fd3c-46c3-8170-912684d88d85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11608 | 2025.03.04 03:27:37.229053 [ 255 ] {895cc411-fd3c-46c3-8170-912684d88d85} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 11609 | 2025.03.04 03:27:37.229602 [ 255 ] {895cc411-fd3c-46c3-8170-912684d88d85} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11610 | 2025.03.04 03:27:37.230250 [ 255 ] {895cc411-fd3c-46c3-8170-912684d88d85} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.005469 sec., 46077.89358200768 rows/sec., 3.19 MiB/sec. | ||
| 11611 | 2025.03.04 03:27:37.230646 [ 255 ] {895cc411-fd3c-46c3-8170-912684d88d85} <Debug> TCPHandler: Processed in 0.006134445 sec. | ||
| 11612 | 2025.03.04 03:27:37.231003 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11613 | 2025.03.04 03:27:37.231234 [ 255 ] {c4a80829-7d81-4246-bde0-f7fd597f7115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11614 | 2025.03.04 03:27:37.231364 [ 255 ] {c4a80829-7d81-4246-bde0-f7fd597f7115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11615 | 2025.03.04 03:27:37.231626 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 334 rows, containing 5 columns (5 merged, 0 gathered) in 0.007228149 sec., 46208.233947584646 rows/sec., 3.36 MiB/sec. | ||
| 11616 | 2025.03.04 03:27:37.231874 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 11617 | 2025.03.04 03:27:37.232461 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_71_14} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11618 | 2025.03.04 03:27:37.232686 [ 187 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_71_14} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 11619 | 2025.03.04 03:27:37.232754 [ 255 ] {c4a80829-7d81-4246-bde0-f7fd597f7115} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11620 | 2025.03.04 03:27:37.232839 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11621 | 2025.03.04 03:27:37.232841 [ 255 ] {c4a80829-7d81-4246-bde0-f7fd597f7115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11622 | 2025.03.04 03:27:37.233256 [ 255 ] {c4a80829-7d81-4246-bde0-f7fd597f7115} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 11623 | 2025.03.04 03:27:37.233529 [ 255 ] {c4a80829-7d81-4246-bde0-f7fd597f7115} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11624 | 2025.03.04 03:27:37.233736 [ 255 ] {c4a80829-7d81-4246-bde0-f7fd597f7115} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.002582 sec., 4647.560030983734 rows/sec., 363.09 KiB/sec. | ||
| 11625 | 2025.03.04 03:27:37.233792 [ 255 ] {c4a80829-7d81-4246-bde0-f7fd597f7115} <Debug> TCPHandler: Processed in 0.002940876 sec. | ||
| 11626 | 2025.03.04 03:27:37.233928 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11627 | 2025.03.04 03:27:37.234033 [ 255 ] {7b7e190c-13ac-4cb7-b328-a1dfd0ddda21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11628 | 2025.03.04 03:27:37.234079 [ 255 ] {7b7e190c-13ac-4cb7-b328-a1dfd0ddda21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11629 | 2025.03.04 03:27:37.234883 [ 255 ] {7b7e190c-13ac-4cb7-b328-a1dfd0ddda21} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11630 | 2025.03.04 03:27:37.234923 [ 255 ] {7b7e190c-13ac-4cb7-b328-a1dfd0ddda21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11631 | 2025.03.04 03:27:37.235378 [ 255 ] {7b7e190c-13ac-4cb7-b328-a1dfd0ddda21} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 11632 | 2025.03.04 03:27:37.235677 [ 255 ] {7b7e190c-13ac-4cb7-b328-a1dfd0ddda21} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11633 | 2025.03.04 03:27:37.235926 [ 255 ] {7b7e190c-13ac-4cb7-b328-a1dfd0ddda21} <Debug> executeQuery: Read 560 rows, 42.99 KiB in 0.001914 sec., 292580.98223615467 rows/sec., 21.93 MiB/sec. | ||
| 11634 | 2025.03.04 03:27:37.235989 [ 255 ] {7b7e190c-13ac-4cb7-b328-a1dfd0ddda21} <Debug> TCPHandler: Processed in 0.002112926 sec. | ||
| 11635 | 2025.03.04 03:27:37.236324 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11636 | 2025.03.04 03:27:37.236441 [ 255 ] {c231c0a5-69c3-4a12-a904-6323404f4f44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11637 | 2025.03.04 03:27:37.236497 [ 255 ] {c231c0a5-69c3-4a12-a904-6323404f4f44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11638 | 2025.03.04 03:27:37.237724 [ 255 ] {c231c0a5-69c3-4a12-a904-6323404f4f44} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11639 | 2025.03.04 03:27:37.237768 [ 255 ] {c231c0a5-69c3-4a12-a904-6323404f4f44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11640 | 2025.03.04 03:27:37.238379 [ 255 ] {c231c0a5-69c3-4a12-a904-6323404f4f44} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 11641 | 2025.03.04 03:27:37.238689 [ 255 ] {c231c0a5-69c3-4a12-a904-6323404f4f44} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11642 | 2025.03.04 03:27:37.238898 [ 255 ] {c231c0a5-69c3-4a12-a904-6323404f4f44} <Debug> executeQuery: Read 918 rows, 63.76 KiB in 0.002483 sec., 369714.05557792995 rows/sec., 25.08 MiB/sec. | ||
| 11643 | 2025.03.04 03:27:37.238964 [ 255 ] {c231c0a5-69c3-4a12-a904-6323404f4f44} <Debug> TCPHandler: Processed in 0.002698933 sec. | ||
| 11644 | 2025.03.04 03:27:37.239109 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11645 | 2025.03.04 03:27:37.239268 [ 255 ] {1fa6c6ee-7b84-43a1-8051-161b3017945b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11646 | 2025.03.04 03:27:37.239326 [ 255 ] {1fa6c6ee-7b84-43a1-8051-161b3017945b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11647 | 2025.03.04 03:27:37.239769 [ 255 ] {1fa6c6ee-7b84-43a1-8051-161b3017945b} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11648 | 2025.03.04 03:27:37.239804 [ 255 ] {1fa6c6ee-7b84-43a1-8051-161b3017945b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11649 | 2025.03.04 03:27:37.240171 [ 255 ] {1fa6c6ee-7b84-43a1-8051-161b3017945b} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 11650 | 2025.03.04 03:27:37.240414 [ 255 ] {1fa6c6ee-7b84-43a1-8051-161b3017945b} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11651 | 2025.03.04 03:27:37.240618 [ 255 ] {1fa6c6ee-7b84-43a1-8051-161b3017945b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00139 sec., 43165.467625899284 rows/sec., 2.91 MiB/sec. | ||
| 11652 | 2025.03.04 03:27:37.240675 [ 255 ] {1fa6c6ee-7b84-43a1-8051-161b3017945b} <Debug> TCPHandler: Processed in 0.00163182 sec. | ||
| 11653 | 2025.03.04 03:27:38.655446 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35258 | ||
| 11654 | 2025.03.04 03:27:38.656097 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11655 | 2025.03.04 03:27:38.656148 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11656 | 2025.03.04 03:27:38.656676 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 11657 | 2025.03.04 03:27:38.656928 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11658 | 2025.03.04 03:27:38.657200 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35258 | ||
| 11659 | 2025.03.04 03:27:41.200310 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581 | ||
| 11660 | 2025.03.04 03:27:41.222279 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11661 | 2025.03.04 03:27:41.222331 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11662 | 2025.03.04 03:27:41.229622 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 11663 | 2025.03.04 03:27:41.230415 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11664 | 2025.03.04 03:27:41.234470 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581 | ||
| 11665 | 2025.03.04 03:27:41.335801 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1544 | ||
| 11666 | 2025.03.04 03:27:41.339224 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11667 | 2025.03.04 03:27:41.339286 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11668 | 2025.03.04 03:27:41.340858 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11669 | 2025.03.04 03:27:41.341187 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11670 | 2025.03.04 03:27:41.341458 [ 137 ] {} <Debug> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11671 | 2025.03.04 03:27:41.341586 [ 137 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11672 | 2025.03.04 03:27:41.341655 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11673 | 2025.03.04 03:27:41.342138 [ 198 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 11674 | 2025.03.04 03:27:41.344008 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1544 | ||
| 11675 | 2025.03.04 03:27:41.344299 [ 198 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11676 | 2025.03.04 03:27:41.344460 [ 198 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1422 rows starting from the beginning of the part | ||
| 11677 | 2025.03.04 03:27:41.344947 [ 198 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 22 rows starting from the beginning of the part | ||
| 11678 | 2025.03.04 03:27:41.345401 [ 198 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 28 rows starting from the beginning of the part | ||
| 11679 | 2025.03.04 03:27:41.345874 [ 198 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 20 rows starting from the beginning of the part | ||
| 11680 | 2025.03.04 03:27:41.346326 [ 198 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 22 rows starting from the beginning of the part | ||
| 11681 | 2025.03.04 03:27:41.346814 [ 198 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 30 rows starting from the beginning of the part | ||
| 11682 | 2025.03.04 03:27:41.355556 [ 189 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1544 rows, containing 72 columns (72 merged, 0 gathered) in 0.013734928 sec., 112414.13132999314 rows/sec., 88.35 MiB/sec. | ||
| 11683 | 2025.03.04 03:27:41.357306 [ 201 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11684 | 2025.03.04 03:27:41.358130 [ 201 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_56_11} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11685 | 2025.03.04 03:27:41.358226 [ 201 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_56_11} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11686 | 2025.03.04 03:27:41.358582 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
| 11687 | 2025.03.04 03:27:42.158885 [ 220 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11688 | 2025.03.04 03:27:42.158936 [ 220 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11689 | 2025.03.04 03:27:42.160931 [ 220 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11690 | 2025.03.04 03:27:42.185324 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11691 | 2025.03.04 03:27:42.185504 [ 255 ] {7a97b934-7e58-4351-8872-9c249fd0c29a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11692 | 2025.03.04 03:27:42.185582 [ 255 ] {7a97b934-7e58-4351-8872-9c249fd0c29a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11693 | 2025.03.04 03:27:42.186444 [ 255 ] {7a97b934-7e58-4351-8872-9c249fd0c29a} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11694 | 2025.03.04 03:27:42.186497 [ 255 ] {7a97b934-7e58-4351-8872-9c249fd0c29a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11695 | 2025.03.04 03:27:42.186963 [ 255 ] {7a97b934-7e58-4351-8872-9c249fd0c29a} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 11696 | 2025.03.04 03:27:42.187286 [ 255 ] {7a97b934-7e58-4351-8872-9c249fd0c29a} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11697 | 2025.03.04 03:27:42.187703 [ 255 ] {7a97b934-7e58-4351-8872-9c249fd0c29a} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.00225 sec., 60444.44444444445 rows/sec., 5.21 MiB/sec. | ||
| 11698 | 2025.03.04 03:27:42.187779 [ 255 ] {7a97b934-7e58-4351-8872-9c249fd0c29a} <Debug> TCPHandler: Processed in 0.002580292 sec. | ||
| 11699 | 2025.03.04 03:27:42.187915 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11700 | 2025.03.04 03:27:42.188029 [ 255 ] {5966ccfd-f7bf-44fb-b37d-35cb89cb5d9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11701 | 2025.03.04 03:27:42.188079 [ 255 ] {5966ccfd-f7bf-44fb-b37d-35cb89cb5d9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11702 | 2025.03.04 03:27:42.188659 [ 255 ] {5966ccfd-f7bf-44fb-b37d-35cb89cb5d9a} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11703 | 2025.03.04 03:27:42.188701 [ 255 ] {5966ccfd-f7bf-44fb-b37d-35cb89cb5d9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11704 | 2025.03.04 03:27:42.189086 [ 255 ] {5966ccfd-f7bf-44fb-b37d-35cb89cb5d9a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11705 | 2025.03.04 03:27:42.189329 [ 255 ] {5966ccfd-f7bf-44fb-b37d-35cb89cb5d9a} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11706 | 2025.03.04 03:27:42.189556 [ 255 ] {5966ccfd-f7bf-44fb-b37d-35cb89cb5d9a} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001554 sec., 25740.02574002574 rows/sec., 1.89 MiB/sec. | ||
| 11707 | 2025.03.04 03:27:42.189615 [ 255 ] {5966ccfd-f7bf-44fb-b37d-35cb89cb5d9a} <Debug> TCPHandler: Processed in 0.001753941 sec. | ||
| 11708 | 2025.03.04 03:27:42.189728 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11709 | 2025.03.04 03:27:42.189847 [ 255 ] {d80f85c2-1f11-474f-8c7c-a510f33c8752} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11710 | 2025.03.04 03:27:42.189905 [ 255 ] {d80f85c2-1f11-474f-8c7c-a510f33c8752} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11711 | 2025.03.04 03:27:42.190492 [ 255 ] {d80f85c2-1f11-474f-8c7c-a510f33c8752} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11712 | 2025.03.04 03:27:42.190533 [ 255 ] {d80f85c2-1f11-474f-8c7c-a510f33c8752} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11713 | 2025.03.04 03:27:42.190904 [ 255 ] {d80f85c2-1f11-474f-8c7c-a510f33c8752} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 11714 | 2025.03.04 03:27:42.191150 [ 255 ] {d80f85c2-1f11-474f-8c7c-a510f33c8752} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11715 | 2025.03.04 03:27:42.191364 [ 255 ] {d80f85c2-1f11-474f-8c7c-a510f33c8752} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001548 sec., 67183.46253229975 rows/sec., 5.25 MiB/sec. | ||
| 11716 | 2025.03.04 03:27:42.191423 [ 255 ] {d80f85c2-1f11-474f-8c7c-a510f33c8752} <Debug> TCPHandler: Processed in 0.001746702 sec. | ||
| 11717 | 2025.03.04 03:27:42.191437 [ 220 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11718 | 2025.03.04 03:27:42.191472 [ 220 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11719 | 2025.03.04 03:27:42.191549 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11720 | 2025.03.04 03:27:42.191668 [ 255 ] {5a9fa7b8-19fe-4aff-8b31-326c10645437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11721 | 2025.03.04 03:27:42.191723 [ 255 ] {5a9fa7b8-19fe-4aff-8b31-326c10645437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11722 | 2025.03.04 03:27:42.192534 [ 255 ] {5a9fa7b8-19fe-4aff-8b31-326c10645437} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11723 | 2025.03.04 03:27:42.192577 [ 255 ] {5a9fa7b8-19fe-4aff-8b31-326c10645437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11724 | 2025.03.04 03:27:42.193070 [ 255 ] {5a9fa7b8-19fe-4aff-8b31-326c10645437} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 11725 | 2025.03.04 03:27:42.193380 [ 255 ] {5a9fa7b8-19fe-4aff-8b31-326c10645437} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11726 | 2025.03.04 03:27:42.193682 [ 255 ] {5a9fa7b8-19fe-4aff-8b31-326c10645437} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002039 sec., 78469.8381559588 rows/sec., 5.47 MiB/sec. | ||
| 11727 | 2025.03.04 03:27:42.193778 [ 255 ] {5a9fa7b8-19fe-4aff-8b31-326c10645437} <Debug> TCPHandler: Processed in 0.002285997 sec. | ||
| 11728 | 2025.03.04 03:27:42.193920 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11729 | 2025.03.04 03:27:42.194034 [ 255 ] {1e9a8b4d-8182-4e10-a85d-31160a5d9f7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11730 | 2025.03.04 03:27:42.194119 [ 255 ] {1e9a8b4d-8182-4e10-a85d-31160a5d9f7a} <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 | ||
| 11731 | 2025.03.04 03:27:42.194179 [ 220 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11732 | 2025.03.04 03:27:42.196191 [ 255 ] {1e9a8b4d-8182-4e10-a85d-31160a5d9f7a} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11733 | 2025.03.04 03:27:42.196238 [ 255 ] {1e9a8b4d-8182-4e10-a85d-31160a5d9f7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11734 | 2025.03.04 03:27:42.196978 [ 255 ] {1e9a8b4d-8182-4e10-a85d-31160a5d9f7a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11735 | 2025.03.04 03:27:42.197252 [ 255 ] {1e9a8b4d-8182-4e10-a85d-31160a5d9f7a} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11736 | 2025.03.04 03:27:42.197449 [ 134 ] {} <Debug> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11737 | 2025.03.04 03:27:42.197538 [ 134 ] {} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11738 | 2025.03.04 03:27:42.197547 [ 255 ] {1e9a8b4d-8182-4e10-a85d-31160a5d9f7a} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003528 sec., 11337.868480725623 rows/sec., 20.32 MiB/sec. | ||
| 11739 | 2025.03.04 03:27:42.197575 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11740 | 2025.03.04 03:27:42.197981 [ 255 ] {1e9a8b4d-8182-4e10-a85d-31160a5d9f7a} <Debug> TCPHandler: Processed in 0.00410791 sec. | ||
| 11741 | 2025.03.04 03:27:42.198002 [ 195 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
| 11742 | 2025.03.04 03:27:42.198182 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11743 | 2025.03.04 03:27:42.198413 [ 255 ] {d8cd2a14-37c2-44e2-915a-18ca43a50f5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11744 | 2025.03.04 03:27:42.198533 [ 255 ] {d8cd2a14-37c2-44e2-915a-18ca43a50f5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11745 | 2025.03.04 03:27:42.199096 [ 195 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11746 | 2025.03.04 03:27:42.199348 [ 195 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1918 rows starting from the beginning of the part | ||
| 11747 | 2025.03.04 03:27:42.200003 [ 195 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 40 rows starting from the beginning of the part | ||
| 11748 | 2025.03.04 03:27:42.200855 [ 195 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 40 rows starting from the beginning of the part | ||
| 11749 | 2025.03.04 03:27:42.200863 [ 255 ] {d8cd2a14-37c2-44e2-915a-18ca43a50f5e} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11750 | 2025.03.04 03:27:42.200949 [ 255 ] {d8cd2a14-37c2-44e2-915a-18ca43a50f5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11751 | 2025.03.04 03:27:42.201497 [ 195 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 40 rows starting from the beginning of the part | ||
| 11752 | 2025.03.04 03:27:42.202206 [ 195 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 40 rows starting from the beginning of the part | ||
| 11753 | 2025.03.04 03:27:42.202566 [ 255 ] {d8cd2a14-37c2-44e2-915a-18ca43a50f5e} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 11754 | 2025.03.04 03:27:42.202842 [ 195 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 40 rows starting from the beginning of the part | ||
| 11755 | 2025.03.04 03:27:42.203469 [ 255 ] {d8cd2a14-37c2-44e2-915a-18ca43a50f5e} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11756 | 2025.03.04 03:27:42.204162 [ 225 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11757 | 2025.03.04 03:27:42.204287 [ 255 ] {d8cd2a14-37c2-44e2-915a-18ca43a50f5e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005907 sec., 10157.440325038091 rows/sec., 700.97 KiB/sec. | ||
| 11758 | 2025.03.04 03:27:42.204300 [ 225 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11759 | 2025.03.04 03:27:42.204535 [ 255 ] {d8cd2a14-37c2-44e2-915a-18ca43a50f5e} <Debug> TCPHandler: Processed in 0.006407648 sec. | ||
| 11760 | 2025.03.04 03:27:42.207139 [ 225 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11761 | 2025.03.04 03:27:42.215997 [ 190 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2118 rows, containing 19 columns (19 merged, 0 gathered) in 0.018254364 sec., 116027.04975095272 rows/sec., 207.92 MiB/sec. | ||
| 11762 | 2025.03.04 03:27:42.218081 [ 186 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11763 | 2025.03.04 03:27:42.218580 [ 186 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11764 | 2025.03.04 03:27:42.218672 [ 186 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11765 | 2025.03.04 03:27:42.218850 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.08 MiB. | ||
| 11766 | 2025.03.04 03:27:42.891772 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11767 | 2025.03.04 03:27:42.891835 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11768 | 2025.03.04 03:27:42.893677 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11769 | 2025.03.04 03:27:43.000165 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 255.53 MiB, peak 273.54 MiB, free memory in arenas 0.00 B, will set to 257.78 MiB (RSS), difference: 2.25 MiB | ||
| 11770 | 2025.03.04 03:27:45.919664 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11771 | 2025.03.04 03:27:45.919713 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11772 | 2025.03.04 03:27:46.157359 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35746 | ||
| 11773 | 2025.03.04 03:27:46.158004 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11774 | 2025.03.04 03:27:46.158045 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11775 | 2025.03.04 03:27:46.158575 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 11776 | 2025.03.04 03:27:46.158822 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11777 | 2025.03.04 03:27:46.159049 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746 | ||
| 11778 | 2025.03.04 03:27:47.183227 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11779 | 2025.03.04 03:27:47.183437 [ 255 ] {b0fccff8-e082-4701-a879-338a4cbe8f19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11780 | 2025.03.04 03:27:47.183514 [ 255 ] {b0fccff8-e082-4701-a879-338a4cbe8f19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11781 | 2025.03.04 03:27:47.184330 [ 255 ] {b0fccff8-e082-4701-a879-338a4cbe8f19} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11782 | 2025.03.04 03:27:47.184376 [ 255 ] {b0fccff8-e082-4701-a879-338a4cbe8f19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11783 | 2025.03.04 03:27:47.184810 [ 255 ] {b0fccff8-e082-4701-a879-338a4cbe8f19} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 11784 | 2025.03.04 03:27:47.185063 [ 255 ] {b0fccff8-e082-4701-a879-338a4cbe8f19} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11785 | 2025.03.04 03:27:47.185301 [ 255 ] {b0fccff8-e082-4701-a879-338a4cbe8f19} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001913 sec., 29273.392577104027 rows/sec., 2.23 MiB/sec. | ||
| 11786 | 2025.03.04 03:27:47.185390 [ 255 ] {b0fccff8-e082-4701-a879-338a4cbe8f19} <Debug> TCPHandler: Processed in 0.002299618 sec. | ||
| 11787 | 2025.03.04 03:27:47.185564 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11788 | 2025.03.04 03:27:47.185842 [ 255 ] {172cc641-addb-4b24-adf6-285cb77361e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11789 | 2025.03.04 03:27:47.185977 [ 255 ] {172cc641-addb-4b24-adf6-285cb77361e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11790 | 2025.03.04 03:27:47.187264 [ 255 ] {172cc641-addb-4b24-adf6-285cb77361e1} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11791 | 2025.03.04 03:27:47.187302 [ 255 ] {172cc641-addb-4b24-adf6-285cb77361e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11792 | 2025.03.04 03:27:47.187658 [ 255 ] {172cc641-addb-4b24-adf6-285cb77361e1} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 11793 | 2025.03.04 03:27:47.187893 [ 255 ] {172cc641-addb-4b24-adf6-285cb77361e1} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11794 | 2025.03.04 03:27:47.188108 [ 255 ] {172cc641-addb-4b24-adf6-285cb77361e1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002394 sec., 26733.500417710944 rows/sec., 2.09 MiB/sec. | ||
| 11795 | 2025.03.04 03:27:47.188160 [ 255 ] {172cc641-addb-4b24-adf6-285cb77361e1} <Debug> TCPHandler: Processed in 0.002661932 sec. | ||
| 11796 | 2025.03.04 03:27:47.188275 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11797 | 2025.03.04 03:27:47.188381 [ 255 ] {64801890-1753-4f82-9e02-a2077663e242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11798 | 2025.03.04 03:27:47.188429 [ 255 ] {64801890-1753-4f82-9e02-a2077663e242} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11799 | 2025.03.04 03:27:47.188945 [ 255 ] {64801890-1753-4f82-9e02-a2077663e242} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11800 | 2025.03.04 03:27:47.188983 [ 255 ] {64801890-1753-4f82-9e02-a2077663e242} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11801 | 2025.03.04 03:27:47.189374 [ 255 ] {64801890-1753-4f82-9e02-a2077663e242} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 11802 | 2025.03.04 03:27:47.189609 [ 255 ] {64801890-1753-4f82-9e02-a2077663e242} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11803 | 2025.03.04 03:27:47.189787 [ 130 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 6 parts from all_1_110_22 to all_115_115_0 | ||
| 11804 | 2025.03.04 03:27:47.189855 [ 255 ] {64801890-1753-4f82-9e02-a2077663e242} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001493 sec., 107166.7782987274 rows/sec., 7.46 MiB/sec. | ||
| 11805 | 2025.03.04 03:27:47.189873 [ 130 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11806 | 2025.03.04 03:27:47.189947 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11807 | 2025.03.04 03:27:47.189977 [ 255 ] {64801890-1753-4f82-9e02-a2077663e242} <Debug> TCPHandler: Processed in 0.001748942 sec. | ||
| 11808 | 2025.03.04 03:27:47.190186 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_115_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_110_22 to all_115_115_0 into Compact with storage Full | ||
| 11809 | 2025.03.04 03:27:47.190197 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11810 | 2025.03.04 03:27:47.190444 [ 255 ] {fe4a4415-ddec-4f9b-abe5-438786cce62e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11811 | 2025.03.04 03:27:47.190466 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_115_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11812 | 2025.03.04 03:27:47.190548 [ 255 ] {fe4a4415-ddec-4f9b-abe5-438786cce62e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11813 | 2025.03.04 03:27:47.190554 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_110_22, total 31729 rows starting from the beginning of the part | ||
| 11814 | 2025.03.04 03:27:47.190920 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part | ||
| 11815 | 2025.03.04 03:27:47.191266 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 160 rows starting from the beginning of the part | ||
| 11816 | 2025.03.04 03:27:47.191559 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 918 rows starting from the beginning of the part | ||
| 11817 | 2025.03.04 03:27:47.191940 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part | ||
| 11818 | 2025.03.04 03:27:47.192216 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 160 rows starting from the beginning of the part | ||
| 11819 | 2025.03.04 03:27:47.193080 [ 255 ] {fe4a4415-ddec-4f9b-abe5-438786cce62e} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11820 | 2025.03.04 03:27:47.193138 [ 255 ] {fe4a4415-ddec-4f9b-abe5-438786cce62e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11821 | 2025.03.04 03:27:47.193831 [ 255 ] {fe4a4415-ddec-4f9b-abe5-438786cce62e} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 11822 | 2025.03.04 03:27:47.194150 [ 255 ] {fe4a4415-ddec-4f9b-abe5-438786cce62e} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11823 | 2025.03.04 03:27:47.194534 [ 255 ] {fe4a4415-ddec-4f9b-abe5-438786cce62e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004155 sec., 14440.43321299639 rows/sec., 996.54 KiB/sec. | ||
| 11824 | 2025.03.04 03:27:47.194729 [ 255 ] {fe4a4415-ddec-4f9b-abe5-438786cce62e} <Debug> TCPHandler: Processed in 0.004612927 sec. | ||
| 11825 | 2025.03.04 03:27:47.199862 [ 190 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_115_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33287 rows, containing 5 columns (5 merged, 0 gathered) in 0.00981768 sec., 3390515.885626747 rows/sec., 232.65 MiB/sec. | ||
| 11826 | 2025.03.04 03:27:47.200215 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_115_23} <Trace> MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary) | ||
| 11827 | 2025.03.04 03:27:47.200641 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11828 | 2025.03.04 03:27:47.200748 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 6 parts: [all_1_110_22, all_115_115_0] -> all_1_115_23 | ||
| 11829 | 2025.03.04 03:27:47.200875 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 11830 | 2025.03.04 03:27:48.734586 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588 | ||
| 11831 | 2025.03.04 03:27:48.757241 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11832 | 2025.03.04 03:27:48.757297 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11833 | 2025.03.04 03:27:48.764746 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 11834 | 2025.03.04 03:27:48.765550 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11835 | 2025.03.04 03:27:48.768688 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588 | ||
| 11836 | 2025.03.04 03:27:51.344260 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1564 | ||
| 11837 | 2025.03.04 03:27:51.347303 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11838 | 2025.03.04 03:27:51.347365 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11839 | 2025.03.04 03:27:51.348900 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11840 | 2025.03.04 03:27:51.349229 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11841 | 2025.03.04 03:27:51.350705 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1564 | ||
| 11842 | 2025.03.04 03:27:52.185690 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11843 | 2025.03.04 03:27:52.185879 [ 255 ] {32fb77a4-1cae-40e5-a4d6-a656f3095d16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11844 | 2025.03.04 03:27:52.185950 [ 255 ] {32fb77a4-1cae-40e5-a4d6-a656f3095d16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11845 | 2025.03.04 03:27:52.186702 [ 255 ] {32fb77a4-1cae-40e5-a4d6-a656f3095d16} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11846 | 2025.03.04 03:27:52.186752 [ 255 ] {32fb77a4-1cae-40e5-a4d6-a656f3095d16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11847 | 2025.03.04 03:27:52.187184 [ 255 ] {32fb77a4-1cae-40e5-a4d6-a656f3095d16} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 11848 | 2025.03.04 03:27:52.187445 [ 255 ] {32fb77a4-1cae-40e5-a4d6-a656f3095d16} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11849 | 2025.03.04 03:27:52.187665 [ 255 ] {32fb77a4-1cae-40e5-a4d6-a656f3095d16} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001838 sec., 3264.4178454842217 rows/sec., 266.19 KiB/sec. | ||
| 11850 | 2025.03.04 03:27:52.187752 [ 255 ] {32fb77a4-1cae-40e5-a4d6-a656f3095d16} <Debug> TCPHandler: Processed in 0.002192487 sec. | ||
| 11851 | 2025.03.04 03:27:52.187894 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11852 | 2025.03.04 03:27:52.188059 [ 255 ] {060c22ad-ff27-4aae-8748-b3617c97eeaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11853 | 2025.03.04 03:27:52.188196 [ 255 ] {060c22ad-ff27-4aae-8748-b3617c97eeaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11854 | 2025.03.04 03:27:52.189773 [ 255 ] {060c22ad-ff27-4aae-8748-b3617c97eeaa} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11855 | 2025.03.04 03:27:52.189813 [ 255 ] {060c22ad-ff27-4aae-8748-b3617c97eeaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11856 | 2025.03.04 03:27:52.190196 [ 255 ] {060c22ad-ff27-4aae-8748-b3617c97eeaa} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 11857 | 2025.03.04 03:27:52.190437 [ 255 ] {060c22ad-ff27-4aae-8748-b3617c97eeaa} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11858 | 2025.03.04 03:27:52.190629 [ 106 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 11859 | 2025.03.04 03:27:52.190659 [ 255 ] {060c22ad-ff27-4aae-8748-b3617c97eeaa} <Debug> executeQuery: Read 139 rows, 12.22 KiB in 0.002673 sec., 52001.49644594089 rows/sec., 4.46 MiB/sec. | ||
| 11860 | 2025.03.04 03:27:52.190713 [ 106 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11861 | 2025.03.04 03:27:52.190778 [ 255 ] {060c22ad-ff27-4aae-8748-b3617c97eeaa} <Debug> TCPHandler: Processed in 0.002943246 sec. | ||
| 11862 | 2025.03.04 03:27:52.190785 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11863 | 2025.03.04 03:27:52.190978 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11864 | 2025.03.04 03:27:52.191030 [ 193 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 11865 | 2025.03.04 03:27:52.191151 [ 255 ] {9825562c-ca06-4c4a-b3d2-2ebd75a74a0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11866 | 2025.03.04 03:27:52.191236 [ 255 ] {9825562c-ca06-4c4a-b3d2-2ebd75a74a0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11867 | 2025.03.04 03:27:52.191414 [ 193 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11868 | 2025.03.04 03:27:52.191490 [ 193 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1968 rows starting from the beginning of the part | ||
| 11869 | 2025.03.04 03:27:52.191897 [ 193 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 136 rows starting from the beginning of the part | ||
| 11870 | 2025.03.04 03:27:52.192342 [ 193 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 1318 rows starting from the beginning of the part | ||
| 11871 | 2025.03.04 03:27:52.192705 [ 193 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 136 rows starting from the beginning of the part | ||
| 11872 | 2025.03.04 03:27:52.192943 [ 193 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 56 rows starting from the beginning of the part | ||
| 11873 | 2025.03.04 03:27:52.193353 [ 193 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 139 rows starting from the beginning of the part | ||
| 11874 | 2025.03.04 03:27:52.194039 [ 255 ] {9825562c-ca06-4c4a-b3d2-2ebd75a74a0a} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11875 | 2025.03.04 03:27:52.194112 [ 255 ] {9825562c-ca06-4c4a-b3d2-2ebd75a74a0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11876 | 2025.03.04 03:27:52.194922 [ 255 ] {9825562c-ca06-4c4a-b3d2-2ebd75a74a0a} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11877 | 2025.03.04 03:27:52.195453 [ 255 ] {9825562c-ca06-4c4a-b3d2-2ebd75a74a0a} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11878 | 2025.03.04 03:27:52.195884 [ 220 ] {} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11879 | 2025.03.04 03:27:52.195911 [ 255 ] {9825562c-ca06-4c4a-b3d2-2ebd75a74a0a} <Debug> executeQuery: Read 46 rows, 3.43 KiB in 0.004814 sec., 9555.463232239303 rows/sec., 711.83 KiB/sec. | ||
| 11880 | 2025.03.04 03:27:52.195923 [ 220 ] {} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11881 | 2025.03.04 03:27:52.196034 [ 255 ] {9825562c-ca06-4c4a-b3d2-2ebd75a74a0a} <Debug> TCPHandler: Processed in 0.005136512 sec. | ||
| 11882 | 2025.03.04 03:27:52.196206 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11883 | 2025.03.04 03:27:52.196331 [ 255 ] {fe1adc38-7dbc-4c74-a9be-d01a4f84baa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11884 | 2025.03.04 03:27:52.196450 [ 255 ] {fe1adc38-7dbc-4c74-a9be-d01a4f84baa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11885 | 2025.03.04 03:27:52.197457 [ 193 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3753 rows, containing 5 columns (5 merged, 0 gathered) in 0.00653199 sec., 574556.9114465882 rows/sec., 49.73 MiB/sec. | ||
| 11886 | 2025.03.04 03:27:52.197917 [ 190 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 11887 | 2025.03.04 03:27:52.198555 [ 255 ] {fe1adc38-7dbc-4c74-a9be-d01a4f84baa6} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11888 | 2025.03.04 03:27:52.198642 [ 255 ] {fe1adc38-7dbc-4c74-a9be-d01a4f84baa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11889 | 2025.03.04 03:27:52.198926 [ 190 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_116_23} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11890 | 2025.03.04 03:27:52.199217 [ 190 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_116_23} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 11891 | 2025.03.04 03:27:52.199508 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 11892 | 2025.03.04 03:27:52.199732 [ 255 ] {fe1adc38-7dbc-4c74-a9be-d01a4f84baa6} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 11893 | 2025.03.04 03:27:52.200030 [ 255 ] {fe1adc38-7dbc-4c74-a9be-d01a4f84baa6} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11894 | 2025.03.04 03:27:52.200227 [ 106 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 11895 | 2025.03.04 03:27:52.200302 [ 106 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11896 | 2025.03.04 03:27:52.200352 [ 255 ] {fe1adc38-7dbc-4c74-a9be-d01a4f84baa6} <Debug> executeQuery: Read 110 rows, 8.81 KiB in 0.004027 sec., 27315.61956791656 rows/sec., 2.14 MiB/sec. | ||
| 11897 | 2025.03.04 03:27:52.200367 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11898 | 2025.03.04 03:27:52.200647 [ 220 ] {} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11899 | 2025.03.04 03:27:52.200690 [ 255 ] {fe1adc38-7dbc-4c74-a9be-d01a4f84baa6} <Debug> TCPHandler: Processed in 0.004537145 sec. | ||
| 11900 | 2025.03.04 03:27:52.200899 [ 190 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 11901 | 2025.03.04 03:27:52.201050 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11902 | 2025.03.04 03:27:52.201386 [ 255 ] {1c08508d-e074-4bd0-90c3-fe43d3d6c19c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11903 | 2025.03.04 03:27:52.201507 [ 190 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11904 | 2025.03.04 03:27:52.201552 [ 255 ] {1c08508d-e074-4bd0-90c3-fe43d3d6c19c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11905 | 2025.03.04 03:27:52.201684 [ 190 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 952 rows starting from the beginning of the part | ||
| 11906 | 2025.03.04 03:27:52.202413 [ 190 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 104 rows starting from the beginning of the part | ||
| 11907 | 2025.03.04 03:27:52.203025 [ 190 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 560 rows starting from the beginning of the part | ||
| 11908 | 2025.03.04 03:27:52.203392 [ 190 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 104 rows starting from the beginning of the part | ||
| 11909 | 2025.03.04 03:27:52.203719 [ 190 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 64 rows starting from the beginning of the part | ||
| 11910 | 2025.03.04 03:27:52.204034 [ 190 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 110 rows starting from the beginning of the part | ||
| 11911 | 2025.03.04 03:27:52.205004 [ 255 ] {1c08508d-e074-4bd0-90c3-fe43d3d6c19c} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11912 | 2025.03.04 03:27:52.205066 [ 255 ] {1c08508d-e074-4bd0-90c3-fe43d3d6c19c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11913 | 2025.03.04 03:27:52.206111 [ 255 ] {1c08508d-e074-4bd0-90c3-fe43d3d6c19c} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 11914 | 2025.03.04 03:27:52.206601 [ 255 ] {1c08508d-e074-4bd0-90c3-fe43d3d6c19c} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11915 | 2025.03.04 03:27:52.206907 [ 255 ] {1c08508d-e074-4bd0-90c3-fe43d3d6c19c} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.005655 sec., 28824.049513704686 rows/sec., 2.01 MiB/sec. | ||
| 11916 | 2025.03.04 03:27:52.207155 [ 255 ] {1c08508d-e074-4bd0-90c3-fe43d3d6c19c} <Debug> TCPHandler: Processed in 0.006216997 sec. | ||
| 11917 | 2025.03.04 03:27:52.207435 [ 200 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1894 rows, containing 5 columns (5 merged, 0 gathered) in 0.006906694 sec., 274226.7139676378 rows/sec., 21.54 MiB/sec. | ||
| 11918 | 2025.03.04 03:27:52.207444 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11919 | 2025.03.04 03:27:52.207569 [ 255 ] {384989a7-22b0-41a9-8db4-80c19e098ef6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11920 | 2025.03.04 03:27:52.207617 [ 200 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 11921 | 2025.03.04 03:27:52.207677 [ 255 ] {384989a7-22b0-41a9-8db4-80c19e098ef6} <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 | ||
| 11922 | 2025.03.04 03:27:52.208041 [ 200 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_116_23} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11923 | 2025.03.04 03:27:52.208185 [ 200 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_116_23} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 11924 | 2025.03.04 03:27:52.208318 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 11925 | 2025.03.04 03:27:52.209161 [ 255 ] {384989a7-22b0-41a9-8db4-80c19e098ef6} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11926 | 2025.03.04 03:27:52.209199 [ 255 ] {384989a7-22b0-41a9-8db4-80c19e098ef6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11927 | 2025.03.04 03:27:52.209877 [ 255 ] {384989a7-22b0-41a9-8db4-80c19e098ef6} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11928 | 2025.03.04 03:27:52.210135 [ 255 ] {384989a7-22b0-41a9-8db4-80c19e098ef6} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11929 | 2025.03.04 03:27:52.210366 [ 255 ] {384989a7-22b0-41a9-8db4-80c19e098ef6} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002827 sec., 14149.274849663954 rows/sec., 25.35 MiB/sec. | ||
| 11930 | 2025.03.04 03:27:52.210460 [ 255 ] {384989a7-22b0-41a9-8db4-80c19e098ef6} <Debug> TCPHandler: Processed in 0.003080068 sec. | ||
| 11931 | 2025.03.04 03:27:52.210574 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11932 | 2025.03.04 03:27:52.210678 [ 255 ] {013d365b-65fa-470c-9971-d27488a1a7b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11933 | 2025.03.04 03:27:52.210724 [ 255 ] {013d365b-65fa-470c-9971-d27488a1a7b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11934 | 2025.03.04 03:27:52.211151 [ 255 ] {013d365b-65fa-470c-9971-d27488a1a7b6} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11935 | 2025.03.04 03:27:52.211191 [ 255 ] {013d365b-65fa-470c-9971-d27488a1a7b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11936 | 2025.03.04 03:27:52.211549 [ 255 ] {013d365b-65fa-470c-9971-d27488a1a7b6} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 11937 | 2025.03.04 03:27:52.211783 [ 255 ] {013d365b-65fa-470c-9971-d27488a1a7b6} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11938 | 2025.03.04 03:27:52.211947 [ 106 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 11939 | 2025.03.04 03:27:52.211995 [ 106 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11940 | 2025.03.04 03:27:52.212021 [ 255 ] {013d365b-65fa-470c-9971-d27488a1a7b6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001355 sec., 44280.44280442804 rows/sec., 2.98 MiB/sec. | ||
| 11941 | 2025.03.04 03:27:52.212034 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 11942 | 2025.03.04 03:27:52.212168 [ 255 ] {013d365b-65fa-470c-9971-d27488a1a7b6} <Debug> TCPHandler: Processed in 0.00164281 sec. | ||
| 11943 | 2025.03.04 03:27:52.212224 [ 188 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 11944 | 2025.03.04 03:27:52.212332 [ 188 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11945 | 2025.03.04 03:27:52.212362 [ 188 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6406 rows starting from the beginning of the part | ||
| 11946 | 2025.03.04 03:27:52.212427 [ 188 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 60 rows starting from the beginning of the part | ||
| 11947 | 2025.03.04 03:27:52.212559 [ 188 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 60 rows starting from the beginning of the part | ||
| 11948 | 2025.03.04 03:27:52.212797 [ 188 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part | ||
| 11949 | 2025.03.04 03:27:52.212881 [ 188 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 60 rows starting from the beginning of the part | ||
| 11950 | 2025.03.04 03:27:52.213106 [ 188 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part | ||
| 11951 | 2025.03.04 03:27:52.215061 [ 190 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6706 rows, containing 4 columns (4 merged, 0 gathered) in 0.002899725 sec., 2312633.0945175835 rows/sec., 155.45 MiB/sec. | ||
| 11952 | 2025.03.04 03:27:52.215535 [ 190 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 11953 | 2025.03.04 03:27:52.215889 [ 190 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_116_23} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11954 | 2025.03.04 03:27:52.215986 [ 190 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_116_23} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 11955 | 2025.03.04 03:27:52.216077 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
| 11956 | 2025.03.04 03:27:53.659207 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36173 | ||
| 11957 | 2025.03.04 03:27:53.659925 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11958 | 2025.03.04 03:27:53.659973 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 11959 | 2025.03.04 03:27:53.660500 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 11960 | 2025.03.04 03:27:53.660767 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11961 | 2025.03.04 03:27:53.661009 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36173 | ||
| 11962 | 2025.03.04 03:27:56.268789 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596 | ||
| 11963 | 2025.03.04 03:27:56.291517 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11964 | 2025.03.04 03:27:56.291571 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 11965 | 2025.03.04 03:27:56.299055 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 11966 | 2025.03.04 03:27:56.299854 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11967 | 2025.03.04 03:27:56.304641 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596 | ||
| 11968 | 2025.03.04 03:27:57.183244 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11969 | 2025.03.04 03:27:57.183456 [ 255 ] {10f85916-4c36-47bb-b66d-a66bab4e35e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11970 | 2025.03.04 03:27:57.183535 [ 255 ] {10f85916-4c36-47bb-b66d-a66bab4e35e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11971 | 2025.03.04 03:27:57.184359 [ 255 ] {10f85916-4c36-47bb-b66d-a66bab4e35e6} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11972 | 2025.03.04 03:27:57.184409 [ 255 ] {10f85916-4c36-47bb-b66d-a66bab4e35e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 11973 | 2025.03.04 03:27:57.184877 [ 255 ] {10f85916-4c36-47bb-b66d-a66bab4e35e6} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 11974 | 2025.03.04 03:27:57.185144 [ 255 ] {10f85916-4c36-47bb-b66d-a66bab4e35e6} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11975 | 2025.03.04 03:27:57.185354 [ 255 ] {10f85916-4c36-47bb-b66d-a66bab4e35e6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001958 sec., 28600.61287027579 rows/sec., 2.18 MiB/sec. | ||
| 11976 | 2025.03.04 03:27:57.185420 [ 255 ] {10f85916-4c36-47bb-b66d-a66bab4e35e6} <Debug> TCPHandler: Processed in 0.002313359 sec. | ||
| 11977 | 2025.03.04 03:27:57.185537 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11978 | 2025.03.04 03:27:57.185646 [ 255 ] {e463a702-d49f-424f-ba1e-8cf8afd95eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11979 | 2025.03.04 03:27:57.185693 [ 255 ] {e463a702-d49f-424f-ba1e-8cf8afd95eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11980 | 2025.03.04 03:27:57.186242 [ 255 ] {e463a702-d49f-424f-ba1e-8cf8afd95eaf} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11981 | 2025.03.04 03:27:57.186281 [ 255 ] {e463a702-d49f-424f-ba1e-8cf8afd95eaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 11982 | 2025.03.04 03:27:57.186640 [ 255 ] {e463a702-d49f-424f-ba1e-8cf8afd95eaf} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 11983 | 2025.03.04 03:27:57.186888 [ 255 ] {e463a702-d49f-424f-ba1e-8cf8afd95eaf} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11984 | 2025.03.04 03:27:57.187100 [ 255 ] {e463a702-d49f-424f-ba1e-8cf8afd95eaf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001474 sec., 43419.26729986431 rows/sec., 3.39 MiB/sec. | ||
| 11985 | 2025.03.04 03:27:57.187162 [ 255 ] {e463a702-d49f-424f-ba1e-8cf8afd95eaf} <Debug> TCPHandler: Processed in 0.00167694 sec. | ||
| 11986 | 2025.03.04 03:27:57.187272 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11987 | 2025.03.04 03:27:57.187432 [ 255 ] {922e4815-e676-4322-8862-181335a29974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11988 | 2025.03.04 03:27:57.187512 [ 255 ] {922e4815-e676-4322-8862-181335a29974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11989 | 2025.03.04 03:27:57.188154 [ 255 ] {922e4815-e676-4322-8862-181335a29974} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11990 | 2025.03.04 03:27:57.188192 [ 255 ] {922e4815-e676-4322-8862-181335a29974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 11991 | 2025.03.04 03:27:57.188574 [ 255 ] {922e4815-e676-4322-8862-181335a29974} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 11992 | 2025.03.04 03:27:57.188819 [ 255 ] {922e4815-e676-4322-8862-181335a29974} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11993 | 2025.03.04 03:27:57.189054 [ 255 ] {922e4815-e676-4322-8862-181335a29974} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001665 sec., 96096.0960960961 rows/sec., 6.69 MiB/sec. | ||
| 11994 | 2025.03.04 03:27:57.189137 [ 255 ] {922e4815-e676-4322-8862-181335a29974} <Debug> TCPHandler: Processed in 0.001914514 sec. | ||
| 11995 | 2025.03.04 03:27:57.189276 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11996 | 2025.03.04 03:27:57.189579 [ 255 ] {f3f312cd-f271-408a-b6b1-9b43b98e3044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11997 | 2025.03.04 03:27:57.189735 [ 255 ] {f3f312cd-f271-408a-b6b1-9b43b98e3044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11998 | 2025.03.04 03:27:57.190591 [ 255 ] {f3f312cd-f271-408a-b6b1-9b43b98e3044} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11999 | 2025.03.04 03:27:57.190631 [ 255 ] {f3f312cd-f271-408a-b6b1-9b43b98e3044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12000 | 2025.03.04 03:27:57.190989 [ 255 ] {f3f312cd-f271-408a-b6b1-9b43b98e3044} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 12001 | 2025.03.04 03:27:57.191235 [ 255 ] {f3f312cd-f271-408a-b6b1-9b43b98e3044} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12002 | 2025.03.04 03:27:57.191455 [ 255 ] {f3f312cd-f271-408a-b6b1-9b43b98e3044} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001995 sec., 30075.187969924817 rows/sec., 2.03 MiB/sec. | ||
| 12003 | 2025.03.04 03:27:57.191514 [ 255 ] {f3f312cd-f271-408a-b6b1-9b43b98e3044} <Debug> TCPHandler: Processed in 0.002311539 sec. | ||
| 12004 | 2025.03.04 03:28:00.919770 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12005 | 2025.03.04 03:28:00.919851 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12006 | 2025.03.04 03:28:01.161164 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36661 | ||
| 12007 | 2025.03.04 03:28:01.161901 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12008 | 2025.03.04 03:28:01.161945 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12009 | 2025.03.04 03:28:01.162506 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12010 | 2025.03.04 03:28:01.162789 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12011 | 2025.03.04 03:28:01.162995 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661 | ||
| 12012 | 2025.03.04 03:28:01.172426 [ 225 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 12013 | 2025.03.04 03:28:01.172481 [ 225 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 12014 | 2025.03.04 03:28:01.174457 [ 225 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 12015 | 2025.03.04 03:28:01.350959 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1586 | ||
| 12016 | 2025.03.04 03:28:01.354186 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12017 | 2025.03.04 03:28:01.354250 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12018 | 2025.03.04 03:28:01.355948 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 12019 | 2025.03.04 03:28:01.356281 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12020 | 2025.03.04 03:28:01.356995 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1586 | ||
| 12021 | 2025.03.04 03:28:02.000154 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 253.79 MiB, peak 273.54 MiB, free memory in arenas 0.00 B, will set to 257.78 MiB (RSS), difference: 3.99 MiB | ||
| 12022 | 2025.03.04 03:28:02.001589 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001163185 sec. | ||
| 12023 | 2025.03.04 03:28:02.038116 [ 221 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 12024 | 2025.03.04 03:28:02.038167 [ 221 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 12025 | 2025.03.04 03:28:02.040323 [ 221 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 12026 | 2025.03.04 03:28:02.185116 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12027 | 2025.03.04 03:28:02.185330 [ 255 ] {ec778b21-3788-4d87-9544-39f9fa103efd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12028 | 2025.03.04 03:28:02.185401 [ 255 ] {ec778b21-3788-4d87-9544-39f9fa103efd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12029 | 2025.03.04 03:28:02.186224 [ 255 ] {ec778b21-3788-4d87-9544-39f9fa103efd} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12030 | 2025.03.04 03:28:02.186274 [ 255 ] {ec778b21-3788-4d87-9544-39f9fa103efd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12031 | 2025.03.04 03:28:02.186718 [ 255 ] {ec778b21-3788-4d87-9544-39f9fa103efd} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 12032 | 2025.03.04 03:28:02.186977 [ 255 ] {ec778b21-3788-4d87-9544-39f9fa103efd} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12033 | 2025.03.04 03:28:02.187199 [ 255 ] {ec778b21-3788-4d87-9544-39f9fa103efd} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001925 sec., 70649.35064935064 rows/sec., 6.09 MiB/sec. | ||
| 12034 | 2025.03.04 03:28:02.187255 [ 255 ] {ec778b21-3788-4d87-9544-39f9fa103efd} <Debug> TCPHandler: Processed in 0.002277208 sec. | ||
| 12035 | 2025.03.04 03:28:02.187379 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12036 | 2025.03.04 03:28:02.187487 [ 255 ] {56e2224d-6240-4bcc-beaf-cdf243ae9bbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12037 | 2025.03.04 03:28:02.187530 [ 255 ] {56e2224d-6240-4bcc-beaf-cdf243ae9bbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12038 | 2025.03.04 03:28:02.188052 [ 255 ] {56e2224d-6240-4bcc-beaf-cdf243ae9bbd} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12039 | 2025.03.04 03:28:02.188090 [ 255 ] {56e2224d-6240-4bcc-beaf-cdf243ae9bbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12040 | 2025.03.04 03:28:02.188436 [ 255 ] {56e2224d-6240-4bcc-beaf-cdf243ae9bbd} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 12041 | 2025.03.04 03:28:02.188673 [ 255 ] {56e2224d-6240-4bcc-beaf-cdf243ae9bbd} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12042 | 2025.03.04 03:28:02.188881 [ 255 ] {56e2224d-6240-4bcc-beaf-cdf243ae9bbd} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001417 sec., 28228.65208186309 rows/sec., 2.07 MiB/sec. | ||
| 12043 | 2025.03.04 03:28:02.188934 [ 255 ] {56e2224d-6240-4bcc-beaf-cdf243ae9bbd} <Debug> TCPHandler: Processed in 0.00160437 sec. | ||
| 12044 | 2025.03.04 03:28:02.189035 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12045 | 2025.03.04 03:28:02.189138 [ 255 ] {07759831-4adf-436d-9fcb-8104f3e0cfd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12046 | 2025.03.04 03:28:02.189181 [ 255 ] {07759831-4adf-436d-9fcb-8104f3e0cfd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12047 | 2025.03.04 03:28:02.189730 [ 255 ] {07759831-4adf-436d-9fcb-8104f3e0cfd8} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12048 | 2025.03.04 03:28:02.189768 [ 255 ] {07759831-4adf-436d-9fcb-8104f3e0cfd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12049 | 2025.03.04 03:28:02.190119 [ 255 ] {07759831-4adf-436d-9fcb-8104f3e0cfd8} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 12050 | 2025.03.04 03:28:02.190363 [ 255 ] {07759831-4adf-436d-9fcb-8104f3e0cfd8} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12051 | 2025.03.04 03:28:02.190591 [ 255 ] {07759831-4adf-436d-9fcb-8104f3e0cfd8} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001472 sec., 70652.17391304347 rows/sec., 5.52 MiB/sec. | ||
| 12052 | 2025.03.04 03:28:02.190645 [ 255 ] {07759831-4adf-436d-9fcb-8104f3e0cfd8} <Debug> TCPHandler: Processed in 0.001659101 sec. | ||
| 12053 | 2025.03.04 03:28:02.190782 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12054 | 2025.03.04 03:28:02.190954 [ 255 ] {a8ea6d36-2a29-49fe-8597-b7676c799e4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12055 | 2025.03.04 03:28:02.191035 [ 255 ] {a8ea6d36-2a29-49fe-8597-b7676c799e4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12056 | 2025.03.04 03:28:02.191609 [ 255 ] {a8ea6d36-2a29-49fe-8597-b7676c799e4f} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12057 | 2025.03.04 03:28:02.191664 [ 255 ] {a8ea6d36-2a29-49fe-8597-b7676c799e4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12058 | 2025.03.04 03:28:02.192319 [ 255 ] {a8ea6d36-2a29-49fe-8597-b7676c799e4f} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 12059 | 2025.03.04 03:28:02.192571 [ 255 ] {a8ea6d36-2a29-49fe-8597-b7676c799e4f} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12060 | 2025.03.04 03:28:02.192793 [ 255 ] {a8ea6d36-2a29-49fe-8597-b7676c799e4f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001887 sec., 84790.67302596715 rows/sec., 5.91 MiB/sec. | ||
| 12061 | 2025.03.04 03:28:02.192845 [ 255 ] {a8ea6d36-2a29-49fe-8597-b7676c799e4f} <Debug> TCPHandler: Processed in 0.002133046 sec. | ||
| 12062 | 2025.03.04 03:28:02.192949 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12063 | 2025.03.04 03:28:02.193052 [ 255 ] {0606e7fd-5110-404e-a9fb-ecb0f269edf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12064 | 2025.03.04 03:28:02.193116 [ 255 ] {0606e7fd-5110-404e-a9fb-ecb0f269edf7} <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 | ||
| 12065 | 2025.03.04 03:28:02.194274 [ 255 ] {0606e7fd-5110-404e-a9fb-ecb0f269edf7} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12066 | 2025.03.04 03:28:02.194313 [ 255 ] {0606e7fd-5110-404e-a9fb-ecb0f269edf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12067 | 2025.03.04 03:28:02.194978 [ 255 ] {0606e7fd-5110-404e-a9fb-ecb0f269edf7} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 12068 | 2025.03.04 03:28:02.195224 [ 255 ] {0606e7fd-5110-404e-a9fb-ecb0f269edf7} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12069 | 2025.03.04 03:28:02.195461 [ 255 ] {0606e7fd-5110-404e-a9fb-ecb0f269edf7} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.00243 sec., 16460.90534979424 rows/sec., 29.50 MiB/sec. | ||
| 12070 | 2025.03.04 03:28:02.195550 [ 255 ] {0606e7fd-5110-404e-a9fb-ecb0f269edf7} <Debug> TCPHandler: Processed in 0.002650643 sec. | ||
| 12071 | 2025.03.04 03:28:02.195683 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12072 | 2025.03.04 03:28:02.195794 [ 255 ] {f6663413-ef5d-4bf5-aa6f-e766e04cf995} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12073 | 2025.03.04 03:28:02.195841 [ 255 ] {f6663413-ef5d-4bf5-aa6f-e766e04cf995} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12074 | 2025.03.04 03:28:02.196302 [ 255 ] {f6663413-ef5d-4bf5-aa6f-e766e04cf995} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12075 | 2025.03.04 03:28:02.196340 [ 255 ] {f6663413-ef5d-4bf5-aa6f-e766e04cf995} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12076 | 2025.03.04 03:28:02.196700 [ 255 ] {f6663413-ef5d-4bf5-aa6f-e766e04cf995} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 12077 | 2025.03.04 03:28:02.196938 [ 255 ] {f6663413-ef5d-4bf5-aa6f-e766e04cf995} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12078 | 2025.03.04 03:28:02.197151 [ 255 ] {f6663413-ef5d-4bf5-aa6f-e766e04cf995} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001374 sec., 43668.12227074236 rows/sec., 2.94 MiB/sec. | ||
| 12079 | 2025.03.04 03:28:02.197236 [ 255 ] {f6663413-ef5d-4bf5-aa6f-e766e04cf995} <Debug> TCPHandler: Processed in 0.001604859 sec. | ||
| 12080 | 2025.03.04 03:28:03.804740 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603 | ||
| 12081 | 2025.03.04 03:28:03.828695 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12082 | 2025.03.04 03:28:03.828760 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12083 | 2025.03.04 03:28:03.836315 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12084 | 2025.03.04 03:28:03.837148 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12085 | 2025.03.04 03:28:03.840234 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603 | ||
| 12086 | 2025.03.04 03:28:07.215921 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12087 | 2025.03.04 03:28:07.216107 [ 255 ] {f1a666ab-eb10-4778-9fe2-4499b6cee683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12088 | 2025.03.04 03:28:07.216184 [ 255 ] {f1a666ab-eb10-4778-9fe2-4499b6cee683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12089 | 2025.03.04 03:28:07.216981 [ 255 ] {f1a666ab-eb10-4778-9fe2-4499b6cee683} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12090 | 2025.03.04 03:28:07.217037 [ 255 ] {f1a666ab-eb10-4778-9fe2-4499b6cee683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12091 | 2025.03.04 03:28:07.217535 [ 255 ] {f1a666ab-eb10-4778-9fe2-4499b6cee683} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 12092 | 2025.03.04 03:28:07.217944 [ 255 ] {f1a666ab-eb10-4778-9fe2-4499b6cee683} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12093 | 2025.03.04 03:28:07.218294 [ 255 ] {f1a666ab-eb10-4778-9fe2-4499b6cee683} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00223 sec., 10762.331838565022 rows/sec., 914.38 KiB/sec. | ||
| 12094 | 2025.03.04 03:28:07.218571 [ 255 ] {f1a666ab-eb10-4778-9fe2-4499b6cee683} <Debug> TCPHandler: Processed in 0.002794485 sec. | ||
| 12095 | 2025.03.04 03:28:07.218741 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12096 | 2025.03.04 03:28:07.218883 [ 255 ] {cb7e03ef-70ed-450d-9a3a-edcfad600a47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12097 | 2025.03.04 03:28:07.218948 [ 255 ] {cb7e03ef-70ed-450d-9a3a-edcfad600a47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12098 | 2025.03.04 03:28:07.220437 [ 255 ] {cb7e03ef-70ed-450d-9a3a-edcfad600a47} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12099 | 2025.03.04 03:28:07.220500 [ 255 ] {cb7e03ef-70ed-450d-9a3a-edcfad600a47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12100 | 2025.03.04 03:28:07.221159 [ 255 ] {cb7e03ef-70ed-450d-9a3a-edcfad600a47} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 12101 | 2025.03.04 03:28:07.221472 [ 255 ] {cb7e03ef-70ed-450d-9a3a-edcfad600a47} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12102 | 2025.03.04 03:28:07.221714 [ 255 ] {cb7e03ef-70ed-450d-9a3a-edcfad600a47} <Debug> executeQuery: Read 1316 rows, 111.93 KiB in 0.002867 sec., 459016.3934426229 rows/sec., 38.13 MiB/sec. | ||
| 12103 | 2025.03.04 03:28:07.221817 [ 255 ] {cb7e03ef-70ed-450d-9a3a-edcfad600a47} <Debug> TCPHandler: Processed in 0.003141908 sec. | ||
| 12104 | 2025.03.04 03:28:07.222000 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12105 | 2025.03.04 03:28:07.222178 [ 255 ] {94e4b018-22e9-461b-98db-9088f255c071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12106 | 2025.03.04 03:28:07.222257 [ 255 ] {94e4b018-22e9-461b-98db-9088f255c071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12107 | 2025.03.04 03:28:07.222990 [ 255 ] {94e4b018-22e9-461b-98db-9088f255c071} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12108 | 2025.03.04 03:28:07.223037 [ 255 ] {94e4b018-22e9-461b-98db-9088f255c071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12109 | 2025.03.04 03:28:07.223468 [ 255 ] {94e4b018-22e9-461b-98db-9088f255c071} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 12110 | 2025.03.04 03:28:07.223757 [ 255 ] {94e4b018-22e9-461b-98db-9088f255c071} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12111 | 2025.03.04 03:28:07.223997 [ 255 ] {94e4b018-22e9-461b-98db-9088f255c071} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.001862 sec., 6444.68313641246 rows/sec., 516.08 KiB/sec. | ||
| 12112 | 2025.03.04 03:28:07.224113 [ 255 ] {94e4b018-22e9-461b-98db-9088f255c071} <Debug> TCPHandler: Processed in 0.002193557 sec. | ||
| 12113 | 2025.03.04 03:28:07.224355 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12114 | 2025.03.04 03:28:07.224556 [ 255 ] {6164db42-5345-4410-b544-22eb8042bc4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12115 | 2025.03.04 03:28:07.224612 [ 255 ] {6164db42-5345-4410-b544-22eb8042bc4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12116 | 2025.03.04 03:28:07.225463 [ 255 ] {6164db42-5345-4410-b544-22eb8042bc4b} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12117 | 2025.03.04 03:28:07.225507 [ 255 ] {6164db42-5345-4410-b544-22eb8042bc4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12118 | 2025.03.04 03:28:07.225977 [ 255 ] {6164db42-5345-4410-b544-22eb8042bc4b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 12119 | 2025.03.04 03:28:07.226299 [ 255 ] {6164db42-5345-4410-b544-22eb8042bc4b} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12120 | 2025.03.04 03:28:07.226514 [ 255 ] {6164db42-5345-4410-b544-22eb8042bc4b} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002001 sec., 125937.03148425787 rows/sec., 8.71 MiB/sec. | ||
| 12121 | 2025.03.04 03:28:07.226584 [ 255 ] {6164db42-5345-4410-b544-22eb8042bc4b} <Debug> TCPHandler: Processed in 0.002329459 sec. | ||
| 12122 | 2025.03.04 03:28:07.226722 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12123 | 2025.03.04 03:28:07.226852 [ 255 ] {be504159-a312-4c06-95f3-2ff32ff8c5a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12124 | 2025.03.04 03:28:07.226908 [ 255 ] {be504159-a312-4c06-95f3-2ff32ff8c5a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12125 | 2025.03.04 03:28:07.227654 [ 255 ] {be504159-a312-4c06-95f3-2ff32ff8c5a0} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12126 | 2025.03.04 03:28:07.227704 [ 255 ] {be504159-a312-4c06-95f3-2ff32ff8c5a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12127 | 2025.03.04 03:28:07.228154 [ 255 ] {be504159-a312-4c06-95f3-2ff32ff8c5a0} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 12128 | 2025.03.04 03:28:07.228455 [ 255 ] {be504159-a312-4c06-95f3-2ff32ff8c5a0} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12129 | 2025.03.04 03:28:07.228750 [ 255 ] {be504159-a312-4c06-95f3-2ff32ff8c5a0} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001929 sec., 6220.839813374806 rows/sec., 486.00 KiB/sec. | ||
| 12130 | 2025.03.04 03:28:07.228979 [ 255 ] {be504159-a312-4c06-95f3-2ff32ff8c5a0} <Debug> TCPHandler: Processed in 0.002308508 sec. | ||
| 12131 | 2025.03.04 03:28:07.229147 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12132 | 2025.03.04 03:28:07.229280 [ 255 ] {436c635f-1f96-4c33-8666-2952b1bf2286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12133 | 2025.03.04 03:28:07.229340 [ 255 ] {436c635f-1f96-4c33-8666-2952b1bf2286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12134 | 2025.03.04 03:28:07.230324 [ 255 ] {436c635f-1f96-4c33-8666-2952b1bf2286} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12135 | 2025.03.04 03:28:07.230375 [ 255 ] {436c635f-1f96-4c33-8666-2952b1bf2286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12136 | 2025.03.04 03:28:07.230886 [ 255 ] {436c635f-1f96-4c33-8666-2952b1bf2286} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 12137 | 2025.03.04 03:28:07.231254 [ 255 ] {436c635f-1f96-4c33-8666-2952b1bf2286} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12138 | 2025.03.04 03:28:07.231546 [ 255 ] {436c635f-1f96-4c33-8666-2952b1bf2286} <Debug> executeQuery: Read 556 rows, 42.66 KiB in 0.002296 sec., 242160.2787456446 rows/sec., 18.15 MiB/sec. | ||
| 12139 | 2025.03.04 03:28:07.231581 [ 224 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12140 | 2025.03.04 03:28:07.231621 [ 224 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12141 | 2025.03.04 03:28:07.231762 [ 255 ] {436c635f-1f96-4c33-8666-2952b1bf2286} <Debug> TCPHandler: Processed in 0.002674563 sec. | ||
| 12142 | 2025.03.04 03:28:07.232248 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12143 | 2025.03.04 03:28:07.232619 [ 255 ] {dd551bac-99ae-4960-a082-b11a53b82efc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12144 | 2025.03.04 03:28:07.232814 [ 255 ] {dd551bac-99ae-4960-a082-b11a53b82efc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12145 | 2025.03.04 03:28:07.234135 [ 218 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12146 | 2025.03.04 03:28:07.234280 [ 218 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12147 | 2025.03.04 03:28:07.234445 [ 255 ] {dd551bac-99ae-4960-a082-b11a53b82efc} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12148 | 2025.03.04 03:28:07.234574 [ 255 ] {dd551bac-99ae-4960-a082-b11a53b82efc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12149 | 2025.03.04 03:28:07.236707 [ 255 ] {dd551bac-99ae-4960-a082-b11a53b82efc} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 12150 | 2025.03.04 03:28:07.237062 [ 255 ] {dd551bac-99ae-4960-a082-b11a53b82efc} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12151 | 2025.03.04 03:28:07.237322 [ 255 ] {dd551bac-99ae-4960-a082-b11a53b82efc} <Debug> executeQuery: Read 916 rows, 63.62 KiB in 0.004832 sec., 189569.53642384105 rows/sec., 12.86 MiB/sec. | ||
| 12152 | 2025.03.04 03:28:07.237404 [ 255 ] {dd551bac-99ae-4960-a082-b11a53b82efc} <Debug> TCPHandler: Processed in 0.005288494 sec. | ||
| 12153 | 2025.03.04 03:28:07.238791 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12154 | 2025.03.04 03:28:07.239398 [ 255 ] {9fcafceb-de7f-417d-bda6-7020d4441659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12155 | 2025.03.04 03:28:07.239489 [ 255 ] {9fcafceb-de7f-417d-bda6-7020d4441659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12156 | 2025.03.04 03:28:07.240177 [ 224 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12157 | 2025.03.04 03:28:07.241189 [ 255 ] {9fcafceb-de7f-417d-bda6-7020d4441659} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12158 | 2025.03.04 03:28:07.241284 [ 255 ] {9fcafceb-de7f-417d-bda6-7020d4441659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12159 | 2025.03.04 03:28:07.242595 [ 255 ] {9fcafceb-de7f-417d-bda6-7020d4441659} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 12160 | 2025.03.04 03:28:07.243098 [ 255 ] {9fcafceb-de7f-417d-bda6-7020d4441659} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12161 | 2025.03.04 03:28:07.243538 [ 255 ] {9fcafceb-de7f-417d-bda6-7020d4441659} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004162 sec., 14416.146083613648 rows/sec., 994.86 KiB/sec. | ||
| 12162 | 2025.03.04 03:28:07.243763 [ 255 ] {9fcafceb-de7f-417d-bda6-7020d4441659} <Debug> TCPHandler: Processed in 0.005167663 sec. | ||
| 12163 | 2025.03.04 03:28:07.244437 [ 218 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12164 | 2025.03.04 03:28:07.770902 [ 222 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12165 | 2025.03.04 03:28:07.770962 [ 222 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12166 | 2025.03.04 03:28:07.772977 [ 222 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12167 | 2025.03.04 03:28:08.150684 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12168 | 2025.03.04 03:28:08.150735 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12169 | 2025.03.04 03:28:08.152706 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12170 | 2025.03.04 03:28:08.663171 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37088 | ||
| 12171 | 2025.03.04 03:28:08.663896 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12172 | 2025.03.04 03:28:08.663960 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12173 | 2025.03.04 03:28:08.664640 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 12174 | 2025.03.04 03:28:08.665034 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12175 | 2025.03.04 03:28:08.665213 [ 112 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 12176 | 2025.03.04 03:28:08.665266 [ 112 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12177 | 2025.03.04 03:28:08.665271 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37088 | ||
| 12178 | 2025.03.04 03:28:08.665290 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12179 | 2025.03.04 03:28:08.665436 [ 200 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 12180 | 2025.03.04 03:28:08.665783 [ 200 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12181 | 2025.03.04 03:28:08.665927 [ 200 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34831 rows starting from the beginning of the part | ||
| 12182 | 2025.03.04 03:28:08.666044 [ 200 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 427 rows starting from the beginning of the part | ||
| 12183 | 2025.03.04 03:28:08.666133 [ 200 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 488 rows starting from the beginning of the part | ||
| 12184 | 2025.03.04 03:28:08.666325 [ 200 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 427 rows starting from the beginning of the part | ||
| 12185 | 2025.03.04 03:28:08.666574 [ 200 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 488 rows starting from the beginning of the part | ||
| 12186 | 2025.03.04 03:28:08.666789 [ 200 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 427 rows starting from the beginning of the part | ||
| 12187 | 2025.03.04 03:28:08.669918 [ 196 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37088 rows, containing 4 columns (4 merged, 0 gathered) in 0.004574076 sec., 8108304.278284838 rows/sec., 115.99 MiB/sec. | ||
| 12188 | 2025.03.04 03:28:08.670325 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 12189 | 2025.03.04 03:28:08.670742 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_81_16} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12190 | 2025.03.04 03:28:08.670868 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_81_16} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 12191 | 2025.03.04 03:28:08.671031 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 12192 | 2025.03.04 03:28:11.340332 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611 | ||
| 12193 | 2025.03.04 03:28:11.357581 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1614 | ||
| 12194 | 2025.03.04 03:28:11.370969 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12195 | 2025.03.04 03:28:11.371027 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12196 | 2025.03.04 03:28:11.379902 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12197 | 2025.03.04 03:28:11.381008 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12198 | 2025.03.04 03:28:11.381878 [ 225 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 12199 | 2025.03.04 03:28:11.382163 [ 225 ] {} <Debug> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 12200 | 2025.03.04 03:28:11.385614 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1614 | ||
| 12201 | 2025.03.04 03:28:11.390984 [ 225 ] {} <Debug> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 12202 | 2025.03.04 03:28:11.392739 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12203 | 2025.03.04 03:28:11.392853 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12204 | 2025.03.04 03:28:11.402974 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 12205 | 2025.03.04 03:28:11.403848 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12206 | 2025.03.04 03:28:11.404174 [ 111 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 12207 | 2025.03.04 03:28:11.404253 [ 111 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12208 | 2025.03.04 03:28:11.404304 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12209 | 2025.03.04 03:28:11.404568 [ 187 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 12210 | 2025.03.04 03:28:11.413211 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611 | ||
| 12211 | 2025.03.04 03:28:11.414462 [ 187 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12212 | 2025.03.04 03:28:11.415394 [ 187 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part | ||
| 12213 | 2025.03.04 03:28:11.420185 [ 187 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 8 rows starting from the beginning of the part | ||
| 12214 | 2025.03.04 03:28:11.424956 [ 187 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 7 rows starting from the beginning of the part | ||
| 12215 | 2025.03.04 03:28:11.430405 [ 187 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 8 rows starting from the beginning of the part | ||
| 12216 | 2025.03.04 03:28:11.436219 [ 187 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 7 rows starting from the beginning of the part | ||
| 12217 | 2025.03.04 03:28:11.441758 [ 187 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 8 rows starting from the beginning of the part | ||
| 12218 | 2025.03.04 03:28:11.504986 [ 196 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.100578661 sec., 6074.8472282803605 rows/sec., 31.41 MiB/sec. | ||
| 12219 | 2025.03.04 03:28:11.508602 [ 189 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 12220 | 2025.03.04 03:28:11.511790 [ 189 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_81_16} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12221 | 2025.03.04 03:28:11.511912 [ 189 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_81_16} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 12222 | 2025.03.04 03:28:11.514607 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 12223 | 2025.03.04 03:28:12.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 258.86 MiB, peak 276.26 MiB, free memory in arenas 0.00 B, will set to 257.78 MiB (RSS), difference: -1.08 MiB | ||
| 12224 | 2025.03.04 03:28:12.185782 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12225 | 2025.03.04 03:28:12.185990 [ 255 ] {fde5404b-cb84-43fe-8d92-4f4a0c1c797e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12226 | 2025.03.04 03:28:12.186069 [ 255 ] {fde5404b-cb84-43fe-8d92-4f4a0c1c797e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12227 | 2025.03.04 03:28:12.186956 [ 255 ] {fde5404b-cb84-43fe-8d92-4f4a0c1c797e} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12228 | 2025.03.04 03:28:12.187004 [ 255 ] {fde5404b-cb84-43fe-8d92-4f4a0c1c797e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12229 | 2025.03.04 03:28:12.187435 [ 255 ] {fde5404b-cb84-43fe-8d92-4f4a0c1c797e} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 12230 | 2025.03.04 03:28:12.187692 [ 255 ] {fde5404b-cb84-43fe-8d92-4f4a0c1c797e} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12231 | 2025.03.04 03:28:12.187911 [ 255 ] {fde5404b-cb84-43fe-8d92-4f4a0c1c797e} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.001979 sec., 68721.57655381506 rows/sec., 5.92 MiB/sec. | ||
| 12232 | 2025.03.04 03:28:12.187990 [ 255 ] {fde5404b-cb84-43fe-8d92-4f4a0c1c797e} <Debug> TCPHandler: Processed in 0.002347758 sec. | ||
| 12233 | 2025.03.04 03:28:12.188118 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12234 | 2025.03.04 03:28:12.188224 [ 255 ] {c5763bfc-a917-4cf7-be04-dd122a71b5c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12235 | 2025.03.04 03:28:12.188270 [ 255 ] {c5763bfc-a917-4cf7-be04-dd122a71b5c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12236 | 2025.03.04 03:28:12.188799 [ 255 ] {c5763bfc-a917-4cf7-be04-dd122a71b5c0} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12237 | 2025.03.04 03:28:12.188838 [ 255 ] {c5763bfc-a917-4cf7-be04-dd122a71b5c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12238 | 2025.03.04 03:28:12.189178 [ 255 ] {c5763bfc-a917-4cf7-be04-dd122a71b5c0} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 12239 | 2025.03.04 03:28:12.189423 [ 255 ] {c5763bfc-a917-4cf7-be04-dd122a71b5c0} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12240 | 2025.03.04 03:28:12.189607 [ 109 ] {} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 12241 | 2025.03.04 03:28:12.189645 [ 255 ] {c5763bfc-a917-4cf7-be04-dd122a71b5c0} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001441 sec., 27758.50104094379 rows/sec., 2.04 MiB/sec. | ||
| 12242 | 2025.03.04 03:28:12.189741 [ 109 ] {} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12243 | 2025.03.04 03:28:12.189777 [ 255 ] {c5763bfc-a917-4cf7-be04-dd122a71b5c0} <Debug> TCPHandler: Processed in 0.00170579 sec. | ||
| 12244 | 2025.03.04 03:28:12.189828 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12245 | 2025.03.04 03:28:12.189969 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12246 | 2025.03.04 03:28:12.190129 [ 201 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 12247 | 2025.03.04 03:28:12.190166 [ 255 ] {894da4f8-4415-49d6-bd1b-b7d30d1be638} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12248 | 2025.03.04 03:28:12.190261 [ 255 ] {894da4f8-4415-49d6-bd1b-b7d30d1be638} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12249 | 2025.03.04 03:28:12.190614 [ 201 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12250 | 2025.03.04 03:28:12.190709 [ 201 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 178 rows starting from the beginning of the part | ||
| 12251 | 2025.03.04 03:28:12.191111 [ 201 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 40 rows starting from the beginning of the part | ||
| 12252 | 2025.03.04 03:28:12.191485 [ 201 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 46 rows starting from the beginning of the part | ||
| 12253 | 2025.03.04 03:28:12.191869 [ 201 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 40 rows starting from the beginning of the part | ||
| 12254 | 2025.03.04 03:28:12.192146 [ 201 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 12 rows starting from the beginning of the part | ||
| 12255 | 2025.03.04 03:28:12.192547 [ 201 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 40 rows starting from the beginning of the part | ||
| 12256 | 2025.03.04 03:28:12.193365 [ 255 ] {894da4f8-4415-49d6-bd1b-b7d30d1be638} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12257 | 2025.03.04 03:28:12.193433 [ 255 ] {894da4f8-4415-49d6-bd1b-b7d30d1be638} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12258 | 2025.03.04 03:28:12.194428 [ 255 ] {894da4f8-4415-49d6-bd1b-b7d30d1be638} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 12259 | 2025.03.04 03:28:12.194983 [ 255 ] {894da4f8-4415-49d6-bd1b-b7d30d1be638} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12260 | 2025.03.04 03:28:12.195563 [ 201 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 356 rows, containing 5 columns (5 merged, 0 gathered) in 0.005588138 sec., 63706.372319366485 rows/sec., 4.64 MiB/sec. | ||
| 12261 | 2025.03.04 03:28:12.195629 [ 255 ] {894da4f8-4415-49d6-bd1b-b7d30d1be638} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.005495 sec., 18926.296633303 rows/sec., 1.48 MiB/sec. | ||
| 12262 | 2025.03.04 03:28:12.195861 [ 201 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 12263 | 2025.03.04 03:28:12.195989 [ 255 ] {894da4f8-4415-49d6-bd1b-b7d30d1be638} <Debug> TCPHandler: Processed in 0.006099064 sec. | ||
| 12264 | 2025.03.04 03:28:12.196399 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12265 | 2025.03.04 03:28:12.196738 [ 201 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_76_15} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12266 | 2025.03.04 03:28:12.196827 [ 255 ] {e1852f9e-bd31-4463-9240-f1c2cd8cc79c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12267 | 2025.03.04 03:28:12.196996 [ 201 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_76_15} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 12268 | 2025.03.04 03:28:12.197007 [ 255 ] {e1852f9e-bd31-4463-9240-f1c2cd8cc79c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12269 | 2025.03.04 03:28:12.197179 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 12270 | 2025.03.04 03:28:12.197730 [ 255 ] {e1852f9e-bd31-4463-9240-f1c2cd8cc79c} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12271 | 2025.03.04 03:28:12.197773 [ 255 ] {e1852f9e-bd31-4463-9240-f1c2cd8cc79c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12272 | 2025.03.04 03:28:12.198153 [ 255 ] {e1852f9e-bd31-4463-9240-f1c2cd8cc79c} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 12273 | 2025.03.04 03:28:12.198385 [ 255 ] {e1852f9e-bd31-4463-9240-f1c2cd8cc79c} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12274 | 2025.03.04 03:28:12.198552 [ 109 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 5 parts from all_1_115_23 to all_119_119_0 | ||
| 12275 | 2025.03.04 03:28:12.198604 [ 109 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12276 | 2025.03.04 03:28:12.198618 [ 255 ] {e1852f9e-bd31-4463-9240-f1c2cd8cc79c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001961 sec., 81591.0249872514 rows/sec., 5.68 MiB/sec. | ||
| 12277 | 2025.03.04 03:28:12.198653 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12278 | 2025.03.04 03:28:12.198797 [ 255 ] {e1852f9e-bd31-4463-9240-f1c2cd8cc79c} <Debug> TCPHandler: Processed in 0.002550071 sec. | ||
| 12279 | 2025.03.04 03:28:12.198858 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_119_24} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_115_23 to all_119_119_0 into Compact with storage Full | ||
| 12280 | 2025.03.04 03:28:12.198926 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12281 | 2025.03.04 03:28:12.198976 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_119_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12282 | 2025.03.04 03:28:12.199021 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_115_23, total 33287 rows starting from the beginning of the part | ||
| 12283 | 2025.03.04 03:28:12.199055 [ 255 ] {93369e9e-ab2f-4b1a-b3c0-31baf6caa480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12284 | 2025.03.04 03:28:12.199121 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 163 rows starting from the beginning of the part | ||
| 12285 | 2025.03.04 03:28:12.199334 [ 255 ] {93369e9e-ab2f-4b1a-b3c0-31baf6caa480} <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 | ||
| 12286 | 2025.03.04 03:28:12.199735 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part | ||
| 12287 | 2025.03.04 03:28:12.200097 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part | ||
| 12288 | 2025.03.04 03:28:12.200434 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 916 rows starting from the beginning of the part | ||
| 12289 | 2025.03.04 03:28:12.202668 [ 255 ] {93369e9e-ab2f-4b1a-b3c0-31baf6caa480} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12290 | 2025.03.04 03:28:12.202709 [ 255 ] {93369e9e-ab2f-4b1a-b3c0-31baf6caa480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12291 | 2025.03.04 03:28:12.203533 [ 255 ] {93369e9e-ab2f-4b1a-b3c0-31baf6caa480} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12292 | 2025.03.04 03:28:12.203806 [ 255 ] {93369e9e-ab2f-4b1a-b3c0-31baf6caa480} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12293 | 2025.03.04 03:28:12.204089 [ 255 ] {93369e9e-ab2f-4b1a-b3c0-31baf6caa480} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.005056 sec., 7911.392405063291 rows/sec., 14.18 MiB/sec. | ||
| 12294 | 2025.03.04 03:28:12.204206 [ 255 ] {93369e9e-ab2f-4b1a-b3c0-31baf6caa480} <Debug> TCPHandler: Processed in 0.005333995 sec. | ||
| 12295 | 2025.03.04 03:28:12.204340 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12296 | 2025.03.04 03:28:12.204447 [ 255 ] {53065829-fbac-4981-89e1-3f3a125723ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12297 | 2025.03.04 03:28:12.204493 [ 255 ] {53065829-fbac-4981-89e1-3f3a125723ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12298 | 2025.03.04 03:28:12.204982 [ 255 ] {53065829-fbac-4981-89e1-3f3a125723ff} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12299 | 2025.03.04 03:28:12.205022 [ 255 ] {53065829-fbac-4981-89e1-3f3a125723ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12300 | 2025.03.04 03:28:12.205416 [ 255 ] {53065829-fbac-4981-89e1-3f3a125723ff} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 12301 | 2025.03.04 03:28:12.205671 [ 255 ] {53065829-fbac-4981-89e1-3f3a125723ff} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12302 | 2025.03.04 03:28:12.205892 [ 255 ] {53065829-fbac-4981-89e1-3f3a125723ff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001467 sec., 40899.7955010225 rows/sec., 2.76 MiB/sec. | ||
| 12303 | 2025.03.04 03:28:12.205999 [ 255 ] {53065829-fbac-4981-89e1-3f3a125723ff} <Debug> TCPHandler: Processed in 0.001709781 sec. | ||
| 12304 | 2025.03.04 03:28:12.208114 [ 198 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_119_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34686 rows, containing 5 columns (5 merged, 0 gathered) in 0.009329054 sec., 3718061.8742264756 rows/sec., 255.10 MiB/sec. | ||
| 12305 | 2025.03.04 03:28:12.208615 [ 197 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_119_24} <Trace> MergedBlockOutputStream: filled checksums all_1_119_24 (state Temporary) | ||
| 12306 | 2025.03.04 03:28:12.208935 [ 197 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_119_24 to all_1_119_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12307 | 2025.03.04 03:28:12.209014 [ 197 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 5 parts: [all_1_115_23, all_119_119_0] -> all_1_119_24 | ||
| 12308 | 2025.03.04 03:28:12.209100 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 12309 | 2025.03.04 03:28:13.241166 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 12310 | 2025.03.04 03:28:13.241232 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 12311 | 2025.03.04 03:28:13.243073 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 12312 | 2025.03.04 03:28:15.919891 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12313 | 2025.03.04 03:28:15.919941 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12314 | 2025.03.04 03:28:16.165419 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37576 | ||
| 12315 | 2025.03.04 03:28:16.166102 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12316 | 2025.03.04 03:28:16.166142 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12317 | 2025.03.04 03:28:16.166680 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 12318 | 2025.03.04 03:28:16.166950 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12319 | 2025.03.04 03:28:16.167144 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576 | ||
| 12320 | 2025.03.04 03:28:17.182839 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12321 | 2025.03.04 03:28:17.183121 [ 255 ] {41adc40d-4e07-4dea-b68e-5f36893a6c5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12322 | 2025.03.04 03:28:17.183229 [ 255 ] {41adc40d-4e07-4dea-b68e-5f36893a6c5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12323 | 2025.03.04 03:28:17.184179 [ 255 ] {41adc40d-4e07-4dea-b68e-5f36893a6c5e} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12324 | 2025.03.04 03:28:17.184233 [ 255 ] {41adc40d-4e07-4dea-b68e-5f36893a6c5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12325 | 2025.03.04 03:28:17.184685 [ 255 ] {41adc40d-4e07-4dea-b68e-5f36893a6c5e} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 12326 | 2025.03.04 03:28:17.184957 [ 255 ] {41adc40d-4e07-4dea-b68e-5f36893a6c5e} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12327 | 2025.03.04 03:28:17.185179 [ 103 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 12328 | 2025.03.04 03:28:17.185240 [ 255 ] {41adc40d-4e07-4dea-b68e-5f36893a6c5e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002186 sec., 25617.566331198537 rows/sec., 1.96 MiB/sec. | ||
| 12329 | 2025.03.04 03:28:17.185266 [ 103 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12330 | 2025.03.04 03:28:17.185338 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12331 | 2025.03.04 03:28:17.185371 [ 255 ] {41adc40d-4e07-4dea-b68e-5f36893a6c5e} <Debug> TCPHandler: Processed in 0.002692223 sec. | ||
| 12332 | 2025.03.04 03:28:17.185679 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12333 | 2025.03.04 03:28:17.185809 [ 186 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 12334 | 2025.03.04 03:28:17.186065 [ 255 ] {e9b0ad00-1a06-46f1-8e8e-3e8732e62435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12335 | 2025.03.04 03:28:17.186300 [ 255 ] {e9b0ad00-1a06-46f1-8e8e-3e8732e62435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12336 | 2025.03.04 03:28:17.186429 [ 186 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12337 | 2025.03.04 03:28:17.186604 [ 186 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1968 rows starting from the beginning of the part | ||
| 12338 | 2025.03.04 03:28:17.187250 [ 186 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 56 rows starting from the beginning of the part | ||
| 12339 | 2025.03.04 03:28:17.187897 [ 186 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 136 rows starting from the beginning of the part | ||
| 12340 | 2025.03.04 03:28:17.188510 [ 186 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 1316 rows starting from the beginning of the part | ||
| 12341 | 2025.03.04 03:28:17.189021 [ 186 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 136 rows starting from the beginning of the part | ||
| 12342 | 2025.03.04 03:28:17.189563 [ 186 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 56 rows starting from the beginning of the part | ||
| 12343 | 2025.03.04 03:28:17.190855 [ 255 ] {e9b0ad00-1a06-46f1-8e8e-3e8732e62435} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12344 | 2025.03.04 03:28:17.190921 [ 255 ] {e9b0ad00-1a06-46f1-8e8e-3e8732e62435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12345 | 2025.03.04 03:28:17.191900 [ 255 ] {e9b0ad00-1a06-46f1-8e8e-3e8732e62435} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 12346 | 2025.03.04 03:28:17.192324 [ 255 ] {e9b0ad00-1a06-46f1-8e8e-3e8732e62435} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12347 | 2025.03.04 03:28:17.192527 [ 103 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 12348 | 2025.03.04 03:28:17.192589 [ 103 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12349 | 2025.03.04 03:28:17.192614 [ 255 ] {e9b0ad00-1a06-46f1-8e8e-3e8732e62435} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006786 sec., 9431.181844974948 rows/sec., 753.79 KiB/sec. | ||
| 12350 | 2025.03.04 03:28:17.192624 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12351 | 2025.03.04 03:28:17.193091 [ 255 ] {e9b0ad00-1a06-46f1-8e8e-3e8732e62435} <Debug> TCPHandler: Processed in 0.007542683 sec. | ||
| 12352 | 2025.03.04 03:28:17.193680 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12353 | 2025.03.04 03:28:17.193755 [ 186 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3668 rows, containing 5 columns (5 merged, 0 gathered) in 0.00821955 sec., 446253.1403787311 rows/sec., 38.53 MiB/sec. | ||
| 12354 | 2025.03.04 03:28:17.194205 [ 186 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 12355 | 2025.03.04 03:28:17.194397 [ 255 ] {450a61ea-9d44-4d73-9599-83a84fc6cb59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12356 | 2025.03.04 03:28:17.194723 [ 198 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 12357 | 2025.03.04 03:28:17.195266 [ 186 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_121_24} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12358 | 2025.03.04 03:28:17.195402 [ 198 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12359 | 2025.03.04 03:28:17.195527 [ 255 ] {450a61ea-9d44-4d73-9599-83a84fc6cb59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12360 | 2025.03.04 03:28:17.195542 [ 198 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 952 rows starting from the beginning of the part | ||
| 12361 | 2025.03.04 03:28:17.195648 [ 186 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_121_24} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 12362 | 2025.03.04 03:28:17.196105 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 12363 | 2025.03.04 03:28:17.196104 [ 198 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 64 rows starting from the beginning of the part | ||
| 12364 | 2025.03.04 03:28:17.196557 [ 198 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 104 rows starting from the beginning of the part | ||
| 12365 | 2025.03.04 03:28:17.196956 [ 198 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 556 rows starting from the beginning of the part | ||
| 12366 | 2025.03.04 03:28:17.197245 [ 198 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 104 rows starting from the beginning of the part | ||
| 12367 | 2025.03.04 03:28:17.197568 [ 198 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 64 rows starting from the beginning of the part | ||
| 12368 | 2025.03.04 03:28:17.198689 [ 255 ] {450a61ea-9d44-4d73-9599-83a84fc6cb59} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12369 | 2025.03.04 03:28:17.198752 [ 255 ] {450a61ea-9d44-4d73-9599-83a84fc6cb59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12370 | 2025.03.04 03:28:17.199861 [ 255 ] {450a61ea-9d44-4d73-9599-83a84fc6cb59} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 12371 | 2025.03.04 03:28:17.200252 [ 255 ] {450a61ea-9d44-4d73-9599-83a84fc6cb59} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12372 | 2025.03.04 03:28:17.200861 [ 255 ] {450a61ea-9d44-4d73-9599-83a84fc6cb59} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006768 sec., 23640.66193853428 rows/sec., 1.65 MiB/sec. | ||
| 12373 | 2025.03.04 03:28:17.200888 [ 198 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1844 rows, containing 5 columns (5 merged, 0 gathered) in 0.007947007 sec., 232037.0423733111 rows/sec., 18.20 MiB/sec. | ||
| 12374 | 2025.03.04 03:28:17.200980 [ 255 ] {450a61ea-9d44-4d73-9599-83a84fc6cb59} <Debug> TCPHandler: Processed in 0.007480341 sec. | ||
| 12375 | 2025.03.04 03:28:17.201122 [ 198 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 12376 | 2025.03.04 03:28:17.201146 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12377 | 2025.03.04 03:28:17.201328 [ 255 ] {b50076a3-e55b-4a14-8695-3e9f16d2d3aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12378 | 2025.03.04 03:28:17.201410 [ 255 ] {b50076a3-e55b-4a14-8695-3e9f16d2d3aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12379 | 2025.03.04 03:28:17.201613 [ 198 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_121_24} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12380 | 2025.03.04 03:28:17.201873 [ 198 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_121_24} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 12381 | 2025.03.04 03:28:17.202023 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 12382 | 2025.03.04 03:28:17.202273 [ 255 ] {b50076a3-e55b-4a14-8695-3e9f16d2d3aa} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12383 | 2025.03.04 03:28:17.202316 [ 255 ] {b50076a3-e55b-4a14-8695-3e9f16d2d3aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12384 | 2025.03.04 03:28:17.202685 [ 255 ] {b50076a3-e55b-4a14-8695-3e9f16d2d3aa} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 12385 | 2025.03.04 03:28:17.202919 [ 255 ] {b50076a3-e55b-4a14-8695-3e9f16d2d3aa} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12386 | 2025.03.04 03:28:17.203092 [ 103 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 12387 | 2025.03.04 03:28:17.203149 [ 103 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12388 | 2025.03.04 03:28:17.203166 [ 255 ] {b50076a3-e55b-4a14-8695-3e9f16d2d3aa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001887 sec., 31796.50238473768 rows/sec., 2.14 MiB/sec. | ||
| 12389 | 2025.03.04 03:28:17.203191 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12390 | 2025.03.04 03:28:17.203320 [ 255 ] {b50076a3-e55b-4a14-8695-3e9f16d2d3aa} <Debug> TCPHandler: Processed in 0.002238658 sec. | ||
| 12391 | 2025.03.04 03:28:17.203411 [ 194 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 12392 | 2025.03.04 03:28:17.203532 [ 194 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12393 | 2025.03.04 03:28:17.203562 [ 194 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 6706 rows starting from the beginning of the part | ||
| 12394 | 2025.03.04 03:28:17.203664 [ 194 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part | ||
| 12395 | 2025.03.04 03:28:17.203881 [ 194 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part | ||
| 12396 | 2025.03.04 03:28:17.204061 [ 194 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 60 rows starting from the beginning of the part | ||
| 12397 | 2025.03.04 03:28:17.204243 [ 194 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 60 rows starting from the beginning of the part | ||
| 12398 | 2025.03.04 03:28:17.204451 [ 194 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part | ||
| 12399 | 2025.03.04 03:28:17.206475 [ 188 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7006 rows, containing 4 columns (4 merged, 0 gathered) in 0.003163719 sec., 2214482.3860779037 rows/sec., 148.87 MiB/sec. | ||
| 12400 | 2025.03.04 03:28:17.206892 [ 190 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 12401 | 2025.03.04 03:28:17.207242 [ 190 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_121_24} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12402 | 2025.03.04 03:28:17.207333 [ 190 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_121_24} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 12403 | 2025.03.04 03:28:17.207413 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. | ||
| 12404 | 2025.03.04 03:28:18.913321 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 618 | ||
| 12405 | 2025.03.04 03:28:18.936251 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12406 | 2025.03.04 03:28:18.936312 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12407 | 2025.03.04 03:28:18.943836 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 12408 | 2025.03.04 03:28:18.944673 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12409 | 2025.03.04 03:28:18.948333 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 618 | ||
| 12410 | 2025.03.04 03:28:21.385901 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1634 | ||
| 12411 | 2025.03.04 03:28:21.389026 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12412 | 2025.03.04 03:28:21.389093 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12413 | 2025.03.04 03:28:21.390663 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12414 | 2025.03.04 03:28:21.391003 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12415 | 2025.03.04 03:28:21.391724 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1634 | ||
| 12416 | 2025.03.04 03:28:22.185041 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12417 | 2025.03.04 03:28:22.185229 [ 255 ] {016f186f-f027-4dcf-92f1-a76d50cdd5c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12418 | 2025.03.04 03:28:22.185299 [ 255 ] {016f186f-f027-4dcf-92f1-a76d50cdd5c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12419 | 2025.03.04 03:28:22.186066 [ 255 ] {016f186f-f027-4dcf-92f1-a76d50cdd5c8} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12420 | 2025.03.04 03:28:22.186118 [ 255 ] {016f186f-f027-4dcf-92f1-a76d50cdd5c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12421 | 2025.03.04 03:28:22.186542 [ 255 ] {016f186f-f027-4dcf-92f1-a76d50cdd5c8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 12422 | 2025.03.04 03:28:22.186799 [ 255 ] {016f186f-f027-4dcf-92f1-a76d50cdd5c8} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12423 | 2025.03.04 03:28:22.187049 [ 255 ] {016f186f-f027-4dcf-92f1-a76d50cdd5c8} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001858 sec., 4305.705059203445 rows/sec., 351.10 KiB/sec. | ||
| 12424 | 2025.03.04 03:28:22.187180 [ 255 ] {016f186f-f027-4dcf-92f1-a76d50cdd5c8} <Debug> TCPHandler: Processed in 0.002276807 sec. | ||
| 12425 | 2025.03.04 03:28:22.187397 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12426 | 2025.03.04 03:28:22.187509 [ 255 ] {5ec546b5-b56a-4298-afac-26bd1bae71bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12427 | 2025.03.04 03:28:22.187557 [ 255 ] {5ec546b5-b56a-4298-afac-26bd1bae71bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12428 | 2025.03.04 03:28:22.188191 [ 255 ] {5ec546b5-b56a-4298-afac-26bd1bae71bf} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12429 | 2025.03.04 03:28:22.188232 [ 255 ] {5ec546b5-b56a-4298-afac-26bd1bae71bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12430 | 2025.03.04 03:28:22.188605 [ 255 ] {5ec546b5-b56a-4298-afac-26bd1bae71bf} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 12431 | 2025.03.04 03:28:22.188907 [ 255 ] {5ec546b5-b56a-4298-afac-26bd1bae71bf} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12432 | 2025.03.04 03:28:22.189121 [ 255 ] {5ec546b5-b56a-4298-afac-26bd1bae71bf} <Debug> executeQuery: Read 140 rows, 12.29 KiB in 0.00164 sec., 85365.85365853658 rows/sec., 7.32 MiB/sec. | ||
| 12433 | 2025.03.04 03:28:22.189180 [ 255 ] {5ec546b5-b56a-4298-afac-26bd1bae71bf} <Debug> TCPHandler: Processed in 0.001849273 sec. | ||
| 12434 | 2025.03.04 03:28:22.189315 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12435 | 2025.03.04 03:28:22.189452 [ 255 ] {cd890a82-a03f-4b05-be9a-4810bf8b8f93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12436 | 2025.03.04 03:28:22.189506 [ 255 ] {cd890a82-a03f-4b05-be9a-4810bf8b8f93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12437 | 2025.03.04 03:28:22.190118 [ 255 ] {cd890a82-a03f-4b05-be9a-4810bf8b8f93} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12438 | 2025.03.04 03:28:22.190156 [ 255 ] {cd890a82-a03f-4b05-be9a-4810bf8b8f93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12439 | 2025.03.04 03:28:22.190526 [ 255 ] {cd890a82-a03f-4b05-be9a-4810bf8b8f93} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 12440 | 2025.03.04 03:28:22.190763 [ 255 ] {cd890a82-a03f-4b05-be9a-4810bf8b8f93} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12441 | 2025.03.04 03:28:22.190963 [ 255 ] {cd890a82-a03f-4b05-be9a-4810bf8b8f93} <Debug> executeQuery: Read 48 rows, 3.57 KiB in 0.001543 sec., 31108.230719377832 rows/sec., 2.26 MiB/sec. | ||
| 12442 | 2025.03.04 03:28:22.191014 [ 255 ] {cd890a82-a03f-4b05-be9a-4810bf8b8f93} <Debug> TCPHandler: Processed in 0.001763702 sec. | ||
| 12443 | 2025.03.04 03:28:22.191147 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12444 | 2025.03.04 03:28:22.191282 [ 255 ] {2cea4228-7ac2-488a-8e98-4196763a487c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12445 | 2025.03.04 03:28:22.191336 [ 255 ] {2cea4228-7ac2-488a-8e98-4196763a487c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12446 | 2025.03.04 03:28:22.191987 [ 255 ] {2cea4228-7ac2-488a-8e98-4196763a487c} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12447 | 2025.03.04 03:28:22.192026 [ 255 ] {2cea4228-7ac2-488a-8e98-4196763a487c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12448 | 2025.03.04 03:28:22.192402 [ 255 ] {2cea4228-7ac2-488a-8e98-4196763a487c} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 12449 | 2025.03.04 03:28:22.192662 [ 255 ] {2cea4228-7ac2-488a-8e98-4196763a487c} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12450 | 2025.03.04 03:28:22.192887 [ 255 ] {2cea4228-7ac2-488a-8e98-4196763a487c} <Debug> executeQuery: Read 112 rows, 8.97 KiB in 0.001629 sec., 68753.83670963782 rows/sec., 5.38 MiB/sec. | ||
| 12451 | 2025.03.04 03:28:22.192950 [ 255 ] {2cea4228-7ac2-488a-8e98-4196763a487c} <Debug> TCPHandler: Processed in 0.001867432 sec. | ||
| 12452 | 2025.03.04 03:28:22.193108 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12453 | 2025.03.04 03:28:22.193417 [ 255 ] {5dc97692-c7fe-4d46-9692-af7ead67f1e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12454 | 2025.03.04 03:28:22.193579 [ 255 ] {5dc97692-c7fe-4d46-9692-af7ead67f1e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12455 | 2025.03.04 03:28:22.194350 [ 255 ] {5dc97692-c7fe-4d46-9692-af7ead67f1e9} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12456 | 2025.03.04 03:28:22.194388 [ 255 ] {5dc97692-c7fe-4d46-9692-af7ead67f1e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12457 | 2025.03.04 03:28:22.194777 [ 255 ] {5dc97692-c7fe-4d46-9692-af7ead67f1e9} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 12458 | 2025.03.04 03:28:22.195015 [ 255 ] {5dc97692-c7fe-4d46-9692-af7ead67f1e9} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12459 | 2025.03.04 03:28:22.195219 [ 255 ] {5dc97692-c7fe-4d46-9692-af7ead67f1e9} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001921 sec., 85372.20197813639 rows/sec., 5.94 MiB/sec. | ||
| 12460 | 2025.03.04 03:28:22.195272 [ 255 ] {5dc97692-c7fe-4d46-9692-af7ead67f1e9} <Debug> TCPHandler: Processed in 0.002235118 sec. | ||
| 12461 | 2025.03.04 03:28:22.195376 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12462 | 2025.03.04 03:28:22.195477 [ 255 ] {f5af425e-465b-4a8d-aaa3-e513405f398b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12463 | 2025.03.04 03:28:22.195541 [ 255 ] {f5af425e-465b-4a8d-aaa3-e513405f398b} <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 | ||
| 12464 | 2025.03.04 03:28:22.196710 [ 255 ] {f5af425e-465b-4a8d-aaa3-e513405f398b} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12465 | 2025.03.04 03:28:22.196748 [ 255 ] {f5af425e-465b-4a8d-aaa3-e513405f398b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12466 | 2025.03.04 03:28:22.197413 [ 255 ] {f5af425e-465b-4a8d-aaa3-e513405f398b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12467 | 2025.03.04 03:28:22.197674 [ 255 ] {f5af425e-465b-4a8d-aaa3-e513405f398b} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12468 | 2025.03.04 03:28:22.197915 [ 255 ] {f5af425e-465b-4a8d-aaa3-e513405f398b} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002459 sec., 16266.77511183408 rows/sec., 29.15 MiB/sec. | ||
| 12469 | 2025.03.04 03:28:22.198023 [ 255 ] {f5af425e-465b-4a8d-aaa3-e513405f398b} <Debug> TCPHandler: Processed in 0.002696533 sec. | ||
| 12470 | 2025.03.04 03:28:22.198139 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12471 | 2025.03.04 03:28:22.198241 [ 255 ] {76f63582-7717-4705-bfb5-5579bb2ced74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12472 | 2025.03.04 03:28:22.198287 [ 255 ] {76f63582-7717-4705-bfb5-5579bb2ced74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12473 | 2025.03.04 03:28:22.198712 [ 255 ] {76f63582-7717-4705-bfb5-5579bb2ced74} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12474 | 2025.03.04 03:28:22.198748 [ 255 ] {76f63582-7717-4705-bfb5-5579bb2ced74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12475 | 2025.03.04 03:28:22.199104 [ 255 ] {76f63582-7717-4705-bfb5-5579bb2ced74} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 12476 | 2025.03.04 03:28:22.199344 [ 255 ] {76f63582-7717-4705-bfb5-5579bb2ced74} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12477 | 2025.03.04 03:28:22.199539 [ 255 ] {76f63582-7717-4705-bfb5-5579bb2ced74} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001321 sec., 45420.136260408784 rows/sec., 3.06 MiB/sec. | ||
| 12478 | 2025.03.04 03:28:22.199588 [ 255 ] {76f63582-7717-4705-bfb5-5579bb2ced74} <Debug> TCPHandler: Processed in 0.001498929 sec. | ||
| 12479 | 2025.03.04 03:28:23.667305 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38003 | ||
| 12480 | 2025.03.04 03:28:23.667973 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12481 | 2025.03.04 03:28:23.668016 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12482 | 2025.03.04 03:28:23.668538 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 12483 | 2025.03.04 03:28:23.668787 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12484 | 2025.03.04 03:28:23.668963 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38003 | ||
| 12485 | 2025.03.04 03:28:26.448439 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 626 | ||
| 12486 | 2025.03.04 03:28:26.474713 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12487 | 2025.03.04 03:28:26.474770 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12488 | 2025.03.04 03:28:26.482421 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 12489 | 2025.03.04 03:28:26.483301 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12490 | 2025.03.04 03:28:26.486722 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626 | ||
| 12491 | 2025.03.04 03:28:27.183776 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12492 | 2025.03.04 03:28:27.183988 [ 255 ] {2519866d-92a6-4c94-a92d-013eb02eb013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12493 | 2025.03.04 03:28:27.184062 [ 255 ] {2519866d-92a6-4c94-a92d-013eb02eb013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12494 | 2025.03.04 03:28:27.184894 [ 255 ] {2519866d-92a6-4c94-a92d-013eb02eb013} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12495 | 2025.03.04 03:28:27.184968 [ 255 ] {2519866d-92a6-4c94-a92d-013eb02eb013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12496 | 2025.03.04 03:28:27.185477 [ 255 ] {2519866d-92a6-4c94-a92d-013eb02eb013} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 12497 | 2025.03.04 03:28:27.185734 [ 255 ] {2519866d-92a6-4c94-a92d-013eb02eb013} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12498 | 2025.03.04 03:28:27.185996 [ 255 ] {2519866d-92a6-4c94-a92d-013eb02eb013} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002066 sec., 27105.5179090029 rows/sec., 2.07 MiB/sec. | ||
| 12499 | 2025.03.04 03:28:27.186064 [ 255 ] {2519866d-92a6-4c94-a92d-013eb02eb013} <Debug> TCPHandler: Processed in 0.00242437 sec. | ||
| 12500 | 2025.03.04 03:28:27.186195 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12501 | 2025.03.04 03:28:27.186309 [ 255 ] {cbdc2e82-c322-45fd-91f4-b17b63d5ab1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12502 | 2025.03.04 03:28:27.186356 [ 255 ] {cbdc2e82-c322-45fd-91f4-b17b63d5ab1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12503 | 2025.03.04 03:28:27.186924 [ 255 ] {cbdc2e82-c322-45fd-91f4-b17b63d5ab1b} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12504 | 2025.03.04 03:28:27.186972 [ 255 ] {cbdc2e82-c322-45fd-91f4-b17b63d5ab1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12505 | 2025.03.04 03:28:27.187337 [ 255 ] {cbdc2e82-c322-45fd-91f4-b17b63d5ab1b} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 12506 | 2025.03.04 03:28:27.187595 [ 255 ] {cbdc2e82-c322-45fd-91f4-b17b63d5ab1b} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12507 | 2025.03.04 03:28:27.187807 [ 255 ] {cbdc2e82-c322-45fd-91f4-b17b63d5ab1b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001519 sec., 42132.982225148124 rows/sec., 3.29 MiB/sec. | ||
| 12508 | 2025.03.04 03:28:27.187861 [ 255 ] {cbdc2e82-c322-45fd-91f4-b17b63d5ab1b} <Debug> TCPHandler: Processed in 0.001716961 sec. | ||
| 12509 | 2025.03.04 03:28:27.187981 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12510 | 2025.03.04 03:28:27.188088 [ 255 ] {72c2baa9-7a16-4dda-b9d0-690a3acdfe61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12511 | 2025.03.04 03:28:27.188137 [ 255 ] {72c2baa9-7a16-4dda-b9d0-690a3acdfe61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12512 | 2025.03.04 03:28:27.188666 [ 255 ] {72c2baa9-7a16-4dda-b9d0-690a3acdfe61} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12513 | 2025.03.04 03:28:27.188707 [ 255 ] {72c2baa9-7a16-4dda-b9d0-690a3acdfe61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12514 | 2025.03.04 03:28:27.189100 [ 255 ] {72c2baa9-7a16-4dda-b9d0-690a3acdfe61} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 12515 | 2025.03.04 03:28:27.189337 [ 255 ] {72c2baa9-7a16-4dda-b9d0-690a3acdfe61} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12516 | 2025.03.04 03:28:27.189558 [ 255 ] {72c2baa9-7a16-4dda-b9d0-690a3acdfe61} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001493 sec., 107166.7782987274 rows/sec., 7.46 MiB/sec. | ||
| 12517 | 2025.03.04 03:28:27.189609 [ 255 ] {72c2baa9-7a16-4dda-b9d0-690a3acdfe61} <Debug> TCPHandler: Processed in 0.001684671 sec. | ||
| 12518 | 2025.03.04 03:28:27.189712 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12519 | 2025.03.04 03:28:27.189813 [ 255 ] {a1729510-39d5-4963-af1c-a62f445426b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12520 | 2025.03.04 03:28:27.189858 [ 255 ] {a1729510-39d5-4963-af1c-a62f445426b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12521 | 2025.03.04 03:28:27.190301 [ 255 ] {a1729510-39d5-4963-af1c-a62f445426b7} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12522 | 2025.03.04 03:28:27.190339 [ 255 ] {a1729510-39d5-4963-af1c-a62f445426b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 12523 | 2025.03.04 03:28:27.190690 [ 255 ] {a1729510-39d5-4963-af1c-a62f445426b7} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 12524 | 2025.03.04 03:28:27.190924 [ 255 ] {a1729510-39d5-4963-af1c-a62f445426b7} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12525 | 2025.03.04 03:28:27.191149 [ 255 ] {a1729510-39d5-4963-af1c-a62f445426b7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001355 sec., 44280.44280442804 rows/sec., 2.98 MiB/sec. | ||
| 12526 | 2025.03.04 03:28:27.191199 [ 255 ] {a1729510-39d5-4963-af1c-a62f445426b7} <Debug> TCPHandler: Processed in 0.001535979 sec. | ||
| 12527 | 2025.03.04 03:28:27.560631 [ 219 ] {} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12528 | 2025.03.04 03:28:27.560700 [ 219 ] {} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12529 | 2025.03.04 03:28:27.562190 [ 219 ] {} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12530 | 2025.03.04 03:28:30.919981 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12531 | 2025.03.04 03:28:30.920040 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12532 | 2025.03.04 03:28:31.169112 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38491 | ||
| 12533 | 2025.03.04 03:28:31.169859 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12534 | 2025.03.04 03:28:31.169911 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12535 | 2025.03.04 03:28:31.170472 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12536 | 2025.03.04 03:28:31.170730 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12537 | 2025.03.04 03:28:31.170931 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491 | ||
| 12538 | 2025.03.04 03:28:31.391977 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1656 | ||
| 12539 | 2025.03.04 03:28:31.395095 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12540 | 2025.03.04 03:28:31.395154 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12541 | 2025.03.04 03:28:31.396721 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12542 | 2025.03.04 03:28:31.397064 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12543 | 2025.03.04 03:28:31.397279 [ 68 ] {} <Debug> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12544 | 2025.03.04 03:28:31.397387 [ 68 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12545 | 2025.03.04 03:28:31.397451 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12546 | 2025.03.04 03:28:31.398246 [ 193 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 12547 | 2025.03.04 03:28:31.399476 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1656 | ||
| 12548 | 2025.03.04 03:28:31.399926 [ 193 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12549 | 2025.03.04 03:28:31.400117 [ 193 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1544 rows starting from the beginning of the part | ||
| 12550 | 2025.03.04 03:28:31.400809 [ 193 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 20 rows starting from the beginning of the part | ||
| 12551 | 2025.03.04 03:28:31.401459 [ 193 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 22 rows starting from the beginning of the part | ||
| 12552 | 2025.03.04 03:28:31.402136 [ 193 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 28 rows starting from the beginning of the part | ||
| 12553 | 2025.03.04 03:28:31.402794 [ 193 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 20 rows starting from the beginning of the part | ||
| 12554 | 2025.03.04 03:28:31.403414 [ 193 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 22 rows starting from the beginning of the part | ||
| 12555 | 2025.03.04 03:28:31.411915 [ 188 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1656 rows, containing 72 columns (72 merged, 0 gathered) in 0.014298225 sec., 115818.57188567113 rows/sec., 90.41 MiB/sec. | ||
| 12556 | 2025.03.04 03:28:31.413774 [ 188 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12557 | 2025.03.04 03:28:31.414608 [ 188 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_61_12} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12558 | 2025.03.04 03:28:31.414698 [ 188 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_61_12} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12559 | 2025.03.04 03:28:31.415078 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. | ||
| 12560 | 2025.03.04 03:28:32.191589 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12561 | 2025.03.04 03:28:32.191777 [ 255 ] {d7af41b2-be95-45b7-9601-531f65f1dc7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12562 | 2025.03.04 03:28:32.191850 [ 255 ] {d7af41b2-be95-45b7-9601-531f65f1dc7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12563 | 2025.03.04 03:28:32.192778 [ 255 ] {d7af41b2-be95-45b7-9601-531f65f1dc7d} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12564 | 2025.03.04 03:28:32.192830 [ 255 ] {d7af41b2-be95-45b7-9601-531f65f1dc7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12565 | 2025.03.04 03:28:32.193301 [ 255 ] {d7af41b2-be95-45b7-9601-531f65f1dc7d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 12566 | 2025.03.04 03:28:32.193580 [ 255 ] {d7af41b2-be95-45b7-9601-531f65f1dc7d} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12567 | 2025.03.04 03:28:32.193830 [ 255 ] {d7af41b2-be95-45b7-9601-531f65f1dc7d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002107 sec., 100616.99098243949 rows/sec., 6.40 MiB/sec. | ||
| 12568 | 2025.03.04 03:28:32.193898 [ 255 ] {d7af41b2-be95-45b7-9601-531f65f1dc7d} <Debug> TCPHandler: Processed in 0.002436469 sec. | ||
| 12569 | 2025.03.04 03:28:32.194033 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12570 | 2025.03.04 03:28:32.194146 [ 255 ] {ed5f7bc2-88b8-47e4-9644-f1bd3ade6c7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12571 | 2025.03.04 03:28:32.194194 [ 255 ] {ed5f7bc2-88b8-47e4-9644-f1bd3ade6c7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12572 | 2025.03.04 03:28:32.195149 [ 255 ] {ed5f7bc2-88b8-47e4-9644-f1bd3ade6c7c} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12573 | 2025.03.04 03:28:32.195193 [ 255 ] {ed5f7bc2-88b8-47e4-9644-f1bd3ade6c7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12574 | 2025.03.04 03:28:32.195700 [ 255 ] {ed5f7bc2-88b8-47e4-9644-f1bd3ade6c7c} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 12575 | 2025.03.04 03:28:32.195998 [ 255 ] {ed5f7bc2-88b8-47e4-9644-f1bd3ade6c7c} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12576 | 2025.03.04 03:28:32.196245 [ 255 ] {ed5f7bc2-88b8-47e4-9644-f1bd3ade6c7c} <Debug> executeQuery: Read 697 rows, 56.97 KiB in 0.002124 sec., 328154.4256120527 rows/sec., 26.19 MiB/sec. | ||
| 12577 | 2025.03.04 03:28:32.196297 [ 220 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12578 | 2025.03.04 03:28:32.196307 [ 255 ] {ed5f7bc2-88b8-47e4-9644-f1bd3ade6c7c} <Debug> TCPHandler: Processed in 0.002325969 sec. | ||
| 12579 | 2025.03.04 03:28:32.196333 [ 220 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12580 | 2025.03.04 03:28:32.196454 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12581 | 2025.03.04 03:28:32.196563 [ 255 ] {7976d5d2-5744-45be-bb45-d91037eba1f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12582 | 2025.03.04 03:28:32.196617 [ 255 ] {7976d5d2-5744-45be-bb45-d91037eba1f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12583 | 2025.03.04 03:28:32.197480 [ 255 ] {7976d5d2-5744-45be-bb45-d91037eba1f0} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12584 | 2025.03.04 03:28:32.197517 [ 255 ] {7976d5d2-5744-45be-bb45-d91037eba1f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12585 | 2025.03.04 03:28:32.197949 [ 255 ] {7976d5d2-5744-45be-bb45-d91037eba1f0} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 12586 | 2025.03.04 03:28:32.198232 [ 255 ] {7976d5d2-5744-45be-bb45-d91037eba1f0} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12587 | 2025.03.04 03:28:32.198510 [ 255 ] {7976d5d2-5744-45be-bb45-d91037eba1f0} <Debug> executeQuery: Read 146 rows, 9.39 KiB in 0.00197 sec., 74111.67512690356 rows/sec., 4.66 MiB/sec. | ||
| 12588 | 2025.03.04 03:28:32.198562 [ 255 ] {7976d5d2-5744-45be-bb45-d91037eba1f0} <Debug> TCPHandler: Processed in 0.002167356 sec. | ||
| 12589 | 2025.03.04 03:28:32.198690 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12590 | 2025.03.04 03:28:32.198823 [ 255 ] {c056d785-cb3a-4c58-bfb8-9fefb387ed7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12591 | 2025.03.04 03:28:32.198871 [ 255 ] {c056d785-cb3a-4c58-bfb8-9fefb387ed7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12592 | 2025.03.04 03:28:32.199207 [ 220 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12593 | 2025.03.04 03:28:32.199800 [ 255 ] {c056d785-cb3a-4c58-bfb8-9fefb387ed7d} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12594 | 2025.03.04 03:28:32.199848 [ 255 ] {c056d785-cb3a-4c58-bfb8-9fefb387ed7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12595 | 2025.03.04 03:28:32.200243 [ 255 ] {c056d785-cb3a-4c58-bfb8-9fefb387ed7d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 12596 | 2025.03.04 03:28:32.200488 [ 255 ] {c056d785-cb3a-4c58-bfb8-9fefb387ed7d} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12597 | 2025.03.04 03:28:32.200743 [ 255 ] {c056d785-cb3a-4c58-bfb8-9fefb387ed7d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001951 sec., 57919.01588928754 rows/sec., 3.75 MiB/sec. | ||
| 12598 | 2025.03.04 03:28:32.200963 [ 255 ] {c056d785-cb3a-4c58-bfb8-9fefb387ed7d} <Debug> TCPHandler: Processed in 0.002324229 sec. | ||
| 12599 | 2025.03.04 03:28:32.201145 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12600 | 2025.03.04 03:28:32.201249 [ 255 ] {d1e7034a-1445-4a1c-9e01-ab486c0f5910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12601 | 2025.03.04 03:28:32.201295 [ 255 ] {d1e7034a-1445-4a1c-9e01-ab486c0f5910} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12602 | 2025.03.04 03:28:32.201867 [ 255 ] {d1e7034a-1445-4a1c-9e01-ab486c0f5910} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12603 | 2025.03.04 03:28:32.201905 [ 255 ] {d1e7034a-1445-4a1c-9e01-ab486c0f5910} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12604 | 2025.03.04 03:28:32.202254 [ 255 ] {d1e7034a-1445-4a1c-9e01-ab486c0f5910} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 12605 | 2025.03.04 03:28:32.202489 [ 255 ] {d1e7034a-1445-4a1c-9e01-ab486c0f5910} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12606 | 2025.03.04 03:28:32.202705 [ 255 ] {d1e7034a-1445-4a1c-9e01-ab486c0f5910} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001479 sec., 75726.84246112237 rows/sec., 4.31 MiB/sec. | ||
| 12607 | 2025.03.04 03:28:32.202756 [ 255 ] {d1e7034a-1445-4a1c-9e01-ab486c0f5910} <Debug> TCPHandler: Processed in 0.001674551 sec. | ||
| 12608 | 2025.03.04 03:28:32.202874 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12609 | 2025.03.04 03:28:32.202989 [ 255 ] {cacbc60f-96b5-4170-9b1b-2de47fb37bda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12610 | 2025.03.04 03:28:32.203034 [ 255 ] {cacbc60f-96b5-4170-9b1b-2de47fb37bda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12611 | 2025.03.04 03:28:32.203810 [ 255 ] {cacbc60f-96b5-4170-9b1b-2de47fb37bda} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12612 | 2025.03.04 03:28:32.203856 [ 255 ] {cacbc60f-96b5-4170-9b1b-2de47fb37bda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12613 | 2025.03.04 03:28:32.204290 [ 255 ] {cacbc60f-96b5-4170-9b1b-2de47fb37bda} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 12614 | 2025.03.04 03:28:32.204534 [ 255 ] {cacbc60f-96b5-4170-9b1b-2de47fb37bda} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12615 | 2025.03.04 03:28:32.204772 [ 255 ] {cacbc60f-96b5-4170-9b1b-2de47fb37bda} <Debug> executeQuery: Read 422 rows, 30.79 KiB in 0.001802 sec., 234184.2397336293 rows/sec., 16.69 MiB/sec. | ||
| 12616 | 2025.03.04 03:28:32.204814 [ 222 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12617 | 2025.03.04 03:28:32.204852 [ 255 ] {cacbc60f-96b5-4170-9b1b-2de47fb37bda} <Debug> TCPHandler: Processed in 0.002031924 sec. | ||
| 12618 | 2025.03.04 03:28:32.204884 [ 222 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12619 | 2025.03.04 03:28:32.205046 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12620 | 2025.03.04 03:28:32.205185 [ 255 ] {5fd9402b-c8b3-4425-9c03-4f949a349604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12621 | 2025.03.04 03:28:32.205238 [ 255 ] {5fd9402b-c8b3-4425-9c03-4f949a349604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12622 | 2025.03.04 03:28:32.206265 [ 255 ] {5fd9402b-c8b3-4425-9c03-4f949a349604} <Trace> oximeter.measurements_bool (95c23703-7738-4cc8-ba2b-e20d4f58461d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12623 | 2025.03.04 03:28:32.206332 [ 255 ] {5fd9402b-c8b3-4425-9c03-4f949a349604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12624 | 2025.03.04 03:28:32.207001 [ 255 ] {5fd9402b-c8b3-4425-9c03-4f949a349604} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 12625 | 2025.03.04 03:28:32.207376 [ 255 ] {5fd9402b-c8b3-4425-9c03-4f949a349604} <Trace> oximeter.measurements_bool (95c23703-7738-4cc8-ba2b-e20d4f58461d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12626 | 2025.03.04 03:28:32.207908 [ 255 ] {5fd9402b-c8b3-4425-9c03-4f949a349604} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002736 sec., 2192.9824561403507 rows/sec., 114.57 KiB/sec. | ||
| 12627 | 2025.03.04 03:28:32.208000 [ 255 ] {5fd9402b-c8b3-4425-9c03-4f949a349604} <Debug> TCPHandler: Processed in 0.003018477 sec. | ||
| 12628 | 2025.03.04 03:28:32.208168 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12629 | 2025.03.04 03:28:32.208395 [ 255 ] {52b2e046-d2aa-44b4-8254-52cfe877712a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12630 | 2025.03.04 03:28:32.208466 [ 255 ] {52b2e046-d2aa-44b4-8254-52cfe877712a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12631 | 2025.03.04 03:28:32.208875 [ 222 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12632 | 2025.03.04 03:28:32.209952 [ 255 ] {52b2e046-d2aa-44b4-8254-52cfe877712a} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12633 | 2025.03.04 03:28:32.210037 [ 255 ] {52b2e046-d2aa-44b4-8254-52cfe877712a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12634 | 2025.03.04 03:28:32.210504 [ 255 ] {52b2e046-d2aa-44b4-8254-52cfe877712a} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 12635 | 2025.03.04 03:28:32.210744 [ 255 ] {52b2e046-d2aa-44b4-8254-52cfe877712a} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12636 | 2025.03.04 03:28:32.210945 [ 39 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 6 parts from all_1_119_24 to all_124_124_0 | ||
| 12637 | 2025.03.04 03:28:32.210987 [ 255 ] {52b2e046-d2aa-44b4-8254-52cfe877712a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002675 sec., 88598.1308411215 rows/sec., 5.94 MiB/sec. | ||
| 12638 | 2025.03.04 03:28:32.211025 [ 39 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12639 | 2025.03.04 03:28:32.211093 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12640 | 2025.03.04 03:28:32.211106 [ 255 ] {52b2e046-d2aa-44b4-8254-52cfe877712a} <Debug> TCPHandler: Processed in 0.003001906 sec. | ||
| 12641 | 2025.03.04 03:28:32.211337 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12642 | 2025.03.04 03:28:32.211337 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_124_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_119_24 to all_124_124_0 into Compact with storage Full | ||
| 12643 | 2025.03.04 03:28:32.211511 [ 255 ] {44d83170-ce7c-4a45-be50-25514212fa28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12644 | 2025.03.04 03:28:32.211626 [ 255 ] {44d83170-ce7c-4a45-be50-25514212fa28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12645 | 2025.03.04 03:28:32.211679 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_124_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12646 | 2025.03.04 03:28:32.211799 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_119_24, total 34686 rows starting from the beginning of the part | ||
| 12647 | 2025.03.04 03:28:32.212292 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part | ||
| 12648 | 2025.03.04 03:28:32.212571 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 160 rows starting from the beginning of the part | ||
| 12649 | 2025.03.04 03:28:32.212908 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 164 rows starting from the beginning of the part | ||
| 12650 | 2025.03.04 03:28:32.213205 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part | ||
| 12651 | 2025.03.04 03:28:32.213572 [ 191 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 237 rows starting from the beginning of the part | ||
| 12652 | 2025.03.04 03:28:32.214262 [ 255 ] {44d83170-ce7c-4a45-be50-25514212fa28} <Trace> oximeter.measurements_f64 (1753053f-2782-42d6-967d-7404248d46dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12653 | 2025.03.04 03:28:32.214331 [ 255 ] {44d83170-ce7c-4a45-be50-25514212fa28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12654 | 2025.03.04 03:28:32.215155 [ 255 ] {44d83170-ce7c-4a45-be50-25514212fa28} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 12655 | 2025.03.04 03:28:32.215479 [ 255 ] {44d83170-ce7c-4a45-be50-25514212fa28} <Trace> oximeter.measurements_f64 (1753053f-2782-42d6-967d-7404248d46dd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12656 | 2025.03.04 03:28:32.215664 [ 39 ] {} <Debug> oximeter.measurements_f64 (1753053f-2782-42d6-967d-7404248d46dd) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 12657 | 2025.03.04 03:28:32.215767 [ 39 ] {} <Trace> oximeter.measurements_f64 (1753053f-2782-42d6-967d-7404248d46dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12658 | 2025.03.04 03:28:32.215825 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12659 | 2025.03.04 03:28:32.215893 [ 255 ] {44d83170-ce7c-4a45-be50-25514212fa28} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004377 sec., 228.46698652044782 rows/sec., 15.39 KiB/sec. | ||
| 12660 | 2025.03.04 03:28:32.216278 [ 255 ] {44d83170-ce7c-4a45-be50-25514212fa28} <Debug> TCPHandler: Processed in 0.005019351 sec. | ||
| 12661 | 2025.03.04 03:28:32.216317 [ 188 ] {1753053f-2782-42d6-967d-7404248d46dd::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
| 12662 | 2025.03.04 03:28:32.216648 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12663 | 2025.03.04 03:28:32.216853 [ 188 ] {1753053f-2782-42d6-967d-7404248d46dd::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12664 | 2025.03.04 03:28:32.216998 [ 255 ] {14bf803a-8d1f-460c-94a0-609b6a0d94e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12665 | 2025.03.04 03:28:32.217017 [ 188 ] {1753053f-2782-42d6-967d-7404248d46dd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 12666 | 2025.03.04 03:28:32.217624 [ 188 ] {1753053f-2782-42d6-967d-7404248d46dd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 12667 | 2025.03.04 03:28:32.217686 [ 255 ] {14bf803a-8d1f-460c-94a0-609b6a0d94e6} <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 | ||
| 12668 | 2025.03.04 03:28:32.218196 [ 188 ] {1753053f-2782-42d6-967d-7404248d46dd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 12669 | 2025.03.04 03:28:32.218744 [ 188 ] {1753053f-2782-42d6-967d-7404248d46dd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 12670 | 2025.03.04 03:28:32.219168 [ 188 ] {1753053f-2782-42d6-967d-7404248d46dd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 12671 | 2025.03.04 03:28:32.222149 [ 188 ] {1753053f-2782-42d6-967d-7404248d46dd::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.006199527 sec., 806.5131420509985 rows/sec., 54.35 KiB/sec. | ||
| 12672 | 2025.03.04 03:28:32.222309 [ 188 ] {1753053f-2782-42d6-967d-7404248d46dd::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 12673 | 2025.03.04 03:28:32.222784 [ 188 ] {1753053f-2782-42d6-967d-7404248d46dd::all_1_5_1} <Trace> oximeter.measurements_f64 (1753053f-2782-42d6-967d-7404248d46dd): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12674 | 2025.03.04 03:28:32.222969 [ 188 ] {1753053f-2782-42d6-967d-7404248d46dd::all_1_5_1} <Trace> oximeter.measurements_f64 (1753053f-2782-42d6-967d-7404248d46dd) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 12675 | 2025.03.04 03:28:32.223217 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 12676 | 2025.03.04 03:28:32.223251 [ 255 ] {14bf803a-8d1f-460c-94a0-609b6a0d94e6} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12677 | 2025.03.04 03:28:32.223323 [ 255 ] {14bf803a-8d1f-460c-94a0-609b6a0d94e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12678 | 2025.03.04 03:28:32.224113 [ 255 ] {14bf803a-8d1f-460c-94a0-609b6a0d94e6} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12679 | 2025.03.04 03:28:32.224531 [ 255 ] {14bf803a-8d1f-460c-94a0-609b6a0d94e6} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12680 | 2025.03.04 03:28:32.224723 [ 39 ] {} <Debug> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12681 | 2025.03.04 03:28:32.224840 [ 39 ] {} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12682 | 2025.03.04 03:28:32.224921 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12683 | 2025.03.04 03:28:32.224952 [ 255 ] {14bf803a-8d1f-460c-94a0-609b6a0d94e6} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.008102 sec., 4937.052579609973 rows/sec., 8.85 MiB/sec. | ||
| 12684 | 2025.03.04 03:28:32.225519 [ 196 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 12685 | 2025.03.04 03:28:32.226234 [ 255 ] {14bf803a-8d1f-460c-94a0-609b6a0d94e6} <Debug> TCPHandler: Processed in 0.009718719 sec. | ||
| 12686 | 2025.03.04 03:28:32.226858 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12687 | 2025.03.04 03:28:32.227180 [ 255 ] {c288d01e-85d5-4c9d-9d93-de1b483fc420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12688 | 2025.03.04 03:28:32.227344 [ 255 ] {c288d01e-85d5-4c9d-9d93-de1b483fc420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12689 | 2025.03.04 03:28:32.227622 [ 196 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12690 | 2025.03.04 03:28:32.227666 [ 195 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_124_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35567 rows, containing 5 columns (5 merged, 0 gathered) in 0.016449842 sec., 2162148.4267143724 rows/sec., 148.36 MiB/sec. | ||
| 12691 | 2025.03.04 03:28:32.228153 [ 196 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2118 rows starting from the beginning of the part | ||
| 12692 | 2025.03.04 03:28:32.228264 [ 195 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_124_25} <Trace> MergedBlockOutputStream: filled checksums all_1_124_25 (state Temporary) | ||
| 12693 | 2025.03.04 03:28:32.229907 [ 196 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 40 rows starting from the beginning of the part | ||
| 12694 | 2025.03.04 03:28:32.230005 [ 195 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_124_25 to all_1_124_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12695 | 2025.03.04 03:28:32.230460 [ 195 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 6 parts: [all_1_119_24, all_124_124_0] -> all_1_124_25 | ||
| 12696 | 2025.03.04 03:28:32.231074 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 12697 | 2025.03.04 03:28:32.231262 [ 196 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 40 rows starting from the beginning of the part | ||
| 12698 | 2025.03.04 03:28:32.231276 [ 255 ] {c288d01e-85d5-4c9d-9d93-de1b483fc420} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12699 | 2025.03.04 03:28:32.231326 [ 255 ] {c288d01e-85d5-4c9d-9d93-de1b483fc420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12700 | 2025.03.04 03:28:32.231784 [ 196 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 40 rows starting from the beginning of the part | ||
| 12701 | 2025.03.04 03:28:32.232334 [ 196 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 40 rows starting from the beginning of the part | ||
| 12702 | 2025.03.04 03:28:32.232518 [ 255 ] {c288d01e-85d5-4c9d-9d93-de1b483fc420} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 12703 | 2025.03.04 03:28:32.232817 [ 196 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 40 rows starting from the beginning of the part | ||
| 12704 | 2025.03.04 03:28:32.233252 [ 255 ] {c288d01e-85d5-4c9d-9d93-de1b483fc420} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12705 | 2025.03.04 03:28:32.233729 [ 223 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12706 | 2025.03.04 03:28:32.233752 [ 255 ] {c288d01e-85d5-4c9d-9d93-de1b483fc420} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00667 sec., 12293.85307346327 rows/sec., 799.55 KiB/sec. | ||
| 12707 | 2025.03.04 03:28:32.233808 [ 223 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12708 | 2025.03.04 03:28:32.234031 [ 255 ] {c288d01e-85d5-4c9d-9d93-de1b483fc420} <Debug> TCPHandler: Processed in 0.007282569 sec. | ||
| 12709 | 2025.03.04 03:28:32.236652 [ 223 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12710 | 2025.03.04 03:28:32.243945 [ 189 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2318 rows, containing 19 columns (19 merged, 0 gathered) in 0.018882651 sec., 122758.18686687584 rows/sec., 219.98 MiB/sec. | ||
| 12711 | 2025.03.04 03:28:32.246061 [ 189 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12712 | 2025.03.04 03:28:32.246553 [ 189 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12713 | 2025.03.04 03:28:32.246641 [ 189 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12714 | 2025.03.04 03:28:32.246811 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.64 MiB. | ||
| 12715 | 2025.03.04 03:28:32.957562 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12716 | 2025.03.04 03:28:32.957636 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12717 | 2025.03.04 03:28:32.959593 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12718 | 2025.03.04 03:28:33.221622 [ 224 ] {} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 12719 | 2025.03.04 03:28:33.221668 [ 224 ] {} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 12720 | 2025.03.04 03:28:33.223464 [ 224 ] {} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 12721 | 2025.03.04 03:28:33.986822 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 634 | ||
| 12722 | 2025.03.04 03:28:34.011697 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12723 | 2025.03.04 03:28:34.011752 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12724 | 2025.03.04 03:28:34.019370 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12725 | 2025.03.04 03:28:34.020216 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12726 | 2025.03.04 03:28:34.023637 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 634 | ||
| 12727 | 2025.03.04 03:28:37.212530 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12728 | 2025.03.04 03:28:37.212721 [ 255 ] {5d32a13c-8c3b-4cbd-ab13-a176baed7218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12729 | 2025.03.04 03:28:37.212794 [ 255 ] {5d32a13c-8c3b-4cbd-ab13-a176baed7218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12730 | 2025.03.04 03:28:37.213720 [ 255 ] {5d32a13c-8c3b-4cbd-ab13-a176baed7218} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12731 | 2025.03.04 03:28:37.213782 [ 255 ] {5d32a13c-8c3b-4cbd-ab13-a176baed7218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12732 | 2025.03.04 03:28:37.214425 [ 255 ] {5d32a13c-8c3b-4cbd-ab13-a176baed7218} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 12733 | 2025.03.04 03:28:37.214824 [ 255 ] {5d32a13c-8c3b-4cbd-ab13-a176baed7218} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12734 | 2025.03.04 03:28:37.215121 [ 255 ] {5d32a13c-8c3b-4cbd-ab13-a176baed7218} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002447 sec., 1634.6546791990193 rows/sec., 133.29 KiB/sec. | ||
| 12735 | 2025.03.04 03:28:37.215282 [ 255 ] {5d32a13c-8c3b-4cbd-ab13-a176baed7218} <Debug> TCPHandler: Processed in 0.002879595 sec. | ||
| 12736 | 2025.03.04 03:28:37.215465 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12737 | 2025.03.04 03:28:37.215617 [ 255 ] {9cd93e8e-fc22-4877-a8de-bfdf5d0461fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12738 | 2025.03.04 03:28:37.215684 [ 255 ] {9cd93e8e-fc22-4877-a8de-bfdf5d0461fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12739 | 2025.03.04 03:28:37.217209 [ 255 ] {9cd93e8e-fc22-4877-a8de-bfdf5d0461fb} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12740 | 2025.03.04 03:28:37.217259 [ 255 ] {9cd93e8e-fc22-4877-a8de-bfdf5d0461fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12741 | 2025.03.04 03:28:37.217922 [ 255 ] {9cd93e8e-fc22-4877-a8de-bfdf5d0461fb} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 12742 | 2025.03.04 03:28:37.218307 [ 255 ] {9cd93e8e-fc22-4877-a8de-bfdf5d0461fb} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12743 | 2025.03.04 03:28:37.218589 [ 255 ] {9cd93e8e-fc22-4877-a8de-bfdf5d0461fb} <Debug> executeQuery: Read 1198 rows, 100.64 KiB in 0.003009 sec., 398138.9165835826 rows/sec., 32.66 MiB/sec. | ||
| 12744 | 2025.03.04 03:28:37.218668 [ 255 ] {9cd93e8e-fc22-4877-a8de-bfdf5d0461fb} <Debug> TCPHandler: Processed in 0.00326824 sec. | ||
| 12745 | 2025.03.04 03:28:37.218820 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12746 | 2025.03.04 03:28:37.218966 [ 255 ] {617513ff-d7fc-4e23-a95d-4b1329259760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12747 | 2025.03.04 03:28:37.219039 [ 255 ] {617513ff-d7fc-4e23-a95d-4b1329259760} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12748 | 2025.03.04 03:28:37.219802 [ 255 ] {617513ff-d7fc-4e23-a95d-4b1329259760} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12749 | 2025.03.04 03:28:37.219851 [ 255 ] {617513ff-d7fc-4e23-a95d-4b1329259760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12750 | 2025.03.04 03:28:37.220274 [ 255 ] {617513ff-d7fc-4e23-a95d-4b1329259760} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 12751 | 2025.03.04 03:28:37.220537 [ 255 ] {617513ff-d7fc-4e23-a95d-4b1329259760} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12752 | 2025.03.04 03:28:37.220774 [ 255 ] {617513ff-d7fc-4e23-a95d-4b1329259760} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001842 sec., 2171.5526601520087 rows/sec., 151.63 KiB/sec. | ||
| 12753 | 2025.03.04 03:28:37.220863 [ 255 ] {617513ff-d7fc-4e23-a95d-4b1329259760} <Debug> TCPHandler: Processed in 0.002108825 sec. | ||
| 12754 | 2025.03.04 03:28:37.221044 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12755 | 2025.03.04 03:28:37.221193 [ 255 ] {d2789cdd-384f-4546-bb64-57a1dfe598c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12756 | 2025.03.04 03:28:37.221243 [ 255 ] {d2789cdd-384f-4546-bb64-57a1dfe598c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12757 | 2025.03.04 03:28:37.222093 [ 255 ] {d2789cdd-384f-4546-bb64-57a1dfe598c6} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12758 | 2025.03.04 03:28:37.222145 [ 255 ] {d2789cdd-384f-4546-bb64-57a1dfe598c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12759 | 2025.03.04 03:28:37.222651 [ 255 ] {d2789cdd-384f-4546-bb64-57a1dfe598c6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 12760 | 2025.03.04 03:28:37.222971 [ 255 ] {d2789cdd-384f-4546-bb64-57a1dfe598c6} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12761 | 2025.03.04 03:28:37.223274 [ 255 ] {d2789cdd-384f-4546-bb64-57a1dfe598c6} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002106 sec., 108262.10826210828 rows/sec., 7.33 MiB/sec. | ||
| 12762 | 2025.03.04 03:28:37.223345 [ 255 ] {d2789cdd-384f-4546-bb64-57a1dfe598c6} <Debug> TCPHandler: Processed in 0.00238816 sec. | ||
| 12763 | 2025.03.04 03:28:37.223504 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12764 | 2025.03.04 03:28:37.223644 [ 255 ] {0506b943-e8ed-4be0-91ad-e33a685e6c99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12765 | 2025.03.04 03:28:37.223702 [ 255 ] {0506b943-e8ed-4be0-91ad-e33a685e6c99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12766 | 2025.03.04 03:28:37.224680 [ 255 ] {0506b943-e8ed-4be0-91ad-e33a685e6c99} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12767 | 2025.03.04 03:28:37.224728 [ 255 ] {0506b943-e8ed-4be0-91ad-e33a685e6c99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12768 | 2025.03.04 03:28:37.225264 [ 255 ] {0506b943-e8ed-4be0-91ad-e33a685e6c99} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 12769 | 2025.03.04 03:28:37.225577 [ 255 ] {0506b943-e8ed-4be0-91ad-e33a685e6c99} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12770 | 2025.03.04 03:28:37.225839 [ 255 ] {0506b943-e8ed-4be0-91ad-e33a685e6c99} <Debug> executeQuery: Read 524 rows, 39.73 KiB in 0.002226 sec., 235399.82030548068 rows/sec., 17.43 MiB/sec. | ||
| 12771 | 2025.03.04 03:28:37.225929 [ 255 ] {0506b943-e8ed-4be0-91ad-e33a685e6c99} <Debug> TCPHandler: Processed in 0.002490741 sec. | ||
| 12772 | 2025.03.04 03:28:37.226110 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12773 | 2025.03.04 03:28:37.226256 [ 255 ] {48f1c08f-a14c-4170-a31d-5d19240a9d63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12774 | 2025.03.04 03:28:37.226318 [ 255 ] {48f1c08f-a14c-4170-a31d-5d19240a9d63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12775 | 2025.03.04 03:28:37.227240 [ 255 ] {48f1c08f-a14c-4170-a31d-5d19240a9d63} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12776 | 2025.03.04 03:28:37.227286 [ 255 ] {48f1c08f-a14c-4170-a31d-5d19240a9d63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12777 | 2025.03.04 03:28:37.227863 [ 255 ] {48f1c08f-a14c-4170-a31d-5d19240a9d63} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 12778 | 2025.03.04 03:28:37.228227 [ 255 ] {48f1c08f-a14c-4170-a31d-5d19240a9d63} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12779 | 2025.03.04 03:28:37.228485 [ 255 ] {48f1c08f-a14c-4170-a31d-5d19240a9d63} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.002261 sec., 390092.87925696594 rows/sec., 26.25 MiB/sec. | ||
| 12780 | 2025.03.04 03:28:37.228553 [ 255 ] {48f1c08f-a14c-4170-a31d-5d19240a9d63} <Debug> TCPHandler: Processed in 0.002517021 sec. | ||
| 12781 | 2025.03.04 03:28:37.228695 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12782 | 2025.03.04 03:28:37.228822 [ 255 ] {f3264a3e-2876-4a25-b906-0ad54dc9a70c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12783 | 2025.03.04 03:28:37.228881 [ 255 ] {f3264a3e-2876-4a25-b906-0ad54dc9a70c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12784 | 2025.03.04 03:28:37.229472 [ 255 ] {f3264a3e-2876-4a25-b906-0ad54dc9a70c} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12785 | 2025.03.04 03:28:37.229518 [ 255 ] {f3264a3e-2876-4a25-b906-0ad54dc9a70c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12786 | 2025.03.04 03:28:37.230052 [ 255 ] {f3264a3e-2876-4a25-b906-0ad54dc9a70c} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 12787 | 2025.03.04 03:28:37.230377 [ 255 ] {f3264a3e-2876-4a25-b906-0ad54dc9a70c} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12788 | 2025.03.04 03:28:37.230631 [ 255 ] {f3264a3e-2876-4a25-b906-0ad54dc9a70c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001838 sec., 32644.17845484222 rows/sec., 2.20 MiB/sec. | ||
| 12789 | 2025.03.04 03:28:37.230694 [ 255 ] {f3264a3e-2876-4a25-b906-0ad54dc9a70c} <Debug> TCPHandler: Processed in 0.002063355 sec. | ||
| 12790 | 2025.03.04 03:28:38.671115 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38918 | ||
| 12791 | 2025.03.04 03:28:38.671874 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12792 | 2025.03.04 03:28:38.671934 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12793 | 2025.03.04 03:28:38.672530 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 12794 | 2025.03.04 03:28:38.672800 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12795 | 2025.03.04 03:28:38.673070 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38918 | ||
| 12796 | 2025.03.04 03:28:38.673150 [ 223 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12797 | 2025.03.04 03:28:38.673213 [ 223 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12798 | 2025.03.04 03:28:38.675225 [ 223 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12799 | 2025.03.04 03:28:39.238776 [ 223 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12800 | 2025.03.04 03:28:39.238831 [ 223 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12801 | 2025.03.04 03:28:39.240682 [ 223 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12802 | 2025.03.04 03:28:40.000158 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 255.07 MiB, peak 277.27 MiB, free memory in arenas 0.00 B, will set to 259.07 MiB (RSS), difference: 4.00 MiB | ||
| 12803 | 2025.03.04 03:28:41.399721 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1692 | ||
| 12804 | 2025.03.04 03:28:41.403042 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12805 | 2025.03.04 03:28:41.403094 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12806 | 2025.03.04 03:28:41.404650 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12807 | 2025.03.04 03:28:41.404973 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12808 | 2025.03.04 03:28:41.406454 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1692 | ||
| 12809 | 2025.03.04 03:28:41.523740 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 641 | ||
| 12810 | 2025.03.04 03:28:41.547145 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12811 | 2025.03.04 03:28:41.547210 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12812 | 2025.03.04 03:28:41.554845 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 12813 | 2025.03.04 03:28:41.555665 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12814 | 2025.03.04 03:28:41.559452 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641 | ||
| 12815 | 2025.03.04 03:28:42.185486 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12816 | 2025.03.04 03:28:42.185691 [ 255 ] {972553d6-2c6e-41f4-ac45-45d6de6afbb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12817 | 2025.03.04 03:28:42.185769 [ 255 ] {972553d6-2c6e-41f4-ac45-45d6de6afbb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12818 | 2025.03.04 03:28:42.186631 [ 255 ] {972553d6-2c6e-41f4-ac45-45d6de6afbb4} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12819 | 2025.03.04 03:28:42.186701 [ 255 ] {972553d6-2c6e-41f4-ac45-45d6de6afbb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12820 | 2025.03.04 03:28:42.187152 [ 255 ] {972553d6-2c6e-41f4-ac45-45d6de6afbb4} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 12821 | 2025.03.04 03:28:42.187408 [ 255 ] {972553d6-2c6e-41f4-ac45-45d6de6afbb4} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12822 | 2025.03.04 03:28:42.187620 [ 69 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 12823 | 2025.03.04 03:28:42.187646 [ 255 ] {972553d6-2c6e-41f4-ac45-45d6de6afbb4} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.002013 sec., 67560.85444610035 rows/sec., 5.82 MiB/sec. | ||
| 12824 | 2025.03.04 03:28:42.187702 [ 69 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12825 | 2025.03.04 03:28:42.187781 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12826 | 2025.03.04 03:28:42.187793 [ 255 ] {972553d6-2c6e-41f4-ac45-45d6de6afbb4} <Debug> TCPHandler: Processed in 0.00243544 sec. | ||
| 12827 | 2025.03.04 03:28:42.187995 [ 196 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 12828 | 2025.03.04 03:28:42.188013 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12829 | 2025.03.04 03:28:42.188339 [ 255 ] {c744c518-56e7-4cf4-9acb-6d783309b511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12830 | 2025.03.04 03:28:42.188384 [ 196 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12831 | 2025.03.04 03:28:42.188468 [ 255 ] {c744c518-56e7-4cf4-9acb-6d783309b511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12832 | 2025.03.04 03:28:42.188476 [ 196 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1968 rows starting from the beginning of the part | ||
| 12833 | 2025.03.04 03:28:42.188982 [ 196 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 140 rows starting from the beginning of the part | ||
| 12834 | 2025.03.04 03:28:42.189624 [ 196 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 56 rows starting from the beginning of the part | ||
| 12835 | 2025.03.04 03:28:42.190151 [ 196 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 697 rows starting from the beginning of the part | ||
| 12836 | 2025.03.04 03:28:42.190526 [ 196 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 1198 rows starting from the beginning of the part | ||
| 12837 | 2025.03.04 03:28:42.190851 [ 196 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 136 rows starting from the beginning of the part | ||
| 12838 | 2025.03.04 03:28:42.191645 [ 255 ] {c744c518-56e7-4cf4-9acb-6d783309b511} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12839 | 2025.03.04 03:28:42.191691 [ 255 ] {c744c518-56e7-4cf4-9acb-6d783309b511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12840 | 2025.03.04 03:28:42.192261 [ 255 ] {c744c518-56e7-4cf4-9acb-6d783309b511} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12841 | 2025.03.04 03:28:42.192565 [ 255 ] {c744c518-56e7-4cf4-9acb-6d783309b511} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12842 | 2025.03.04 03:28:42.192852 [ 255 ] {c744c518-56e7-4cf4-9acb-6d783309b511} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.00461 sec., 8676.789587852494 rows/sec., 652.45 KiB/sec. | ||
| 12843 | 2025.03.04 03:28:42.192935 [ 255 ] {c744c518-56e7-4cf4-9acb-6d783309b511} <Debug> TCPHandler: Processed in 0.004988931 sec. | ||
| 12844 | 2025.03.04 03:28:42.193116 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12845 | 2025.03.04 03:28:42.193151 [ 189 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4195 rows, containing 5 columns (5 merged, 0 gathered) in 0.005264204 sec., 796891.6098236315 rows/sec., 68.27 MiB/sec. | ||
| 12846 | 2025.03.04 03:28:42.193262 [ 255 ] {8a3237a3-7f79-49f3-b752-1605752599cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12847 | 2025.03.04 03:28:42.193322 [ 255 ] {8a3237a3-7f79-49f3-b752-1605752599cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12848 | 2025.03.04 03:28:42.193510 [ 189 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 12849 | 2025.03.04 03:28:42.194140 [ 189 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_126_25} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12850 | 2025.03.04 03:28:42.194364 [ 189 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_126_25} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 12851 | 2025.03.04 03:28:42.194551 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
| 12852 | 2025.03.04 03:28:42.194661 [ 255 ] {8a3237a3-7f79-49f3-b752-1605752599cf} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12853 | 2025.03.04 03:28:42.194705 [ 255 ] {8a3237a3-7f79-49f3-b752-1605752599cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12854 | 2025.03.04 03:28:42.195077 [ 255 ] {8a3237a3-7f79-49f3-b752-1605752599cf} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 12855 | 2025.03.04 03:28:42.195398 [ 255 ] {8a3237a3-7f79-49f3-b752-1605752599cf} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12856 | 2025.03.04 03:28:42.195573 [ 69 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 12857 | 2025.03.04 03:28:42.195615 [ 69 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12858 | 2025.03.04 03:28:42.195641 [ 255 ] {8a3237a3-7f79-49f3-b752-1605752599cf} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.002409 sec., 43171.4404317144 rows/sec., 3.37 MiB/sec. | ||
| 12859 | 2025.03.04 03:28:42.195657 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12860 | 2025.03.04 03:28:42.195825 [ 255 ] {8a3237a3-7f79-49f3-b752-1605752599cf} <Debug> TCPHandler: Processed in 0.002775404 sec. | ||
| 12861 | 2025.03.04 03:28:42.195897 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 12862 | 2025.03.04 03:28:42.196002 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12863 | 2025.03.04 03:28:42.196075 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12864 | 2025.03.04 03:28:42.196161 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 952 rows starting from the beginning of the part | ||
| 12865 | 2025.03.04 03:28:42.196225 [ 255 ] {d26593bd-ae8d-4d50-b50f-1eb07ef73df7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12866 | 2025.03.04 03:28:42.196398 [ 255 ] {d26593bd-ae8d-4d50-b50f-1eb07ef73df7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12867 | 2025.03.04 03:28:42.196443 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 112 rows starting from the beginning of the part | ||
| 12868 | 2025.03.04 03:28:42.196869 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 64 rows starting from the beginning of the part | ||
| 12869 | 2025.03.04 03:28:42.197210 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 422 rows starting from the beginning of the part | ||
| 12870 | 2025.03.04 03:28:42.197582 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 524 rows starting from the beginning of the part | ||
| 12871 | 2025.03.04 03:28:42.197975 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 104 rows starting from the beginning of the part | ||
| 12872 | 2025.03.04 03:28:42.199110 [ 255 ] {d26593bd-ae8d-4d50-b50f-1eb07ef73df7} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12873 | 2025.03.04 03:28:42.199183 [ 255 ] {d26593bd-ae8d-4d50-b50f-1eb07ef73df7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12874 | 2025.03.04 03:28:42.200320 [ 255 ] {d26593bd-ae8d-4d50-b50f-1eb07ef73df7} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 12875 | 2025.03.04 03:28:42.200693 [ 255 ] {d26593bd-ae8d-4d50-b50f-1eb07ef73df7} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12876 | 2025.03.04 03:28:42.201193 [ 255 ] {d26593bd-ae8d-4d50-b50f-1eb07ef73df7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005023 sec., 31853.474019510253 rows/sec., 2.22 MiB/sec. | ||
| 12877 | 2025.03.04 03:28:42.201586 [ 255 ] {d26593bd-ae8d-4d50-b50f-1eb07ef73df7} <Debug> TCPHandler: Processed in 0.00565103 sec. | ||
| 12878 | 2025.03.04 03:28:42.201665 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2178 rows, containing 5 columns (5 merged, 0 gathered) in 0.005876542 sec., 370626.1267255471 rows/sec., 28.72 MiB/sec. | ||
| 12879 | 2025.03.04 03:28:42.201879 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12880 | 2025.03.04 03:28:42.202024 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 12881 | 2025.03.04 03:28:42.202224 [ 255 ] {35db98e2-d5e6-4dc0-9daa-b68d7b517b40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12882 | 2025.03.04 03:28:42.202469 [ 255 ] {35db98e2-d5e6-4dc0-9daa-b68d7b517b40} <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 | ||
| 12883 | 2025.03.04 03:28:42.202903 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_126_25} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12884 | 2025.03.04 03:28:42.203117 [ 201 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_126_25} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 12885 | 2025.03.04 03:28:42.203321 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 12886 | 2025.03.04 03:28:42.204224 [ 255 ] {35db98e2-d5e6-4dc0-9daa-b68d7b517b40} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12887 | 2025.03.04 03:28:42.204268 [ 255 ] {35db98e2-d5e6-4dc0-9daa-b68d7b517b40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12888 | 2025.03.04 03:28:42.204943 [ 255 ] {35db98e2-d5e6-4dc0-9daa-b68d7b517b40} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12889 | 2025.03.04 03:28:42.205341 [ 255 ] {35db98e2-d5e6-4dc0-9daa-b68d7b517b40} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12890 | 2025.03.04 03:28:42.205643 [ 255 ] {35db98e2-d5e6-4dc0-9daa-b68d7b517b40} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003562 sec., 11229.646266142616 rows/sec., 20.12 MiB/sec. | ||
| 12891 | 2025.03.04 03:28:42.205779 [ 255 ] {35db98e2-d5e6-4dc0-9daa-b68d7b517b40} <Debug> TCPHandler: Processed in 0.003990599 sec. | ||
| 12892 | 2025.03.04 03:28:42.205938 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12893 | 2025.03.04 03:28:42.206088 [ 255 ] {884d61df-472b-4867-be8e-81a6ca0bf666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12894 | 2025.03.04 03:28:42.206152 [ 255 ] {884d61df-472b-4867-be8e-81a6ca0bf666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12895 | 2025.03.04 03:28:42.206962 [ 255 ] {884d61df-472b-4867-be8e-81a6ca0bf666} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12896 | 2025.03.04 03:28:42.207011 [ 255 ] {884d61df-472b-4867-be8e-81a6ca0bf666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12897 | 2025.03.04 03:28:42.207543 [ 255 ] {884d61df-472b-4867-be8e-81a6ca0bf666} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 12898 | 2025.03.04 03:28:42.207905 [ 255 ] {884d61df-472b-4867-be8e-81a6ca0bf666} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12899 | 2025.03.04 03:28:42.208105 [ 69 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 12900 | 2025.03.04 03:28:42.208164 [ 69 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12901 | 2025.03.04 03:28:42.208203 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12902 | 2025.03.04 03:28:42.208211 [ 255 ] {884d61df-472b-4867-be8e-81a6ca0bf666} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002137 sec., 28076.743097800656 rows/sec., 1.89 MiB/sec. | ||
| 12903 | 2025.03.04 03:28:42.208441 [ 189 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 12904 | 2025.03.04 03:28:42.208449 [ 255 ] {884d61df-472b-4867-be8e-81a6ca0bf666} <Debug> TCPHandler: Processed in 0.002568822 sec. | ||
| 12905 | 2025.03.04 03:28:42.208641 [ 189 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12906 | 2025.03.04 03:28:42.208674 [ 189 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7006 rows starting from the beginning of the part | ||
| 12907 | 2025.03.04 03:28:42.208752 [ 189 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 60 rows starting from the beginning of the part | ||
| 12908 | 2025.03.04 03:28:42.208963 [ 189 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part | ||
| 12909 | 2025.03.04 03:28:42.209150 [ 189 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 82 rows starting from the beginning of the part | ||
| 12910 | 2025.03.04 03:28:42.209274 [ 189 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part | ||
| 12911 | 2025.03.04 03:28:42.209458 [ 189 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 60 rows starting from the beginning of the part | ||
| 12912 | 2025.03.04 03:28:42.211649 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7328 rows, containing 4 columns (4 merged, 0 gathered) in 0.003370571 sec., 2174112.338829237 rows/sec., 146.08 MiB/sec. | ||
| 12913 | 2025.03.04 03:28:42.212217 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 12914 | 2025.03.04 03:28:42.212591 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_126_25} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12915 | 2025.03.04 03:28:42.212685 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_126_25} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 12916 | 2025.03.04 03:28:42.212788 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. | ||
| 12917 | 2025.03.04 03:28:45.347329 [ 88 ] {} <Debug> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 12918 | 2025.03.04 03:28:45.347402 [ 88 ] {} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12919 | 2025.03.04 03:28:45.347424 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12920 | 2025.03.04 03:28:45.347650 [ 194 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 12921 | 2025.03.04 03:28:45.347866 [ 194 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12922 | 2025.03.04 03:28:45.347911 [ 194 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 236 rows starting from the beginning of the part | ||
| 12923 | 2025.03.04 03:28:45.348007 [ 194 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part | ||
| 12924 | 2025.03.04 03:28:45.348247 [ 194 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part | ||
| 12925 | 2025.03.04 03:28:45.348525 [ 194 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part | ||
| 12926 | 2025.03.04 03:28:45.348722 [ 194 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 212 rows starting from the beginning of the part | ||
| 12927 | 2025.03.04 03:28:45.349965 [ 197 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 5 columns (5 merged, 0 gathered) in 0.00246011 sec., 211372.6621980318 rows/sec., 15.01 MiB/sec. | ||
| 12928 | 2025.03.04 03:28:45.350204 [ 197 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 12929 | 2025.03.04 03:28:45.350576 [ 197 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_21_5} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12930 | 2025.03.04 03:28:45.350670 [ 197 ] {2d363867-28aa-4d82-9ca6-1cc54329fda0::all_1_21_5} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 12931 | 2025.03.04 03:28:45.350776 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 12932 | 2025.03.04 03:28:45.474211 [ 88 ] {} <Debug> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 12933 | 2025.03.04 03:28:45.474251 [ 88 ] {} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12934 | 2025.03.04 03:28:45.474270 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12935 | 2025.03.04 03:28:45.474440 [ 194 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 12936 | 2025.03.04 03:28:45.474642 [ 194 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12937 | 2025.03.04 03:28:45.474673 [ 194 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 124 rows starting from the beginning of the part | ||
| 12938 | 2025.03.04 03:28:45.474757 [ 194 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part | ||
| 12939 | 2025.03.04 03:28:45.474971 [ 194 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part | ||
| 12940 | 2025.03.04 03:28:45.475148 [ 194 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part | ||
| 12941 | 2025.03.04 03:28:45.475326 [ 194 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 112 rows starting from the beginning of the part | ||
| 12942 | 2025.03.04 03:28:45.476390 [ 190 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 5 columns (5 merged, 0 gathered) in 0.002058105 sec., 132160.40969727005 rows/sec., 8.48 MiB/sec. | ||
| 12943 | 2025.03.04 03:28:45.476600 [ 200 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 12944 | 2025.03.04 03:28:45.476979 [ 200 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_21_5} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12945 | 2025.03.04 03:28:45.477079 [ 200 ] {66382e76-0314-4fd6-ab4b-db341173673b::all_1_21_5} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 12946 | 2025.03.04 03:28:45.477187 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12947 | 2025.03.04 03:28:45.920081 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12948 | 2025.03.04 03:28:45.920143 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12949 | 2025.03.04 03:28:46.173242 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39406 | ||
| 12950 | 2025.03.04 03:28:46.174142 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12951 | 2025.03.04 03:28:46.174180 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12952 | 2025.03.04 03:28:46.174692 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 12953 | 2025.03.04 03:28:46.174945 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12954 | 2025.03.04 03:28:46.175166 [ 89 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 12955 | 2025.03.04 03:28:46.175185 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406 | ||
| 12956 | 2025.03.04 03:28:46.175245 [ 89 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12957 | 2025.03.04 03:28:46.175277 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12958 | 2025.03.04 03:28:46.175438 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 12959 | 2025.03.04 03:28:46.175614 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12960 | 2025.03.04 03:28:46.175656 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37088 rows starting from the beginning of the part | ||
| 12961 | 2025.03.04 03:28:46.175741 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 488 rows starting from the beginning of the part | ||
| 12962 | 2025.03.04 03:28:46.175937 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 427 rows starting from the beginning of the part | ||
| 12963 | 2025.03.04 03:28:46.176098 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 488 rows starting from the beginning of the part | ||
| 12964 | 2025.03.04 03:28:46.176220 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 427 rows starting from the beginning of the part | ||
| 12965 | 2025.03.04 03:28:46.176319 [ 190 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 488 rows starting from the beginning of the part | ||
| 12966 | 2025.03.04 03:28:46.179428 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.004058979 sec., 9708352.765560009 rows/sec., 138.88 MiB/sec. | ||
| 12967 | 2025.03.04 03:28:46.180086 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 12968 | 2025.03.04 03:28:46.180647 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_86_17} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12969 | 2025.03.04 03:28:46.180746 [ 199 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_86_17} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 12970 | 2025.03.04 03:28:46.180872 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 12971 | 2025.03.04 03:28:46.544895 [ 89 ] {} <Debug> oximeter.measurements_bool (95c23703-7738-4cc8-ba2b-e20d4f58461d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 12972 | 2025.03.04 03:28:46.544966 [ 89 ] {} <Trace> oximeter.measurements_bool (95c23703-7738-4cc8-ba2b-e20d4f58461d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12973 | 2025.03.04 03:28:46.544987 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12974 | 2025.03.04 03:28:46.545204 [ 195 ] {95c23703-7738-4cc8-ba2b-e20d4f58461d::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
| 12975 | 2025.03.04 03:28:46.545394 [ 195 ] {95c23703-7738-4cc8-ba2b-e20d4f58461d::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12976 | 2025.03.04 03:28:46.545439 [ 195 ] {95c23703-7738-4cc8-ba2b-e20d4f58461d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 12977 | 2025.03.04 03:28:46.545529 [ 195 ] {95c23703-7738-4cc8-ba2b-e20d4f58461d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 12978 | 2025.03.04 03:28:46.545752 [ 195 ] {95c23703-7738-4cc8-ba2b-e20d4f58461d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 12979 | 2025.03.04 03:28:46.545832 [ 195 ] {95c23703-7738-4cc8-ba2b-e20d4f58461d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 12980 | 2025.03.04 03:28:46.546015 [ 195 ] {95c23703-7738-4cc8-ba2b-e20d4f58461d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 12981 | 2025.03.04 03:28:46.547391 [ 200 ] {95c23703-7738-4cc8-ba2b-e20d4f58461d::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.002323688 sec., 12910.511221816354 rows/sec., 674.52 KiB/sec. | ||
| 12982 | 2025.03.04 03:28:46.547580 [ 200 ] {95c23703-7738-4cc8-ba2b-e20d4f58461d::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 12983 | 2025.03.04 03:28:46.547903 [ 200 ] {95c23703-7738-4cc8-ba2b-e20d4f58461d::all_1_5_1} <Trace> oximeter.measurements_bool (95c23703-7738-4cc8-ba2b-e20d4f58461d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12984 | 2025.03.04 03:28:46.547982 [ 200 ] {95c23703-7738-4cc8-ba2b-e20d4f58461d::all_1_5_1} <Trace> oximeter.measurements_bool (95c23703-7738-4cc8-ba2b-e20d4f58461d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 12985 | 2025.03.04 03:28:46.548077 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 12986 | 2025.03.04 03:28:47.183638 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12987 | 2025.03.04 03:28:47.183816 [ 255 ] {7502d6d3-7af2-428b-bc38-a2ea8f67904e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12988 | 2025.03.04 03:28:47.183884 [ 255 ] {7502d6d3-7af2-428b-bc38-a2ea8f67904e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12989 | 2025.03.04 03:28:47.184684 [ 255 ] {7502d6d3-7af2-428b-bc38-a2ea8f67904e} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12990 | 2025.03.04 03:28:47.184731 [ 255 ] {7502d6d3-7af2-428b-bc38-a2ea8f67904e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 12991 | 2025.03.04 03:28:47.185176 [ 255 ] {7502d6d3-7af2-428b-bc38-a2ea8f67904e} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 12992 | 2025.03.04 03:28:47.185454 [ 255 ] {7502d6d3-7af2-428b-bc38-a2ea8f67904e} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12993 | 2025.03.04 03:28:47.185707 [ 255 ] {7502d6d3-7af2-428b-bc38-a2ea8f67904e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001941 sec., 28851.107676455435 rows/sec., 2.20 MiB/sec. | ||
| 12994 | 2025.03.04 03:28:47.185772 [ 255 ] {7502d6d3-7af2-428b-bc38-a2ea8f67904e} <Debug> TCPHandler: Processed in 0.002254598 sec. | ||
| 12995 | 2025.03.04 03:28:47.185901 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12996 | 2025.03.04 03:28:47.186015 [ 255 ] {dfd54a47-dec3-46fa-b338-21227db733bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12997 | 2025.03.04 03:28:47.186061 [ 255 ] {dfd54a47-dec3-46fa-b338-21227db733bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12998 | 2025.03.04 03:28:47.186632 [ 255 ] {dfd54a47-dec3-46fa-b338-21227db733bc} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12999 | 2025.03.04 03:28:47.186671 [ 255 ] {dfd54a47-dec3-46fa-b338-21227db733bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 13000 | 2025.03.04 03:28:47.187023 [ 255 ] {dfd54a47-dec3-46fa-b338-21227db733bc} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 13001 | 2025.03.04 03:28:47.187268 [ 255 ] {dfd54a47-dec3-46fa-b338-21227db733bc} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13002 | 2025.03.04 03:28:47.187494 [ 255 ] {dfd54a47-dec3-46fa-b338-21227db733bc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001501 sec., 42638.241172551636 rows/sec., 3.33 MiB/sec. | ||
| 13003 | 2025.03.04 03:28:47.187579 [ 255 ] {dfd54a47-dec3-46fa-b338-21227db733bc} <Debug> TCPHandler: Processed in 0.001728841 sec. | ||
| 13004 | 2025.03.04 03:28:47.187715 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13005 | 2025.03.04 03:28:47.188016 [ 255 ] {7ef7f7ae-f07b-4b44-b4f4-1e83887c05c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13006 | 2025.03.04 03:28:47.188174 [ 255 ] {7ef7f7ae-f07b-4b44-b4f4-1e83887c05c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13007 | 2025.03.04 03:28:47.188804 [ 255 ] {7ef7f7ae-f07b-4b44-b4f4-1e83887c05c2} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13008 | 2025.03.04 03:28:47.188843 [ 255 ] {7ef7f7ae-f07b-4b44-b4f4-1e83887c05c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 13009 | 2025.03.04 03:28:47.189237 [ 255 ] {7ef7f7ae-f07b-4b44-b4f4-1e83887c05c2} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 13010 | 2025.03.04 03:28:47.189475 [ 255 ] {7ef7f7ae-f07b-4b44-b4f4-1e83887c05c2} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13011 | 2025.03.04 03:28:47.189689 [ 255 ] {7ef7f7ae-f07b-4b44-b4f4-1e83887c05c2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001798 sec., 88987.76418242491 rows/sec., 6.20 MiB/sec. | ||
| 13012 | 2025.03.04 03:28:47.189743 [ 255 ] {7ef7f7ae-f07b-4b44-b4f4-1e83887c05c2} <Debug> TCPHandler: Processed in 0.002100556 sec. | ||
| 13013 | 2025.03.04 03:28:47.189847 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13014 | 2025.03.04 03:28:47.189948 [ 255 ] {d59aeef5-94bd-48e4-9253-861449899225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13015 | 2025.03.04 03:28:47.189992 [ 255 ] {d59aeef5-94bd-48e4-9253-861449899225} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13016 | 2025.03.04 03:28:47.190453 [ 255 ] {d59aeef5-94bd-48e4-9253-861449899225} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13017 | 2025.03.04 03:28:47.190491 [ 255 ] {d59aeef5-94bd-48e4-9253-861449899225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 13018 | 2025.03.04 03:28:47.190847 [ 255 ] {d59aeef5-94bd-48e4-9253-861449899225} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 13019 | 2025.03.04 03:28:47.191090 [ 255 ] {d59aeef5-94bd-48e4-9253-861449899225} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13020 | 2025.03.04 03:28:47.191325 [ 255 ] {d59aeef5-94bd-48e4-9253-861449899225} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001397 sec., 42949.17680744452 rows/sec., 2.89 MiB/sec. | ||
| 13021 | 2025.03.04 03:28:47.191405 [ 255 ] {d59aeef5-94bd-48e4-9253-861449899225} <Debug> TCPHandler: Processed in 0.001605979 sec. | ||
| 13022 | 2025.03.04 03:28:48.922860 [ 223 ] {} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13023 | 2025.03.04 03:28:48.922942 [ 223 ] {} <Debug> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13024 | 2025.03.04 03:28:48.925030 [ 223 ] {} <Debug> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13025 | 2025.03.04 03:28:49.059548 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 649 | ||
| 13026 | 2025.03.04 03:28:49.082260 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13027 | 2025.03.04 03:28:49.082307 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 13028 | 2025.03.04 03:28:49.089881 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 13029 | 2025.03.04 03:28:49.090745 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13030 | 2025.03.04 03:28:49.091140 [ 81 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 13031 | 2025.03.04 03:28:49.091278 [ 81 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13032 | 2025.03.04 03:28:49.091351 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 13033 | 2025.03.04 03:28:49.091623 [ 195 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 13034 | 2025.03.04 03:28:49.099862 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 649 | ||
| 13035 | 2025.03.04 03:28:49.101109 [ 195 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13036 | 2025.03.04 03:28:49.102019 [ 195 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 611 rows starting from the beginning of the part | ||
| 13037 | 2025.03.04 03:28:49.107080 [ 195 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 7 rows starting from the beginning of the part | ||
| 13038 | 2025.03.04 03:28:49.112116 [ 195 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 8 rows starting from the beginning of the part | ||
| 13039 | 2025.03.04 03:28:49.117419 [ 195 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part | ||
| 13040 | 2025.03.04 03:28:49.123363 [ 195 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 7 rows starting from the beginning of the part | ||
| 13041 | 2025.03.04 03:28:49.129278 [ 195 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part | ||
| 13042 | 2025.03.04 03:28:49.194442 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 649 rows, containing 679 columns (679 merged, 0 gathered) in 0.102958492 sec., 6303.511127571682 rows/sec., 32.59 MiB/sec. | ||
| 13043 | 2025.03.04 03:28:49.196926 [ 191 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 13044 | 2025.03.04 03:28:49.199484 [ 191 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_86_17} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13045 | 2025.03.04 03:28:49.199600 [ 191 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_86_17} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 13046 | 2025.03.04 03:28:49.201350 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 13047 | 2025.03.04 03:28:49.359435 [ 81 ] {} <Debug> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 13048 | 2025.03.04 03:28:49.359493 [ 81 ] {} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13049 | 2025.03.04 03:28:49.359515 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 13050 | 2025.03.04 03:28:49.359634 [ 224 ] {} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13051 | 2025.03.04 03:28:49.359671 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 13052 | 2025.03.04 03:28:49.359686 [ 224 ] {} <Debug> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13053 | 2025.03.04 03:28:49.359879 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13054 | 2025.03.04 03:28:49.359919 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 365 rows starting from the beginning of the part | ||
| 13055 | 2025.03.04 03:28:49.360006 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 252 rows starting from the beginning of the part | ||
| 13056 | 2025.03.04 03:28:49.360254 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 252 rows starting from the beginning of the part | ||
| 13057 | 2025.03.04 03:28:49.360498 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 113 rows starting from the beginning of the part | ||
| 13058 | 2025.03.04 03:28:49.360837 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 228 rows starting from the beginning of the part | ||
| 13059 | 2025.03.04 03:28:49.362722 [ 191 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1210 rows, containing 5 columns (5 merged, 0 gathered) in 0.003128069 sec., 386820.1117046971 rows/sec., 27.80 MiB/sec. | ||
| 13060 | 2025.03.04 03:28:49.362926 [ 224 ] {} <Debug> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13061 | 2025.03.04 03:28:49.362987 [ 191 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 13062 | 2025.03.04 03:28:49.363530 [ 191 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_25_6} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13063 | 2025.03.04 03:28:49.363617 [ 191 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_25_6} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 13064 | 2025.03.04 03:28:49.363715 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 13065 | 2025.03.04 03:28:49.466195 [ 81 ] {} <Debug> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 13066 | 2025.03.04 03:28:49.466244 [ 81 ] {} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13067 | 2025.03.04 03:28:49.466268 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 13068 | 2025.03.04 03:28:49.466384 [ 220 ] {} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13069 | 2025.03.04 03:28:49.466400 [ 192 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 13070 | 2025.03.04 03:28:49.466425 [ 220 ] {} <Debug> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13071 | 2025.03.04 03:28:49.466558 [ 192 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13072 | 2025.03.04 03:28:49.466610 [ 192 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 20 rows starting from the beginning of the part | ||
| 13073 | 2025.03.04 03:28:49.466682 [ 192 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part | ||
| 13074 | 2025.03.04 03:28:49.467109 [ 192 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 13075 | 2025.03.04 03:28:49.467353 [ 192 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part | ||
| 13076 | 2025.03.04 03:28:49.467749 [ 192 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 4 rows starting from the beginning of the part | ||
| 13077 | 2025.03.04 03:28:49.469360 [ 188 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.003024657 sec., 13885.872017885004 rows/sec., 1.16 MiB/sec. | ||
| 13078 | 2025.03.04 03:28:49.469625 [ 198 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 13079 | 2025.03.04 03:28:49.469658 [ 220 ] {} <Debug> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13080 | 2025.03.04 03:28:49.470326 [ 198 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_29_7} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13081 | 2025.03.04 03:28:49.470436 [ 198 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_29_7} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 13082 | 2025.03.04 03:28:49.470557 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13083 | 2025.03.04 03:28:49.571213 [ 224 ] {} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13084 | 2025.03.04 03:28:49.571248 [ 224 ] {} <Debug> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13085 | 2025.03.04 03:28:49.573128 [ 224 ] {} <Debug> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13086 | 2025.03.04 03:28:50.000156 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.21 MiB, peak 277.57 MiB, free memory in arenas 0.00 B, will set to 259.07 MiB (RSS), difference: -1.14 MiB | ||
| 13087 | 2025.03.04 03:28:51.406721 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1712 | ||
| 13088 | 2025.03.04 03:28:51.409758 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13089 | 2025.03.04 03:28:51.409817 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 13090 | 2025.03.04 03:28:51.411358 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 13091 | 2025.03.04 03:28:51.411687 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13092 | 2025.03.04 03:28:51.412383 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1712 | ||
| 13093 | 2025.03.04 03:28:52.185837 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13094 | 2025.03.04 03:28:52.186046 [ 255 ] {c9f733b8-69cd-4433-b844-33acb68298e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13095 | 2025.03.04 03:28:52.186125 [ 255 ] {c9f733b8-69cd-4433-b844-33acb68298e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13096 | 2025.03.04 03:28:52.186963 [ 255 ] {c9f733b8-69cd-4433-b844-33acb68298e3} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13097 | 2025.03.04 03:28:52.187010 [ 255 ] {c9f733b8-69cd-4433-b844-33acb68298e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 13098 | 2025.03.04 03:28:52.187422 [ 255 ] {c9f733b8-69cd-4433-b844-33acb68298e3} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 13099 | 2025.03.04 03:28:52.187673 [ 255 ] {c9f733b8-69cd-4433-b844-33acb68298e3} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13100 | 2025.03.04 03:28:52.187923 [ 255 ] {c9f733b8-69cd-4433-b844-33acb68298e3} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001936 sec., 3099.1735537190084 rows/sec., 252.72 KiB/sec. | ||
| 13101 | 2025.03.04 03:28:52.187993 [ 255 ] {c9f733b8-69cd-4433-b844-33acb68298e3} <Debug> TCPHandler: Processed in 0.002292458 sec. | ||
| 13102 | 2025.03.04 03:28:52.188121 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13103 | 2025.03.04 03:28:52.188234 [ 255 ] {6dc0a440-2621-41c0-98f4-449d7f818fba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13104 | 2025.03.04 03:28:52.188281 [ 255 ] {6dc0a440-2621-41c0-98f4-449d7f818fba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13105 | 2025.03.04 03:28:52.188893 [ 255 ] {6dc0a440-2621-41c0-98f4-449d7f818fba} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13106 | 2025.03.04 03:28:52.188932 [ 255 ] {6dc0a440-2621-41c0-98f4-449d7f818fba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 13107 | 2025.03.04 03:28:52.189301 [ 255 ] {6dc0a440-2621-41c0-98f4-449d7f818fba} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 13108 | 2025.03.04 03:28:52.189532 [ 255 ] {6dc0a440-2621-41c0-98f4-449d7f818fba} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13109 | 2025.03.04 03:28:52.189762 [ 255 ] {6dc0a440-2621-41c0-98f4-449d7f818fba} <Debug> executeQuery: Read 139 rows, 12.22 KiB in 0.00155 sec., 89677.41935483871 rows/sec., 7.70 MiB/sec. | ||
| 13110 | 2025.03.04 03:28:52.189860 [ 255 ] {6dc0a440-2621-41c0-98f4-449d7f818fba} <Debug> TCPHandler: Processed in 0.001791832 sec. | ||
| 13111 | 2025.03.04 03:28:52.190012 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13112 | 2025.03.04 03:28:52.190298 [ 255 ] {74c67dd0-a755-4e59-b9bd-825a28313ab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13113 | 2025.03.04 03:28:52.190390 [ 255 ] {74c67dd0-a755-4e59-b9bd-825a28313ab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13114 | 2025.03.04 03:28:52.190928 [ 255 ] {74c67dd0-a755-4e59-b9bd-825a28313ab7} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13115 | 2025.03.04 03:28:52.190966 [ 255 ] {74c67dd0-a755-4e59-b9bd-825a28313ab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 13116 | 2025.03.04 03:28:52.191310 [ 255 ] {74c67dd0-a755-4e59-b9bd-825a28313ab7} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 13117 | 2025.03.04 03:28:52.191551 [ 255 ] {74c67dd0-a755-4e59-b9bd-825a28313ab7} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13118 | 2025.03.04 03:28:52.191719 [ 79 ] {} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 13119 | 2025.03.04 03:28:52.191778 [ 255 ] {74c67dd0-a755-4e59-b9bd-825a28313ab7} <Debug> executeQuery: Read 46 rows, 3.43 KiB in 0.001585 sec., 29022.082018927445 rows/sec., 2.11 MiB/sec. | ||
| 13120 | 2025.03.04 03:28:52.191805 [ 79 ] {} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13121 | 2025.03.04 03:28:52.191877 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 13122 | 2025.03.04 03:28:52.191894 [ 255 ] {74c67dd0-a755-4e59-b9bd-825a28313ab7} <Debug> TCPHandler: Processed in 0.001975384 sec. | ||
| 13123 | 2025.03.04 03:28:52.192152 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13124 | 2025.03.04 03:28:52.192181 [ 192 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 13125 | 2025.03.04 03:28:52.192473 [ 255 ] {690748d7-d204-48fe-927c-190ea87e4ec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13126 | 2025.03.04 03:28:52.192656 [ 255 ] {690748d7-d204-48fe-927c-190ea87e4ec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13127 | 2025.03.04 03:28:52.192846 [ 192 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13128 | 2025.03.04 03:28:52.193005 [ 192 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 178 rows starting from the beginning of the part | ||
| 13129 | 2025.03.04 03:28:52.193445 [ 192 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 48 rows starting from the beginning of the part | ||
| 13130 | 2025.03.04 03:28:52.193972 [ 192 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 146 rows starting from the beginning of the part | ||
| 13131 | 2025.03.04 03:28:52.194477 [ 192 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 4 rows starting from the beginning of the part | ||
| 13132 | 2025.03.04 03:28:52.195034 [ 192 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 40 rows starting from the beginning of the part | ||
| 13133 | 2025.03.04 03:28:52.195601 [ 192 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 46 rows starting from the beginning of the part | ||
| 13134 | 2025.03.04 03:28:52.196427 [ 255 ] {690748d7-d204-48fe-927c-190ea87e4ec3} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13135 | 2025.03.04 03:28:52.196475 [ 255 ] {690748d7-d204-48fe-927c-190ea87e4ec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13136 | 2025.03.04 03:28:52.197051 [ 255 ] {690748d7-d204-48fe-927c-190ea87e4ec3} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 13137 | 2025.03.04 03:28:52.197411 [ 255 ] {690748d7-d204-48fe-927c-190ea87e4ec3} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13138 | 2025.03.04 03:28:52.197418 [ 192 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 462 rows, containing 5 columns (5 merged, 0 gathered) in 0.005438007 sec., 84957.5956779754 rows/sec., 5.97 MiB/sec. | ||
| 13139 | 2025.03.04 03:28:52.197590 [ 192 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 13140 | 2025.03.04 03:28:52.197720 [ 255 ] {690748d7-d204-48fe-927c-190ea87e4ec3} <Debug> executeQuery: Read 110 rows, 8.81 KiB in 0.00538 sec., 20446.09665427509 rows/sec., 1.60 MiB/sec. | ||
| 13141 | 2025.03.04 03:28:52.197808 [ 255 ] {690748d7-d204-48fe-927c-190ea87e4ec3} <Debug> TCPHandler: Processed in 0.005752251 sec. | ||
| 13142 | 2025.03.04 03:28:52.197951 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13143 | 2025.03.04 03:28:52.197961 [ 192 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_81_16} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13144 | 2025.03.04 03:28:52.198054 [ 192 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_81_16} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 13145 | 2025.03.04 03:28:52.198075 [ 255 ] {88b03916-0942-416b-8031-8c0712dc4da8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13146 | 2025.03.04 03:28:52.198133 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 13147 | 2025.03.04 03:28:52.198143 [ 255 ] {88b03916-0942-416b-8031-8c0712dc4da8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13148 | 2025.03.04 03:28:52.198657 [ 255 ] {88b03916-0942-416b-8031-8c0712dc4da8} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13149 | 2025.03.04 03:28:52.198693 [ 255 ] {88b03916-0942-416b-8031-8c0712dc4da8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 13150 | 2025.03.04 03:28:52.199066 [ 255 ] {88b03916-0942-416b-8031-8c0712dc4da8} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 13151 | 2025.03.04 03:28:52.199304 [ 255 ] {88b03916-0942-416b-8031-8c0712dc4da8} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13152 | 2025.03.04 03:28:52.199505 [ 255 ] {88b03916-0942-416b-8031-8c0712dc4da8} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001458 sec., 111796.98216735253 rows/sec., 7.78 MiB/sec. | ||
| 13153 | 2025.03.04 03:28:52.199556 [ 255 ] {88b03916-0942-416b-8031-8c0712dc4da8} <Debug> TCPHandler: Processed in 0.00166294 sec. | ||
| 13154 | 2025.03.04 03:28:52.199658 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13155 | 2025.03.04 03:28:52.199758 [ 255 ] {c91a687b-ed80-41bf-b604-130e9f735673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13156 | 2025.03.04 03:28:52.199819 [ 255 ] {c91a687b-ed80-41bf-b604-130e9f735673} <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 | ||
| 13157 | 2025.03.04 03:28:52.200931 [ 255 ] {c91a687b-ed80-41bf-b604-130e9f735673} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13158 | 2025.03.04 03:28:52.200969 [ 255 ] {c91a687b-ed80-41bf-b604-130e9f735673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 13159 | 2025.03.04 03:28:52.201624 [ 255 ] {c91a687b-ed80-41bf-b604-130e9f735673} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 13160 | 2025.03.04 03:28:52.201885 [ 255 ] {c91a687b-ed80-41bf-b604-130e9f735673} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13161 | 2025.03.04 03:28:52.202135 [ 255 ] {c91a687b-ed80-41bf-b604-130e9f735673} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002398 sec., 16680.567139282735 rows/sec., 29.89 MiB/sec. | ||
| 13162 | 2025.03.04 03:28:52.202237 [ 255 ] {c91a687b-ed80-41bf-b604-130e9f735673} <Debug> TCPHandler: Processed in 0.002626962 sec. | ||
| 13163 | 2025.03.04 03:28:52.202349 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13164 | 2025.03.04 03:28:52.202449 [ 255 ] {a6795fcc-2c23-4217-b214-479abb03746d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13165 | 2025.03.04 03:28:52.202492 [ 255 ] {a6795fcc-2c23-4217-b214-479abb03746d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13166 | 2025.03.04 03:28:52.202918 [ 255 ] {a6795fcc-2c23-4217-b214-479abb03746d} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13167 | 2025.03.04 03:28:52.202955 [ 255 ] {a6795fcc-2c23-4217-b214-479abb03746d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 13168 | 2025.03.04 03:28:52.203311 [ 255 ] {a6795fcc-2c23-4217-b214-479abb03746d} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 13169 | 2025.03.04 03:28:52.203541 [ 255 ] {a6795fcc-2c23-4217-b214-479abb03746d} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13170 | 2025.03.04 03:28:52.203743 [ 255 ] {a6795fcc-2c23-4217-b214-479abb03746d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001314 sec., 45662.100456621 rows/sec., 3.08 MiB/sec. | ||
| 13171 | 2025.03.04 03:28:52.203791 [ 255 ] {a6795fcc-2c23-4217-b214-479abb03746d} <Debug> TCPHandler: Processed in 0.001490658 sec. | ||
| 13172 | 2025.03.04 03:28:53.675369 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39833 | ||
| 13173 | 2025.03.04 03:28:53.676065 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13174 | 2025.03.04 03:28:53.676106 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13175 | 2025.03.04 03:28:53.676629 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 13176 | 2025.03.04 03:28:53.676879 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13177 | 2025.03.04 03:28:53.677110 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39833 | ||
| 13178 | 2025.03.04 03:28:56.599980 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 656 | ||
| 13179 | 2025.03.04 03:28:56.623279 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13180 | 2025.03.04 03:28:56.623342 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13181 | 2025.03.04 03:28:56.631060 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 13182 | 2025.03.04 03:28:56.631887 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13183 | 2025.03.04 03:28:56.636846 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656 | ||
| 13184 | 2025.03.04 03:28:57.088313 [ 224 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13185 | 2025.03.04 03:28:57.088368 [ 224 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13186 | 2025.03.04 03:28:57.090553 [ 224 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13187 | 2025.03.04 03:28:57.183935 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13188 | 2025.03.04 03:28:57.184142 [ 255 ] {9f73a485-b6a9-453f-abca-3ba30d0cf60a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13189 | 2025.03.04 03:28:57.184215 [ 255 ] {9f73a485-b6a9-453f-abca-3ba30d0cf60a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13190 | 2025.03.04 03:28:57.185050 [ 255 ] {9f73a485-b6a9-453f-abca-3ba30d0cf60a} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13191 | 2025.03.04 03:28:57.185092 [ 255 ] {9f73a485-b6a9-453f-abca-3ba30d0cf60a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13192 | 2025.03.04 03:28:57.185501 [ 255 ] {9f73a485-b6a9-453f-abca-3ba30d0cf60a} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 13193 | 2025.03.04 03:28:57.185744 [ 255 ] {9f73a485-b6a9-453f-abca-3ba30d0cf60a} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13194 | 2025.03.04 03:28:57.185982 [ 255 ] {9f73a485-b6a9-453f-abca-3ba30d0cf60a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001897 sec., 29520.295202952027 rows/sec., 2.25 MiB/sec. | ||
| 13195 | 2025.03.04 03:28:57.186037 [ 255 ] {9f73a485-b6a9-453f-abca-3ba30d0cf60a} <Debug> TCPHandler: Processed in 0.002277278 sec. | ||
| 13196 | 2025.03.04 03:28:57.186164 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13197 | 2025.03.04 03:28:57.186268 [ 255 ] {ad338b86-f246-4786-b623-1d7c6aa84a6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13198 | 2025.03.04 03:28:57.186313 [ 255 ] {ad338b86-f246-4786-b623-1d7c6aa84a6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13199 | 2025.03.04 03:28:57.186860 [ 255 ] {ad338b86-f246-4786-b623-1d7c6aa84a6f} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13200 | 2025.03.04 03:28:57.186900 [ 255 ] {ad338b86-f246-4786-b623-1d7c6aa84a6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13201 | 2025.03.04 03:28:57.187243 [ 255 ] {ad338b86-f246-4786-b623-1d7c6aa84a6f} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 13202 | 2025.03.04 03:28:57.187483 [ 255 ] {ad338b86-f246-4786-b623-1d7c6aa84a6f} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13203 | 2025.03.04 03:28:57.187692 [ 255 ] {ad338b86-f246-4786-b623-1d7c6aa84a6f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001445 sec., 44290.65743944636 rows/sec., 3.46 MiB/sec. | ||
| 13204 | 2025.03.04 03:28:57.187751 [ 255 ] {ad338b86-f246-4786-b623-1d7c6aa84a6f} <Debug> TCPHandler: Processed in 0.0016379 sec. | ||
| 13205 | 2025.03.04 03:28:57.187751 [ 224 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13206 | 2025.03.04 03:28:57.187804 [ 224 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13207 | 2025.03.04 03:28:57.187866 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13208 | 2025.03.04 03:28:57.187972 [ 255 ] {ab749653-5725-4bc1-a202-7ec227483612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13209 | 2025.03.04 03:28:57.188019 [ 255 ] {ab749653-5725-4bc1-a202-7ec227483612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13210 | 2025.03.04 03:28:57.188666 [ 255 ] {ab749653-5725-4bc1-a202-7ec227483612} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13211 | 2025.03.04 03:28:57.188710 [ 255 ] {ab749653-5725-4bc1-a202-7ec227483612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13212 | 2025.03.04 03:28:57.189193 [ 255 ] {ab749653-5725-4bc1-a202-7ec227483612} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 13213 | 2025.03.04 03:28:57.189457 [ 255 ] {ab749653-5725-4bc1-a202-7ec227483612} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13214 | 2025.03.04 03:28:57.189676 [ 74 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 2 parts from all_1_124_25 to all_125_125_0 | ||
| 13215 | 2025.03.04 03:28:57.189779 [ 255 ] {ab749653-5725-4bc1-a202-7ec227483612} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001815 sec., 88154.26997245179 rows/sec., 6.14 MiB/sec. | ||
| 13216 | 2025.03.04 03:28:57.189811 [ 74 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13217 | 2025.03.04 03:28:57.189915 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13218 | 2025.03.04 03:28:57.189951 [ 255 ] {ab749653-5725-4bc1-a202-7ec227483612} <Debug> TCPHandler: Processed in 0.002132126 sec. | ||
| 13219 | 2025.03.04 03:28:57.190129 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_125_26} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_124_25 to all_125_125_0 into Compact with storage Full | ||
| 13220 | 2025.03.04 03:28:57.190167 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13221 | 2025.03.04 03:28:57.190370 [ 255 ] {2573c316-0e18-4f81-ad7a-bd931630d82c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13222 | 2025.03.04 03:28:57.190427 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_125_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13223 | 2025.03.04 03:28:57.190478 [ 255 ] {2573c316-0e18-4f81-ad7a-bd931630d82c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13224 | 2025.03.04 03:28:57.190534 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_125_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_124_25, total 35567 rows starting from the beginning of the part | ||
| 13225 | 2025.03.04 03:28:57.190877 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_125_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 882 rows starting from the beginning of the part | ||
| 13226 | 2025.03.04 03:28:57.191678 [ 224 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13227 | 2025.03.04 03:28:57.193016 [ 255 ] {2573c316-0e18-4f81-ad7a-bd931630d82c} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13228 | 2025.03.04 03:28:57.193063 [ 255 ] {2573c316-0e18-4f81-ad7a-bd931630d82c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13229 | 2025.03.04 03:28:57.193566 [ 255 ] {2573c316-0e18-4f81-ad7a-bd931630d82c} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 13230 | 2025.03.04 03:28:57.193844 [ 255 ] {2573c316-0e18-4f81-ad7a-bd931630d82c} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13231 | 2025.03.04 03:28:57.194105 [ 255 ] {2573c316-0e18-4f81-ad7a-bd931630d82c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003803 sec., 15777.018143570866 rows/sec., 1.06 MiB/sec. | ||
| 13232 | 2025.03.04 03:28:57.194156 [ 255 ] {2573c316-0e18-4f81-ad7a-bd931630d82c} <Debug> TCPHandler: Processed in 0.004056609 sec. | ||
| 13233 | 2025.03.04 03:28:57.198863 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_125_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36449 rows, containing 5 columns (5 merged, 0 gathered) in 0.008832488 sec., 4126696.803890365 rows/sec., 283.03 MiB/sec. | ||
| 13234 | 2025.03.04 03:28:57.199346 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_125_26} <Trace> MergedBlockOutputStream: filled checksums all_1_125_26 (state Temporary) | ||
| 13235 | 2025.03.04 03:28:57.199773 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_125_26} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_125_26 to all_1_125_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13236 | 2025.03.04 03:28:57.199878 [ 186 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_125_26} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 2 parts: [all_1_124_25, all_125_125_0] -> all_1_125_26 | ||
| 13237 | 2025.03.04 03:28:57.199974 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 13238 | 2025.03.04 03:28:58.141251 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13239 | 2025.03.04 03:28:58.141321 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13240 | 2025.03.04 03:28:58.143218 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13241 | 2025.03.04 03:28:59.021638 [ 219 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13242 | 2025.03.04 03:28:59.021715 [ 219 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13243 | 2025.03.04 03:28:59.023701 [ 219 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13244 | 2025.03.04 03:29:00.920188 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13245 | 2025.03.04 03:29:00.920237 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13246 | 2025.03.04 03:29:01.177257 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40321 | ||
| 13247 | 2025.03.04 03:29:01.177877 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13248 | 2025.03.04 03:29:01.177917 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13249 | 2025.03.04 03:29:01.178442 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 13250 | 2025.03.04 03:29:01.178713 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13251 | 2025.03.04 03:29:01.178975 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321 | ||
| 13252 | 2025.03.04 03:29:01.412584 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1734 | ||
| 13253 | 2025.03.04 03:29:01.415663 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13254 | 2025.03.04 03:29:01.415716 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13255 | 2025.03.04 03:29:01.417274 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13256 | 2025.03.04 03:29:01.417604 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13257 | 2025.03.04 03:29:01.417936 [ 223 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 13258 | 2025.03.04 03:29:01.418030 [ 223 ] {} <Debug> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 13259 | 2025.03.04 03:29:01.418870 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1734 | ||
| 13260 | 2025.03.04 03:29:01.420593 [ 223 ] {} <Debug> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 13261 | 2025.03.04 03:29:02.185707 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13262 | 2025.03.04 03:29:02.185919 [ 255 ] {7611ebd1-f163-4a61-8485-d96378c34953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13263 | 2025.03.04 03:29:02.185999 [ 255 ] {7611ebd1-f163-4a61-8485-d96378c34953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13264 | 2025.03.04 03:29:02.186867 [ 255 ] {7611ebd1-f163-4a61-8485-d96378c34953} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13265 | 2025.03.04 03:29:02.186919 [ 255 ] {7611ebd1-f163-4a61-8485-d96378c34953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13266 | 2025.03.04 03:29:02.187373 [ 255 ] {7611ebd1-f163-4a61-8485-d96378c34953} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 13267 | 2025.03.04 03:29:02.187726 [ 255 ] {7611ebd1-f163-4a61-8485-d96378c34953} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13268 | 2025.03.04 03:29:02.188034 [ 255 ] {7611ebd1-f163-4a61-8485-d96378c34953} <Debug> executeQuery: Read 136 rows, 12.00 KiB in 0.002174 sec., 62557.49770009199 rows/sec., 5.39 MiB/sec. | ||
| 13269 | 2025.03.04 03:29:02.188104 [ 255 ] {7611ebd1-f163-4a61-8485-d96378c34953} <Debug> TCPHandler: Processed in 0.002534461 sec. | ||
| 13270 | 2025.03.04 03:29:02.188252 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13271 | 2025.03.04 03:29:02.188368 [ 255 ] {0b7af945-6fe9-4902-8da9-871b0394abab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13272 | 2025.03.04 03:29:02.188418 [ 255 ] {0b7af945-6fe9-4902-8da9-871b0394abab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13273 | 2025.03.04 03:29:02.189006 [ 255 ] {0b7af945-6fe9-4902-8da9-871b0394abab} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13274 | 2025.03.04 03:29:02.189048 [ 255 ] {0b7af945-6fe9-4902-8da9-871b0394abab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13275 | 2025.03.04 03:29:02.189419 [ 255 ] {0b7af945-6fe9-4902-8da9-871b0394abab} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 13276 | 2025.03.04 03:29:02.189658 [ 255 ] {0b7af945-6fe9-4902-8da9-871b0394abab} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13277 | 2025.03.04 03:29:02.189909 [ 255 ] {0b7af945-6fe9-4902-8da9-871b0394abab} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.00156 sec., 25641.02564102564 rows/sec., 1.88 MiB/sec. | ||
| 13278 | 2025.03.04 03:29:02.189971 [ 255 ] {0b7af945-6fe9-4902-8da9-871b0394abab} <Debug> TCPHandler: Processed in 0.001774012 sec. | ||
| 13279 | 2025.03.04 03:29:02.190228 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13280 | 2025.03.04 03:29:02.190370 [ 255 ] {49d2f225-c8d5-448b-872d-eb042e816fd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13281 | 2025.03.04 03:29:02.190418 [ 255 ] {49d2f225-c8d5-448b-872d-eb042e816fd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13282 | 2025.03.04 03:29:02.190987 [ 255 ] {49d2f225-c8d5-448b-872d-eb042e816fd7} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13283 | 2025.03.04 03:29:02.191027 [ 255 ] {49d2f225-c8d5-448b-872d-eb042e816fd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13284 | 2025.03.04 03:29:02.191389 [ 255 ] {49d2f225-c8d5-448b-872d-eb042e816fd7} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 13285 | 2025.03.04 03:29:02.191618 [ 255 ] {49d2f225-c8d5-448b-872d-eb042e816fd7} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13286 | 2025.03.04 03:29:02.191850 [ 255 ] {49d2f225-c8d5-448b-872d-eb042e816fd7} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.001502 sec., 69241.0119840213 rows/sec., 5.41 MiB/sec. | ||
| 13287 | 2025.03.04 03:29:02.191942 [ 255 ] {49d2f225-c8d5-448b-872d-eb042e816fd7} <Debug> TCPHandler: Processed in 0.001813623 sec. | ||
| 13288 | 2025.03.04 03:29:02.192111 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13289 | 2025.03.04 03:29:02.192412 [ 255 ] {1bbc20d0-056b-4d99-bcbf-da36283310f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13290 | 2025.03.04 03:29:02.192532 [ 255 ] {1bbc20d0-056b-4d99-bcbf-da36283310f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13291 | 2025.03.04 03:29:02.193084 [ 255 ] {1bbc20d0-056b-4d99-bcbf-da36283310f2} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13292 | 2025.03.04 03:29:02.193122 [ 255 ] {1bbc20d0-056b-4d99-bcbf-da36283310f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13293 | 2025.03.04 03:29:02.193522 [ 255 ] {1bbc20d0-056b-4d99-bcbf-da36283310f2} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 13294 | 2025.03.04 03:29:02.193768 [ 255 ] {1bbc20d0-056b-4d99-bcbf-da36283310f2} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13295 | 2025.03.04 03:29:02.193945 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 2 parts from all_1_125_26 to all_126_126_0 | ||
| 13296 | 2025.03.04 03:29:02.193995 [ 255 ] {1bbc20d0-056b-4d99-bcbf-da36283310f2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00169 sec., 94674.55621301774 rows/sec., 6.59 MiB/sec. | ||
| 13297 | 2025.03.04 03:29:02.194024 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13298 | 2025.03.04 03:29:02.194093 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13299 | 2025.03.04 03:29:02.194123 [ 255 ] {1bbc20d0-056b-4d99-bcbf-da36283310f2} <Debug> TCPHandler: Processed in 0.002106635 sec. | ||
| 13300 | 2025.03.04 03:29:02.194283 [ 196 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_126_27} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_125_26 to all_126_126_0 into Compact with storage Full | ||
| 13301 | 2025.03.04 03:29:02.194327 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13302 | 2025.03.04 03:29:02.194440 [ 196 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_126_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13303 | 2025.03.04 03:29:02.194471 [ 255 ] {3f824082-f85f-4dba-a8a3-238e4160b363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13304 | 2025.03.04 03:29:02.194486 [ 196 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_126_27} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_125_26, total 36449 rows starting from the beginning of the part | ||
| 13305 | 2025.03.04 03:29:02.194616 [ 255 ] {3f824082-f85f-4dba-a8a3-238e4160b363} <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 | ||
| 13306 | 2025.03.04 03:29:02.194763 [ 196 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_126_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 160 rows starting from the beginning of the part | ||
| 13307 | 2025.03.04 03:29:02.197169 [ 255 ] {3f824082-f85f-4dba-a8a3-238e4160b363} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13308 | 2025.03.04 03:29:02.197207 [ 255 ] {3f824082-f85f-4dba-a8a3-238e4160b363} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13309 | 2025.03.04 03:29:02.198005 [ 255 ] {3f824082-f85f-4dba-a8a3-238e4160b363} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13310 | 2025.03.04 03:29:02.198297 [ 255 ] {3f824082-f85f-4dba-a8a3-238e4160b363} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13311 | 2025.03.04 03:29:02.198557 [ 255 ] {3f824082-f85f-4dba-a8a3-238e4160b363} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.004119 sec., 9711.0949259529 rows/sec., 17.40 MiB/sec. | ||
| 13312 | 2025.03.04 03:29:02.198709 [ 255 ] {3f824082-f85f-4dba-a8a3-238e4160b363} <Debug> TCPHandler: Processed in 0.004441175 sec. | ||
| 13313 | 2025.03.04 03:29:02.198839 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13314 | 2025.03.04 03:29:02.198955 [ 255 ] {70b35297-560a-4678-9eb0-87daa0b227f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13315 | 2025.03.04 03:29:02.199000 [ 255 ] {70b35297-560a-4678-9eb0-87daa0b227f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13316 | 2025.03.04 03:29:02.199487 [ 255 ] {70b35297-560a-4678-9eb0-87daa0b227f6} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13317 | 2025.03.04 03:29:02.199531 [ 255 ] {70b35297-560a-4678-9eb0-87daa0b227f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13318 | 2025.03.04 03:29:02.199904 [ 255 ] {70b35297-560a-4678-9eb0-87daa0b227f6} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 13319 | 2025.03.04 03:29:02.200155 [ 255 ] {70b35297-560a-4678-9eb0-87daa0b227f6} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13320 | 2025.03.04 03:29:02.200440 [ 255 ] {70b35297-560a-4678-9eb0-87daa0b227f6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001484 sec., 40431.266846361184 rows/sec., 2.72 MiB/sec. | ||
| 13321 | 2025.03.04 03:29:02.200515 [ 255 ] {70b35297-560a-4678-9eb0-87daa0b227f6} <Debug> TCPHandler: Processed in 0.001717141 sec. | ||
| 13322 | 2025.03.04 03:29:02.202004 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_126_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36609 rows, containing 5 columns (5 merged, 0 gathered) in 0.007804626 sec., 4690679.604634482 rows/sec., 321.74 MiB/sec. | ||
| 13323 | 2025.03.04 03:29:02.202439 [ 201 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_126_27} <Trace> MergedBlockOutputStream: filled checksums all_1_126_27 (state Temporary) | ||
| 13324 | 2025.03.04 03:29:02.202804 [ 201 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_126_27} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_126_27 to all_1_126_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13325 | 2025.03.04 03:29:02.202894 [ 201 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_126_27} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 2 parts: [all_1_125_26, all_126_126_0] -> all_1_126_27 | ||
| 13326 | 2025.03.04 03:29:02.202992 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 13327 | 2025.03.04 03:29:03.085681 [ 218 ] {} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 13328 | 2025.03.04 03:29:03.085752 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 13329 | 2025.03.04 03:29:03.087588 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 13330 | 2025.03.04 03:29:04.136951 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 664 | ||
| 13331 | 2025.03.04 03:29:04.161403 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13332 | 2025.03.04 03:29:04.161468 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13333 | 2025.03.04 03:29:04.169160 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 13334 | 2025.03.04 03:29:04.169967 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13335 | 2025.03.04 03:29:04.174722 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 664 | ||
| 13336 | 2025.03.04 03:29:06.980829 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13337 | 2025.03.04 03:29:06.981047 [ 255 ] {ae657e3d-cb8b-473f-811b-937edcacc38c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13338 | 2025.03.04 03:29:06.981128 [ 255 ] {ae657e3d-cb8b-473f-811b-937edcacc38c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13339 | 2025.03.04 03:29:06.981898 [ 255 ] {ae657e3d-cb8b-473f-811b-937edcacc38c} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13340 | 2025.03.04 03:29:06.981943 [ 255 ] {ae657e3d-cb8b-473f-811b-937edcacc38c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13341 | 2025.03.04 03:29:06.982382 [ 255 ] {ae657e3d-cb8b-473f-811b-937edcacc38c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 13342 | 2025.03.04 03:29:06.982639 [ 255 ] {ae657e3d-cb8b-473f-811b-937edcacc38c} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13343 | 2025.03.04 03:29:06.982880 [ 255 ] {ae657e3d-cb8b-473f-811b-937edcacc38c} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001893 sec., 12678.288431061806 rows/sec., 1.05 MiB/sec. | ||
| 13344 | 2025.03.04 03:29:06.983017 [ 255 ] {ae657e3d-cb8b-473f-811b-937edcacc38c} <Debug> TCPHandler: Processed in 0.002322518 sec. | ||
| 13345 | 2025.03.04 03:29:06.983138 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13346 | 2025.03.04 03:29:06.983241 [ 255 ] {2dbf7be7-211e-471f-b30e-6a8e20bc20f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13347 | 2025.03.04 03:29:06.983286 [ 255 ] {2dbf7be7-211e-471f-b30e-6a8e20bc20f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13348 | 2025.03.04 03:29:06.984779 [ 255 ] {2dbf7be7-211e-471f-b30e-6a8e20bc20f5} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13349 | 2025.03.04 03:29:06.984818 [ 255 ] {2dbf7be7-211e-471f-b30e-6a8e20bc20f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13350 | 2025.03.04 03:29:06.985272 [ 255 ] {2dbf7be7-211e-471f-b30e-6a8e20bc20f5} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 13351 | 2025.03.04 03:29:06.985512 [ 255 ] {2dbf7be7-211e-471f-b30e-6a8e20bc20f5} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13352 | 2025.03.04 03:29:06.985716 [ 58 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 13353 | 2025.03.04 03:29:06.985727 [ 255 ] {2dbf7be7-211e-471f-b30e-6a8e20bc20f5} <Debug> executeQuery: Read 1316 rows, 111.93 KiB in 0.002496 sec., 527243.5897435897 rows/sec., 43.79 MiB/sec. | ||
| 13354 | 2025.03.04 03:29:06.985804 [ 58 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13355 | 2025.03.04 03:29:06.985890 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13356 | 2025.03.04 03:29:06.985902 [ 255 ] {2dbf7be7-211e-471f-b30e-6a8e20bc20f5} <Debug> TCPHandler: Processed in 0.002812684 sec. | ||
| 13357 | 2025.03.04 03:29:06.986102 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13358 | 2025.03.04 03:29:06.986129 [ 197 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 13359 | 2025.03.04 03:29:06.986261 [ 255 ] {624041ff-8d96-419b-8658-15ad708c9fc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13360 | 2025.03.04 03:29:06.986342 [ 255 ] {624041ff-8d96-419b-8658-15ad708c9fc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13361 | 2025.03.04 03:29:06.986518 [ 197 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13362 | 2025.03.04 03:29:06.986605 [ 197 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1968 rows starting from the beginning of the part | ||
| 13363 | 2025.03.04 03:29:06.987010 [ 197 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 56 rows starting from the beginning of the part | ||
| 13364 | 2025.03.04 03:29:06.987519 [ 197 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 139 rows starting from the beginning of the part | ||
| 13365 | 2025.03.04 03:29:06.987737 [ 197 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 56 rows starting from the beginning of the part | ||
| 13366 | 2025.03.04 03:29:06.988088 [ 197 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 136 rows starting from the beginning of the part | ||
| 13367 | 2025.03.04 03:29:06.988439 [ 197 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 1316 rows starting from the beginning of the part | ||
| 13368 | 2025.03.04 03:29:06.989171 [ 255 ] {624041ff-8d96-419b-8658-15ad708c9fc4} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13369 | 2025.03.04 03:29:06.989230 [ 255 ] {624041ff-8d96-419b-8658-15ad708c9fc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13370 | 2025.03.04 03:29:06.990032 [ 255 ] {624041ff-8d96-419b-8658-15ad708c9fc4} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 13371 | 2025.03.04 03:29:06.990577 [ 255 ] {624041ff-8d96-419b-8658-15ad708c9fc4} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13372 | 2025.03.04 03:29:06.991195 [ 255 ] {624041ff-8d96-419b-8658-15ad708c9fc4} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.00496 sec., 2419.3548387096776 rows/sec., 193.74 KiB/sec. | ||
| 13373 | 2025.03.04 03:29:06.991526 [ 255 ] {624041ff-8d96-419b-8658-15ad708c9fc4} <Debug> TCPHandler: Processed in 0.005491267 sec. | ||
| 13374 | 2025.03.04 03:29:06.991842 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13375 | 2025.03.04 03:29:06.991988 [ 255 ] {cc666781-7ba6-4ce2-8bc9-c6a52233a983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13376 | 2025.03.04 03:29:06.992042 [ 255 ] {cc666781-7ba6-4ce2-8bc9-c6a52233a983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13377 | 2025.03.04 03:29:06.992827 [ 197 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3671 rows, containing 5 columns (5 merged, 0 gathered) in 0.006797023 sec., 540089.3891340371 rows/sec., 46.63 MiB/sec. | ||
| 13378 | 2025.03.04 03:29:06.993073 [ 255 ] {cc666781-7ba6-4ce2-8bc9-c6a52233a983} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13379 | 2025.03.04 03:29:06.993125 [ 255 ] {cc666781-7ba6-4ce2-8bc9-c6a52233a983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13380 | 2025.03.04 03:29:06.993240 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 13381 | 2025.03.04 03:29:06.993815 [ 255 ] {cc666781-7ba6-4ce2-8bc9-c6a52233a983} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 13382 | 2025.03.04 03:29:06.993951 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_131_26} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13383 | 2025.03.04 03:29:06.994138 [ 194 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_131_26} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 13384 | 2025.03.04 03:29:06.994283 [ 255 ] {cc666781-7ba6-4ce2-8bc9-c6a52233a983} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13385 | 2025.03.04 03:29:06.994325 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 13386 | 2025.03.04 03:29:06.994553 [ 255 ] {cc666781-7ba6-4ce2-8bc9-c6a52233a983} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002591 sec., 97259.74527209572 rows/sec., 6.73 MiB/sec. | ||
| 13387 | 2025.03.04 03:29:06.994612 [ 255 ] {cc666781-7ba6-4ce2-8bc9-c6a52233a983} <Debug> TCPHandler: Processed in 0.002839825 sec. | ||
| 13388 | 2025.03.04 03:29:06.994734 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13389 | 2025.03.04 03:29:06.994847 [ 255 ] {fb913963-ddc2-4571-949c-9f89c5bac7df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13390 | 2025.03.04 03:29:06.994892 [ 255 ] {fb913963-ddc2-4571-949c-9f89c5bac7df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13391 | 2025.03.04 03:29:06.995441 [ 255 ] {fb913963-ddc2-4571-949c-9f89c5bac7df} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13392 | 2025.03.04 03:29:06.995480 [ 255 ] {fb913963-ddc2-4571-949c-9f89c5bac7df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13393 | 2025.03.04 03:29:06.995842 [ 255 ] {fb913963-ddc2-4571-949c-9f89c5bac7df} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 13394 | 2025.03.04 03:29:06.996071 [ 255 ] {fb913963-ddc2-4571-949c-9f89c5bac7df} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13395 | 2025.03.04 03:29:06.996312 [ 255 ] {fb913963-ddc2-4571-949c-9f89c5bac7df} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001482 sec., 8097.165991902833 rows/sec., 632.59 KiB/sec. | ||
| 13396 | 2025.03.04 03:29:06.996410 [ 255 ] {fb913963-ddc2-4571-949c-9f89c5bac7df} <Debug> TCPHandler: Processed in 0.001730091 sec. | ||
| 13397 | 2025.03.04 03:29:06.996515 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13398 | 2025.03.04 03:29:06.996616 [ 255 ] {faf15a79-7a71-4c4f-8714-4e8a1a4ea2c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13399 | 2025.03.04 03:29:06.996661 [ 255 ] {faf15a79-7a71-4c4f-8714-4e8a1a4ea2c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13400 | 2025.03.04 03:29:06.997504 [ 255 ] {faf15a79-7a71-4c4f-8714-4e8a1a4ea2c1} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13401 | 2025.03.04 03:29:06.997543 [ 255 ] {faf15a79-7a71-4c4f-8714-4e8a1a4ea2c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13402 | 2025.03.04 03:29:06.997912 [ 255 ] {faf15a79-7a71-4c4f-8714-4e8a1a4ea2c1} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 13403 | 2025.03.04 03:29:06.998138 [ 255 ] {faf15a79-7a71-4c4f-8714-4e8a1a4ea2c1} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13404 | 2025.03.04 03:29:06.998310 [ 58 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 13405 | 2025.03.04 03:29:06.998368 [ 58 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13406 | 2025.03.04 03:29:06.998385 [ 255 ] {faf15a79-7a71-4c4f-8714-4e8a1a4ea2c1} <Debug> executeQuery: Read 556 rows, 42.66 KiB in 0.001777 sec., 312886.8880135059 rows/sec., 23.45 MiB/sec. | ||
| 13407 | 2025.03.04 03:29:06.998402 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13408 | 2025.03.04 03:29:06.998540 [ 255 ] {faf15a79-7a71-4c4f-8714-4e8a1a4ea2c1} <Debug> TCPHandler: Processed in 0.002071305 sec. | ||
| 13409 | 2025.03.04 03:29:06.998653 [ 190 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 13410 | 2025.03.04 03:29:06.998727 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13411 | 2025.03.04 03:29:06.998938 [ 190 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13412 | 2025.03.04 03:29:06.998954 [ 255 ] {f23875f9-7c57-40bd-a547-f01393a962fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13413 | 2025.03.04 03:29:06.999017 [ 190 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 952 rows starting from the beginning of the part | ||
| 13414 | 2025.03.04 03:29:06.999051 [ 255 ] {f23875f9-7c57-40bd-a547-f01393a962fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13415 | 2025.03.04 03:29:06.999418 [ 190 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 64 rows starting from the beginning of the part | ||
| 13416 | 2025.03.04 03:29:06.999835 [ 190 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 110 rows starting from the beginning of the part | ||
| 13417 | 2025.03.04 03:29:07.000183 [ 190 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 64 rows starting from the beginning of the part | ||
| 13418 | 2025.03.04 03:29:07.000664 [ 190 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 104 rows starting from the beginning of the part | ||
| 13419 | 2025.03.04 03:29:07.001114 [ 190 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 556 rows starting from the beginning of the part | ||
| 13420 | 2025.03.04 03:29:07.002604 [ 255 ] {f23875f9-7c57-40bd-a547-f01393a962fd} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13421 | 2025.03.04 03:29:07.002677 [ 255 ] {f23875f9-7c57-40bd-a547-f01393a962fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13422 | 2025.03.04 03:29:07.003905 [ 255 ] {f23875f9-7c57-40bd-a547-f01393a962fd} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 13423 | 2025.03.04 03:29:07.004270 [ 255 ] {f23875f9-7c57-40bd-a547-f01393a962fd} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13424 | 2025.03.04 03:29:07.004652 [ 58 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 6 parts from all_1_126_27 to all_131_131_0 | ||
| 13425 | 2025.03.04 03:29:07.004684 [ 194 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1850 rows, containing 5 columns (5 merged, 0 gathered) in 0.006148285 sec., 300896.91678248486 rows/sec., 23.61 MiB/sec. | ||
| 13426 | 2025.03.04 03:29:07.004759 [ 58 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13427 | 2025.03.04 03:29:07.004832 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13428 | 2025.03.04 03:29:07.004895 [ 255 ] {f23875f9-7c57-40bd-a547-f01393a962fd} <Debug> executeQuery: Read 952 rows, 66.61 KiB in 0.006 sec., 158666.66666666666 rows/sec., 10.84 MiB/sec. | ||
| 13429 | 2025.03.04 03:29:07.005094 [ 194 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 13430 | 2025.03.04 03:29:07.005234 [ 255 ] {f23875f9-7c57-40bd-a547-f01393a962fd} <Debug> TCPHandler: Processed in 0.00656791 sec. | ||
| 13431 | 2025.03.04 03:29:07.005396 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_131_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_27 to all_131_131_0 into Compact with storage Full | ||
| 13432 | 2025.03.04 03:29:07.005567 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13433 | 2025.03.04 03:29:07.005879 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_131_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13434 | 2025.03.04 03:29:07.005898 [ 194 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_131_26} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13435 | 2025.03.04 03:29:07.005905 [ 255 ] {22ca1fec-9698-4963-b5bc-d9578afc9b8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13436 | 2025.03.04 03:29:07.006004 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_131_28} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_126_27, total 36609 rows starting from the beginning of the part | ||
| 13437 | 2025.03.04 03:29:07.006103 [ 255 ] {22ca1fec-9698-4963-b5bc-d9578afc9b8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13438 | 2025.03.04 03:29:07.006206 [ 194 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_131_26} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 13439 | 2025.03.04 03:29:07.006449 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_131_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 160 rows starting from the beginning of the part | ||
| 13440 | 2025.03.04 03:29:07.006586 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 13441 | 2025.03.04 03:29:07.006890 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_131_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 163 rows starting from the beginning of the part | ||
| 13442 | 2025.03.04 03:29:07.007322 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_131_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 160 rows starting from the beginning of the part | ||
| 13443 | 2025.03.04 03:29:07.007615 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_131_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 160 rows starting from the beginning of the part | ||
| 13444 | 2025.03.04 03:29:07.007940 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_131_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 952 rows starting from the beginning of the part | ||
| 13445 | 2025.03.04 03:29:07.008910 [ 255 ] {22ca1fec-9698-4963-b5bc-d9578afc9b8c} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13446 | 2025.03.04 03:29:07.008981 [ 255 ] {22ca1fec-9698-4963-b5bc-d9578afc9b8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13447 | 2025.03.04 03:29:07.009616 [ 255 ] {22ca1fec-9698-4963-b5bc-d9578afc9b8c} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 13448 | 2025.03.04 03:29:07.009909 [ 255 ] {22ca1fec-9698-4963-b5bc-d9578afc9b8c} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13449 | 2025.03.04 03:29:07.010187 [ 58 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 13450 | 2025.03.04 03:29:07.010287 [ 58 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13451 | 2025.03.04 03:29:07.010377 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 13452 | 2025.03.04 03:29:07.010548 [ 255 ] {22ca1fec-9698-4963-b5bc-d9578afc9b8c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004742 sec., 12652.8890763391 rows/sec., 873.18 KiB/sec. | ||
| 13453 | 2025.03.04 03:29:07.010907 [ 255 ] {22ca1fec-9698-4963-b5bc-d9578afc9b8c} <Debug> TCPHandler: Processed in 0.005461217 sec. | ||
| 13454 | 2025.03.04 03:29:07.010900 [ 199 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 13455 | 2025.03.04 03:29:07.011583 [ 199 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13456 | 2025.03.04 03:29:07.011721 [ 199 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7328 rows starting from the beginning of the part | ||
| 13457 | 2025.03.04 03:29:07.012134 [ 199 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 60 rows starting from the beginning of the part | ||
| 13458 | 2025.03.04 03:29:07.012524 [ 199 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 60 rows starting from the beginning of the part | ||
| 13459 | 2025.03.04 03:29:07.012948 [ 199 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 60 rows starting from the beginning of the part | ||
| 13460 | 2025.03.04 03:29:07.013368 [ 199 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 60 rows starting from the beginning of the part | ||
| 13461 | 2025.03.04 03:29:07.013692 [ 199 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 60 rows starting from the beginning of the part | ||
| 13462 | 2025.03.04 03:29:07.016885 [ 187 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7628 rows, containing 4 columns (4 merged, 0 gathered) in 0.006311987 sec., 1208494.2507010868 rows/sec., 81.21 MiB/sec. | ||
| 13463 | 2025.03.04 03:29:07.017351 [ 187 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 13464 | 2025.03.04 03:29:07.017820 [ 187 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_131_26} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13465 | 2025.03.04 03:29:07.017909 [ 187 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_131_26} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 13466 | 2025.03.04 03:29:07.018002 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 13467 | 2025.03.04 03:29:07.022820 [ 187 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_131_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38204 rows, containing 5 columns (5 merged, 0 gathered) in 0.017835639 sec., 2142003.434808251 rows/sec., 146.94 MiB/sec. | ||
| 13468 | 2025.03.04 03:29:07.023330 [ 194 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_131_28} <Trace> MergedBlockOutputStream: filled checksums all_1_131_28 (state Temporary) | ||
| 13469 | 2025.03.04 03:29:07.023660 [ 194 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_131_28} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_131_28 to all_1_131_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13470 | 2025.03.04 03:29:07.023742 [ 194 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_131_28} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 6 parts: [all_1_126_27, all_131_131_0] -> all_1_131_28 | ||
| 13471 | 2025.03.04 03:29:07.023841 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 13472 | 2025.03.04 03:29:08.679159 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40748 | ||
| 13473 | 2025.03.04 03:29:08.679906 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13474 | 2025.03.04 03:29:08.679962 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13475 | 2025.03.04 03:29:08.680548 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 13476 | 2025.03.04 03:29:08.680822 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13477 | 2025.03.04 03:29:08.681107 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40748 | ||
| 13478 | 2025.03.04 03:29:11.419106 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1762 | ||
| 13479 | 2025.03.04 03:29:11.422391 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13480 | 2025.03.04 03:29:11.422452 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13481 | 2025.03.04 03:29:11.423994 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13482 | 2025.03.04 03:29:11.424331 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13483 | 2025.03.04 03:29:11.425778 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1762 | ||
| 13484 | 2025.03.04 03:29:11.674838 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 671 | ||
| 13485 | 2025.03.04 03:29:11.699482 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13486 | 2025.03.04 03:29:11.699556 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13487 | 2025.03.04 03:29:11.707324 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 13488 | 2025.03.04 03:29:11.708189 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13489 | 2025.03.04 03:29:11.713485 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 671 | ||
| 13490 | 2025.03.04 03:29:12.185842 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13491 | 2025.03.04 03:29:12.186049 [ 255 ] {43f3d61d-036b-4688-9502-7919fe0a89f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13492 | 2025.03.04 03:29:12.186127 [ 255 ] {43f3d61d-036b-4688-9502-7919fe0a89f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13493 | 2025.03.04 03:29:12.186947 [ 255 ] {43f3d61d-036b-4688-9502-7919fe0a89f1} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13494 | 2025.03.04 03:29:12.187025 [ 255 ] {43f3d61d-036b-4688-9502-7919fe0a89f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13495 | 2025.03.04 03:29:12.187474 [ 255 ] {43f3d61d-036b-4688-9502-7919fe0a89f1} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 13496 | 2025.03.04 03:29:12.187748 [ 255 ] {43f3d61d-036b-4688-9502-7919fe0a89f1} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13497 | 2025.03.04 03:29:12.188001 [ 255 ] {43f3d61d-036b-4688-9502-7919fe0a89f1} <Debug> executeQuery: Read 154 rows, 13.70 KiB in 0.002008 sec., 76693.22709163347 rows/sec., 6.66 MiB/sec. | ||
| 13498 | 2025.03.04 03:29:12.188080 [ 255 ] {43f3d61d-036b-4688-9502-7919fe0a89f1} <Debug> TCPHandler: Processed in 0.002368009 sec. | ||
| 13499 | 2025.03.04 03:29:12.188221 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13500 | 2025.03.04 03:29:12.188385 [ 255 ] {2dd018c5-a462-4b0b-b1a5-0755e2bfdd25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13501 | 2025.03.04 03:29:12.188437 [ 255 ] {2dd018c5-a462-4b0b-b1a5-0755e2bfdd25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13502 | 2025.03.04 03:29:12.189008 [ 255 ] {2dd018c5-a462-4b0b-b1a5-0755e2bfdd25} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13503 | 2025.03.04 03:29:12.189048 [ 255 ] {2dd018c5-a462-4b0b-b1a5-0755e2bfdd25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13504 | 2025.03.04 03:29:12.189413 [ 255 ] {2dd018c5-a462-4b0b-b1a5-0755e2bfdd25} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 13505 | 2025.03.04 03:29:12.189656 [ 255 ] {2dd018c5-a462-4b0b-b1a5-0755e2bfdd25} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13506 | 2025.03.04 03:29:12.189863 [ 255 ] {2dd018c5-a462-4b0b-b1a5-0755e2bfdd25} <Debug> executeQuery: Read 49 rows, 3.68 KiB in 0.001524 sec., 32152.23097112861 rows/sec., 2.36 MiB/sec. | ||
| 13507 | 2025.03.04 03:29:12.189916 [ 255 ] {2dd018c5-a462-4b0b-b1a5-0755e2bfdd25} <Debug> TCPHandler: Processed in 0.001764932 sec. | ||
| 13508 | 2025.03.04 03:29:12.190022 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13509 | 2025.03.04 03:29:12.190125 [ 255 ] {c0ad7f1c-8fb8-41b3-accb-7a01b53cc7a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13510 | 2025.03.04 03:29:12.190170 [ 255 ] {c0ad7f1c-8fb8-41b3-accb-7a01b53cc7a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13511 | 2025.03.04 03:29:12.190710 [ 255 ] {c0ad7f1c-8fb8-41b3-accb-7a01b53cc7a2} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13512 | 2025.03.04 03:29:12.190749 [ 255 ] {c0ad7f1c-8fb8-41b3-accb-7a01b53cc7a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13513 | 2025.03.04 03:29:12.191107 [ 255 ] {c0ad7f1c-8fb8-41b3-accb-7a01b53cc7a2} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 13514 | 2025.03.04 03:29:12.191343 [ 255 ] {c0ad7f1c-8fb8-41b3-accb-7a01b53cc7a2} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13515 | 2025.03.04 03:29:12.191551 [ 255 ] {c0ad7f1c-8fb8-41b3-accb-7a01b53cc7a2} <Debug> executeQuery: Read 119 rows, 9.55 KiB in 0.001448 sec., 82182.32044198895 rows/sec., 6.44 MiB/sec. | ||
| 13516 | 2025.03.04 03:29:12.191614 [ 255 ] {c0ad7f1c-8fb8-41b3-accb-7a01b53cc7a2} <Debug> TCPHandler: Processed in 0.00164073 sec. | ||
| 13517 | 2025.03.04 03:29:12.191752 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13518 | 2025.03.04 03:29:12.191929 [ 255 ] {9fc190b4-de39-4fed-bec0-b868f73c490d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13519 | 2025.03.04 03:29:12.191994 [ 255 ] {9fc190b4-de39-4fed-bec0-b868f73c490d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13520 | 2025.03.04 03:29:12.192521 [ 255 ] {9fc190b4-de39-4fed-bec0-b868f73c490d} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13521 | 2025.03.04 03:29:12.192560 [ 255 ] {9fc190b4-de39-4fed-bec0-b868f73c490d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13522 | 2025.03.04 03:29:12.192957 [ 255 ] {9fc190b4-de39-4fed-bec0-b868f73c490d} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 13523 | 2025.03.04 03:29:12.193207 [ 255 ] {9fc190b4-de39-4fed-bec0-b868f73c490d} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13524 | 2025.03.04 03:29:12.193414 [ 255 ] {9fc190b4-de39-4fed-bec0-b868f73c490d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001534 sec., 104302.47718383312 rows/sec., 7.26 MiB/sec. | ||
| 13525 | 2025.03.04 03:29:12.193468 [ 255 ] {9fc190b4-de39-4fed-bec0-b868f73c490d} <Debug> TCPHandler: Processed in 0.001786392 sec. | ||
| 13526 | 2025.03.04 03:29:12.193575 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13527 | 2025.03.04 03:29:12.193677 [ 255 ] {c12d6b38-bfda-4d4f-a7e7-e14d113147d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13528 | 2025.03.04 03:29:12.193742 [ 255 ] {c12d6b38-bfda-4d4f-a7e7-e14d113147d5} <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 | ||
| 13529 | 2025.03.04 03:29:12.194885 [ 255 ] {c12d6b38-bfda-4d4f-a7e7-e14d113147d5} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13530 | 2025.03.04 03:29:12.194924 [ 255 ] {c12d6b38-bfda-4d4f-a7e7-e14d113147d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13531 | 2025.03.04 03:29:12.195636 [ 255 ] {c12d6b38-bfda-4d4f-a7e7-e14d113147d5} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13532 | 2025.03.04 03:29:12.195892 [ 255 ] {c12d6b38-bfda-4d4f-a7e7-e14d113147d5} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13533 | 2025.03.04 03:29:12.196156 [ 255 ] {c12d6b38-bfda-4d4f-a7e7-e14d113147d5} <Debug> executeQuery: Read 49 rows, 89.91 KiB in 0.002497 sec., 19623.54825790949 rows/sec., 35.16 MiB/sec. | ||
| 13534 | 2025.03.04 03:29:12.196457 [ 255 ] {c12d6b38-bfda-4d4f-a7e7-e14d113147d5} <Debug> TCPHandler: Processed in 0.002931266 sec. | ||
| 13535 | 2025.03.04 03:29:12.196597 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13536 | 2025.03.04 03:29:12.196700 [ 255 ] {c0d26434-cbac-4017-bba0-53dc904db7a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 13537 | 2025.03.04 03:29:12.196747 [ 255 ] {c0d26434-cbac-4017-bba0-53dc904db7a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 13538 | 2025.03.04 03:29:12.197171 [ 255 ] {c0d26434-cbac-4017-bba0-53dc904db7a9} <Trace> oximeter.measurements_i64 (84a51a95-3071-4569-9530-162444ea9251): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13539 | 2025.03.04 03:29:12.197209 [ 255 ] {c0d26434-cbac-4017-bba0-53dc904db7a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13540 | 2025.03.04 03:29:12.197557 [ 255 ] {c0d26434-cbac-4017-bba0-53dc904db7a9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 13541 | 2025.03.04 03:29:12.197791 [ 255 ] {c0d26434-cbac-4017-bba0-53dc904db7a9} <Trace> oximeter.measurements_i64 (84a51a95-3071-4569-9530-162444ea9251): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13542 | 2025.03.04 03:29:12.198018 [ 255 ] {c0d26434-cbac-4017-bba0-53dc904db7a9} <Debug> executeQuery: Read 6 rows, 463.00 B in 0.001338 sec., 4484.304932735426 rows/sec., 337.93 KiB/sec. | ||
| 13543 | 2025.03.04 03:29:12.198074 [ 255 ] {c0d26434-cbac-4017-bba0-53dc904db7a9} <Debug> TCPHandler: Processed in 0.001528368 sec. | ||
| 13544 | 2025.03.04 03:29:12.198178 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13545 | 2025.03.04 03:29:12.198280 [ 255 ] {5366ede6-d6a9-40a7-9d1c-ca20d35ee667} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13546 | 2025.03.04 03:29:12.198327 [ 255 ] {5366ede6-d6a9-40a7-9d1c-ca20d35ee667} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13547 | 2025.03.04 03:29:12.198753 [ 255 ] {5366ede6-d6a9-40a7-9d1c-ca20d35ee667} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13548 | 2025.03.04 03:29:12.198790 [ 255 ] {5366ede6-d6a9-40a7-9d1c-ca20d35ee667} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13549 | 2025.03.04 03:29:12.199135 [ 255 ] {5366ede6-d6a9-40a7-9d1c-ca20d35ee667} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 13550 | 2025.03.04 03:29:12.199373 [ 255 ] {5366ede6-d6a9-40a7-9d1c-ca20d35ee667} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13551 | 2025.03.04 03:29:12.199581 [ 255 ] {5366ede6-d6a9-40a7-9d1c-ca20d35ee667} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001323 sec., 45351.47392290249 rows/sec., 3.06 MiB/sec. | ||
| 13552 | 2025.03.04 03:29:12.199630 [ 255 ] {5366ede6-d6a9-40a7-9d1c-ca20d35ee667} <Debug> TCPHandler: Processed in 0.001502228 sec. | ||
| 13553 | 2025.03.04 03:29:12.948026 [ 219 ] {} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 13554 | 2025.03.04 03:29:12.948087 [ 219 ] {} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 13555 | 2025.03.04 03:29:12.950995 [ 219 ] {} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 13556 | 2025.03.04 03:29:15.920294 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13557 | 2025.03.04 03:29:15.920361 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13558 | 2025.03.04 03:29:16.181268 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41236 | ||
| 13559 | 2025.03.04 03:29:16.181950 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13560 | 2025.03.04 03:29:16.181995 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13561 | 2025.03.04 03:29:16.182539 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 13562 | 2025.03.04 03:29:16.182814 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13563 | 2025.03.04 03:29:16.183069 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41236 | ||
| 13564 | 2025.03.04 03:29:17.023426 [ 222 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 13565 | 2025.03.04 03:29:17.023505 [ 222 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 13566 | 2025.03.04 03:29:17.025682 [ 222 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 13567 | 2025.03.04 03:29:17.183351 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13568 | 2025.03.04 03:29:17.183551 [ 255 ] {ae6a4f10-0aaa-493e-8fc9-c5cc60d6800b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13569 | 2025.03.04 03:29:17.183629 [ 255 ] {ae6a4f10-0aaa-493e-8fc9-c5cc60d6800b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13570 | 2025.03.04 03:29:17.184525 [ 255 ] {ae6a4f10-0aaa-493e-8fc9-c5cc60d6800b} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13571 | 2025.03.04 03:29:17.184571 [ 255 ] {ae6a4f10-0aaa-493e-8fc9-c5cc60d6800b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13572 | 2025.03.04 03:29:17.184997 [ 255 ] {ae6a4f10-0aaa-493e-8fc9-c5cc60d6800b} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 13573 | 2025.03.04 03:29:17.185245 [ 255 ] {ae6a4f10-0aaa-493e-8fc9-c5cc60d6800b} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13574 | 2025.03.04 03:29:17.185516 [ 255 ] {ae6a4f10-0aaa-493e-8fc9-c5cc60d6800b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00201 sec., 27860.696517412933 rows/sec., 2.13 MiB/sec. | ||
| 13575 | 2025.03.04 03:29:17.185611 [ 255 ] {ae6a4f10-0aaa-493e-8fc9-c5cc60d6800b} <Debug> TCPHandler: Processed in 0.002381019 sec. | ||
| 13576 | 2025.03.04 03:29:17.185768 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13577 | 2025.03.04 03:29:17.186076 [ 255 ] {fc9afc21-32c2-4350-a948-cd2ecc4a1a00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13578 | 2025.03.04 03:29:17.186167 [ 255 ] {fc9afc21-32c2-4350-a948-cd2ecc4a1a00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13579 | 2025.03.04 03:29:17.186747 [ 255 ] {fc9afc21-32c2-4350-a948-cd2ecc4a1a00} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13580 | 2025.03.04 03:29:17.186788 [ 255 ] {fc9afc21-32c2-4350-a948-cd2ecc4a1a00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13581 | 2025.03.04 03:29:17.187151 [ 255 ] {fc9afc21-32c2-4350-a948-cd2ecc4a1a00} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 13582 | 2025.03.04 03:29:17.187386 [ 255 ] {fc9afc21-32c2-4350-a948-cd2ecc4a1a00} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13583 | 2025.03.04 03:29:17.187602 [ 255 ] {fc9afc21-32c2-4350-a948-cd2ecc4a1a00} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001641 sec., 39000.60938452163 rows/sec., 3.04 MiB/sec. | ||
| 13584 | 2025.03.04 03:29:17.187657 [ 255 ] {fc9afc21-32c2-4350-a948-cd2ecc4a1a00} <Debug> TCPHandler: Processed in 0.001968724 sec. | ||
| 13585 | 2025.03.04 03:29:17.187772 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13586 | 2025.03.04 03:29:17.187879 [ 255 ] {7b9998e7-033e-4457-b7cf-27c98e5e9e03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13587 | 2025.03.04 03:29:17.187927 [ 255 ] {7b9998e7-033e-4457-b7cf-27c98e5e9e03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13588 | 2025.03.04 03:29:17.188448 [ 255 ] {7b9998e7-033e-4457-b7cf-27c98e5e9e03} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13589 | 2025.03.04 03:29:17.188486 [ 255 ] {7b9998e7-033e-4457-b7cf-27c98e5e9e03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13590 | 2025.03.04 03:29:17.188862 [ 255 ] {7b9998e7-033e-4457-b7cf-27c98e5e9e03} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 13591 | 2025.03.04 03:29:17.189102 [ 255 ] {7b9998e7-033e-4457-b7cf-27c98e5e9e03} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13592 | 2025.03.04 03:29:17.189318 [ 255 ] {7b9998e7-033e-4457-b7cf-27c98e5e9e03} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001463 sec., 109364.31989063567 rows/sec., 7.62 MiB/sec. | ||
| 13593 | 2025.03.04 03:29:17.189369 [ 255 ] {7b9998e7-033e-4457-b7cf-27c98e5e9e03} <Debug> TCPHandler: Processed in 0.00164791 sec. | ||
| 13594 | 2025.03.04 03:29:17.189473 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13595 | 2025.03.04 03:29:17.189575 [ 255 ] {33a8cbda-5021-497d-bc32-2d01f79b6db2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13596 | 2025.03.04 03:29:17.189621 [ 255 ] {33a8cbda-5021-497d-bc32-2d01f79b6db2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13597 | 2025.03.04 03:29:17.190047 [ 255 ] {33a8cbda-5021-497d-bc32-2d01f79b6db2} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13598 | 2025.03.04 03:29:17.190085 [ 255 ] {33a8cbda-5021-497d-bc32-2d01f79b6db2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13599 | 2025.03.04 03:29:17.190440 [ 255 ] {33a8cbda-5021-497d-bc32-2d01f79b6db2} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 13600 | 2025.03.04 03:29:17.190671 [ 255 ] {33a8cbda-5021-497d-bc32-2d01f79b6db2} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13601 | 2025.03.04 03:29:17.190885 [ 255 ] {33a8cbda-5021-497d-bc32-2d01f79b6db2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001332 sec., 45045.045045045044 rows/sec., 3.04 MiB/sec. | ||
| 13602 | 2025.03.04 03:29:17.190943 [ 255 ] {33a8cbda-5021-497d-bc32-2d01f79b6db2} <Debug> TCPHandler: Processed in 0.001519498 sec. | ||
| 13603 | 2025.03.04 03:29:17.308716 [ 221 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 13604 | 2025.03.04 03:29:17.308767 [ 221 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 13605 | 2025.03.04 03:29:17.310777 [ 221 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 13606 | 2025.03.04 03:29:18.000157 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 255.35 MiB, peak 277.57 MiB, free memory in arenas 0.00 B, will set to 259.07 MiB (RSS), difference: 3.72 MiB | ||
| 13607 | 2025.03.04 03:29:19.213588 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 679 | ||
| 13608 | 2025.03.04 03:29:19.235731 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13609 | 2025.03.04 03:29:19.235787 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13610 | 2025.03.04 03:29:19.243377 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 13611 | 2025.03.04 03:29:19.244178 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13612 | 2025.03.04 03:29:19.247138 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 679 | ||
| 13613 | 2025.03.04 03:29:21.426021 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1784 | ||
| 13614 | 2025.03.04 03:29:21.429149 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13615 | 2025.03.04 03:29:21.429211 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13616 | 2025.03.04 03:29:21.431052 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13617 | 2025.03.04 03:29:21.431414 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13618 | 2025.03.04 03:29:21.431617 [ 46 ] {} <Debug> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13619 | 2025.03.04 03:29:21.431691 [ 46 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13620 | 2025.03.04 03:29:21.431742 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13621 | 2025.03.04 03:29:21.432354 [ 191 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 13622 | 2025.03.04 03:29:21.434152 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1784 | ||
| 13623 | 2025.03.04 03:29:21.434473 [ 191 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13624 | 2025.03.04 03:29:21.434677 [ 191 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1656 rows starting from the beginning of the part | ||
| 13625 | 2025.03.04 03:29:21.435224 [ 191 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 36 rows starting from the beginning of the part | ||
| 13626 | 2025.03.04 03:29:21.435747 [ 191 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 20 rows starting from the beginning of the part | ||
| 13627 | 2025.03.04 03:29:21.436290 [ 191 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 22 rows starting from the beginning of the part | ||
| 13628 | 2025.03.04 03:29:21.436976 [ 191 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 28 rows starting from the beginning of the part | ||
| 13629 | 2025.03.04 03:29:21.437645 [ 191 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 22 rows starting from the beginning of the part | ||
| 13630 | 2025.03.04 03:29:21.447508 [ 198 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1784 rows, containing 72 columns (72 merged, 0 gathered) in 0.015646582 sec., 114018.51215811862 rows/sec., 88.40 MiB/sec. | ||
| 13631 | 2025.03.04 03:29:21.449410 [ 192 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13632 | 2025.03.04 03:29:21.450286 [ 192 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_66_13} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13633 | 2025.03.04 03:29:21.450391 [ 192 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_66_13} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13634 | 2025.03.04 03:29:21.450791 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. | ||
| 13635 | 2025.03.04 03:29:22.071546 [ 222 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13636 | 2025.03.04 03:29:22.071595 [ 222 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13637 | 2025.03.04 03:29:22.073491 [ 222 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13638 | 2025.03.04 03:29:22.098964 [ 225 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13639 | 2025.03.04 03:29:22.099025 [ 225 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13640 | 2025.03.04 03:29:22.102177 [ 225 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13641 | 2025.03.04 03:29:22.130325 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13642 | 2025.03.04 03:29:22.130390 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13643 | 2025.03.04 03:29:22.132263 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13644 | 2025.03.04 03:29:22.187094 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13645 | 2025.03.04 03:29:22.187284 [ 255 ] {854d67d6-1c7b-47e7-a720-c2f2b8d92dc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13646 | 2025.03.04 03:29:22.187360 [ 255 ] {854d67d6-1c7b-47e7-a720-c2f2b8d92dc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13647 | 2025.03.04 03:29:22.188106 [ 255 ] {854d67d6-1c7b-47e7-a720-c2f2b8d92dc7} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13648 | 2025.03.04 03:29:22.188160 [ 255 ] {854d67d6-1c7b-47e7-a720-c2f2b8d92dc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13649 | 2025.03.04 03:29:22.188585 [ 255 ] {854d67d6-1c7b-47e7-a720-c2f2b8d92dc7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 13650 | 2025.03.04 03:29:22.188843 [ 255 ] {854d67d6-1c7b-47e7-a720-c2f2b8d92dc7} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13651 | 2025.03.04 03:29:22.189121 [ 255 ] {854d67d6-1c7b-47e7-a720-c2f2b8d92dc7} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001879 sec., 4257.58382118148 rows/sec., 347.18 KiB/sec. | ||
| 13652 | 2025.03.04 03:29:22.189303 [ 255 ] {854d67d6-1c7b-47e7-a720-c2f2b8d92dc7} <Debug> TCPHandler: Processed in 0.002334969 sec. | ||
| 13653 | 2025.03.04 03:29:22.189522 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13654 | 2025.03.04 03:29:22.189636 [ 255 ] {4de53522-35f5-48dd-af2a-0904820a1cd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13655 | 2025.03.04 03:29:22.189686 [ 255 ] {4de53522-35f5-48dd-af2a-0904820a1cd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13656 | 2025.03.04 03:29:22.190310 [ 255 ] {4de53522-35f5-48dd-af2a-0904820a1cd1} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13657 | 2025.03.04 03:29:22.190349 [ 255 ] {4de53522-35f5-48dd-af2a-0904820a1cd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13658 | 2025.03.04 03:29:22.190717 [ 255 ] {4de53522-35f5-48dd-af2a-0904820a1cd1} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 13659 | 2025.03.04 03:29:22.190957 [ 255 ] {4de53522-35f5-48dd-af2a-0904820a1cd1} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13660 | 2025.03.04 03:29:22.191163 [ 255 ] {4de53522-35f5-48dd-af2a-0904820a1cd1} <Debug> executeQuery: Read 168 rows, 14.94 KiB in 0.001554 sec., 108108.1081081081 rows/sec., 9.39 MiB/sec. | ||
| 13661 | 2025.03.04 03:29:22.191216 [ 255 ] {4de53522-35f5-48dd-af2a-0904820a1cd1} <Debug> TCPHandler: Processed in 0.001760892 sec. | ||
| 13662 | 2025.03.04 03:29:22.191333 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13663 | 2025.03.04 03:29:22.191437 [ 255 ] {77726bd9-3d6e-4f8a-a64b-d951e113e968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13664 | 2025.03.04 03:29:22.191482 [ 255 ] {77726bd9-3d6e-4f8a-a64b-d951e113e968} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13665 | 2025.03.04 03:29:22.192007 [ 255 ] {77726bd9-3d6e-4f8a-a64b-d951e113e968} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13666 | 2025.03.04 03:29:22.192045 [ 255 ] {77726bd9-3d6e-4f8a-a64b-d951e113e968} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13667 | 2025.03.04 03:29:22.192402 [ 255 ] {77726bd9-3d6e-4f8a-a64b-d951e113e968} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 13668 | 2025.03.04 03:29:22.192639 [ 255 ] {77726bd9-3d6e-4f8a-a64b-d951e113e968} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13669 | 2025.03.04 03:29:22.192862 [ 255 ] {77726bd9-3d6e-4f8a-a64b-d951e113e968} <Debug> executeQuery: Read 62 rows, 4.62 KiB in 0.001446 sec., 42876.90179806362 rows/sec., 3.12 MiB/sec. | ||
| 13670 | 2025.03.04 03:29:22.192916 [ 255 ] {77726bd9-3d6e-4f8a-a64b-d951e113e968} <Debug> TCPHandler: Processed in 0.00163372 sec. | ||
| 13671 | 2025.03.04 03:29:22.193047 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13672 | 2025.03.04 03:29:22.193179 [ 255 ] {f006ac5d-e811-4ea3-a120-dde66af48170} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13673 | 2025.03.04 03:29:22.193234 [ 255 ] {f006ac5d-e811-4ea3-a120-dde66af48170} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13674 | 2025.03.04 03:29:22.193866 [ 255 ] {f006ac5d-e811-4ea3-a120-dde66af48170} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13675 | 2025.03.04 03:29:22.193905 [ 255 ] {f006ac5d-e811-4ea3-a120-dde66af48170} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13676 | 2025.03.04 03:29:22.194274 [ 255 ] {f006ac5d-e811-4ea3-a120-dde66af48170} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 13677 | 2025.03.04 03:29:22.194509 [ 255 ] {f006ac5d-e811-4ea3-a120-dde66af48170} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13678 | 2025.03.04 03:29:22.194731 [ 255 ] {f006ac5d-e811-4ea3-a120-dde66af48170} <Debug> executeQuery: Read 135 rows, 10.82 KiB in 0.001581 sec., 85388.99430740038 rows/sec., 6.68 MiB/sec. | ||
| 13679 | 2025.03.04 03:29:22.194782 [ 255 ] {f006ac5d-e811-4ea3-a120-dde66af48170} <Debug> TCPHandler: Processed in 0.001798502 sec. | ||
| 13680 | 2025.03.04 03:29:22.194918 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13681 | 2025.03.04 03:29:22.195050 [ 255 ] {929fdbc4-d1f3-4696-a3f9-e2d3bdca8231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13682 | 2025.03.04 03:29:22.195108 [ 255 ] {929fdbc4-d1f3-4696-a3f9-e2d3bdca8231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13683 | 2025.03.04 03:29:22.195705 [ 255 ] {929fdbc4-d1f3-4696-a3f9-e2d3bdca8231} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13684 | 2025.03.04 03:29:22.195744 [ 255 ] {929fdbc4-d1f3-4696-a3f9-e2d3bdca8231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13685 | 2025.03.04 03:29:22.196138 [ 255 ] {929fdbc4-d1f3-4696-a3f9-e2d3bdca8231} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 13686 | 2025.03.04 03:29:22.196380 [ 255 ] {929fdbc4-d1f3-4696-a3f9-e2d3bdca8231} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13687 | 2025.03.04 03:29:22.196602 [ 255 ] {929fdbc4-d1f3-4696-a3f9-e2d3bdca8231} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.001582 sec., 103666.2452591656 rows/sec., 7.22 MiB/sec. | ||
| 13688 | 2025.03.04 03:29:22.196654 [ 255 ] {929fdbc4-d1f3-4696-a3f9-e2d3bdca8231} <Debug> TCPHandler: Processed in 0.001801712 sec. | ||
| 13689 | 2025.03.04 03:29:22.196771 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13690 | 2025.03.04 03:29:22.196874 [ 255 ] {c4f166e3-a288-4ca3-b893-15de2deef204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13691 | 2025.03.04 03:29:22.196940 [ 255 ] {c4f166e3-a288-4ca3-b893-15de2deef204} <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 | ||
| 13692 | 2025.03.04 03:29:22.198113 [ 255 ] {c4f166e3-a288-4ca3-b893-15de2deef204} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13693 | 2025.03.04 03:29:22.198152 [ 255 ] {c4f166e3-a288-4ca3-b893-15de2deef204} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13694 | 2025.03.04 03:29:22.198834 [ 255 ] {c4f166e3-a288-4ca3-b893-15de2deef204} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13695 | 2025.03.04 03:29:22.199087 [ 255 ] {c4f166e3-a288-4ca3-b893-15de2deef204} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13696 | 2025.03.04 03:29:22.199278 [ 43 ] {} <Debug> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13697 | 2025.03.04 03:29:22.199351 [ 255 ] {c4f166e3-a288-4ca3-b893-15de2deef204} <Debug> executeQuery: Read 54 rows, 99.09 KiB in 0.002497 sec., 21625.951141369642 rows/sec., 38.75 MiB/sec. | ||
| 13698 | 2025.03.04 03:29:22.199377 [ 43 ] {} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13699 | 2025.03.04 03:29:22.199452 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13700 | 2025.03.04 03:29:22.199734 [ 255 ] {c4f166e3-a288-4ca3-b893-15de2deef204} <Debug> TCPHandler: Processed in 0.003009557 sec. | ||
| 13701 | 2025.03.04 03:29:22.199805 [ 195 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 13702 | 2025.03.04 03:29:22.199939 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13703 | 2025.03.04 03:29:22.200181 [ 255 ] {270e74da-2e51-412b-abb7-83f94fa7979d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 13704 | 2025.03.04 03:29:22.200305 [ 255 ] {270e74da-2e51-412b-abb7-83f94fa7979d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 13705 | 2025.03.04 03:29:22.200876 [ 195 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13706 | 2025.03.04 03:29:22.201113 [ 195 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2318 rows starting from the beginning of the part | ||
| 13707 | 2025.03.04 03:29:22.201921 [ 195 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 40 rows starting from the beginning of the part | ||
| 13708 | 2025.03.04 03:29:22.202309 [ 255 ] {270e74da-2e51-412b-abb7-83f94fa7979d} <Trace> oximeter.measurements_i64 (84a51a95-3071-4569-9530-162444ea9251): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13709 | 2025.03.04 03:29:22.202433 [ 255 ] {270e74da-2e51-412b-abb7-83f94fa7979d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13710 | 2025.03.04 03:29:22.202808 [ 195 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 40 rows starting from the beginning of the part | ||
| 13711 | 2025.03.04 03:29:22.203542 [ 195 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 40 rows starting from the beginning of the part | ||
| 13712 | 2025.03.04 03:29:22.203881 [ 255 ] {270e74da-2e51-412b-abb7-83f94fa7979d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 13713 | 2025.03.04 03:29:22.204212 [ 195 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 49 rows starting from the beginning of the part | ||
| 13714 | 2025.03.04 03:29:22.204718 [ 255 ] {270e74da-2e51-412b-abb7-83f94fa7979d} <Trace> oximeter.measurements_i64 (84a51a95-3071-4569-9530-162444ea9251): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13715 | 2025.03.04 03:29:22.204897 [ 195 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 54 rows starting from the beginning of the part | ||
| 13716 | 2025.03.04 03:29:22.205874 [ 255 ] {270e74da-2e51-412b-abb7-83f94fa7979d} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.005717 sec., 1574.2522301906595 rows/sec., 111.20 KiB/sec. | ||
| 13717 | 2025.03.04 03:29:22.206091 [ 255 ] {270e74da-2e51-412b-abb7-83f94fa7979d} <Debug> TCPHandler: Processed in 0.006226016 sec. | ||
| 13718 | 2025.03.04 03:29:22.206380 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13719 | 2025.03.04 03:29:22.206586 [ 255 ] {13484e5e-e238-4418-94e9-242ca29b10d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13720 | 2025.03.04 03:29:22.206664 [ 255 ] {13484e5e-e238-4418-94e9-242ca29b10d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13721 | 2025.03.04 03:29:22.207971 [ 255 ] {13484e5e-e238-4418-94e9-242ca29b10d3} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13722 | 2025.03.04 03:29:22.208011 [ 255 ] {13484e5e-e238-4418-94e9-242ca29b10d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13723 | 2025.03.04 03:29:22.208388 [ 255 ] {13484e5e-e238-4418-94e9-242ca29b10d3} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 13724 | 2025.03.04 03:29:22.208621 [ 255 ] {13484e5e-e238-4418-94e9-242ca29b10d3} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13725 | 2025.03.04 03:29:22.208870 [ 255 ] {13484e5e-e238-4418-94e9-242ca29b10d3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002364 sec., 25380.710659898476 rows/sec., 1.71 MiB/sec. | ||
| 13726 | 2025.03.04 03:29:22.208925 [ 255 ] {13484e5e-e238-4418-94e9-242ca29b10d3} <Debug> TCPHandler: Processed in 0.002648323 sec. | ||
| 13727 | 2025.03.04 03:29:22.215667 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2541 rows, containing 19 columns (19 merged, 0 gathered) in 0.016076587 sec., 158055.93562862565 rows/sec., 283.23 MiB/sec. | ||
| 13728 | 2025.03.04 03:29:22.218147 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13729 | 2025.03.04 03:29:22.218622 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13730 | 2025.03.04 03:29:22.218711 [ 198 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13731 | 2025.03.04 03:29:22.218886 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.43 MiB. | ||
| 13732 | 2025.03.04 03:29:23.435661 [ 224 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13733 | 2025.03.04 03:29:23.435720 [ 224 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13734 | 2025.03.04 03:29:23.437660 [ 224 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13735 | 2025.03.04 03:29:23.683235 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41663 | ||
| 13736 | 2025.03.04 03:29:23.683899 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13737 | 2025.03.04 03:29:23.683941 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13738 | 2025.03.04 03:29:23.684474 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 13739 | 2025.03.04 03:29:23.684730 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13740 | 2025.03.04 03:29:23.684941 [ 41 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 13741 | 2025.03.04 03:29:23.684980 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41663 | ||
| 13742 | 2025.03.04 03:29:23.685026 [ 41 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13743 | 2025.03.04 03:29:23.685054 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 13744 | 2025.03.04 03:29:23.685283 [ 189 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 13745 | 2025.03.04 03:29:23.685777 [ 189 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13746 | 2025.03.04 03:29:23.685889 [ 189 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 39406 rows starting from the beginning of the part | ||
| 13747 | 2025.03.04 03:29:23.686012 [ 189 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 427 rows starting from the beginning of the part | ||
| 13748 | 2025.03.04 03:29:23.686342 [ 189 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 488 rows starting from the beginning of the part | ||
| 13749 | 2025.03.04 03:29:23.686707 [ 189 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 427 rows starting from the beginning of the part | ||
| 13750 | 2025.03.04 03:29:23.687093 [ 189 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 488 rows starting from the beginning of the part | ||
| 13751 | 2025.03.04 03:29:23.687388 [ 189 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 427 rows starting from the beginning of the part | ||
| 13752 | 2025.03.04 03:29:23.690996 [ 201 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41663 rows, containing 4 columns (4 merged, 0 gathered) in 0.005869082 sec., 7098725.1498615965 rows/sec., 101.55 MiB/sec. | ||
| 13753 | 2025.03.04 03:29:23.691223 [ 196 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 13754 | 2025.03.04 03:29:23.691529 [ 196 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_91_18} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13755 | 2025.03.04 03:29:23.691609 [ 196 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_91_18} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 13756 | 2025.03.04 03:29:23.691719 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 13757 | 2025.03.04 03:29:26.747251 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 686 | ||
| 13758 | 2025.03.04 03:29:26.769733 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13759 | 2025.03.04 03:29:26.769780 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.50 GiB. | ||
| 13760 | 2025.03.04 03:29:26.777364 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 13761 | 2025.03.04 03:29:26.778149 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13762 | 2025.03.04 03:29:26.778616 [ 38 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 13763 | 2025.03.04 03:29:26.778791 [ 38 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13764 | 2025.03.04 03:29:26.778852 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.50 GiB. | ||
| 13765 | 2025.03.04 03:29:26.779279 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 13766 | 2025.03.04 03:29:26.794736 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 686 | ||
| 13767 | 2025.03.04 03:29:26.796428 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13768 | 2025.03.04 03:29:26.797862 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 649 rows starting from the beginning of the part | ||
| 13769 | 2025.03.04 03:29:26.803985 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 7 rows starting from the beginning of the part | ||
| 13770 | 2025.03.04 03:29:26.810623 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part | ||
| 13771 | 2025.03.04 03:29:26.817474 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 7 rows starting from the beginning of the part | ||
| 13772 | 2025.03.04 03:29:26.824497 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part | ||
| 13773 | 2025.03.04 03:29:26.831032 [ 188 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 7 rows starting from the beginning of the part | ||
| 13774 | 2025.03.04 03:29:26.898545 [ 201 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.119540135 sec., 5738.658401213952 rows/sec., 29.67 MiB/sec. | ||
| 13775 | 2025.03.04 03:29:26.901283 [ 200 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 13776 | 2025.03.04 03:29:26.903753 [ 200 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_91_18} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13777 | 2025.03.04 03:29:26.903854 [ 200 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_91_18} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 13778 | 2025.03.04 03:29:26.905414 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 13779 | 2025.03.04 03:29:27.000218 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.29 MiB, peak 277.71 MiB, free memory in arenas 0.00 B, will set to 259.22 MiB (RSS), difference: -1.07 MiB | ||
| 13780 | 2025.03.04 03:29:27.183502 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13781 | 2025.03.04 03:29:27.183753 [ 255 ] {185a137d-9ce9-452e-b7fa-ce266876a7f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13782 | 2025.03.04 03:29:27.183817 [ 255 ] {185a137d-9ce9-452e-b7fa-ce266876a7f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13783 | 2025.03.04 03:29:27.184490 [ 255 ] {185a137d-9ce9-452e-b7fa-ce266876a7f2} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13784 | 2025.03.04 03:29:27.184532 [ 255 ] {185a137d-9ce9-452e-b7fa-ce266876a7f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.50 GiB. | ||
| 13785 | 2025.03.04 03:29:27.184929 [ 255 ] {185a137d-9ce9-452e-b7fa-ce266876a7f2} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 13786 | 2025.03.04 03:29:27.185169 [ 255 ] {185a137d-9ce9-452e-b7fa-ce266876a7f2} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13787 | 2025.03.04 03:29:27.185384 [ 255 ] {185a137d-9ce9-452e-b7fa-ce266876a7f2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001706 sec., 32825.3223915592 rows/sec., 2.51 MiB/sec. | ||
| 13788 | 2025.03.04 03:29:27.185452 [ 255 ] {185a137d-9ce9-452e-b7fa-ce266876a7f2} <Debug> TCPHandler: Processed in 0.002106416 sec. | ||
| 13789 | 2025.03.04 03:29:27.185572 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13790 | 2025.03.04 03:29:27.185682 [ 255 ] {c1643c11-3274-4983-b0c4-43675f494179} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13791 | 2025.03.04 03:29:27.185729 [ 255 ] {c1643c11-3274-4983-b0c4-43675f494179} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13792 | 2025.03.04 03:29:27.186264 [ 255 ] {c1643c11-3274-4983-b0c4-43675f494179} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13793 | 2025.03.04 03:29:27.186303 [ 255 ] {c1643c11-3274-4983-b0c4-43675f494179} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.50 GiB. | ||
| 13794 | 2025.03.04 03:29:27.186651 [ 255 ] {c1643c11-3274-4983-b0c4-43675f494179} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 13795 | 2025.03.04 03:29:27.186896 [ 255 ] {c1643c11-3274-4983-b0c4-43675f494179} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13796 | 2025.03.04 03:29:27.187121 [ 255 ] {c1643c11-3274-4983-b0c4-43675f494179} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001465 sec., 43686.006825938566 rows/sec., 3.41 MiB/sec. | ||
| 13797 | 2025.03.04 03:29:27.187171 [ 255 ] {c1643c11-3274-4983-b0c4-43675f494179} <Debug> TCPHandler: Processed in 0.001649991 sec. | ||
| 13798 | 2025.03.04 03:29:27.187286 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13799 | 2025.03.04 03:29:27.187393 [ 255 ] {7710f216-f1ea-4b95-97cc-44782b6e191d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13800 | 2025.03.04 03:29:27.187440 [ 255 ] {7710f216-f1ea-4b95-97cc-44782b6e191d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13801 | 2025.03.04 03:29:27.187935 [ 255 ] {7710f216-f1ea-4b95-97cc-44782b6e191d} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13802 | 2025.03.04 03:29:27.187972 [ 255 ] {7710f216-f1ea-4b95-97cc-44782b6e191d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.50 GiB. | ||
| 13803 | 2025.03.04 03:29:27.188360 [ 255 ] {7710f216-f1ea-4b95-97cc-44782b6e191d} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 13804 | 2025.03.04 03:29:27.188593 [ 255 ] {7710f216-f1ea-4b95-97cc-44782b6e191d} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13805 | 2025.03.04 03:29:27.188840 [ 255 ] {7710f216-f1ea-4b95-97cc-44782b6e191d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001464 sec., 109289.6174863388 rows/sec., 7.61 MiB/sec. | ||
| 13806 | 2025.03.04 03:29:27.188941 [ 255 ] {7710f216-f1ea-4b95-97cc-44782b6e191d} <Debug> TCPHandler: Processed in 0.001697411 sec. | ||
| 13807 | 2025.03.04 03:29:27.189117 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13808 | 2025.03.04 03:29:27.189419 [ 255 ] {85c73bd4-0fad-4126-bc95-1e5f2ca935e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13809 | 2025.03.04 03:29:27.189513 [ 255 ] {85c73bd4-0fad-4126-bc95-1e5f2ca935e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13810 | 2025.03.04 03:29:27.189979 [ 255 ] {85c73bd4-0fad-4126-bc95-1e5f2ca935e6} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13811 | 2025.03.04 03:29:27.190019 [ 255 ] {85c73bd4-0fad-4126-bc95-1e5f2ca935e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.50 GiB. | ||
| 13812 | 2025.03.04 03:29:27.190396 [ 255 ] {85c73bd4-0fad-4126-bc95-1e5f2ca935e6} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 13813 | 2025.03.04 03:29:27.190641 [ 255 ] {85c73bd4-0fad-4126-bc95-1e5f2ca935e6} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13814 | 2025.03.04 03:29:27.190852 [ 255 ] {85c73bd4-0fad-4126-bc95-1e5f2ca935e6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001543 sec., 38885.28839922229 rows/sec., 2.62 MiB/sec. | ||
| 13815 | 2025.03.04 03:29:27.190901 [ 255 ] {85c73bd4-0fad-4126-bc95-1e5f2ca935e6} <Debug> TCPHandler: Processed in 0.001885563 sec. | ||
| 13816 | 2025.03.04 03:29:30.920609 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13817 | 2025.03.04 03:29:30.920679 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13818 | 2025.03.04 03:29:31.185150 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42151 | ||
| 13819 | 2025.03.04 03:29:31.185917 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13820 | 2025.03.04 03:29:31.185961 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.50 GiB. | ||
| 13821 | 2025.03.04 03:29:31.186501 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 13822 | 2025.03.04 03:29:31.186757 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13823 | 2025.03.04 03:29:31.187040 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42151 | ||
| 13824 | 2025.03.04 03:29:31.434392 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1808 | ||
| 13825 | 2025.03.04 03:29:31.437504 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13826 | 2025.03.04 03:29:31.437554 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.50 GiB. | ||
| 13827 | 2025.03.04 03:29:31.439072 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13828 | 2025.03.04 03:29:31.439412 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13829 | 2025.03.04 03:29:31.440057 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1808 | ||
| 13830 | 2025.03.04 03:29:32.186859 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13831 | 2025.03.04 03:29:32.187070 [ 255 ] {18fcddf5-dca8-4c1d-91d9-19642371b638} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13832 | 2025.03.04 03:29:32.187149 [ 255 ] {18fcddf5-dca8-4c1d-91d9-19642371b638} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13833 | 2025.03.04 03:29:32.188099 [ 255 ] {18fcddf5-dca8-4c1d-91d9-19642371b638} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13834 | 2025.03.04 03:29:32.188150 [ 255 ] {18fcddf5-dca8-4c1d-91d9-19642371b638} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.50 GiB. | ||
| 13835 | 2025.03.04 03:29:32.188600 [ 255 ] {18fcddf5-dca8-4c1d-91d9-19642371b638} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 13836 | 2025.03.04 03:29:32.188865 [ 255 ] {18fcddf5-dca8-4c1d-91d9-19642371b638} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13837 | 2025.03.04 03:29:32.189109 [ 34 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 13838 | 2025.03.04 03:29:32.189119 [ 255 ] {18fcddf5-dca8-4c1d-91d9-19642371b638} <Debug> executeQuery: Read 170 rows, 15.21 KiB in 0.002097 sec., 81068.1926561755 rows/sec., 7.08 MiB/sec. | ||
| 13839 | 2025.03.04 03:29:32.189206 [ 34 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13840 | 2025.03.04 03:29:32.189283 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.50 GiB. | ||
| 13841 | 2025.03.04 03:29:32.189297 [ 255 ] {18fcddf5-dca8-4c1d-91d9-19642371b638} <Debug> TCPHandler: Processed in 0.002573321 sec. | ||
| 13842 | 2025.03.04 03:29:32.189530 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13843 | 2025.03.04 03:29:32.189588 [ 201 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 13844 | 2025.03.04 03:29:32.189673 [ 255 ] {93a6573f-de81-44e0-8e8a-c2dc6d618919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13845 | 2025.03.04 03:29:32.189760 [ 255 ] {93a6573f-de81-44e0-8e8a-c2dc6d618919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13846 | 2025.03.04 03:29:32.190045 [ 201 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13847 | 2025.03.04 03:29:32.190129 [ 201 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1968 rows starting from the beginning of the part | ||
| 13848 | 2025.03.04 03:29:32.190460 [ 201 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 154 rows starting from the beginning of the part | ||
| 13849 | 2025.03.04 03:29:32.190852 [ 201 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 56 rows starting from the beginning of the part | ||
| 13850 | 2025.03.04 03:29:32.191224 [ 201 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 168 rows starting from the beginning of the part | ||
| 13851 | 2025.03.04 03:29:32.191524 [ 201 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 56 rows starting from the beginning of the part | ||
| 13852 | 2025.03.04 03:29:32.191816 [ 201 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 170 rows starting from the beginning of the part | ||
| 13853 | 2025.03.04 03:29:32.192738 [ 255 ] {93a6573f-de81-44e0-8e8a-c2dc6d618919} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13854 | 2025.03.04 03:29:32.192803 [ 255 ] {93a6573f-de81-44e0-8e8a-c2dc6d618919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.50 GiB. | ||
| 13855 | 2025.03.04 03:29:32.193682 [ 255 ] {93a6573f-de81-44e0-8e8a-c2dc6d618919} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 13856 | 2025.03.04 03:29:32.194165 [ 255 ] {93a6573f-de81-44e0-8e8a-c2dc6d618919} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13857 | 2025.03.04 03:29:32.194410 [ 34 ] {} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 13858 | 2025.03.04 03:29:32.194515 [ 34 ] {} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13859 | 2025.03.04 03:29:32.194574 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.50 GiB. | ||
| 13860 | 2025.03.04 03:29:32.194607 [ 255 ] {93a6573f-de81-44e0-8e8a-c2dc6d618919} <Debug> executeQuery: Read 57 rows, 4.29 KiB in 0.004968 sec., 11473.429951690821 rows/sec., 862.75 KiB/sec. | ||
| 13861 | 2025.03.04 03:29:32.194969 [ 255 ] {93a6573f-de81-44e0-8e8a-c2dc6d618919} <Debug> TCPHandler: Processed in 0.005512598 sec. | ||
| 13862 | 2025.03.04 03:29:32.195106 [ 194 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 13863 | 2025.03.04 03:29:32.195395 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13864 | 2025.03.04 03:29:32.195563 [ 194 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13865 | 2025.03.04 03:29:32.195631 [ 190 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2572 rows, containing 5 columns (5 merged, 0 gathered) in 0.006196876 sec., 415047.84023433743 rows/sec., 35.93 MiB/sec. | ||
| 13866 | 2025.03.04 03:29:32.195694 [ 194 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 178 rows starting from the beginning of the part | ||
| 13867 | 2025.03.04 03:29:32.195746 [ 255 ] {33f2429f-5447-45d0-ad78-4f608507df11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13868 | 2025.03.04 03:29:32.195944 [ 255 ] {33f2429f-5447-45d0-ad78-4f608507df11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13869 | 2025.03.04 03:29:32.196032 [ 194 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 40 rows starting from the beginning of the part | ||
| 13870 | 2025.03.04 03:29:32.196126 [ 190 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 13871 | 2025.03.04 03:29:32.196539 [ 194 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 12 rows starting from the beginning of the part | ||
| 13872 | 2025.03.04 03:29:32.197181 [ 194 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 49 rows starting from the beginning of the part | ||
| 13873 | 2025.03.04 03:29:32.197740 [ 194 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 62 rows starting from the beginning of the part | ||
| 13874 | 2025.03.04 03:29:32.197757 [ 190 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_136_27} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13875 | 2025.03.04 03:29:32.198288 [ 190 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_136_27} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 13876 | 2025.03.04 03:29:32.198343 [ 194 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 57 rows starting from the beginning of the part | ||
| 13877 | 2025.03.04 03:29:32.198717 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 13878 | 2025.03.04 03:29:32.200077 [ 255 ] {33f2429f-5447-45d0-ad78-4f608507df11} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13879 | 2025.03.04 03:29:32.200157 [ 255 ] {33f2429f-5447-45d0-ad78-4f608507df11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.50 GiB. | ||
| 13880 | 2025.03.04 03:29:32.201188 [ 255 ] {33f2429f-5447-45d0-ad78-4f608507df11} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 13881 | 2025.03.04 03:29:32.201727 [ 255 ] {33f2429f-5447-45d0-ad78-4f608507df11} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13882 | 2025.03.04 03:29:32.201736 [ 193 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 398 rows, containing 5 columns (5 merged, 0 gathered) in 0.007005655 sec., 56811.24748506742 rows/sec., 4.16 MiB/sec. | ||
| 13883 | 2025.03.04 03:29:32.201998 [ 34 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 13884 | 2025.03.04 03:29:32.202080 [ 193 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 13885 | 2025.03.04 03:29:32.202094 [ 34 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13886 | 2025.03.04 03:29:32.202166 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.50 GiB. | ||
| 13887 | 2025.03.04 03:29:32.202160 [ 255 ] {33f2429f-5447-45d0-ad78-4f608507df11} <Debug> executeQuery: Read 121 rows, 9.68 KiB in 0.006493 sec., 18635.453565378102 rows/sec., 1.46 MiB/sec. | ||
| 13888 | 2025.03.04 03:29:32.202543 [ 255 ] {33f2429f-5447-45d0-ad78-4f608507df11} <Debug> TCPHandler: Processed in 0.007312349 sec. | ||
| 13889 | 2025.03.04 03:29:32.202624 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 13890 | 2025.03.04 03:29:32.202777 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13891 | 2025.03.04 03:29:32.203121 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13892 | 2025.03.04 03:29:32.203139 [ 255 ] {80b669b4-9b08-488d-8dba-184978a9c48f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13893 | 2025.03.04 03:29:32.203137 [ 193 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_86_17} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13894 | 2025.03.04 03:29:32.203225 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 952 rows starting from the beginning of the part | ||
| 13895 | 2025.03.04 03:29:32.203322 [ 255 ] {80b669b4-9b08-488d-8dba-184978a9c48f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13896 | 2025.03.04 03:29:32.203617 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 119 rows starting from the beginning of the part | ||
| 13897 | 2025.03.04 03:29:32.204110 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 64 rows starting from the beginning of the part | ||
| 13898 | 2025.03.04 03:29:32.204232 [ 193 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_86_17} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 13899 | 2025.03.04 03:29:32.204502 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 135 rows starting from the beginning of the part | ||
| 13900 | 2025.03.04 03:29:32.204905 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 64 rows starting from the beginning of the part | ||
| 13901 | 2025.03.04 03:29:32.205297 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 121 rows starting from the beginning of the part | ||
| 13902 | 2025.03.04 03:29:32.205388 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 13903 | 2025.03.04 03:29:32.206480 [ 255 ] {80b669b4-9b08-488d-8dba-184978a9c48f} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13904 | 2025.03.04 03:29:32.206550 [ 255 ] {80b669b4-9b08-488d-8dba-184978a9c48f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.50 GiB. | ||
| 13905 | 2025.03.04 03:29:32.207612 [ 255 ] {80b669b4-9b08-488d-8dba-184978a9c48f} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 13906 | 2025.03.04 03:29:32.208067 [ 255 ] {80b669b4-9b08-488d-8dba-184978a9c48f} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13907 | 2025.03.04 03:29:32.208441 [ 34 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 2 parts from all_1_131_28 to all_132_132_0 | ||
| 13908 | 2025.03.04 03:29:32.208582 [ 255 ] {80b669b4-9b08-488d-8dba-184978a9c48f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005555 sec., 28802.880288028802 rows/sec., 2.01 MiB/sec. | ||
| 13909 | 2025.03.04 03:29:32.208590 [ 34 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13910 | 2025.03.04 03:29:32.208738 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.50 GiB. | ||
| 13911 | 2025.03.04 03:29:32.208995 [ 255 ] {80b669b4-9b08-488d-8dba-184978a9c48f} <Debug> TCPHandler: Processed in 0.006305717 sec. | ||
| 13912 | 2025.03.04 03:29:32.209281 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_132_29} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_131_28 to all_132_132_0 into Compact with storage Full | ||
| 13913 | 2025.03.04 03:29:32.209312 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1455 rows, containing 5 columns (5 merged, 0 gathered) in 0.007000125 sec., 207853.43118872878 rows/sec., 16.37 MiB/sec. | ||
| 13914 | 2025.03.04 03:29:32.209336 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13915 | 2025.03.04 03:29:32.209500 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_132_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13916 | 2025.03.04 03:29:32.209571 [ 255 ] {9c8abde4-846d-48c4-a470-4c9b06841305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13917 | 2025.03.04 03:29:32.209576 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_132_29} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_131_28, total 38204 rows starting from the beginning of the part | ||
| 13918 | 2025.03.04 03:29:32.209726 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 13919 | 2025.03.04 03:29:32.209913 [ 255 ] {9c8abde4-846d-48c4-a470-4c9b06841305} <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 | ||
| 13920 | 2025.03.04 03:29:32.209962 [ 192 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_132_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part | ||
| 13921 | 2025.03.04 03:29:32.211339 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_136_27} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13922 | 2025.03.04 03:29:32.211800 [ 187 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_136_27} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 13923 | 2025.03.04 03:29:32.212137 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 13924 | 2025.03.04 03:29:32.213423 [ 255 ] {9c8abde4-846d-48c4-a470-4c9b06841305} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13925 | 2025.03.04 03:29:32.213467 [ 255 ] {9c8abde4-846d-48c4-a470-4c9b06841305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.50 GiB. | ||
| 13926 | 2025.03.04 03:29:32.214336 [ 255 ] {9c8abde4-846d-48c4-a470-4c9b06841305} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13927 | 2025.03.04 03:29:32.214605 [ 255 ] {9c8abde4-846d-48c4-a470-4c9b06841305} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13928 | 2025.03.04 03:29:32.214946 [ 255 ] {9c8abde4-846d-48c4-a470-4c9b06841305} <Debug> executeQuery: Read 57 rows, 104.59 KiB in 0.005459 sec., 10441.472797215607 rows/sec., 18.71 MiB/sec. | ||
| 13929 | 2025.03.04 03:29:32.215656 [ 255 ] {9c8abde4-846d-48c4-a470-4c9b06841305} <Debug> TCPHandler: Processed in 0.006388078 sec. | ||
| 13930 | 2025.03.04 03:29:32.216155 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13931 | 2025.03.04 03:29:32.216274 [ 255 ] {fe3931b6-e2b6-4216-938c-745fd5f99695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13932 | 2025.03.04 03:29:32.216321 [ 255 ] {fe3931b6-e2b6-4216-938c-745fd5f99695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13933 | 2025.03.04 03:29:32.216849 [ 255 ] {fe3931b6-e2b6-4216-938c-745fd5f99695} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13934 | 2025.03.04 03:29:32.216888 [ 255 ] {fe3931b6-e2b6-4216-938c-745fd5f99695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.50 GiB. | ||
| 13935 | 2025.03.04 03:29:32.217329 [ 255 ] {fe3931b6-e2b6-4216-938c-745fd5f99695} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 13936 | 2025.03.04 03:29:32.217575 [ 255 ] {fe3931b6-e2b6-4216-938c-745fd5f99695} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13937 | 2025.03.04 03:29:32.217793 [ 34 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 13938 | 2025.03.04 03:29:32.217846 [ 34 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13939 | 2025.03.04 03:29:32.217862 [ 255 ] {fe3931b6-e2b6-4216-938c-745fd5f99695} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001602 sec., 37453.183520599254 rows/sec., 2.52 MiB/sec. | ||
| 13940 | 2025.03.04 03:29:32.217925 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.50 GiB. | ||
| 13941 | 2025.03.04 03:29:32.218003 [ 255 ] {fe3931b6-e2b6-4216-938c-745fd5f99695} <Debug> TCPHandler: Processed in 0.001941434 sec. | ||
| 13942 | 2025.03.04 03:29:32.218345 [ 193 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 13943 | 2025.03.04 03:29:32.218483 [ 193 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13944 | 2025.03.04 03:29:32.218519 [ 193 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 7628 rows starting from the beginning of the part | ||
| 13945 | 2025.03.04 03:29:32.218687 [ 193 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 60 rows starting from the beginning of the part | ||
| 13946 | 2025.03.04 03:29:32.218948 [ 193 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 60 rows starting from the beginning of the part | ||
| 13947 | 2025.03.04 03:29:32.219342 [ 193 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 60 rows starting from the beginning of the part | ||
| 13948 | 2025.03.04 03:29:32.219608 [ 187 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_132_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38364 rows, containing 5 columns (5 merged, 0 gathered) in 0.010473229 sec., 3663053.6771419775 rows/sec., 251.31 MiB/sec. | ||
| 13949 | 2025.03.04 03:29:32.219684 [ 193 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 60 rows starting from the beginning of the part | ||
| 13950 | 2025.03.04 03:29:32.219815 [ 193 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 60 rows starting from the beginning of the part | ||
| 13951 | 2025.03.04 03:29:32.220293 [ 187 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_132_29} <Trace> MergedBlockOutputStream: filled checksums all_1_132_29 (state Temporary) | ||
| 13952 | 2025.03.04 03:29:32.220895 [ 187 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_132_29} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_132_29 to all_1_132_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13953 | 2025.03.04 03:29:32.221136 [ 187 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_132_29} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 2 parts: [all_1_131_28, all_132_132_0] -> all_1_132_29 | ||
| 13954 | 2025.03.04 03:29:32.221255 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 13955 | 2025.03.04 03:29:32.222800 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7928 rows, containing 4 columns (4 merged, 0 gathered) in 0.004752788 sec., 1668073.5601924597 rows/sec., 112.10 MiB/sec. | ||
| 13956 | 2025.03.04 03:29:32.223450 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 13957 | 2025.03.04 03:29:32.223840 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_136_27} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13958 | 2025.03.04 03:29:32.223938 [ 195 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_136_27} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 13959 | 2025.03.04 03:29:32.224043 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. | ||
| 13960 | 2025.03.04 03:29:34.294860 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 694 | ||
| 13961 | 2025.03.04 03:29:34.319011 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13962 | 2025.03.04 03:29:34.319080 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.50 GiB. | ||
| 13963 | 2025.03.04 03:29:34.326692 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 13964 | 2025.03.04 03:29:34.327566 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13965 | 2025.03.04 03:29:34.331895 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 694 | ||
| 13966 | 2025.03.04 03:29:37.216520 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13967 | 2025.03.04 03:29:37.216730 [ 255 ] {f53a5e0f-dfb7-4e0a-87d3-7a1357c8f5eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13968 | 2025.03.04 03:29:37.216805 [ 255 ] {f53a5e0f-dfb7-4e0a-87d3-7a1357c8f5eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13969 | 2025.03.04 03:29:37.217605 [ 255 ] {f53a5e0f-dfb7-4e0a-87d3-7a1357c8f5eb} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13970 | 2025.03.04 03:29:37.217659 [ 255 ] {f53a5e0f-dfb7-4e0a-87d3-7a1357c8f5eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13971 | 2025.03.04 03:29:37.218123 [ 255 ] {f53a5e0f-dfb7-4e0a-87d3-7a1357c8f5eb} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 13972 | 2025.03.04 03:29:37.218400 [ 255 ] {f53a5e0f-dfb7-4e0a-87d3-7a1357c8f5eb} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13973 | 2025.03.04 03:29:37.218655 [ 255 ] {f53a5e0f-dfb7-4e0a-87d3-7a1357c8f5eb} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001978 sec., 12133.468149646107 rows/sec., 1.01 MiB/sec. | ||
| 13974 | 2025.03.04 03:29:37.218788 [ 255 ] {f53a5e0f-dfb7-4e0a-87d3-7a1357c8f5eb} <Debug> TCPHandler: Processed in 0.002398479 sec. | ||
| 13975 | 2025.03.04 03:29:37.218942 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13976 | 2025.03.04 03:29:37.219058 [ 255 ] {2ef7f5e8-c8a3-4194-acf3-ba5376a7d089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13977 | 2025.03.04 03:29:37.219107 [ 255 ] {2ef7f5e8-c8a3-4194-acf3-ba5376a7d089} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13978 | 2025.03.04 03:29:37.219679 [ 255 ] {2ef7f5e8-c8a3-4194-acf3-ba5376a7d089} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13979 | 2025.03.04 03:29:37.219720 [ 255 ] {2ef7f5e8-c8a3-4194-acf3-ba5376a7d089} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13980 | 2025.03.04 03:29:37.220211 [ 255 ] {2ef7f5e8-c8a3-4194-acf3-ba5376a7d089} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 13981 | 2025.03.04 03:29:37.220568 [ 255 ] {2ef7f5e8-c8a3-4194-acf3-ba5376a7d089} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13982 | 2025.03.04 03:29:37.220874 [ 255 ] {2ef7f5e8-c8a3-4194-acf3-ba5376a7d089} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00184 sec., 2173.913043478261 rows/sec., 177.27 KiB/sec. | ||
| 13983 | 2025.03.04 03:29:37.220948 [ 255 ] {2ef7f5e8-c8a3-4194-acf3-ba5376a7d089} <Debug> TCPHandler: Processed in 0.002057885 sec. | ||
| 13984 | 2025.03.04 03:29:37.221130 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13985 | 2025.03.04 03:29:37.221276 [ 255 ] {5c81c4ab-861f-4491-ad2b-0e2a6bb42cab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13986 | 2025.03.04 03:29:37.221339 [ 255 ] {5c81c4ab-861f-4491-ad2b-0e2a6bb42cab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13987 | 2025.03.04 03:29:37.222948 [ 255 ] {5c81c4ab-861f-4491-ad2b-0e2a6bb42cab} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13988 | 2025.03.04 03:29:37.222998 [ 255 ] {5c81c4ab-861f-4491-ad2b-0e2a6bb42cab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13989 | 2025.03.04 03:29:37.223524 [ 255 ] {5c81c4ab-861f-4491-ad2b-0e2a6bb42cab} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 13990 | 2025.03.04 03:29:37.223830 [ 255 ] {5c81c4ab-861f-4491-ad2b-0e2a6bb42cab} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13991 | 2025.03.04 03:29:37.224109 [ 255 ] {5c81c4ab-861f-4491-ad2b-0e2a6bb42cab} <Debug> executeQuery: Read 1318 rows, 112.08 KiB in 0.00287 sec., 459233.4494773519 rows/sec., 38.14 MiB/sec. | ||
| 13992 | 2025.03.04 03:29:37.224192 [ 255 ] {5c81c4ab-861f-4491-ad2b-0e2a6bb42cab} <Debug> TCPHandler: Processed in 0.003137779 sec. | ||
| 13993 | 2025.03.04 03:29:37.224368 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13994 | 2025.03.04 03:29:37.224525 [ 255 ] {20d9fa88-5b6f-4a26-b243-f314a21e27f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13995 | 2025.03.04 03:29:37.224592 [ 255 ] {20d9fa88-5b6f-4a26-b243-f314a21e27f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13996 | 2025.03.04 03:29:37.225358 [ 255 ] {20d9fa88-5b6f-4a26-b243-f314a21e27f5} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13997 | 2025.03.04 03:29:37.225409 [ 255 ] {20d9fa88-5b6f-4a26-b243-f314a21e27f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 13998 | 2025.03.04 03:29:37.225778 [ 255 ] {20d9fa88-5b6f-4a26-b243-f314a21e27f5} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 13999 | 2025.03.04 03:29:37.226134 [ 255 ] {20d9fa88-5b6f-4a26-b243-f314a21e27f5} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14000 | 2025.03.04 03:29:37.226409 [ 255 ] {20d9fa88-5b6f-4a26-b243-f314a21e27f5} <Debug> executeQuery: Read 16 rows, 1.24 KiB in 0.001927 sec., 8303.061754021795 rows/sec., 643.61 KiB/sec. | ||
| 14001 | 2025.03.04 03:29:37.226483 [ 255 ] {20d9fa88-5b6f-4a26-b243-f314a21e27f5} <Debug> TCPHandler: Processed in 0.002204567 sec. | ||
| 14002 | 2025.03.04 03:29:37.226640 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14003 | 2025.03.04 03:29:37.226769 [ 255 ] {9a860737-2801-463e-8cf5-7164d9943c2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14004 | 2025.03.04 03:29:37.226827 [ 255 ] {9a860737-2801-463e-8cf5-7164d9943c2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14005 | 2025.03.04 03:29:37.227617 [ 255 ] {9a860737-2801-463e-8cf5-7164d9943c2f} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14006 | 2025.03.04 03:29:37.227656 [ 255 ] {9a860737-2801-463e-8cf5-7164d9943c2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 14007 | 2025.03.04 03:29:37.228044 [ 255 ] {9a860737-2801-463e-8cf5-7164d9943c2f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 14008 | 2025.03.04 03:29:37.228314 [ 255 ] {9a860737-2801-463e-8cf5-7164d9943c2f} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14009 | 2025.03.04 03:29:37.228547 [ 255 ] {9a860737-2801-463e-8cf5-7164d9943c2f} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.0018 sec., 140000 rows/sec., 9.68 MiB/sec. | ||
| 14010 | 2025.03.04 03:29:37.228632 [ 255 ] {9a860737-2801-463e-8cf5-7164d9943c2f} <Debug> TCPHandler: Processed in 0.002056775 sec. | ||
| 14011 | 2025.03.04 03:29:37.228881 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14012 | 2025.03.04 03:29:37.228995 [ 255 ] {b66340cf-a919-442e-ad04-4aa97e428617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14013 | 2025.03.04 03:29:37.229042 [ 255 ] {b66340cf-a919-442e-ad04-4aa97e428617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14014 | 2025.03.04 03:29:37.229587 [ 255 ] {b66340cf-a919-442e-ad04-4aa97e428617} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14015 | 2025.03.04 03:29:37.229627 [ 255 ] {b66340cf-a919-442e-ad04-4aa97e428617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 14016 | 2025.03.04 03:29:37.229975 [ 255 ] {b66340cf-a919-442e-ad04-4aa97e428617} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 14017 | 2025.03.04 03:29:37.230208 [ 255 ] {b66340cf-a919-442e-ad04-4aa97e428617} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14018 | 2025.03.04 03:29:37.230442 [ 255 ] {b66340cf-a919-442e-ad04-4aa97e428617} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001467 sec., 8179.959100204499 rows/sec., 639.06 KiB/sec. | ||
| 14019 | 2025.03.04 03:29:37.230537 [ 255 ] {b66340cf-a919-442e-ad04-4aa97e428617} <Debug> TCPHandler: Processed in 0.001757091 sec. | ||
| 14020 | 2025.03.04 03:29:37.230663 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14021 | 2025.03.04 03:29:37.230767 [ 255 ] {0db82253-327b-40c5-937c-c88b1a8c35f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14022 | 2025.03.04 03:29:37.230811 [ 255 ] {0db82253-327b-40c5-937c-c88b1a8c35f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14023 | 2025.03.04 03:29:37.231561 [ 255 ] {0db82253-327b-40c5-937c-c88b1a8c35f0} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14024 | 2025.03.04 03:29:37.231598 [ 255 ] {0db82253-327b-40c5-937c-c88b1a8c35f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 14025 | 2025.03.04 03:29:37.231997 [ 255 ] {0db82253-327b-40c5-937c-c88b1a8c35f0} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 14026 | 2025.03.04 03:29:37.232257 [ 255 ] {0db82253-327b-40c5-937c-c88b1a8c35f0} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14027 | 2025.03.04 03:29:37.232527 [ 255 ] {0db82253-327b-40c5-937c-c88b1a8c35f0} <Debug> executeQuery: Read 560 rows, 42.99 KiB in 0.001779 sec., 314783.5862844295 rows/sec., 23.60 MiB/sec. | ||
| 14028 | 2025.03.04 03:29:37.232595 [ 255 ] {0db82253-327b-40c5-937c-c88b1a8c35f0} <Debug> TCPHandler: Processed in 0.001982615 sec. | ||
| 14029 | 2025.03.04 03:29:37.236338 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14030 | 2025.03.04 03:29:37.236484 [ 255 ] {3d5aa196-dff9-48c3-8180-098b01c2c335} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14031 | 2025.03.04 03:29:37.236551 [ 255 ] {3d5aa196-dff9-48c3-8180-098b01c2c335} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14032 | 2025.03.04 03:29:37.237433 [ 255 ] {3d5aa196-dff9-48c3-8180-098b01c2c335} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14033 | 2025.03.04 03:29:37.237480 [ 255 ] {3d5aa196-dff9-48c3-8180-098b01c2c335} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 14034 | 2025.03.04 03:29:37.237982 [ 255 ] {3d5aa196-dff9-48c3-8180-098b01c2c335} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 14035 | 2025.03.04 03:29:37.238356 [ 255 ] {3d5aa196-dff9-48c3-8180-098b01c2c335} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14036 | 2025.03.04 03:29:37.238605 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 6 parts from all_1_132_29 to all_137_137_0 | ||
| 14037 | 2025.03.04 03:29:37.238716 [ 255 ] {3d5aa196-dff9-48c3-8180-098b01c2c335} <Debug> executeQuery: Read 918 rows, 63.76 KiB in 0.002256 sec., 406914.89361702127 rows/sec., 27.60 MiB/sec. | ||
| 14038 | 2025.03.04 03:29:37.238723 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14039 | 2025.03.04 03:29:37.238837 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 14040 | 2025.03.04 03:29:37.238897 [ 255 ] {3d5aa196-dff9-48c3-8180-098b01c2c335} <Debug> TCPHandler: Processed in 0.002634123 sec. | ||
| 14041 | 2025.03.04 03:29:37.239260 [ 195 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_137_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_132_29 to all_137_137_0 into Compact with storage Full | ||
| 14042 | 2025.03.04 03:29:37.239307 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14043 | 2025.03.04 03:29:37.239783 [ 195 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_137_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14044 | 2025.03.04 03:29:37.239821 [ 255 ] {c4007e71-eb1b-4518-8b79-408ed6e2d636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14045 | 2025.03.04 03:29:37.239916 [ 195 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_137_30} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_132_29, total 38364 rows starting from the beginning of the part | ||
| 14046 | 2025.03.04 03:29:37.240161 [ 255 ] {c4007e71-eb1b-4518-8b79-408ed6e2d636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14047 | 2025.03.04 03:29:37.240385 [ 195 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_137_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 160 rows starting from the beginning of the part | ||
| 14048 | 2025.03.04 03:29:37.240810 [ 195 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_137_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 164 rows starting from the beginning of the part | ||
| 14049 | 2025.03.04 03:29:37.241314 [ 195 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_137_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 160 rows starting from the beginning of the part | ||
| 14050 | 2025.03.04 03:29:37.241791 [ 195 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_137_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 160 rows starting from the beginning of the part | ||
| 14051 | 2025.03.04 03:29:37.242220 [ 195 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_137_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 918 rows starting from the beginning of the part | ||
| 14052 | 2025.03.04 03:29:37.244782 [ 255 ] {c4007e71-eb1b-4518-8b79-408ed6e2d636} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14053 | 2025.03.04 03:29:37.244875 [ 255 ] {c4007e71-eb1b-4518-8b79-408ed6e2d636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 14054 | 2025.03.04 03:29:37.245790 [ 255 ] {c4007e71-eb1b-4518-8b79-408ed6e2d636} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 14055 | 2025.03.04 03:29:37.246317 [ 255 ] {c4007e71-eb1b-4518-8b79-408ed6e2d636} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14056 | 2025.03.04 03:29:37.246617 [ 255 ] {c4007e71-eb1b-4518-8b79-408ed6e2d636} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00701 sec., 8559.201141226818 rows/sec., 590.67 KiB/sec. | ||
| 14057 | 2025.03.04 03:29:37.246692 [ 255 ] {c4007e71-eb1b-4518-8b79-408ed6e2d636} <Debug> TCPHandler: Processed in 0.007488341 sec. | ||
| 14058 | 2025.03.04 03:29:37.255532 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_137_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39926 rows, containing 5 columns (5 merged, 0 gathered) in 0.016568533 sec., 2409748.6482357853 rows/sec., 165.32 MiB/sec. | ||
| 14059 | 2025.03.04 03:29:37.256179 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_137_30} <Trace> MergedBlockOutputStream: filled checksums all_1_137_30 (state Temporary) | ||
| 14060 | 2025.03.04 03:29:37.256573 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_137_30} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_137_30 to all_1_137_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14061 | 2025.03.04 03:29:37.256675 [ 193 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_137_30} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 6 parts: [all_1_132_29, all_137_137_0] -> all_1_137_30 | ||
| 14062 | 2025.03.04 03:29:37.256794 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. | ||
| 14063 | 2025.03.04 03:29:38.687212 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 42578 | ||
| 14064 | 2025.03.04 03:29:38.687941 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14065 | 2025.03.04 03:29:38.687994 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 14066 | 2025.03.04 03:29:38.688540 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 14067 | 2025.03.04 03:29:38.688796 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14068 | 2025.03.04 03:29:38.689060 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42578 | ||
| 14069 | 2025.03.04 03:29:41.440284 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1838 | ||
| 14070 | 2025.03.04 03:29:41.443528 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14071 | 2025.03.04 03:29:41.443595 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 14072 | 2025.03.04 03:29:41.445157 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 14073 | 2025.03.04 03:29:41.445481 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14074 | 2025.03.04 03:29:41.446199 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1838 | ||
| 14075 | 2025.03.04 03:29:41.831993 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 701 | ||
| 14076 | 2025.03.04 03:29:41.855991 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14077 | 2025.03.04 03:29:41.856046 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 14078 | 2025.03.04 03:29:41.863612 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 14079 | 2025.03.04 03:29:41.864407 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14080 | 2025.03.04 03:29:41.867300 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 701 | ||
| 14081 | 2025.03.04 03:29:42.181565 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14082 | 2025.03.04 03:29:42.181883 [ 255 ] {a7076403-2ab0-4184-8788-7319ceddc540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 14083 | 2025.03.04 03:29:42.182392 [ 255 ] {a7076403-2ab0-4184-8788-7319ceddc540} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 14084 | 2025.03.04 03:29:42.182451 [ 255 ] {a7076403-2ab0-4184-8788-7319ceddc540} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 14085 | 2025.03.04 03:29:42.182863 [ 255 ] {a7076403-2ab0-4184-8788-7319ceddc540} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 14086 | 2025.03.04 03:29:42.182945 [ 255 ] {a7076403-2ab0-4184-8788-7319ceddc540} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 14087 | 2025.03.04 03:29:42.183123 [ 255 ] {a7076403-2ab0-4184-8788-7319ceddc540} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Key condition: (column 0 notIn 48-element set) | ||
| 14088 | 2025.03.04 03:29:42.183340 [ 287 ] {a7076403-2ab0-4184-8788-7319ceddc540} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 14089 | 2025.03.04 03:29:42.183352 [ 288 ] {a7076403-2ab0-4184-8788-7319ceddc540} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
| 14090 | 2025.03.04 03:29:42.183563 [ 255 ] {a7076403-2ab0-4184-8788-7319ceddc540} <Debug> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 14091 | 2025.03.04 03:29:42.183594 [ 255 ] {a7076403-2ab0-4184-8788-7319ceddc540} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 14092 | 2025.03.04 03:29:42.183653 [ 255 ] {a7076403-2ab0-4184-8788-7319ceddc540} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 14093 | 2025.03.04 03:29:42.183682 [ 255 ] {a7076403-2ab0-4184-8788-7319ceddc540} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 47 rows starting from 0 | ||
| 14094 | 2025.03.04 03:29:42.184780 [ 255 ] {a7076403-2ab0-4184-8788-7319ceddc540} <Debug> executeQuery: Read 47 rows, 1.87 KiB in 0.003058 sec., 15369.522563767168 rows/sec., 610.59 KiB/sec. | ||
| 14095 | 2025.03.04 03:29:42.184908 [ 255 ] {a7076403-2ab0-4184-8788-7319ceddc540} <Debug> TCPHandler: Processed in 0.003482432 sec. | ||
| 14096 | 2025.03.04 03:29:42.191565 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14097 | 2025.03.04 03:29:42.191707 [ 255 ] {4fac92fd-82bf-49da-9dfb-fb94918c7b0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 14098 | 2025.03.04 03:29:42.191766 [ 255 ] {4fac92fd-82bf-49da-9dfb-fb94918c7b0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 14099 | 2025.03.04 03:29:42.193524 [ 255 ] {4fac92fd-82bf-49da-9dfb-fb94918c7b0d} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14100 | 2025.03.04 03:29:42.193572 [ 255 ] {4fac92fd-82bf-49da-9dfb-fb94918c7b0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 14101 | 2025.03.04 03:29:42.194086 [ 255 ] {4fac92fd-82bf-49da-9dfb-fb94918c7b0d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 14102 | 2025.03.04 03:29:42.194317 [ 255 ] {4fac92fd-82bf-49da-9dfb-fb94918c7b0d} <Trace> oximeter.timeseries_schema (c7cea90c-616c-4291-9af5-0edb81a67e5b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14103 | 2025.03.04 03:29:42.194607 [ 255 ] {4fac92fd-82bf-49da-9dfb-fb94918c7b0d} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.002923 sec., 342.1142661648991 rows/sec., 35.41 KiB/sec. | ||
| 14104 | 2025.03.04 03:29:42.194728 [ 255 ] {4fac92fd-82bf-49da-9dfb-fb94918c7b0d} <Debug> TCPHandler: Processed in 0.00322747 sec. | ||
| 14105 | 2025.03.04 03:29:42.194837 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14106 | 2025.03.04 03:29:42.194940 [ 255 ] {dc034bbb-50e2-444f-9308-08db198d992c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14107 | 2025.03.04 03:29:42.194984 [ 255 ] {dc034bbb-50e2-444f-9308-08db198d992c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14108 | 2025.03.04 03:29:42.195598 [ 255 ] {dc034bbb-50e2-444f-9308-08db198d992c} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14109 | 2025.03.04 03:29:42.195637 [ 255 ] {dc034bbb-50e2-444f-9308-08db198d992c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 14110 | 2025.03.04 03:29:42.196015 [ 255 ] {dc034bbb-50e2-444f-9308-08db198d992c} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 14111 | 2025.03.04 03:29:42.196258 [ 255 ] {dc034bbb-50e2-444f-9308-08db198d992c} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14112 | 2025.03.04 03:29:42.196495 [ 255 ] {dc034bbb-50e2-444f-9308-08db198d992c} <Debug> executeQuery: Read 177 rows, 15.87 KiB in 0.00157 sec., 112738.85350318471 rows/sec., 9.87 MiB/sec. | ||
| 14113 | 2025.03.04 03:29:42.196565 [ 255 ] {dc034bbb-50e2-444f-9308-08db198d992c} <Debug> TCPHandler: Processed in 0.001777652 sec. | ||
| 14114 | 2025.03.04 03:29:42.196575 [ 218 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14115 | 2025.03.04 03:29:42.196653 [ 218 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14116 | 2025.03.04 03:29:42.196712 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14117 | 2025.03.04 03:29:42.196955 [ 255 ] {c64ef298-c242-4a89-9368-85b5e77eb0cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14118 | 2025.03.04 03:29:42.197005 [ 255 ] {c64ef298-c242-4a89-9368-85b5e77eb0cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14119 | 2025.03.04 03:29:42.198126 [ 255 ] {c64ef298-c242-4a89-9368-85b5e77eb0cf} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14120 | 2025.03.04 03:29:42.198191 [ 255 ] {c64ef298-c242-4a89-9368-85b5e77eb0cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 14121 | 2025.03.04 03:29:42.198926 [ 255 ] {c64ef298-c242-4a89-9368-85b5e77eb0cf} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 14122 | 2025.03.04 03:29:42.199436 [ 255 ] {c64ef298-c242-4a89-9368-85b5e77eb0cf} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14123 | 2025.03.04 03:29:42.199774 [ 255 ] {c64ef298-c242-4a89-9368-85b5e77eb0cf} <Debug> executeQuery: Read 60 rows, 4.51 KiB in 0.002883 sec., 20811.654526534858 rows/sec., 1.53 MiB/sec. | ||
| 14124 | 2025.03.04 03:29:42.199868 [ 255 ] {c64ef298-c242-4a89-9368-85b5e77eb0cf} <Debug> TCPHandler: Processed in 0.00322283 sec. | ||
| 14125 | 2025.03.04 03:29:42.200033 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14126 | 2025.03.04 03:29:42.200170 [ 255 ] {798e8a5a-ccea-4545-8b0f-7aedbc0e8d0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14127 | 2025.03.04 03:29:42.200215 [ 255 ] {798e8a5a-ccea-4545-8b0f-7aedbc0e8d0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14128 | 2025.03.04 03:29:42.200587 [ 218 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14129 | 2025.03.04 03:29:42.201988 [ 255 ] {798e8a5a-ccea-4545-8b0f-7aedbc0e8d0b} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14130 | 2025.03.04 03:29:42.202066 [ 255 ] {798e8a5a-ccea-4545-8b0f-7aedbc0e8d0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 14131 | 2025.03.04 03:29:42.202478 [ 255 ] {798e8a5a-ccea-4545-8b0f-7aedbc0e8d0b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 14132 | 2025.03.04 03:29:42.202708 [ 255 ] {798e8a5a-ccea-4545-8b0f-7aedbc0e8d0b} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14133 | 2025.03.04 03:29:42.202965 [ 255 ] {798e8a5a-ccea-4545-8b0f-7aedbc0e8d0b} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.002809 sec., 355.998576005696 rows/sec., 23.64 KiB/sec. | ||
| 14134 | 2025.03.04 03:29:42.203156 [ 255 ] {798e8a5a-ccea-4545-8b0f-7aedbc0e8d0b} <Debug> TCPHandler: Processed in 0.003186459 sec. | ||
| 14135 | 2025.03.04 03:29:42.203365 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14136 | 2025.03.04 03:29:42.203471 [ 255 ] {58f30054-ae84-4c20-afd9-73bbb68b2ff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14137 | 2025.03.04 03:29:42.203517 [ 255 ] {58f30054-ae84-4c20-afd9-73bbb68b2ff4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14138 | 2025.03.04 03:29:42.204100 [ 255 ] {58f30054-ae84-4c20-afd9-73bbb68b2ff4} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14139 | 2025.03.04 03:29:42.204138 [ 255 ] {58f30054-ae84-4c20-afd9-73bbb68b2ff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 14140 | 2025.03.04 03:29:42.204487 [ 255 ] {58f30054-ae84-4c20-afd9-73bbb68b2ff4} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 14141 | 2025.03.04 03:29:42.204725 [ 255 ] {58f30054-ae84-4c20-afd9-73bbb68b2ff4} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14142 | 2025.03.04 03:29:42.204936 [ 255 ] {58f30054-ae84-4c20-afd9-73bbb68b2ff4} <Debug> executeQuery: Read 133 rows, 10.64 KiB in 0.001487 sec., 89441.8291862811 rows/sec., 6.99 MiB/sec. | ||
| 14143 | 2025.03.04 03:29:42.204988 [ 224 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14144 | 2025.03.04 03:29:42.204998 [ 255 ] {58f30054-ae84-4c20-afd9-73bbb68b2ff4} <Debug> TCPHandler: Processed in 0.001699531 sec. | ||
| 14145 | 2025.03.04 03:29:42.205048 [ 224 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14146 | 2025.03.04 03:29:42.205179 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14147 | 2025.03.04 03:29:42.205290 [ 255 ] {1ab7421e-8af5-46ee-bbd5-511fc54d740a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14148 | 2025.03.04 03:29:42.205345 [ 255 ] {1ab7421e-8af5-46ee-bbd5-511fc54d740a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14149 | 2025.03.04 03:29:42.206027 [ 255 ] {1ab7421e-8af5-46ee-bbd5-511fc54d740a} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14150 | 2025.03.04 03:29:42.206070 [ 255 ] {1ab7421e-8af5-46ee-bbd5-511fc54d740a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 14151 | 2025.03.04 03:29:42.206572 [ 255 ] {1ab7421e-8af5-46ee-bbd5-511fc54d740a} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 14152 | 2025.03.04 03:29:42.206828 [ 255 ] {1ab7421e-8af5-46ee-bbd5-511fc54d740a} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14153 | 2025.03.04 03:29:42.207176 [ 255 ] {1ab7421e-8af5-46ee-bbd5-511fc54d740a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001915 sec., 83550.9138381201 rows/sec., 5.82 MiB/sec. | ||
| 14154 | 2025.03.04 03:29:42.207229 [ 255 ] {1ab7421e-8af5-46ee-bbd5-511fc54d740a} <Debug> TCPHandler: Processed in 0.002101706 sec. | ||
| 14155 | 2025.03.04 03:29:42.207358 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14156 | 2025.03.04 03:29:42.207484 [ 255 ] {89aaf69e-e1ca-4808-a083-fcd68b838058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14157 | 2025.03.04 03:29:42.207548 [ 255 ] {89aaf69e-e1ca-4808-a083-fcd68b838058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14158 | 2025.03.04 03:29:42.207877 [ 224 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14159 | 2025.03.04 03:29:42.208107 [ 255 ] {89aaf69e-e1ca-4808-a083-fcd68b838058} <Trace> oximeter.measurements_f64 (1753053f-2782-42d6-967d-7404248d46dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14160 | 2025.03.04 03:29:42.208144 [ 255 ] {89aaf69e-e1ca-4808-a083-fcd68b838058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 14161 | 2025.03.04 03:29:42.208730 [ 255 ] {89aaf69e-e1ca-4808-a083-fcd68b838058} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 14162 | 2025.03.04 03:29:42.208958 [ 255 ] {89aaf69e-e1ca-4808-a083-fcd68b838058} <Trace> oximeter.measurements_f64 (1753053f-2782-42d6-967d-7404248d46dd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14163 | 2025.03.04 03:29:42.209160 [ 255 ] {89aaf69e-e1ca-4808-a083-fcd68b838058} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001711 sec., 584.4535359438925 rows/sec., 37.10 KiB/sec. | ||
| 14164 | 2025.03.04 03:29:42.209212 [ 255 ] {89aaf69e-e1ca-4808-a083-fcd68b838058} <Debug> TCPHandler: Processed in 0.001905883 sec. | ||
| 14165 | 2025.03.04 03:29:42.209314 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14166 | 2025.03.04 03:29:42.209413 [ 255 ] {126126de-9710-4c37-97ad-bab3af1fba21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14167 | 2025.03.04 03:29:42.209476 [ 255 ] {126126de-9710-4c37-97ad-bab3af1fba21} <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 | ||
| 14168 | 2025.03.04 03:29:42.210656 [ 255 ] {126126de-9710-4c37-97ad-bab3af1fba21} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14169 | 2025.03.04 03:29:42.210694 [ 255 ] {126126de-9710-4c37-97ad-bab3af1fba21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 14170 | 2025.03.04 03:29:42.211389 [ 255 ] {126126de-9710-4c37-97ad-bab3af1fba21} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 14171 | 2025.03.04 03:29:42.211632 [ 255 ] {126126de-9710-4c37-97ad-bab3af1fba21} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14172 | 2025.03.04 03:29:42.211855 [ 255 ] {126126de-9710-4c37-97ad-bab3af1fba21} <Debug> executeQuery: Read 60 rows, 110.10 KiB in 0.002461 sec., 24380.333197887037 rows/sec., 43.69 MiB/sec. | ||
| 14173 | 2025.03.04 03:29:42.211950 [ 255 ] {126126de-9710-4c37-97ad-bab3af1fba21} <Debug> TCPHandler: Processed in 0.002684913 sec. | ||
| 14174 | 2025.03.04 03:29:42.212061 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14175 | 2025.03.04 03:29:42.212161 [ 255 ] {2b41268f-a5d1-4219-97e8-536afe0f694c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 14176 | 2025.03.04 03:29:42.212205 [ 255 ] {2b41268f-a5d1-4219-97e8-536afe0f694c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 14177 | 2025.03.04 03:29:42.212609 [ 255 ] {2b41268f-a5d1-4219-97e8-536afe0f694c} <Trace> oximeter.measurements_i64 (84a51a95-3071-4569-9530-162444ea9251): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14178 | 2025.03.04 03:29:42.212647 [ 255 ] {2b41268f-a5d1-4219-97e8-536afe0f694c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 14179 | 2025.03.04 03:29:42.212989 [ 255 ] {2b41268f-a5d1-4219-97e8-536afe0f694c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 14180 | 2025.03.04 03:29:42.213214 [ 255 ] {2b41268f-a5d1-4219-97e8-536afe0f694c} <Trace> oximeter.measurements_i64 (84a51a95-3071-4569-9530-162444ea9251): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14181 | 2025.03.04 03:29:42.213470 [ 255 ] {2b41268f-a5d1-4219-97e8-536afe0f694c} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001325 sec., 6792.452830188679 rows/sec., 479.81 KiB/sec. | ||
| 14182 | 2025.03.04 03:29:42.213665 [ 255 ] {2b41268f-a5d1-4219-97e8-536afe0f694c} <Debug> TCPHandler: Processed in 0.00164818 sec. | ||
| 14183 | 2025.03.04 03:29:42.213817 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14184 | 2025.03.04 03:29:42.213919 [ 255 ] {1b44bfca-d8fa-48fd-b244-cdb2aa2bf3e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14185 | 2025.03.04 03:29:42.213963 [ 255 ] {1b44bfca-d8fa-48fd-b244-cdb2aa2bf3e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14186 | 2025.03.04 03:29:42.214417 [ 255 ] {1b44bfca-d8fa-48fd-b244-cdb2aa2bf3e1} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14187 | 2025.03.04 03:29:42.214455 [ 255 ] {1b44bfca-d8fa-48fd-b244-cdb2aa2bf3e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 14188 | 2025.03.04 03:29:42.214795 [ 255 ] {1b44bfca-d8fa-48fd-b244-cdb2aa2bf3e1} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 14189 | 2025.03.04 03:29:42.215020 [ 255 ] {1b44bfca-d8fa-48fd-b244-cdb2aa2bf3e1} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14190 | 2025.03.04 03:29:42.215224 [ 255 ] {1b44bfca-d8fa-48fd-b244-cdb2aa2bf3e1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001328 sec., 45180.72289156626 rows/sec., 3.04 MiB/sec. | ||
| 14191 | 2025.03.04 03:29:42.215274 [ 255 ] {1b44bfca-d8fa-48fd-b244-cdb2aa2bf3e1} <Debug> TCPHandler: Processed in 0.001505679 sec. | ||
| 14192 | 2025.03.04 03:29:42.935344 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14193 | 2025.03.04 03:29:42.935434 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14194 | 2025.03.04 03:29:42.937924 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14195 | 2025.03.04 03:29:43.269630 [ 222 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14196 | 2025.03.04 03:29:43.269706 [ 222 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14197 | 2025.03.04 03:29:43.271904 [ 222 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14198 | 2025.03.04 03:29:45.920728 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14199 | 2025.03.04 03:29:45.920826 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14200 | 2025.03.04 03:29:46.189221 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43066 | ||
| 14201 | 2025.03.04 03:29:46.189978 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14202 | 2025.03.04 03:29:46.190033 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 14203 | 2025.03.04 03:29:46.190593 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 14204 | 2025.03.04 03:29:46.190846 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14205 | 2025.03.04 03:29:46.191112 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43066 | ||
| 14206 | 2025.03.04 03:29:47.183820 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14207 | 2025.03.04 03:29:47.184029 [ 255 ] {ee34cbfd-29ec-4d71-ab0b-9066da5506e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14208 | 2025.03.04 03:29:47.184107 [ 255 ] {ee34cbfd-29ec-4d71-ab0b-9066da5506e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14209 | 2025.03.04 03:29:47.184892 [ 255 ] {ee34cbfd-29ec-4d71-ab0b-9066da5506e8} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14210 | 2025.03.04 03:29:47.184940 [ 255 ] {ee34cbfd-29ec-4d71-ab0b-9066da5506e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 14211 | 2025.03.04 03:29:47.185374 [ 255 ] {ee34cbfd-29ec-4d71-ab0b-9066da5506e8} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 14212 | 2025.03.04 03:29:47.185622 [ 255 ] {ee34cbfd-29ec-4d71-ab0b-9066da5506e8} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14213 | 2025.03.04 03:29:47.185867 [ 255 ] {ee34cbfd-29ec-4d71-ab0b-9066da5506e8} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001894 sec., 29567.053854276663 rows/sec., 2.26 MiB/sec. | ||
| 14214 | 2025.03.04 03:29:47.185935 [ 255 ] {ee34cbfd-29ec-4d71-ab0b-9066da5506e8} <Debug> TCPHandler: Processed in 0.002244178 sec. | ||
| 14215 | 2025.03.04 03:29:47.186047 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14216 | 2025.03.04 03:29:47.186155 [ 255 ] {eade588f-0f94-4b20-b304-334157946e17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14217 | 2025.03.04 03:29:47.186202 [ 255 ] {eade588f-0f94-4b20-b304-334157946e17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14218 | 2025.03.04 03:29:47.186754 [ 255 ] {eade588f-0f94-4b20-b304-334157946e17} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14219 | 2025.03.04 03:29:47.186793 [ 255 ] {eade588f-0f94-4b20-b304-334157946e17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 14220 | 2025.03.04 03:29:47.187182 [ 255 ] {eade588f-0f94-4b20-b304-334157946e17} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 14221 | 2025.03.04 03:29:47.187419 [ 255 ] {eade588f-0f94-4b20-b304-334157946e17} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14222 | 2025.03.04 03:29:47.187626 [ 255 ] {eade588f-0f94-4b20-b304-334157946e17} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001499 sec., 42695.130086724486 rows/sec., 3.33 MiB/sec. | ||
| 14223 | 2025.03.04 03:29:47.187680 [ 255 ] {eade588f-0f94-4b20-b304-334157946e17} <Debug> TCPHandler: Processed in 0.001683251 sec. | ||
| 14224 | 2025.03.04 03:29:47.187793 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14225 | 2025.03.04 03:29:47.187899 [ 255 ] {150179f1-277f-43b1-a918-f4843678265b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14226 | 2025.03.04 03:29:47.187946 [ 255 ] {150179f1-277f-43b1-a918-f4843678265b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14227 | 2025.03.04 03:29:47.188455 [ 255 ] {150179f1-277f-43b1-a918-f4843678265b} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14228 | 2025.03.04 03:29:47.188493 [ 255 ] {150179f1-277f-43b1-a918-f4843678265b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 14229 | 2025.03.04 03:29:47.188873 [ 255 ] {150179f1-277f-43b1-a918-f4843678265b} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 14230 | 2025.03.04 03:29:47.189105 [ 255 ] {150179f1-277f-43b1-a918-f4843678265b} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14231 | 2025.03.04 03:29:47.189338 [ 255 ] {150179f1-277f-43b1-a918-f4843678265b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001458 sec., 109739.36899862826 rows/sec., 7.64 MiB/sec. | ||
| 14232 | 2025.03.04 03:29:47.189442 [ 255 ] {150179f1-277f-43b1-a918-f4843678265b} <Debug> TCPHandler: Processed in 0.00169744 sec. | ||
| 14233 | 2025.03.04 03:29:47.189601 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14234 | 2025.03.04 03:29:47.189882 [ 255 ] {9d8f833a-fd5d-4f16-8be1-1deee4778c10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14235 | 2025.03.04 03:29:47.190024 [ 255 ] {9d8f833a-fd5d-4f16-8be1-1deee4778c10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14236 | 2025.03.04 03:29:47.190532 [ 255 ] {9d8f833a-fd5d-4f16-8be1-1deee4778c10} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14237 | 2025.03.04 03:29:47.190570 [ 255 ] {9d8f833a-fd5d-4f16-8be1-1deee4778c10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 14238 | 2025.03.04 03:29:47.190924 [ 255 ] {9d8f833a-fd5d-4f16-8be1-1deee4778c10} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 14239 | 2025.03.04 03:29:47.191148 [ 255 ] {9d8f833a-fd5d-4f16-8be1-1deee4778c10} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14240 | 2025.03.04 03:29:47.191352 [ 255 ] {9d8f833a-fd5d-4f16-8be1-1deee4778c10} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001567 sec., 38289.72559029994 rows/sec., 2.58 MiB/sec. | ||
| 14241 | 2025.03.04 03:29:47.191401 [ 255 ] {9d8f833a-fd5d-4f16-8be1-1deee4778c10} <Debug> TCPHandler: Processed in 0.001900304 sec. | ||
| 14242 | 2025.03.04 03:29:49.367408 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 709 | ||
| 14243 | 2025.03.04 03:29:49.391359 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14244 | 2025.03.04 03:29:49.391412 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 14245 | 2025.03.04 03:29:49.398998 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 14246 | 2025.03.04 03:29:49.399810 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14247 | 2025.03.04 03:29:49.402710 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 709 | ||
| 14248 | 2025.03.04 03:29:51.327832 [ 218 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14249 | 2025.03.04 03:29:51.327932 [ 218 ] {} <Debug> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14250 | 2025.03.04 03:29:51.330176 [ 218 ] {} <Debug> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14251 | 2025.03.04 03:29:51.446472 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1868 | ||
| 14252 | 2025.03.04 03:29:51.449465 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14253 | 2025.03.04 03:29:51.449518 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14254 | 2025.03.04 03:29:51.451106 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14255 | 2025.03.04 03:29:51.451448 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14256 | 2025.03.04 03:29:51.452068 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1868 | ||
| 14257 | 2025.03.04 03:29:52.186780 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14258 | 2025.03.04 03:29:52.186983 [ 255 ] {5841efe2-3a83-4418-a952-b1221d1b553f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14259 | 2025.03.04 03:29:52.187063 [ 255 ] {5841efe2-3a83-4418-a952-b1221d1b553f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14260 | 2025.03.04 03:29:52.187881 [ 255 ] {5841efe2-3a83-4418-a952-b1221d1b553f} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14261 | 2025.03.04 03:29:52.187927 [ 255 ] {5841efe2-3a83-4418-a952-b1221d1b553f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14262 | 2025.03.04 03:29:52.188335 [ 255 ] {5841efe2-3a83-4418-a952-b1221d1b553f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 14263 | 2025.03.04 03:29:52.188600 [ 255 ] {5841efe2-3a83-4418-a952-b1221d1b553f} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14264 | 2025.03.04 03:29:52.188864 [ 255 ] {5841efe2-3a83-4418-a952-b1221d1b553f} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001926 sec., 3115.264797507788 rows/sec., 254.03 KiB/sec. | ||
| 14265 | 2025.03.04 03:29:52.188978 [ 255 ] {5841efe2-3a83-4418-a952-b1221d1b553f} <Debug> TCPHandler: Processed in 0.002330418 sec. | ||
| 14266 | 2025.03.04 03:29:52.189231 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14267 | 2025.03.04 03:29:52.189394 [ 255 ] {f789dd4c-9a45-477e-94a7-5b183e341e8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14268 | 2025.03.04 03:29:52.189442 [ 255 ] {f789dd4c-9a45-477e-94a7-5b183e341e8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14269 | 2025.03.04 03:29:52.190088 [ 255 ] {f789dd4c-9a45-477e-94a7-5b183e341e8e} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14270 | 2025.03.04 03:29:52.190128 [ 255 ] {f789dd4c-9a45-477e-94a7-5b183e341e8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14271 | 2025.03.04 03:29:52.190502 [ 255 ] {f789dd4c-9a45-477e-94a7-5b183e341e8e} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 14272 | 2025.03.04 03:29:52.190734 [ 255 ] {f789dd4c-9a45-477e-94a7-5b183e341e8e} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14273 | 2025.03.04 03:29:52.190949 [ 255 ] {f789dd4c-9a45-477e-94a7-5b183e341e8e} <Debug> executeQuery: Read 179 rows, 15.99 KiB in 0.001585 sec., 112933.75394321766 rows/sec., 9.85 MiB/sec. | ||
| 14274 | 2025.03.04 03:29:52.191003 [ 255 ] {f789dd4c-9a45-477e-94a7-5b183e341e8e} <Debug> TCPHandler: Processed in 0.001876093 sec. | ||
| 14275 | 2025.03.04 03:29:52.191106 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14276 | 2025.03.04 03:29:52.191208 [ 255 ] {81ebccef-93e4-476d-8f1d-fe2a1f9d84d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14277 | 2025.03.04 03:29:52.191251 [ 255 ] {81ebccef-93e4-476d-8f1d-fe2a1f9d84d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14278 | 2025.03.04 03:29:52.191783 [ 255 ] {81ebccef-93e4-476d-8f1d-fe2a1f9d84d0} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14279 | 2025.03.04 03:29:52.191820 [ 255 ] {81ebccef-93e4-476d-8f1d-fe2a1f9d84d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14280 | 2025.03.04 03:29:52.192160 [ 255 ] {81ebccef-93e4-476d-8f1d-fe2a1f9d84d0} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 14281 | 2025.03.04 03:29:52.192385 [ 255 ] {81ebccef-93e4-476d-8f1d-fe2a1f9d84d0} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14282 | 2025.03.04 03:29:52.192599 [ 255 ] {81ebccef-93e4-476d-8f1d-fe2a1f9d84d0} <Debug> executeQuery: Read 66 rows, 4.93 KiB in 0.001413 sec., 46709.12951167728 rows/sec., 3.41 MiB/sec. | ||
| 14283 | 2025.03.04 03:29:52.192651 [ 255 ] {81ebccef-93e4-476d-8f1d-fe2a1f9d84d0} <Debug> TCPHandler: Processed in 0.001593879 sec. | ||
| 14284 | 2025.03.04 03:29:52.192752 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14285 | 2025.03.04 03:29:52.192852 [ 255 ] {b3a22edf-d87e-402b-84ea-15e7c885aee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14286 | 2025.03.04 03:29:52.192895 [ 255 ] {b3a22edf-d87e-402b-84ea-15e7c885aee5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14287 | 2025.03.04 03:29:52.193460 [ 255 ] {b3a22edf-d87e-402b-84ea-15e7c885aee5} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14288 | 2025.03.04 03:29:52.193499 [ 255 ] {b3a22edf-d87e-402b-84ea-15e7c885aee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14289 | 2025.03.04 03:29:52.193853 [ 255 ] {b3a22edf-d87e-402b-84ea-15e7c885aee5} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 14290 | 2025.03.04 03:29:52.194099 [ 255 ] {b3a22edf-d87e-402b-84ea-15e7c885aee5} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14291 | 2025.03.04 03:29:52.194300 [ 255 ] {b3a22edf-d87e-402b-84ea-15e7c885aee5} <Debug> executeQuery: Read 130 rows, 10.41 KiB in 0.001468 sec., 88555.8583106267 rows/sec., 6.92 MiB/sec. | ||
| 14292 | 2025.03.04 03:29:52.194351 [ 255 ] {b3a22edf-d87e-402b-84ea-15e7c885aee5} <Debug> TCPHandler: Processed in 0.0016476 sec. | ||
| 14293 | 2025.03.04 03:29:52.194461 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14294 | 2025.03.04 03:29:52.194558 [ 255 ] {902532d2-0e0d-4c21-bbbc-d20264afaa29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14295 | 2025.03.04 03:29:52.194603 [ 255 ] {902532d2-0e0d-4c21-bbbc-d20264afaa29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14296 | 2025.03.04 03:29:52.195083 [ 255 ] {902532d2-0e0d-4c21-bbbc-d20264afaa29} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14297 | 2025.03.04 03:29:52.195119 [ 255 ] {902532d2-0e0d-4c21-bbbc-d20264afaa29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14298 | 2025.03.04 03:29:52.195542 [ 255 ] {902532d2-0e0d-4c21-bbbc-d20264afaa29} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 14299 | 2025.03.04 03:29:52.195770 [ 255 ] {902532d2-0e0d-4c21-bbbc-d20264afaa29} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14300 | 2025.03.04 03:29:52.195980 [ 255 ] {902532d2-0e0d-4c21-bbbc-d20264afaa29} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001437 sec., 113430.75852470426 rows/sec., 7.90 MiB/sec. | ||
| 14301 | 2025.03.04 03:29:52.196039 [ 255 ] {902532d2-0e0d-4c21-bbbc-d20264afaa29} <Debug> TCPHandler: Processed in 0.00162571 sec. | ||
| 14302 | 2025.03.04 03:29:52.196151 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14303 | 2025.03.04 03:29:52.196317 [ 255 ] {1bcea96b-19a6-45ca-9228-85b41b4ce86d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14304 | 2025.03.04 03:29:52.196456 [ 255 ] {1bcea96b-19a6-45ca-9228-85b41b4ce86d} <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 | ||
| 14305 | 2025.03.04 03:29:52.197677 [ 255 ] {1bcea96b-19a6-45ca-9228-85b41b4ce86d} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14306 | 2025.03.04 03:29:52.197714 [ 255 ] {1bcea96b-19a6-45ca-9228-85b41b4ce86d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14307 | 2025.03.04 03:29:52.198406 [ 255 ] {1bcea96b-19a6-45ca-9228-85b41b4ce86d} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14308 | 2025.03.04 03:29:52.198657 [ 255 ] {1bcea96b-19a6-45ca-9228-85b41b4ce86d} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14309 | 2025.03.04 03:29:52.198910 [ 221 ] {} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14310 | 2025.03.04 03:29:52.198933 [ 255 ] {1bcea96b-19a6-45ca-9228-85b41b4ce86d} <Debug> executeQuery: Read 60 rows, 110.10 KiB in 0.002665 sec., 22514.0712945591 rows/sec., 40.34 MiB/sec. | ||
| 14311 | 2025.03.04 03:29:52.198970 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14312 | 2025.03.04 03:29:52.199167 [ 255 ] {1bcea96b-19a6-45ca-9228-85b41b4ce86d} <Debug> TCPHandler: Processed in 0.003072737 sec. | ||
| 14313 | 2025.03.04 03:29:52.199409 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14314 | 2025.03.04 03:29:52.199513 [ 255 ] {1c6f29e7-913f-4e8f-a605-fd6bb7633194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14315 | 2025.03.04 03:29:52.199590 [ 255 ] {1c6f29e7-913f-4e8f-a605-fd6bb7633194} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14316 | 2025.03.04 03:29:52.200793 [ 255 ] {1c6f29e7-913f-4e8f-a605-fd6bb7633194} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14317 | 2025.03.04 03:29:52.200833 [ 255 ] {1c6f29e7-913f-4e8f-a605-fd6bb7633194} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14318 | 2025.03.04 03:29:52.201471 [ 255 ] {1c6f29e7-913f-4e8f-a605-fd6bb7633194} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 14319 | 2025.03.04 03:29:52.202049 [ 255 ] {1c6f29e7-913f-4e8f-a605-fd6bb7633194} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14320 | 2025.03.04 03:29:52.202456 [ 255 ] {1c6f29e7-913f-4e8f-a605-fd6bb7633194} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002945 sec., 20373.51443123939 rows/sec., 1.37 MiB/sec. | ||
| 14321 | 2025.03.04 03:29:52.202717 [ 255 ] {1c6f29e7-913f-4e8f-a605-fd6bb7633194} <Debug> TCPHandler: Processed in 0.003353771 sec. | ||
| 14322 | 2025.03.04 03:29:52.203356 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14323 | 2025.03.04 03:29:53.691302 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43493 | ||
| 14324 | 2025.03.04 03:29:53.692272 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14325 | 2025.03.04 03:29:53.692337 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14326 | 2025.03.04 03:29:53.693084 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 14327 | 2025.03.04 03:29:53.693335 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14328 | 2025.03.04 03:29:53.693512 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43493 | ||
| 14329 | 2025.03.04 03:29:53.844943 [ 148 ] {} <Debug> oximeter.measurements_i64 (84a51a95-3071-4569-9530-162444ea9251) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 14330 | 2025.03.04 03:29:53.844987 [ 148 ] {} <Trace> oximeter.measurements_i64 (84a51a95-3071-4569-9530-162444ea9251): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14331 | 2025.03.04 03:29:53.845010 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14332 | 2025.03.04 03:29:53.845392 [ 186 ] {84a51a95-3071-4569-9530-162444ea9251::all_1_5_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full | ||
| 14333 | 2025.03.04 03:29:53.845628 [ 186 ] {84a51a95-3071-4569-9530-162444ea9251::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14334 | 2025.03.04 03:29:53.845672 [ 186 ] {84a51a95-3071-4569-9530-162444ea9251::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part | ||
| 14335 | 2025.03.04 03:29:53.845756 [ 186 ] {84a51a95-3071-4569-9530-162444ea9251::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 14336 | 2025.03.04 03:29:53.845856 [ 186 ] {84a51a95-3071-4569-9530-162444ea9251::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 14337 | 2025.03.04 03:29:53.846015 [ 186 ] {84a51a95-3071-4569-9530-162444ea9251::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 9 rows starting from the beginning of the part | ||
| 14338 | 2025.03.04 03:29:53.846353 [ 186 ] {84a51a95-3071-4569-9530-162444ea9251::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part | ||
| 14339 | 2025.03.04 03:29:53.847505 [ 196 ] {84a51a95-3071-4569-9530-162444ea9251::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.002393789 sec., 21305.135916323452 rows/sec., 1.52 MiB/sec. | ||
| 14340 | 2025.03.04 03:29:53.847715 [ 199 ] {84a51a95-3071-4569-9530-162444ea9251::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 14341 | 2025.03.04 03:29:53.848086 [ 199 ] {84a51a95-3071-4569-9530-162444ea9251::all_1_5_1} <Trace> oximeter.measurements_i64 (84a51a95-3071-4569-9530-162444ea9251): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14342 | 2025.03.04 03:29:53.848181 [ 199 ] {84a51a95-3071-4569-9530-162444ea9251::all_1_5_1} <Trace> oximeter.measurements_i64 (84a51a95-3071-4569-9530-162444ea9251) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 14343 | 2025.03.04 03:29:53.848290 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 14344 | 2025.03.04 03:29:54.075921 [ 225 ] {} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 14345 | 2025.03.04 03:29:54.075974 [ 225 ] {} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 14346 | 2025.03.04 03:29:54.078365 [ 225 ] {} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 14347 | 2025.03.04 03:29:54.129741 [ 219 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 14348 | 2025.03.04 03:29:54.129809 [ 219 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 14349 | 2025.03.04 03:29:54.132058 [ 219 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 14350 | 2025.03.04 03:29:54.640794 [ 220 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 14351 | 2025.03.04 03:29:54.640851 [ 220 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 14352 | 2025.03.04 03:29:54.642921 [ 220 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 14353 | 2025.03.04 03:29:55.000149 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 255.34 MiB, peak 277.71 MiB, free memory in arenas 0.00 B, will set to 259.34 MiB (RSS), difference: 4.00 MiB | ||
| 14354 | 2025.03.04 03:29:56.902834 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 716 | ||
| 14355 | 2025.03.04 03:29:56.925706 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14356 | 2025.03.04 03:29:56.925756 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14357 | 2025.03.04 03:29:56.933422 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 14358 | 2025.03.04 03:29:56.934216 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14359 | 2025.03.04 03:29:56.937214 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 716 | ||
| 14360 | 2025.03.04 03:29:57.184435 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14361 | 2025.03.04 03:29:57.184639 [ 255 ] {a90f4b1d-8f7a-4eb4-90a6-37f3ab5048f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14362 | 2025.03.04 03:29:57.184716 [ 255 ] {a90f4b1d-8f7a-4eb4-90a6-37f3ab5048f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14363 | 2025.03.04 03:29:57.185603 [ 255 ] {a90f4b1d-8f7a-4eb4-90a6-37f3ab5048f9} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14364 | 2025.03.04 03:29:57.185648 [ 255 ] {a90f4b1d-8f7a-4eb4-90a6-37f3ab5048f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14365 | 2025.03.04 03:29:57.186080 [ 255 ] {a90f4b1d-8f7a-4eb4-90a6-37f3ab5048f9} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 14366 | 2025.03.04 03:29:57.186327 [ 255 ] {a90f4b1d-8f7a-4eb4-90a6-37f3ab5048f9} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14367 | 2025.03.04 03:29:57.186552 [ 145 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 14368 | 2025.03.04 03:29:57.186568 [ 255 ] {a90f4b1d-8f7a-4eb4-90a6-37f3ab5048f9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001978 sec., 28311.425682507583 rows/sec., 2.16 MiB/sec. | ||
| 14369 | 2025.03.04 03:29:57.186678 [ 145 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14370 | 2025.03.04 03:29:57.186754 [ 255 ] {a90f4b1d-8f7a-4eb4-90a6-37f3ab5048f9} <Debug> TCPHandler: Processed in 0.00243908 sec. | ||
| 14371 | 2025.03.04 03:29:57.186768 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14372 | 2025.03.04 03:29:57.186977 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14373 | 2025.03.04 03:29:57.187014 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 14374 | 2025.03.04 03:29:57.187145 [ 255 ] {2c6b2667-5230-4357-a8cf-608dd35e72f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14375 | 2025.03.04 03:29:57.187274 [ 255 ] {2c6b2667-5230-4357-a8cf-608dd35e72f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14376 | 2025.03.04 03:29:57.187348 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14377 | 2025.03.04 03:29:57.187467 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 2002 rows starting from the beginning of the part | ||
| 14378 | 2025.03.04 03:29:57.187952 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 1318 rows starting from the beginning of the part | ||
| 14379 | 2025.03.04 03:29:57.188614 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 177 rows starting from the beginning of the part | ||
| 14380 | 2025.03.04 03:29:57.189309 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 56 rows starting from the beginning of the part | ||
| 14381 | 2025.03.04 03:29:57.189846 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 179 rows starting from the beginning of the part | ||
| 14382 | 2025.03.04 03:29:57.190388 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 56 rows starting from the beginning of the part | ||
| 14383 | 2025.03.04 03:29:57.191273 [ 255 ] {2c6b2667-5230-4357-a8cf-608dd35e72f3} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14384 | 2025.03.04 03:29:57.191321 [ 255 ] {2c6b2667-5230-4357-a8cf-608dd35e72f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14385 | 2025.03.04 03:29:57.191819 [ 255 ] {2c6b2667-5230-4357-a8cf-608dd35e72f3} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 14386 | 2025.03.04 03:29:57.192157 [ 255 ] {2c6b2667-5230-4357-a8cf-608dd35e72f3} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14387 | 2025.03.04 03:29:57.192361 [ 145 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 14388 | 2025.03.04 03:29:57.192433 [ 145 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14389 | 2025.03.04 03:29:57.192452 [ 255 ] {2c6b2667-5230-4357-a8cf-608dd35e72f3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005348 sec., 11967.090501121915 rows/sec., 956.48 KiB/sec. | ||
| 14390 | 2025.03.04 03:29:57.192486 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14391 | 2025.03.04 03:29:57.192647 [ 255 ] {2c6b2667-5230-4357-a8cf-608dd35e72f3} <Debug> TCPHandler: Processed in 0.005753481 sec. | ||
| 14392 | 2025.03.04 03:29:57.192972 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 14393 | 2025.03.04 03:29:57.193053 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14394 | 2025.03.04 03:29:57.193595 [ 255 ] {b017d8ca-e1d3-4f54-b978-e44cdfc93990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14395 | 2025.03.04 03:29:57.193913 [ 255 ] {b017d8ca-e1d3-4f54-b978-e44cdfc93990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14396 | 2025.03.04 03:29:57.194001 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14397 | 2025.03.04 03:29:57.194227 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 972 rows starting from the beginning of the part | ||
| 14398 | 2025.03.04 03:29:57.194898 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 560 rows starting from the beginning of the part | ||
| 14399 | 2025.03.04 03:29:57.194964 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3788 rows, containing 5 columns (5 merged, 0 gathered) in 0.008050338 sec., 470539.249407913 rows/sec., 40.76 MiB/sec. | ||
| 14400 | 2025.03.04 03:29:57.195714 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 133 rows starting from the beginning of the part | ||
| 14401 | 2025.03.04 03:29:57.195797 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 14402 | 2025.03.04 03:29:57.196433 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 64 rows starting from the beginning of the part | ||
| 14403 | 2025.03.04 03:29:57.197293 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 130 rows starting from the beginning of the part | ||
| 14404 | 2025.03.04 03:29:57.198091 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 64 rows starting from the beginning of the part | ||
| 14405 | 2025.03.04 03:29:57.198127 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_141_28} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14406 | 2025.03.04 03:29:57.198823 [ 200 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_141_28} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 14407 | 2025.03.04 03:29:57.199410 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 14408 | 2025.03.04 03:29:57.200232 [ 255 ] {b017d8ca-e1d3-4f54-b978-e44cdfc93990} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14409 | 2025.03.04 03:29:57.200303 [ 255 ] {b017d8ca-e1d3-4f54-b978-e44cdfc93990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14410 | 2025.03.04 03:29:57.201444 [ 255 ] {b017d8ca-e1d3-4f54-b978-e44cdfc93990} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 14411 | 2025.03.04 03:29:57.201827 [ 255 ] {b017d8ca-e1d3-4f54-b978-e44cdfc93990} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14412 | 2025.03.04 03:29:57.202315 [ 255 ] {b017d8ca-e1d3-4f54-b978-e44cdfc93990} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.008913 sec., 17951.30707954673 rows/sec., 1.25 MiB/sec. | ||
| 14413 | 2025.03.04 03:29:57.202489 [ 199 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1923 rows, containing 5 columns (5 merged, 0 gathered) in 0.00984949 sec., 195238.53519319274 rows/sec., 15.35 MiB/sec. | ||
| 14414 | 2025.03.04 03:29:57.202494 [ 255 ] {b017d8ca-e1d3-4f54-b978-e44cdfc93990} <Debug> TCPHandler: Processed in 0.009540347 sec. | ||
| 14415 | 2025.03.04 03:29:57.202672 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14416 | 2025.03.04 03:29:57.202775 [ 197 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 14417 | 2025.03.04 03:29:57.202808 [ 255 ] {78328934-f2b4-4e56-b954-6b76d8fecdf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14418 | 2025.03.04 03:29:57.202928 [ 255 ] {78328934-f2b4-4e56-b954-6b76d8fecdf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14419 | 2025.03.04 03:29:57.203415 [ 197 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_141_28} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14420 | 2025.03.04 03:29:57.203595 [ 197 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_141_28} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 14421 | 2025.03.04 03:29:57.203800 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 14422 | 2025.03.04 03:29:57.203899 [ 255 ] {78328934-f2b4-4e56-b954-6b76d8fecdf0} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14423 | 2025.03.04 03:29:57.203942 [ 255 ] {78328934-f2b4-4e56-b954-6b76d8fecdf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14424 | 2025.03.04 03:29:57.204305 [ 255 ] {78328934-f2b4-4e56-b954-6b76d8fecdf0} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 14425 | 2025.03.04 03:29:57.204531 [ 255 ] {78328934-f2b4-4e56-b954-6b76d8fecdf0} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14426 | 2025.03.04 03:29:57.204713 [ 143 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 14427 | 2025.03.04 03:29:57.204732 [ 255 ] {78328934-f2b4-4e56-b954-6b76d8fecdf0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001963 sec., 30565.46102903719 rows/sec., 2.06 MiB/sec. | ||
| 14428 | 2025.03.04 03:29:57.204780 [ 143 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14429 | 2025.03.04 03:29:57.204856 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14430 | 2025.03.04 03:29:57.204855 [ 255 ] {78328934-f2b4-4e56-b954-6b76d8fecdf0} <Debug> TCPHandler: Processed in 0.002239158 sec. | ||
| 14431 | 2025.03.04 03:29:57.205115 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 14432 | 2025.03.04 03:29:57.205402 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14433 | 2025.03.04 03:29:57.205502 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 7928 rows starting from the beginning of the part | ||
| 14434 | 2025.03.04 03:29:57.205811 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 60 rows starting from the beginning of the part | ||
| 14435 | 2025.03.04 03:29:57.206183 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 60 rows starting from the beginning of the part | ||
| 14436 | 2025.03.04 03:29:57.206570 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 60 rows starting from the beginning of the part | ||
| 14437 | 2025.03.04 03:29:57.206962 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 60 rows starting from the beginning of the part | ||
| 14438 | 2025.03.04 03:29:57.207309 [ 191 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 60 rows starting from the beginning of the part | ||
| 14439 | 2025.03.04 03:29:57.209918 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8228 rows, containing 4 columns (4 merged, 0 gathered) in 0.004958531 sec., 1659362.420039322 rows/sec., 111.53 MiB/sec. | ||
| 14440 | 2025.03.04 03:29:57.210096 [ 187 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 14441 | 2025.03.04 03:29:57.210402 [ 187 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_141_28} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14442 | 2025.03.04 03:29:57.210482 [ 187 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_141_28} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 14443 | 2025.03.04 03:29:57.210559 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. | ||
| 14444 | 2025.03.04 03:30:00.920875 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14445 | 2025.03.04 03:30:00.920935 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14446 | 2025.03.04 03:30:01.193685 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43981 | ||
| 14447 | 2025.03.04 03:30:01.194720 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14448 | 2025.03.04 03:30:01.194805 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14449 | 2025.03.04 03:30:01.195450 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 14450 | 2025.03.04 03:30:01.195710 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14451 | 2025.03.04 03:30:01.195974 [ 141 ] {} <Debug> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 14452 | 2025.03.04 03:30:01.195996 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43981 | ||
| 14453 | 2025.03.04 03:30:01.196095 [ 141 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14454 | 2025.03.04 03:30:01.196141 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14455 | 2025.03.04 03:30:01.196333 [ 197 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 14456 | 2025.03.04 03:30:01.196539 [ 197 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14457 | 2025.03.04 03:30:01.196608 [ 197 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 41663 rows starting from the beginning of the part | ||
| 14458 | 2025.03.04 03:30:01.196739 [ 197 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 488 rows starting from the beginning of the part | ||
| 14459 | 2025.03.04 03:30:01.196945 [ 197 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 427 rows starting from the beginning of the part | ||
| 14460 | 2025.03.04 03:30:01.197224 [ 197 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 488 rows starting from the beginning of the part | ||
| 14461 | 2025.03.04 03:30:01.197516 [ 197 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 427 rows starting from the beginning of the part | ||
| 14462 | 2025.03.04 03:30:01.197746 [ 197 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 488 rows starting from the beginning of the part | ||
| 14463 | 2025.03.04 03:30:01.201161 [ 198 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43981 rows, containing 4 columns (4 merged, 0 gathered) in 0.00492348 sec., 8932909.243055725 rows/sec., 127.79 MiB/sec. | ||
| 14464 | 2025.03.04 03:30:01.201559 [ 198 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 14465 | 2025.03.04 03:30:01.201906 [ 198 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_96_19} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14466 | 2025.03.04 03:30:01.201997 [ 198 ] {1345a41a-cb03-40d0-bb20-ae88c4d3d7ab::all_1_96_19} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 14467 | 2025.03.04 03:30:01.202118 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 14468 | 2025.03.04 03:30:01.452370 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1890 | ||
| 14469 | 2025.03.04 03:30:01.455702 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14470 | 2025.03.04 03:30:01.455753 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14471 | 2025.03.04 03:30:01.457285 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14472 | 2025.03.04 03:30:01.457603 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14473 | 2025.03.04 03:30:01.458342 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1890 | ||
| 14474 | 2025.03.04 03:30:02.002859 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.002370118 sec. | ||
| 14475 | 2025.03.04 03:30:02.186420 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14476 | 2025.03.04 03:30:02.186612 [ 255 ] {ecbe54f8-cfda-4a7a-81d2-2fdcdf1c9f82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14477 | 2025.03.04 03:30:02.186687 [ 255 ] {ecbe54f8-cfda-4a7a-81d2-2fdcdf1c9f82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14478 | 2025.03.04 03:30:02.187548 [ 255 ] {ecbe54f8-cfda-4a7a-81d2-2fdcdf1c9f82} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14479 | 2025.03.04 03:30:02.187593 [ 255 ] {ecbe54f8-cfda-4a7a-81d2-2fdcdf1c9f82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14480 | 2025.03.04 03:30:02.188027 [ 255 ] {ecbe54f8-cfda-4a7a-81d2-2fdcdf1c9f82} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 14481 | 2025.03.04 03:30:02.188273 [ 255 ] {ecbe54f8-cfda-4a7a-81d2-2fdcdf1c9f82} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14482 | 2025.03.04 03:30:02.188480 [ 255 ] {ecbe54f8-cfda-4a7a-81d2-2fdcdf1c9f82} <Debug> executeQuery: Read 176 rows, 15.77 KiB in 0.001923 sec., 91523.66094643786 rows/sec., 8.01 MiB/sec. | ||
| 14483 | 2025.03.04 03:30:02.188554 [ 255 ] {ecbe54f8-cfda-4a7a-81d2-2fdcdf1c9f82} <Debug> TCPHandler: Processed in 0.002264198 sec. | ||
| 14484 | 2025.03.04 03:30:02.188720 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14485 | 2025.03.04 03:30:02.188852 [ 255 ] {1fb2b0d3-2ef0-4730-b80f-0d8b52afffab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14486 | 2025.03.04 03:30:02.188899 [ 255 ] {1fb2b0d3-2ef0-4730-b80f-0d8b52afffab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14487 | 2025.03.04 03:30:02.189480 [ 255 ] {1fb2b0d3-2ef0-4730-b80f-0d8b52afffab} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14488 | 2025.03.04 03:30:02.189517 [ 255 ] {1fb2b0d3-2ef0-4730-b80f-0d8b52afffab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14489 | 2025.03.04 03:30:02.189845 [ 255 ] {1fb2b0d3-2ef0-4730-b80f-0d8b52afffab} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 14490 | 2025.03.04 03:30:02.190062 [ 255 ] {1fb2b0d3-2ef0-4730-b80f-0d8b52afffab} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14491 | 2025.03.04 03:30:02.190245 [ 255 ] {1fb2b0d3-2ef0-4730-b80f-0d8b52afffab} <Debug> executeQuery: Read 60 rows, 4.51 KiB in 0.001464 sec., 40983.60655737705 rows/sec., 3.01 MiB/sec. | ||
| 14492 | 2025.03.04 03:30:02.190338 [ 255 ] {1fb2b0d3-2ef0-4730-b80f-0d8b52afffab} <Debug> TCPHandler: Processed in 0.001737281 sec. | ||
| 14493 | 2025.03.04 03:30:02.190593 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14494 | 2025.03.04 03:30:02.190764 [ 255 ] {9444fff1-815b-4b1c-afee-695c57943b47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14495 | 2025.03.04 03:30:02.190810 [ 255 ] {9444fff1-815b-4b1c-afee-695c57943b47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14496 | 2025.03.04 03:30:02.191381 [ 255 ] {9444fff1-815b-4b1c-afee-695c57943b47} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14497 | 2025.03.04 03:30:02.191418 [ 255 ] {9444fff1-815b-4b1c-afee-695c57943b47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14498 | 2025.03.04 03:30:02.191781 [ 255 ] {9444fff1-815b-4b1c-afee-695c57943b47} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 14499 | 2025.03.04 03:30:02.192012 [ 255 ] {9444fff1-815b-4b1c-afee-695c57943b47} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14500 | 2025.03.04 03:30:02.192203 [ 255 ] {9444fff1-815b-4b1c-afee-695c57943b47} <Debug> executeQuery: Read 124 rows, 9.92 KiB in 0.001456 sec., 85164.83516483517 rows/sec., 6.65 MiB/sec. | ||
| 14501 | 2025.03.04 03:30:02.192284 [ 255 ] {9444fff1-815b-4b1c-afee-695c57943b47} <Debug> TCPHandler: Processed in 0.001789012 sec. | ||
| 14502 | 2025.03.04 03:30:02.192428 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14503 | 2025.03.04 03:30:02.192714 [ 255 ] {7d255e8d-f9d1-40a9-adbc-4cc88d6b599e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14504 | 2025.03.04 03:30:02.192868 [ 255 ] {7d255e8d-f9d1-40a9-adbc-4cc88d6b599e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14505 | 2025.03.04 03:30:02.193737 [ 255 ] {7d255e8d-f9d1-40a9-adbc-4cc88d6b599e} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14506 | 2025.03.04 03:30:02.193773 [ 255 ] {7d255e8d-f9d1-40a9-adbc-4cc88d6b599e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14507 | 2025.03.04 03:30:02.194148 [ 255 ] {7d255e8d-f9d1-40a9-adbc-4cc88d6b599e} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 14508 | 2025.03.04 03:30:02.194378 [ 255 ] {7d255e8d-f9d1-40a9-adbc-4cc88d6b599e} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14509 | 2025.03.04 03:30:02.194512 [ 140 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 2 parts from all_1_137_30 to all_138_138_0 | ||
| 14510 | 2025.03.04 03:30:02.194558 [ 255 ] {7d255e8d-f9d1-40a9-adbc-4cc88d6b599e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001953 sec., 81925.24321556579 rows/sec., 5.71 MiB/sec. | ||
| 14511 | 2025.03.04 03:30:02.194561 [ 140 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14512 | 2025.03.04 03:30:02.194613 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14513 | 2025.03.04 03:30:02.194631 [ 255 ] {7d255e8d-f9d1-40a9-adbc-4cc88d6b599e} <Debug> TCPHandler: Processed in 0.002286338 sec. | ||
| 14514 | 2025.03.04 03:30:02.194905 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14515 | 2025.03.04 03:30:02.194907 [ 190 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_138_31} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_137_30 to all_138_138_0 into Compact with storage Full | ||
| 14516 | 2025.03.04 03:30:02.195330 [ 255 ] {c2fe0069-decb-460b-9c32-8c4fc67d2d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14517 | 2025.03.04 03:30:02.195555 [ 190 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_138_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14518 | 2025.03.04 03:30:02.195724 [ 190 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_138_31} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_137_30, total 39926 rows starting from the beginning of the part | ||
| 14519 | 2025.03.04 03:30:02.195968 [ 255 ] {c2fe0069-decb-460b-9c32-8c4fc67d2d1a} <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 | ||
| 14520 | 2025.03.04 03:30:02.196217 [ 190 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_138_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 160 rows starting from the beginning of the part | ||
| 14521 | 2025.03.04 03:30:02.199875 [ 255 ] {c2fe0069-decb-460b-9c32-8c4fc67d2d1a} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14522 | 2025.03.04 03:30:02.199918 [ 255 ] {c2fe0069-decb-460b-9c32-8c4fc67d2d1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14523 | 2025.03.04 03:30:02.200783 [ 255 ] {c2fe0069-decb-460b-9c32-8c4fc67d2d1a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14524 | 2025.03.04 03:30:02.201125 [ 255 ] {c2fe0069-decb-460b-9c32-8c4fc67d2d1a} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14525 | 2025.03.04 03:30:02.201404 [ 255 ] {c2fe0069-decb-460b-9c32-8c4fc67d2d1a} <Debug> executeQuery: Read 60 rows, 110.10 KiB in 0.006311 sec., 9507.20963397243 rows/sec., 17.04 MiB/sec. | ||
| 14526 | 2025.03.04 03:30:02.201537 [ 255 ] {c2fe0069-decb-460b-9c32-8c4fc67d2d1a} <Debug> TCPHandler: Processed in 0.006733533 sec. | ||
| 14527 | 2025.03.04 03:30:02.201670 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14528 | 2025.03.04 03:30:02.201809 [ 255 ] {614c5b1b-37d7-4c4e-8734-7bd4b7770a83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14529 | 2025.03.04 03:30:02.201858 [ 255 ] {614c5b1b-37d7-4c4e-8734-7bd4b7770a83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14530 | 2025.03.04 03:30:02.202449 [ 255 ] {614c5b1b-37d7-4c4e-8734-7bd4b7770a83} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14531 | 2025.03.04 03:30:02.202513 [ 255 ] {614c5b1b-37d7-4c4e-8734-7bd4b7770a83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14532 | 2025.03.04 03:30:02.202909 [ 255 ] {614c5b1b-37d7-4c4e-8734-7bd4b7770a83} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 14533 | 2025.03.04 03:30:02.203214 [ 255 ] {614c5b1b-37d7-4c4e-8734-7bd4b7770a83} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14534 | 2025.03.04 03:30:02.203422 [ 255 ] {614c5b1b-37d7-4c4e-8734-7bd4b7770a83} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001668 sec., 35971.22302158274 rows/sec., 2.42 MiB/sec. | ||
| 14535 | 2025.03.04 03:30:02.203471 [ 255 ] {614c5b1b-37d7-4c4e-8734-7bd4b7770a83} <Debug> TCPHandler: Processed in 0.001849912 sec. | ||
| 14536 | 2025.03.04 03:30:02.205665 [ 201 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_138_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40086 rows, containing 5 columns (5 merged, 0 gathered) in 0.010887293 sec., 3681906.9717330104 rows/sec., 252.61 MiB/sec. | ||
| 14537 | 2025.03.04 03:30:02.206294 [ 189 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_138_31} <Trace> MergedBlockOutputStream: filled checksums all_1_138_31 (state Temporary) | ||
| 14538 | 2025.03.04 03:30:02.206642 [ 189 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_138_31} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_138_31 to all_1_138_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14539 | 2025.03.04 03:30:02.206734 [ 189 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_138_31} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 2 parts: [all_1_137_30, all_138_138_0] -> all_1_138_31 | ||
| 14540 | 2025.03.04 03:30:02.206834 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 14541 | 2025.03.04 03:30:03.812511 [ 139 ] {} <Debug> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 14542 | 2025.03.04 03:30:03.812579 [ 139 ] {} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14543 | 2025.03.04 03:30:03.812605 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14544 | 2025.03.04 03:30:03.812844 [ 193 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 14545 | 2025.03.04 03:30:03.813100 [ 193 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14546 | 2025.03.04 03:30:03.813145 [ 193 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 20 rows starting from the beginning of the part | ||
| 14547 | 2025.03.04 03:30:03.813245 [ 193 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 14548 | 2025.03.04 03:30:03.813525 [ 193 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part | ||
| 14549 | 2025.03.04 03:30:03.813749 [ 193 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part | ||
| 14550 | 2025.03.04 03:30:03.813958 [ 193 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 14551 | 2025.03.04 03:30:03.815075 [ 201 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 5 columns (5 merged, 0 gathered) in 0.002389739 sec., 18412.052529585868 rows/sec., 1.54 MiB/sec. | ||
| 14552 | 2025.03.04 03:30:03.815216 [ 201 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 14553 | 2025.03.04 03:30:03.815537 [ 201 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_33_8} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14554 | 2025.03.04 03:30:03.815632 [ 201 ] {d24c7aac-0eb7-4f1d-93dd-307f6a73b456::all_1_33_8} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 14555 | 2025.03.04 03:30:03.815720 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14556 | 2025.03.04 03:30:04.437324 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 724 | ||
| 14557 | 2025.03.04 03:30:04.462769 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14558 | 2025.03.04 03:30:04.462826 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14559 | 2025.03.04 03:30:04.470462 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 14560 | 2025.03.04 03:30:04.471257 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14561 | 2025.03.04 03:30:04.471692 [ 136 ] {} <Debug> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 14562 | 2025.03.04 03:30:04.471850 [ 136 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14563 | 2025.03.04 03:30:04.471923 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14564 | 2025.03.04 03:30:04.472550 [ 189 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 14565 | 2025.03.04 03:30:04.487787 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 724 | ||
| 14566 | 2025.03.04 03:30:04.489342 [ 189 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14567 | 2025.03.04 03:30:04.491005 [ 189 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 686 rows starting from the beginning of the part | ||
| 14568 | 2025.03.04 03:30:04.497795 [ 189 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 8 rows starting from the beginning of the part | ||
| 14569 | 2025.03.04 03:30:04.504294 [ 189 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 7 rows starting from the beginning of the part | ||
| 14570 | 2025.03.04 03:30:04.510533 [ 189 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 8 rows starting from the beginning of the part | ||
| 14571 | 2025.03.04 03:30:04.517316 [ 189 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 7 rows starting from the beginning of the part | ||
| 14572 | 2025.03.04 03:30:04.523685 [ 189 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 8 rows starting from the beginning of the part | ||
| 14573 | 2025.03.04 03:30:04.590160 [ 195 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 724 rows, containing 679 columns (679 merged, 0 gathered) in 0.118026986 sec., 6134.190362193947 rows/sec., 31.72 MiB/sec. | ||
| 14574 | 2025.03.04 03:30:04.593967 [ 196 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 14575 | 2025.03.04 03:30:04.596989 [ 196 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_96_19} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14576 | 2025.03.04 03:30:04.597107 [ 196 ] {4b2f7209-ff4a-4ad8-a82f-b52e70f8311c::all_1_96_19} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 14577 | 2025.03.04 03:30:04.599765 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 14578 | 2025.03.04 03:30:05.000194 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.42 MiB, peak 277.85 MiB, free memory in arenas 0.00 B, will set to 259.34 MiB (RSS), difference: -1.08 MiB | ||
| 14579 | 2025.03.04 03:30:06.058902 [ 223 ] {} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 14580 | 2025.03.04 03:30:06.058969 [ 223 ] {} <Debug> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 14581 | 2025.03.04 03:30:06.060589 [ 223 ] {} <Debug> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 14582 | 2025.03.04 03:30:07.214142 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14583 | 2025.03.04 03:30:07.214329 [ 255 ] {cff95730-02ed-4654-8417-14b06a07de29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14584 | 2025.03.04 03:30:07.214397 [ 255 ] {cff95730-02ed-4654-8417-14b06a07de29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14585 | 2025.03.04 03:30:07.215177 [ 255 ] {cff95730-02ed-4654-8417-14b06a07de29} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14586 | 2025.03.04 03:30:07.215223 [ 255 ] {cff95730-02ed-4654-8417-14b06a07de29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14587 | 2025.03.04 03:30:07.215653 [ 255 ] {cff95730-02ed-4654-8417-14b06a07de29} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 14588 | 2025.03.04 03:30:07.215941 [ 255 ] {cff95730-02ed-4654-8417-14b06a07de29} <Trace> oximeter.fields_i16 (2d363867-28aa-4d82-9ca6-1cc54329fda0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14589 | 2025.03.04 03:30:07.216266 [ 255 ] {cff95730-02ed-4654-8417-14b06a07de29} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001976 sec., 12145.748987854251 rows/sec., 1.01 MiB/sec. | ||
| 14590 | 2025.03.04 03:30:07.216467 [ 255 ] {cff95730-02ed-4654-8417-14b06a07de29} <Debug> TCPHandler: Processed in 0.00244696 sec. | ||
| 14591 | 2025.03.04 03:30:07.216671 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14592 | 2025.03.04 03:30:07.216818 [ 255 ] {4792c741-d333-47a7-83eb-6894d7ad8f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14593 | 2025.03.04 03:30:07.216884 [ 255 ] {4792c741-d333-47a7-83eb-6894d7ad8f6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14594 | 2025.03.04 03:30:07.218218 [ 255 ] {4792c741-d333-47a7-83eb-6894d7ad8f6c} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14595 | 2025.03.04 03:30:07.218259 [ 255 ] {4792c741-d333-47a7-83eb-6894d7ad8f6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14596 | 2025.03.04 03:30:07.218729 [ 255 ] {4792c741-d333-47a7-83eb-6894d7ad8f6c} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 14597 | 2025.03.04 03:30:07.218975 [ 255 ] {4792c741-d333-47a7-83eb-6894d7ad8f6c} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14598 | 2025.03.04 03:30:07.219180 [ 255 ] {4792c741-d333-47a7-83eb-6894d7ad8f6c} <Debug> executeQuery: Read 1316 rows, 111.93 KiB in 0.002402 sec., 547876.7693588675 rows/sec., 45.51 MiB/sec. | ||
| 14599 | 2025.03.04 03:30:07.219241 [ 255 ] {4792c741-d333-47a7-83eb-6894d7ad8f6c} <Debug> TCPHandler: Processed in 0.002637292 sec. | ||
| 14600 | 2025.03.04 03:30:07.219349 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14601 | 2025.03.04 03:30:07.219454 [ 255 ] {f70d40ac-49bb-4485-b379-b8b380456624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14602 | 2025.03.04 03:30:07.219501 [ 255 ] {f70d40ac-49bb-4485-b379-b8b380456624} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14603 | 2025.03.04 03:30:07.220052 [ 255 ] {f70d40ac-49bb-4485-b379-b8b380456624} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14604 | 2025.03.04 03:30:07.220099 [ 255 ] {f70d40ac-49bb-4485-b379-b8b380456624} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14605 | 2025.03.04 03:30:07.220544 [ 255 ] {f70d40ac-49bb-4485-b379-b8b380456624} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 14606 | 2025.03.04 03:30:07.220862 [ 255 ] {f70d40ac-49bb-4485-b379-b8b380456624} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14607 | 2025.03.04 03:30:07.221072 [ 255 ] {f70d40ac-49bb-4485-b379-b8b380456624} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.001641 sec., 7312.614259597805 rows/sec., 585.58 KiB/sec. | ||
| 14608 | 2025.03.04 03:30:07.221139 [ 255 ] {f70d40ac-49bb-4485-b379-b8b380456624} <Debug> TCPHandler: Processed in 0.001841253 sec. | ||
| 14609 | 2025.03.04 03:30:07.221188 [ 134 ] {} <Debug> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 14610 | 2025.03.04 03:30:07.221238 [ 134 ] {} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14611 | 2025.03.04 03:30:07.221263 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14612 | 2025.03.04 03:30:07.221533 [ 201 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 14613 | 2025.03.04 03:30:07.221966 [ 201 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14614 | 2025.03.04 03:30:07.222026 [ 201 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 195 rows starting from the beginning of the part | ||
| 14615 | 2025.03.04 03:30:07.222143 [ 201 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 16 rows starting from the beginning of the part | ||
| 14616 | 2025.03.04 03:30:07.222266 [ 201 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
| 14617 | 2025.03.04 03:30:07.222612 [ 201 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 66 rows starting from the beginning of the part | ||
| 14618 | 2025.03.04 03:30:07.222826 [ 201 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
| 14619 | 2025.03.04 03:30:07.223027 [ 201 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 12 rows starting from the beginning of the part | ||
| 14620 | 2025.03.04 03:30:07.223669 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14621 | 2025.03.04 03:30:07.223903 [ 255 ] {af0676d7-1d00-4bf0-b513-bcfeb51cef1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14622 | 2025.03.04 03:30:07.224006 [ 255 ] {af0676d7-1d00-4bf0-b513-bcfeb51cef1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14623 | 2025.03.04 03:30:07.225879 [ 201 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 409 rows, containing 5 columns (5 merged, 0 gathered) in 0.004517696 sec., 90532.87339387157 rows/sec., 6.65 MiB/sec. | ||
| 14624 | 2025.03.04 03:30:07.226126 [ 201 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 14625 | 2025.03.04 03:30:07.226150 [ 255 ] {af0676d7-1d00-4bf0-b513-bcfeb51cef1c} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14626 | 2025.03.04 03:30:07.226220 [ 255 ] {af0676d7-1d00-4bf0-b513-bcfeb51cef1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14627 | 2025.03.04 03:30:07.226628 [ 201 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_91_18} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14628 | 2025.03.04 03:30:07.226849 [ 201 ] {141c3608-aab4-4fcf-ac67-3724488a6594::all_1_91_18} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 14629 | 2025.03.04 03:30:07.226981 [ 255 ] {af0676d7-1d00-4bf0-b513-bcfeb51cef1c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 14630 | 2025.03.04 03:30:07.226992 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 14631 | 2025.03.04 03:30:07.227265 [ 255 ] {af0676d7-1d00-4bf0-b513-bcfeb51cef1c} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14632 | 2025.03.04 03:30:07.227539 [ 255 ] {af0676d7-1d00-4bf0-b513-bcfeb51cef1c} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.003696 sec., 68181.81818181818 rows/sec., 4.72 MiB/sec. | ||
| 14633 | 2025.03.04 03:30:07.227775 [ 255 ] {af0676d7-1d00-4bf0-b513-bcfeb51cef1c} <Debug> TCPHandler: Processed in 0.004170571 sec. | ||
| 14634 | 2025.03.04 03:30:07.228023 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14635 | 2025.03.04 03:30:07.228171 [ 255 ] {a1f551a6-d1ba-40df-90f2-98ebd8491f0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14636 | 2025.03.04 03:30:07.228230 [ 255 ] {a1f551a6-d1ba-40df-90f2-98ebd8491f0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14637 | 2025.03.04 03:30:07.228833 [ 255 ] {a1f551a6-d1ba-40df-90f2-98ebd8491f0f} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14638 | 2025.03.04 03:30:07.228871 [ 255 ] {a1f551a6-d1ba-40df-90f2-98ebd8491f0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14639 | 2025.03.04 03:30:07.229231 [ 255 ] {a1f551a6-d1ba-40df-90f2-98ebd8491f0f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 14640 | 2025.03.04 03:30:07.229486 [ 255 ] {a1f551a6-d1ba-40df-90f2-98ebd8491f0f} <Trace> oximeter.fields_u8 (66382e76-0314-4fd6-ab4b-db341173673b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14641 | 2025.03.04 03:30:07.229718 [ 255 ] {a1f551a6-d1ba-40df-90f2-98ebd8491f0f} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001566 sec., 7662.835249042146 rows/sec., 598.66 KiB/sec. | ||
| 14642 | 2025.03.04 03:30:07.229840 [ 255 ] {a1f551a6-d1ba-40df-90f2-98ebd8491f0f} <Debug> TCPHandler: Processed in 0.001903003 sec. | ||
| 14643 | 2025.03.04 03:30:07.230023 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14644 | 2025.03.04 03:30:07.230128 [ 255 ] {34ba635f-fb38-4cbb-ab77-9d8df66c108d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14645 | 2025.03.04 03:30:07.230177 [ 255 ] {34ba635f-fb38-4cbb-ab77-9d8df66c108d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14646 | 2025.03.04 03:30:07.231026 [ 255 ] {34ba635f-fb38-4cbb-ab77-9d8df66c108d} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14647 | 2025.03.04 03:30:07.231065 [ 255 ] {34ba635f-fb38-4cbb-ab77-9d8df66c108d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14648 | 2025.03.04 03:30:07.231442 [ 255 ] {34ba635f-fb38-4cbb-ab77-9d8df66c108d} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 14649 | 2025.03.04 03:30:07.231677 [ 255 ] {34ba635f-fb38-4cbb-ab77-9d8df66c108d} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14650 | 2025.03.04 03:30:07.231878 [ 255 ] {34ba635f-fb38-4cbb-ab77-9d8df66c108d} <Debug> executeQuery: Read 556 rows, 42.66 KiB in 0.001773 sec., 313592.78059785673 rows/sec., 23.50 MiB/sec. | ||
| 14651 | 2025.03.04 03:30:07.231935 [ 255 ] {34ba635f-fb38-4cbb-ab77-9d8df66c108d} <Debug> TCPHandler: Processed in 0.001971464 sec. | ||
| 14652 | 2025.03.04 03:30:07.232052 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14653 | 2025.03.04 03:30:07.232159 [ 255 ] {14c84475-a712-4717-a636-ed931ee6b86c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14654 | 2025.03.04 03:30:07.232207 [ 255 ] {14c84475-a712-4717-a636-ed931ee6b86c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14655 | 2025.03.04 03:30:07.232986 [ 255 ] {14c84475-a712-4717-a636-ed931ee6b86c} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14656 | 2025.03.04 03:30:07.233024 [ 255 ] {14c84475-a712-4717-a636-ed931ee6b86c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14657 | 2025.03.04 03:30:07.233452 [ 255 ] {14c84475-a712-4717-a636-ed931ee6b86c} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 14658 | 2025.03.04 03:30:07.233698 [ 255 ] {14c84475-a712-4717-a636-ed931ee6b86c} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14659 | 2025.03.04 03:30:07.233875 [ 133 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Selected 6 parts from all_1_138_31 to all_143_143_0 | ||
| 14660 | 2025.03.04 03:30:07.233896 [ 255 ] {14c84475-a712-4717-a636-ed931ee6b86c} <Debug> executeQuery: Read 916 rows, 63.62 KiB in 0.001761 sec., 520159.00056785916 rows/sec., 35.28 MiB/sec. | ||
| 14661 | 2025.03.04 03:30:07.233938 [ 133 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14662 | 2025.03.04 03:30:07.234010 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14663 | 2025.03.04 03:30:07.234017 [ 255 ] {14c84475-a712-4717-a636-ed931ee6b86c} <Debug> TCPHandler: Processed in 0.002012464 sec. | ||
| 14664 | 2025.03.04 03:30:07.234180 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_143_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_138_31 to all_143_143_0 into Compact with storage Full | ||
| 14665 | 2025.03.04 03:30:07.234192 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14666 | 2025.03.04 03:30:07.234322 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_143_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14667 | 2025.03.04 03:30:07.234329 [ 255 ] {72b6cf68-e85c-420a-84a9-2aec29b845d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14668 | 2025.03.04 03:30:07.234360 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_143_32} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_138_31, total 40086 rows starting from the beginning of the part | ||
| 14669 | 2025.03.04 03:30:07.234391 [ 255 ] {72b6cf68-e85c-420a-84a9-2aec29b845d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14670 | 2025.03.04 03:30:07.234628 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_143_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 160 rows starting from the beginning of the part | ||
| 14671 | 2025.03.04 03:30:07.234973 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_143_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 163 rows starting from the beginning of the part | ||
| 14672 | 2025.03.04 03:30:07.235224 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_143_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 160 rows starting from the beginning of the part | ||
| 14673 | 2025.03.04 03:30:07.235397 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_143_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 160 rows starting from the beginning of the part | ||
| 14674 | 2025.03.04 03:30:07.235512 [ 188 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_143_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 916 rows starting from the beginning of the part | ||
| 14675 | 2025.03.04 03:30:07.236031 [ 255 ] {72b6cf68-e85c-420a-84a9-2aec29b845d7} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14676 | 2025.03.04 03:30:07.236073 [ 255 ] {72b6cf68-e85c-420a-84a9-2aec29b845d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14677 | 2025.03.04 03:30:07.236558 [ 255 ] {72b6cf68-e85c-420a-84a9-2aec29b845d7} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 14678 | 2025.03.04 03:30:07.236885 [ 255 ] {72b6cf68-e85c-420a-84a9-2aec29b845d7} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14679 | 2025.03.04 03:30:07.237215 [ 255 ] {72b6cf68-e85c-420a-84a9-2aec29b845d7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002921 sec., 20540.910647038687 rows/sec., 1.38 MiB/sec. | ||
| 14680 | 2025.03.04 03:30:07.237324 [ 255 ] {72b6cf68-e85c-420a-84a9-2aec29b845d7} <Debug> TCPHandler: Processed in 0.003188569 sec. | ||
| 14681 | 2025.03.04 03:30:07.246463 [ 187 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_143_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41645 rows, containing 5 columns (5 merged, 0 gathered) in 0.012350151 sec., 3372023.5485379896 rows/sec., 231.35 MiB/sec. | ||
| 14682 | 2025.03.04 03:30:07.246945 [ 187 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_143_32} <Trace> MergedBlockOutputStream: filled checksums all_1_143_32 (state Temporary) | ||
| 14683 | 2025.03.04 03:30:07.247470 [ 187 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_143_32} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_merge_all_1_143_32 to all_1_143_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14684 | 2025.03.04 03:30:07.247612 [ 187 ] {b7ec3585-2548-49e6-a072-7bfe4356dda9::all_1_143_32} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9) (MergerMutator): Merged 6 parts: [all_1_138_31, all_143_143_0] -> all_1_143_32 | ||
| 14685 | 2025.03.04 03:30:07.247769 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. | ||
| 14686 | 2025.03.04 03:30:07.698512 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14687 | 2025.03.04 03:30:07.698567 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14688 | 2025.03.04 03:30:07.700472 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14689 | 2025.03.04 03:30:07.715362 [ 220 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14690 | 2025.03.04 03:30:07.715415 [ 220 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14691 | 2025.03.04 03:30:07.717946 [ 220 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14692 | 2025.03.04 03:30:07.721327 [ 225 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14693 | 2025.03.04 03:30:07.721385 [ 225 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14694 | 2025.03.04 03:30:07.723525 [ 225 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14695 | 2025.03.04 03:30:08.611694 [ 223 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14696 | 2025.03.04 03:30:08.611758 [ 223 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14697 | 2025.03.04 03:30:08.614313 [ 223 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14698 | 2025.03.04 03:30:08.696223 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 44408 | ||
| 14699 | 2025.03.04 03:30:08.696842 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14700 | 2025.03.04 03:30:08.696884 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14701 | 2025.03.04 03:30:08.697423 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 14702 | 2025.03.04 03:30:08.697686 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14703 | 2025.03.04 03:30:08.697877 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44408 | ||
| 14704 | 2025.03.04 03:30:11.458558 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1918 | ||
| 14705 | 2025.03.04 03:30:11.461669 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14706 | 2025.03.04 03:30:11.461710 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14707 | 2025.03.04 03:30:11.463240 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14708 | 2025.03.04 03:30:11.463610 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14709 | 2025.03.04 03:30:11.463841 [ 129 ] {} <Debug> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14710 | 2025.03.04 03:30:11.463983 [ 129 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14711 | 2025.03.04 03:30:11.464055 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14712 | 2025.03.04 03:30:11.464524 [ 191 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 14713 | 2025.03.04 03:30:11.466385 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1918 | ||
| 14714 | 2025.03.04 03:30:11.466728 [ 191 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14715 | 2025.03.04 03:30:11.466911 [ 191 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1784 rows starting from the beginning of the part | ||
| 14716 | 2025.03.04 03:30:11.467552 [ 191 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 24 rows starting from the beginning of the part | ||
| 14717 | 2025.03.04 03:30:11.468181 [ 191 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 30 rows starting from the beginning of the part | ||
| 14718 | 2025.03.04 03:30:11.468842 [ 191 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 30 rows starting from the beginning of the part | ||
| 14719 | 2025.03.04 03:30:11.469491 [ 191 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 22 rows starting from the beginning of the part | ||
| 14720 | 2025.03.04 03:30:11.470209 [ 191 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 28 rows starting from the beginning of the part | ||
| 14721 | 2025.03.04 03:30:11.478764 [ 200 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1918 rows, containing 72 columns (72 merged, 0 gathered) in 0.014568809 sec., 131651.11849568484 rows/sec., 101.68 MiB/sec. | ||
| 14722 | 2025.03.04 03:30:11.480620 [ 199 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14723 | 2025.03.04 03:30:11.481339 [ 199 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_71_14} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14724 | 2025.03.04 03:30:11.481428 [ 199 ] {f05eb4bd-4bcb-4ead-82f0-6bad91d8923a::all_1_71_14} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14725 | 2025.03.04 03:30:11.481649 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.05 MiB. | ||
| 14726 | 2025.03.04 03:30:11.987903 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 732 | ||
| 14727 | 2025.03.04 03:30:12.014079 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14728 | 2025.03.04 03:30:12.014142 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14729 | 2025.03.04 03:30:12.021790 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 14730 | 2025.03.04 03:30:12.022588 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14731 | 2025.03.04 03:30:12.025802 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 732 | ||
| 14732 | 2025.03.04 03:30:12.186779 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14733 | 2025.03.04 03:30:12.186966 [ 255 ] {1b1c3a5b-3ebf-4d7d-8ce2-5b2aa9437c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14734 | 2025.03.04 03:30:12.187039 [ 255 ] {1b1c3a5b-3ebf-4d7d-8ce2-5b2aa9437c1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14735 | 2025.03.04 03:30:12.187906 [ 255 ] {1b1c3a5b-3ebf-4d7d-8ce2-5b2aa9437c1d} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14736 | 2025.03.04 03:30:12.187952 [ 255 ] {1b1c3a5b-3ebf-4d7d-8ce2-5b2aa9437c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14737 | 2025.03.04 03:30:12.188420 [ 255 ] {1b1c3a5b-3ebf-4d7d-8ce2-5b2aa9437c1d} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 14738 | 2025.03.04 03:30:12.188706 [ 255 ] {1b1c3a5b-3ebf-4d7d-8ce2-5b2aa9437c1d} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14739 | 2025.03.04 03:30:12.188911 [ 255 ] {1b1c3a5b-3ebf-4d7d-8ce2-5b2aa9437c1d} <Debug> executeQuery: Read 176 rows, 15.77 KiB in 0.001998 sec., 88088.08808808807 rows/sec., 7.71 MiB/sec. | ||
| 14740 | 2025.03.04 03:30:12.188978 [ 255 ] {1b1c3a5b-3ebf-4d7d-8ce2-5b2aa9437c1d} <Debug> TCPHandler: Processed in 0.002321718 sec. | ||
| 14741 | 2025.03.04 03:30:12.189094 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14742 | 2025.03.04 03:30:12.189201 [ 255 ] {ab6fab62-f3cf-4fd5-9b78-d9a254e1f26e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14743 | 2025.03.04 03:30:12.189249 [ 255 ] {ab6fab62-f3cf-4fd5-9b78-d9a254e1f26e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14744 | 2025.03.04 03:30:12.189802 [ 255 ] {ab6fab62-f3cf-4fd5-9b78-d9a254e1f26e} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14745 | 2025.03.04 03:30:12.189840 [ 255 ] {ab6fab62-f3cf-4fd5-9b78-d9a254e1f26e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14746 | 2025.03.04 03:30:12.190193 [ 255 ] {ab6fab62-f3cf-4fd5-9b78-d9a254e1f26e} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 14747 | 2025.03.04 03:30:12.190433 [ 255 ] {ab6fab62-f3cf-4fd5-9b78-d9a254e1f26e} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14748 | 2025.03.04 03:30:12.190651 [ 255 ] {ab6fab62-f3cf-4fd5-9b78-d9a254e1f26e} <Debug> executeQuery: Read 60 rows, 4.51 KiB in 0.001469 sec., 40844.11164057181 rows/sec., 3.00 MiB/sec. | ||
| 14749 | 2025.03.04 03:30:12.190725 [ 255 ] {ab6fab62-f3cf-4fd5-9b78-d9a254e1f26e} <Debug> TCPHandler: Processed in 0.00168226 sec. | ||
| 14750 | 2025.03.04 03:30:12.190968 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14751 | 2025.03.04 03:30:12.191119 [ 255 ] {ada01e02-c17b-417f-af14-59d96b540399} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14752 | 2025.03.04 03:30:12.191167 [ 255 ] {ada01e02-c17b-417f-af14-59d96b540399} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14753 | 2025.03.04 03:30:12.191748 [ 255 ] {ada01e02-c17b-417f-af14-59d96b540399} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14754 | 2025.03.04 03:30:12.191787 [ 255 ] {ada01e02-c17b-417f-af14-59d96b540399} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14755 | 2025.03.04 03:30:12.192155 [ 255 ] {ada01e02-c17b-417f-af14-59d96b540399} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 14756 | 2025.03.04 03:30:12.192385 [ 255 ] {ada01e02-c17b-417f-af14-59d96b540399} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14757 | 2025.03.04 03:30:12.192564 [ 255 ] {ada01e02-c17b-417f-af14-59d96b540399} <Debug> executeQuery: Read 124 rows, 9.92 KiB in 0.001468 sec., 84468.66485013625 rows/sec., 6.60 MiB/sec. | ||
| 14758 | 2025.03.04 03:30:12.192625 [ 255 ] {ada01e02-c17b-417f-af14-59d96b540399} <Debug> TCPHandler: Processed in 0.001757292 sec. | ||
| 14759 | 2025.03.04 03:30:12.192743 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14760 | 2025.03.04 03:30:12.192849 [ 255 ] {3b77dd45-f282-4b43-b7ab-ec1f1544868c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14761 | 2025.03.04 03:30:12.192898 [ 255 ] {3b77dd45-f282-4b43-b7ab-ec1f1544868c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14762 | 2025.03.04 03:30:12.193408 [ 255 ] {3b77dd45-f282-4b43-b7ab-ec1f1544868c} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14763 | 2025.03.04 03:30:12.193444 [ 255 ] {3b77dd45-f282-4b43-b7ab-ec1f1544868c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14764 | 2025.03.04 03:30:12.193846 [ 255 ] {3b77dd45-f282-4b43-b7ab-ec1f1544868c} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 14765 | 2025.03.04 03:30:12.194083 [ 255 ] {3b77dd45-f282-4b43-b7ab-ec1f1544868c} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14766 | 2025.03.04 03:30:12.194262 [ 255 ] {3b77dd45-f282-4b43-b7ab-ec1f1544868c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001435 sec., 111498.25783972125 rows/sec., 7.77 MiB/sec. | ||
| 14767 | 2025.03.04 03:30:12.194312 [ 255 ] {3b77dd45-f282-4b43-b7ab-ec1f1544868c} <Debug> TCPHandler: Processed in 0.00161896 sec. | ||
| 14768 | 2025.03.04 03:30:12.194415 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14769 | 2025.03.04 03:30:12.194516 [ 255 ] {e84863dd-aef3-4c0b-8cdf-5f8bbac5d015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14770 | 2025.03.04 03:30:12.194580 [ 255 ] {e84863dd-aef3-4c0b-8cdf-5f8bbac5d015} <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 | ||
| 14771 | 2025.03.04 03:30:12.195830 [ 255 ] {e84863dd-aef3-4c0b-8cdf-5f8bbac5d015} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14772 | 2025.03.04 03:30:12.195867 [ 255 ] {e84863dd-aef3-4c0b-8cdf-5f8bbac5d015} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14773 | 2025.03.04 03:30:12.196634 [ 255 ] {e84863dd-aef3-4c0b-8cdf-5f8bbac5d015} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14774 | 2025.03.04 03:30:12.196894 [ 255 ] {e84863dd-aef3-4c0b-8cdf-5f8bbac5d015} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14775 | 2025.03.04 03:30:12.197033 [ 128 ] {} <Debug> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14776 | 2025.03.04 03:30:12.197086 [ 128 ] {} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14777 | 2025.03.04 03:30:12.197103 [ 255 ] {e84863dd-aef3-4c0b-8cdf-5f8bbac5d015} <Debug> executeQuery: Read 60 rows, 110.10 KiB in 0.002606 sec., 23023.791250959326 rows/sec., 41.26 MiB/sec. | ||
| 14778 | 2025.03.04 03:30:12.197113 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14779 | 2025.03.04 03:30:12.197479 [ 200 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
| 14780 | 2025.03.04 03:30:12.197681 [ 255 ] {e84863dd-aef3-4c0b-8cdf-5f8bbac5d015} <Debug> TCPHandler: Processed in 0.003309631 sec. | ||
| 14781 | 2025.03.04 03:30:12.198233 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14782 | 2025.03.04 03:30:12.198621 [ 255 ] {76305de2-018d-4215-b602-d3f9d1994dec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14783 | 2025.03.04 03:30:12.198820 [ 255 ] {76305de2-018d-4215-b602-d3f9d1994dec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14784 | 2025.03.04 03:30:12.199148 [ 200 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14785 | 2025.03.04 03:30:12.199281 [ 200 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2541 rows starting from the beginning of the part | ||
| 14786 | 2025.03.04 03:30:12.199752 [ 200 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 57 rows starting from the beginning of the part | ||
| 14787 | 2025.03.04 03:30:12.200483 [ 200 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part | ||
| 14788 | 2025.03.04 03:30:12.200514 [ 255 ] {76305de2-018d-4215-b602-d3f9d1994dec} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14789 | 2025.03.04 03:30:12.200559 [ 255 ] {76305de2-018d-4215-b602-d3f9d1994dec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14790 | 2025.03.04 03:30:12.201062 [ 200 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
| 14791 | 2025.03.04 03:30:12.201698 [ 200 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part | ||
| 14792 | 2025.03.04 03:30:12.201854 [ 255 ] {76305de2-018d-4215-b602-d3f9d1994dec} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 14793 | 2025.03.04 03:30:12.202212 [ 200 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part | ||
| 14794 | 2025.03.04 03:30:12.202578 [ 255 ] {76305de2-018d-4215-b602-d3f9d1994dec} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14795 | 2025.03.04 03:30:12.203000 [ 255 ] {76305de2-018d-4215-b602-d3f9d1994dec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004519 sec., 13277.2737331268 rows/sec., 916.27 KiB/sec. | ||
| 14796 | 2025.03.04 03:30:12.203120 [ 255 ] {76305de2-018d-4215-b602-d3f9d1994dec} <Debug> TCPHandler: Processed in 0.005012682 sec. | ||
| 14797 | 2025.03.04 03:30:12.211908 [ 199 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2838 rows, containing 19 columns (19 merged, 0 gathered) in 0.01470409 sec., 193007.5237569955 rows/sec., 345.86 MiB/sec. | ||
| 14798 | 2025.03.04 03:30:12.214858 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14799 | 2025.03.04 03:30:12.215363 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14800 | 2025.03.04 03:30:12.215455 [ 197 ] {7cb2da64-6abd-4bfd-992e-1766d929f475::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14801 | 2025.03.04 03:30:12.215634 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 14802 | 2025.03.04 03:30:15.920997 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14803 | 2025.03.04 03:30:15.921093 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14804 | 2025.03.04 03:30:16.198039 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 44896 | ||
| 14805 | 2025.03.04 03:30:16.198706 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14806 | 2025.03.04 03:30:16.198756 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14807 | 2025.03.04 03:30:16.199288 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 14808 | 2025.03.04 03:30:16.199549 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14809 | 2025.03.04 03:30:16.199804 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44896 | ||
| 14810 | 2025.03.04 03:30:17.184339 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14811 | 2025.03.04 03:30:17.184518 [ 255 ] {15f62a69-791e-4e4f-983e-d6a37aeedcf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14812 | 2025.03.04 03:30:17.184583 [ 255 ] {15f62a69-791e-4e4f-983e-d6a37aeedcf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14813 | 2025.03.04 03:30:17.185331 [ 255 ] {15f62a69-791e-4e4f-983e-d6a37aeedcf9} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14814 | 2025.03.04 03:30:17.185375 [ 255 ] {15f62a69-791e-4e4f-983e-d6a37aeedcf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14815 | 2025.03.04 03:30:17.185805 [ 255 ] {15f62a69-791e-4e4f-983e-d6a37aeedcf9} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 14816 | 2025.03.04 03:30:17.186052 [ 255 ] {15f62a69-791e-4e4f-983e-d6a37aeedcf9} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14817 | 2025.03.04 03:30:17.186298 [ 255 ] {15f62a69-791e-4e4f-983e-d6a37aeedcf9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001828 sec., 30634.57330415755 rows/sec., 2.34 MiB/sec. | ||
| 14818 | 2025.03.04 03:30:17.186386 [ 255 ] {15f62a69-791e-4e4f-983e-d6a37aeedcf9} <Debug> TCPHandler: Processed in 0.002166217 sec. | ||
| 14819 | 2025.03.04 03:30:17.186500 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14820 | 2025.03.04 03:30:17.186612 [ 255 ] {5d207f98-b0b3-4f70-9091-e061d09adc3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14821 | 2025.03.04 03:30:17.186661 [ 255 ] {5d207f98-b0b3-4f70-9091-e061d09adc3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14822 | 2025.03.04 03:30:17.187222 [ 255 ] {5d207f98-b0b3-4f70-9091-e061d09adc3a} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14823 | 2025.03.04 03:30:17.187262 [ 255 ] {5d207f98-b0b3-4f70-9091-e061d09adc3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14824 | 2025.03.04 03:30:17.187621 [ 255 ] {5d207f98-b0b3-4f70-9091-e061d09adc3a} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 14825 | 2025.03.04 03:30:17.187863 [ 255 ] {5d207f98-b0b3-4f70-9091-e061d09adc3a} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14826 | 2025.03.04 03:30:17.188104 [ 255 ] {5d207f98-b0b3-4f70-9091-e061d09adc3a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001519 sec., 42132.982225148124 rows/sec., 3.29 MiB/sec. | ||
| 14827 | 2025.03.04 03:30:17.188157 [ 255 ] {5d207f98-b0b3-4f70-9091-e061d09adc3a} <Debug> TCPHandler: Processed in 0.00170761 sec. | ||
| 14828 | 2025.03.04 03:30:17.188272 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14829 | 2025.03.04 03:30:17.188378 [ 255 ] {a8dd8412-454a-4c55-9901-da6aa04405c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14830 | 2025.03.04 03:30:17.188426 [ 255 ] {a8dd8412-454a-4c55-9901-da6aa04405c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14831 | 2025.03.04 03:30:17.188938 [ 255 ] {a8dd8412-454a-4c55-9901-da6aa04405c5} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14832 | 2025.03.04 03:30:17.188976 [ 255 ] {a8dd8412-454a-4c55-9901-da6aa04405c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14833 | 2025.03.04 03:30:17.189353 [ 255 ] {a8dd8412-454a-4c55-9901-da6aa04405c5} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 14834 | 2025.03.04 03:30:17.189589 [ 255 ] {a8dd8412-454a-4c55-9901-da6aa04405c5} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14835 | 2025.03.04 03:30:17.189820 [ 255 ] {a8dd8412-454a-4c55-9901-da6aa04405c5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001465 sec., 109215.01706484643 rows/sec., 7.61 MiB/sec. | ||
| 14836 | 2025.03.04 03:30:17.189899 [ 255 ] {a8dd8412-454a-4c55-9901-da6aa04405c5} <Debug> TCPHandler: Processed in 0.001679041 sec. | ||
| 14837 | 2025.03.04 03:30:17.190071 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14838 | 2025.03.04 03:30:17.190344 [ 255 ] {a3021f5a-9649-4d46-8aca-e8502d7b02fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14839 | 2025.03.04 03:30:17.190418 [ 255 ] {a3021f5a-9649-4d46-8aca-e8502d7b02fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14840 | 2025.03.04 03:30:17.190850 [ 255 ] {a3021f5a-9649-4d46-8aca-e8502d7b02fc} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14841 | 2025.03.04 03:30:17.190887 [ 255 ] {a3021f5a-9649-4d46-8aca-e8502d7b02fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14842 | 2025.03.04 03:30:17.191241 [ 255 ] {a3021f5a-9649-4d46-8aca-e8502d7b02fc} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 14843 | 2025.03.04 03:30:17.191465 [ 255 ] {a3021f5a-9649-4d46-8aca-e8502d7b02fc} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14844 | 2025.03.04 03:30:17.191675 [ 255 ] {a3021f5a-9649-4d46-8aca-e8502d7b02fc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001428 sec., 42016.80672268908 rows/sec., 2.83 MiB/sec. | ||
| 14845 | 2025.03.04 03:30:17.191723 [ 255 ] {a3021f5a-9649-4d46-8aca-e8502d7b02fc} <Debug> TCPHandler: Processed in 0.001742801 sec. | ||
| 14846 | 2025.03.04 03:30:19.525918 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 739 | ||
| 14847 | 2025.03.04 03:30:19.549907 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14848 | 2025.03.04 03:30:19.549968 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14849 | 2025.03.04 03:30:19.559053 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 14850 | 2025.03.04 03:30:19.559866 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14851 | 2025.03.04 03:30:19.563025 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 739 | ||
| 14852 | 2025.03.04 03:30:19.793155 [ 124 ] {} <Debug> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 14853 | 2025.03.04 03:30:19.793222 [ 124 ] {} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14854 | 2025.03.04 03:30:19.793243 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14855 | 2025.03.04 03:30:19.793427 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
| 14856 | 2025.03.04 03:30:19.793714 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14857 | 2025.03.04 03:30:19.793757 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 365 rows starting from the beginning of the part | ||
| 14858 | 2025.03.04 03:30:19.793854 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 252 rows starting from the beginning of the part | ||
| 14859 | 2025.03.04 03:30:19.794070 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 252 rows starting from the beginning of the part | ||
| 14860 | 2025.03.04 03:30:19.794340 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 14861 | 2025.03.04 03:30:19.794462 [ 192 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 252 rows starting from the beginning of the part | ||
| 14862 | 2025.03.04 03:30:19.795779 [ 198 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1122 rows, containing 5 columns (5 merged, 0 gathered) in 0.00246953 sec., 454337.46502370894 rows/sec., 32.95 MiB/sec. | ||
| 14863 | 2025.03.04 03:30:19.795998 [ 198 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 14864 | 2025.03.04 03:30:19.796352 [ 198 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_29_7} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14865 | 2025.03.04 03:30:19.796443 [ 198 ] {7c7e50ba-96e9-4189-a07f-33befbdfdc7b::all_1_29_7} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 14866 | 2025.03.04 03:30:19.796551 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 14867 | 2025.03.04 03:30:21.300591 [ 218 ] {} <Trace> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 14868 | 2025.03.04 03:30:21.300653 [ 218 ] {} <Debug> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 14869 | 2025.03.04 03:30:21.302151 [ 218 ] {} <Debug> oximeter.fields_u32 (7c7e50ba-96e9-4189-a07f-33befbdfdc7b): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 14870 | 2025.03.04 03:30:21.466672 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1938 | ||
| 14871 | 2025.03.04 03:30:21.469805 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14872 | 2025.03.04 03:30:21.469850 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14873 | 2025.03.04 03:30:21.471388 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 14874 | 2025.03.04 03:30:21.471716 [ 242 ] {} <Trace> system.query_log (f05eb4bd-4bcb-4ead-82f0-6bad91d8923a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14875 | 2025.03.04 03:30:21.472382 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1938 | ||
| 14876 | 2025.03.04 03:30:22.187624 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14877 | 2025.03.04 03:30:22.187833 [ 255 ] {50904505-9dc7-43c0-beb3-cecd72097f25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14878 | 2025.03.04 03:30:22.187918 [ 255 ] {50904505-9dc7-43c0-beb3-cecd72097f25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14879 | 2025.03.04 03:30:22.188726 [ 255 ] {50904505-9dc7-43c0-beb3-cecd72097f25} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14880 | 2025.03.04 03:30:22.188772 [ 255 ] {50904505-9dc7-43c0-beb3-cecd72097f25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14881 | 2025.03.04 03:30:22.189185 [ 255 ] {50904505-9dc7-43c0-beb3-cecd72097f25} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 14882 | 2025.03.04 03:30:22.189438 [ 255 ] {50904505-9dc7-43c0-beb3-cecd72097f25} <Trace> oximeter.fields_ipaddr (d24c7aac-0eb7-4f1d-93dd-307f6a73b456): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14883 | 2025.03.04 03:30:22.189648 [ 255 ] {50904505-9dc7-43c0-beb3-cecd72097f25} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001874 sec., 4268.943436499467 rows/sec., 348.10 KiB/sec. | ||
| 14884 | 2025.03.04 03:30:22.189775 [ 255 ] {50904505-9dc7-43c0-beb3-cecd72097f25} <Debug> TCPHandler: Processed in 0.002283638 sec. | ||
| 14885 | 2025.03.04 03:30:22.189912 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14886 | 2025.03.04 03:30:22.190023 [ 255 ] {84866127-602e-4505-ab6c-ce32af2f8840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14887 | 2025.03.04 03:30:22.190069 [ 255 ] {84866127-602e-4505-ab6c-ce32af2f8840} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14888 | 2025.03.04 03:30:22.190705 [ 255 ] {84866127-602e-4505-ab6c-ce32af2f8840} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14889 | 2025.03.04 03:30:22.190741 [ 255 ] {84866127-602e-4505-ab6c-ce32af2f8840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14890 | 2025.03.04 03:30:22.191107 [ 255 ] {84866127-602e-4505-ab6c-ce32af2f8840} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 14891 | 2025.03.04 03:30:22.191343 [ 255 ] {84866127-602e-4505-ab6c-ce32af2f8840} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14892 | 2025.03.04 03:30:22.191480 [ 120 ] {} <Debug> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 14893 | 2025.03.04 03:30:22.191521 [ 120 ] {} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14894 | 2025.03.04 03:30:22.191526 [ 255 ] {84866127-602e-4505-ab6c-ce32af2f8840} <Debug> executeQuery: Read 180 rows, 16.06 KiB in 0.001529 sec., 117724.00261608895 rows/sec., 10.26 MiB/sec. | ||
| 14895 | 2025.03.04 03:30:22.191543 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14896 | 2025.03.04 03:30:22.191613 [ 255 ] {84866127-602e-4505-ab6c-ce32af2f8840} <Debug> TCPHandler: Processed in 0.001753672 sec. | ||
| 14897 | 2025.03.04 03:30:22.191819 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14898 | 2025.03.04 03:30:22.191822 [ 190 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 14899 | 2025.03.04 03:30:22.191984 [ 255 ] {5164abc0-3a40-4d5c-ace0-b510fe781dca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14900 | 2025.03.04 03:30:22.192073 [ 255 ] {5164abc0-3a40-4d5c-ace0-b510fe781dca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14901 | 2025.03.04 03:30:22.192236 [ 190 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14902 | 2025.03.04 03:30:22.192321 [ 190 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 2009 rows starting from the beginning of the part | ||
| 14903 | 2025.03.04 03:30:22.192614 [ 190 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 176 rows starting from the beginning of the part | ||
| 14904 | 2025.03.04 03:30:22.193001 [ 190 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 1316 rows starting from the beginning of the part | ||
| 14905 | 2025.03.04 03:30:22.193454 [ 190 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 176 rows starting from the beginning of the part | ||
| 14906 | 2025.03.04 03:30:22.193826 [ 190 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 56 rows starting from the beginning of the part | ||
| 14907 | 2025.03.04 03:30:22.194058 [ 190 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 180 rows starting from the beginning of the part | ||
| 14908 | 2025.03.04 03:30:22.194997 [ 255 ] {5164abc0-3a40-4d5c-ace0-b510fe781dca} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14909 | 2025.03.04 03:30:22.195069 [ 255 ] {5164abc0-3a40-4d5c-ace0-b510fe781dca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 14910 | 2025.03.04 03:30:22.195843 [ 255 ] {5164abc0-3a40-4d5c-ace0-b510fe781dca} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 14911 | 2025.03.04 03:30:22.196359 [ 255 ] {5164abc0-3a40-4d5c-ace0-b510fe781dca} <Trace> oximeter.fields_u16 (141c3608-aab4-4fcf-ac67-3724488a6594): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14912 | 2025.03.04 03:30:22.196850 [ 255 ] {5164abc0-3a40-4d5c-ace0-b510fe781dca} <Debug> executeQuery: Read 68 rows, 5.07 KiB in 0.004896 sec., 13888.888888888889 rows/sec., 1.01 MiB/sec. | ||
| 14913 | 2025.03.04 03:30:22.196931 [ 255 ] {5164abc0-3a40-4d5c-ace0-b510fe781dca} <Debug> TCPHandler: Processed in 0.005192454 sec. | ||
| 14914 | 2025.03.04 03:30:22.197072 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14915 | 2025.03.04 03:30:22.197190 [ 255 ] {23a2a71a-1f53-4165-b0c1-e7f155a0322b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14916 | 2025.03.04 03:30:22.197238 [ 255 ] {23a2a71a-1f53-4165-b0c1-e7f155a0322b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14917 | 2025.03.04 03:30:22.198056 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3913 rows, containing 5 columns (5 merged, 0 gathered) in 0.006406449 sec., 610790.7828502186 rows/sec., 53.11 MiB/sec. | ||
| 14918 | 2025.03.04 03:30:22.198402 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 14919 | 2025.03.04 03:30:22.198465 [ 255 ] {23a2a71a-1f53-4165-b0c1-e7f155a0322b} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14920 | 2025.03.04 03:30:22.198532 [ 255 ] {23a2a71a-1f53-4165-b0c1-e7f155a0322b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14921 | 2025.03.04 03:30:22.198967 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_146_29} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14922 | 2025.03.04 03:30:22.199207 [ 198 ] {bd00fff7-d514-4351-80dd-ad169d1f6d1f::all_1_146_29} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 14923 | 2025.03.04 03:30:22.199258 [ 255 ] {23a2a71a-1f53-4165-b0c1-e7f155a0322b} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 14924 | 2025.03.04 03:30:22.199363 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. | ||
| 14925 | 2025.03.04 03:30:22.199596 [ 255 ] {23a2a71a-1f53-4165-b0c1-e7f155a0322b} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14926 | 2025.03.04 03:30:22.199736 [ 120 ] {} <Debug> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 14927 | 2025.03.04 03:30:22.199767 [ 120 ] {} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14928 | 2025.03.04 03:30:22.199786 [ 255 ] {23a2a71a-1f53-4165-b0c1-e7f155a0322b} <Debug> executeQuery: Read 132 rows, 10.57 KiB in 0.002616 sec., 50458.71559633028 rows/sec., 3.95 MiB/sec. | ||
| 14929 | 2025.03.04 03:30:22.199790 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14930 | 2025.03.04 03:30:22.199915 [ 255 ] {23a2a71a-1f53-4165-b0c1-e7f155a0322b} <Debug> TCPHandler: Processed in 0.002893625 sec. | ||
| 14931 | 2025.03.04 03:30:22.200054 [ 193 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 14932 | 2025.03.04 03:30:22.200099 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14933 | 2025.03.04 03:30:22.200336 [ 255 ] {bf92a319-8f2f-4c6e-9a3f-6d0092408507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14934 | 2025.03.04 03:30:22.200349 [ 193 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14935 | 2025.03.04 03:30:22.200440 [ 255 ] {bf92a319-8f2f-4c6e-9a3f-6d0092408507} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14936 | 2025.03.04 03:30:22.200447 [ 193 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 975 rows starting from the beginning of the part | ||
| 14937 | 2025.03.04 03:30:22.200812 [ 193 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 124 rows starting from the beginning of the part | ||
| 14938 | 2025.03.04 03:30:22.201203 [ 193 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 556 rows starting from the beginning of the part | ||
| 14939 | 2025.03.04 03:30:22.201594 [ 193 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 124 rows starting from the beginning of the part | ||
| 14940 | 2025.03.04 03:30:22.201946 [ 193 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 64 rows starting from the beginning of the part | ||
| 14941 | 2025.03.04 03:30:22.202193 [ 193 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 132 rows starting from the beginning of the part | ||
| 14942 | 2025.03.04 03:30:22.203167 [ 255 ] {bf92a319-8f2f-4c6e-9a3f-6d0092408507} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14943 | 2025.03.04 03:30:22.203244 [ 255 ] {bf92a319-8f2f-4c6e-9a3f-6d0092408507} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 14944 | 2025.03.04 03:30:22.204211 [ 255 ] {bf92a319-8f2f-4c6e-9a3f-6d0092408507} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 14945 | 2025.03.04 03:30:22.204626 [ 255 ] {bf92a319-8f2f-4c6e-9a3f-6d0092408507} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14946 | 2025.03.04 03:30:22.205100 [ 255 ] {bf92a319-8f2f-4c6e-9a3f-6d0092408507} <Debug> executeQuery: Read 164 rows, 11.69 KiB in 0.004833 sec., 33933.37471549762 rows/sec., 2.36 MiB/sec. | ||
| 14947 | 2025.03.04 03:30:22.205421 [ 255 ] {bf92a319-8f2f-4c6e-9a3f-6d0092408507} <Debug> TCPHandler: Processed in 0.005376676 sec. | ||
| 14948 | 2025.03.04 03:30:22.205447 [ 193 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1975 rows, containing 5 columns (5 merged, 0 gathered) in 0.005525608 sec., 357426.7302349352 rows/sec., 28.13 MiB/sec. | ||
| 14949 | 2025.03.04 03:30:22.205753 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14950 | 2025.03.04 03:30:22.205891 [ 198 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 14951 | 2025.03.04 03:30:22.206382 [ 255 ] {c9c9c2c8-09eb-4d23-b552-9eea6ce83c02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14952 | 2025.03.04 03:30:22.206820 [ 255 ] {c9c9c2c8-09eb-4d23-b552-9eea6ce83c02} <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 | ||
| 14953 | 2025.03.04 03:30:22.207139 [ 198 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_146_29} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14954 | 2025.03.04 03:30:22.207486 [ 198 ] {9be4847f-fd55-43df-80f3-863c47d95200::all_1_146_29} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 14955 | 2025.03.04 03:30:22.207760 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 14956 | 2025.03.04 03:30:22.210028 [ 255 ] {c9c9c2c8-09eb-4d23-b552-9eea6ce83c02} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14957 | 2025.03.04 03:30:22.210071 [ 255 ] {c9c9c2c8-09eb-4d23-b552-9eea6ce83c02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14958 | 2025.03.04 03:30:22.210813 [ 255 ] {c9c9c2c8-09eb-4d23-b552-9eea6ce83c02} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 14959 | 2025.03.04 03:30:22.211076 [ 255 ] {c9c9c2c8-09eb-4d23-b552-9eea6ce83c02} <Trace> oximeter.measurements_histogramu64 (7cb2da64-6abd-4bfd-992e-1766d929f475): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14960 | 2025.03.04 03:30:22.211286 [ 255 ] {c9c9c2c8-09eb-4d23-b552-9eea6ce83c02} <Debug> executeQuery: Read 60 rows, 110.10 KiB in 0.005153 sec., 11643.702697457793 rows/sec., 20.86 MiB/sec. | ||
| 14961 | 2025.03.04 03:30:22.211442 [ 255 ] {c9c9c2c8-09eb-4d23-b552-9eea6ce83c02} <Debug> TCPHandler: Processed in 0.005888353 sec. | ||
| 14962 | 2025.03.04 03:30:22.211568 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14963 | 2025.03.04 03:30:22.211670 [ 255 ] {1405ecae-2678-48cd-9d9c-fe7fa74ffa88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14964 | 2025.03.04 03:30:22.211715 [ 255 ] {1405ecae-2678-48cd-9d9c-fe7fa74ffa88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14965 | 2025.03.04 03:30:22.212163 [ 255 ] {1405ecae-2678-48cd-9d9c-fe7fa74ffa88} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14966 | 2025.03.04 03:30:22.212199 [ 255 ] {1405ecae-2678-48cd-9d9c-fe7fa74ffa88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14967 | 2025.03.04 03:30:22.212557 [ 255 ] {1405ecae-2678-48cd-9d9c-fe7fa74ffa88} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 14968 | 2025.03.04 03:30:22.212785 [ 255 ] {1405ecae-2678-48cd-9d9c-fe7fa74ffa88} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14969 | 2025.03.04 03:30:22.212919 [ 120 ] {} <Debug> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 14970 | 2025.03.04 03:30:22.212957 [ 120 ] {} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14971 | 2025.03.04 03:30:22.212971 [ 255 ] {1405ecae-2678-48cd-9d9c-fe7fa74ffa88} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00132 sec., 45454.545454545456 rows/sec., 3.06 MiB/sec. | ||
| 14972 | 2025.03.04 03:30:22.212981 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14973 | 2025.03.04 03:30:22.213049 [ 255 ] {1405ecae-2678-48cd-9d9c-fe7fa74ffa88} <Debug> TCPHandler: Processed in 0.001530068 sec. | ||
| 14974 | 2025.03.04 03:30:22.213143 [ 196 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 14975 | 2025.03.04 03:30:22.213258 [ 196 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14976 | 2025.03.04 03:30:22.213293 [ 196 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 8228 rows starting from the beginning of the part | ||
| 14977 | 2025.03.04 03:30:22.213407 [ 196 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 60 rows starting from the beginning of the part | ||
| 14978 | 2025.03.04 03:30:22.213606 [ 196 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 60 rows starting from the beginning of the part | ||
| 14979 | 2025.03.04 03:30:22.213848 [ 196 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 60 rows starting from the beginning of the part | ||
| 14980 | 2025.03.04 03:30:22.213971 [ 196 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 60 rows starting from the beginning of the part | ||
| 14981 | 2025.03.04 03:30:22.214135 [ 196 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 60 rows starting from the beginning of the part | ||
| 14982 | 2025.03.04 03:30:22.216828 [ 198 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8528 rows, containing 4 columns (4 merged, 0 gathered) in 0.003772317 sec., 2260679.577034486 rows/sec., 151.96 MiB/sec. | ||
| 14983 | 2025.03.04 03:30:22.217047 [ 189 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 14984 | 2025.03.04 03:30:22.217401 [ 189 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_146_29} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14985 | 2025.03.04 03:30:22.217493 [ 189 ] {2d54c01d-520f-4a58-9140-c3452a4822aa::all_1_146_29} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 14986 | 2025.03.04 03:30:22.217588 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB. | ||
| 14987 | 2025.03.04 03:30:23.699980 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 45323 | ||
| 14988 | 2025.03.04 03:30:23.700690 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14989 | 2025.03.04 03:30:23.700746 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 14990 | 2025.03.04 03:30:23.701279 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 14991 | 2025.03.04 03:30:23.701566 [ 244 ] {} <Trace> system.asynchronous_metric_log (1345a41a-cb03-40d0-bb20-ae88c4d3d7ab): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14992 | 2025.03.04 03:30:23.701833 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45323 | ||
| 14993 | 2025.03.04 03:30:27.063128 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 747 | ||
| 14994 | 2025.03.04 03:30:27.087063 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14995 | 2025.03.04 03:30:27.087122 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 14996 | 2025.03.04 03:30:27.094804 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 14997 | 2025.03.04 03:30:27.096036 [ 243 ] {} <Trace> system.metric_log (4b2f7209-ff4a-4ad8-a82f-b52e70f8311c): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14998 | 2025.03.04 03:30:27.099633 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 747 | ||
| 14999 | 2025.03.04 03:30:27.184232 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15000 | 2025.03.04 03:30:27.184489 [ 255 ] {1502866f-533c-456e-be1c-54d44317a845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15001 | 2025.03.04 03:30:27.184571 [ 255 ] {1502866f-533c-456e-be1c-54d44317a845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15002 | 2025.03.04 03:30:27.185386 [ 255 ] {1502866f-533c-456e-be1c-54d44317a845} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15003 | 2025.03.04 03:30:27.185437 [ 255 ] {1502866f-533c-456e-be1c-54d44317a845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 15004 | 2025.03.04 03:30:27.186026 [ 255 ] {1502866f-533c-456e-be1c-54d44317a845} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 15005 | 2025.03.04 03:30:27.186549 [ 255 ] {1502866f-533c-456e-be1c-54d44317a845} <Trace> oximeter.fields_string (bd00fff7-d514-4351-80dd-ad169d1f6d1f): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15006 | 2025.03.04 03:30:27.186804 [ 255 ] {1502866f-533c-456e-be1c-54d44317a845} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00238 sec., 23529.41176470588 rows/sec., 1.80 MiB/sec. | ||
| 15007 | 2025.03.04 03:30:27.186873 [ 255 ] {1502866f-533c-456e-be1c-54d44317a845} <Debug> TCPHandler: Processed in 0.002778284 sec. | ||
| 15008 | 2025.03.04 03:30:27.187001 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15009 | 2025.03.04 03:30:27.187113 [ 255 ] {f465b0a5-c612-44c1-9a6f-37f693de441f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15010 | 2025.03.04 03:30:27.187162 [ 255 ] {f465b0a5-c612-44c1-9a6f-37f693de441f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15011 | 2025.03.04 03:30:27.187719 [ 255 ] {f465b0a5-c612-44c1-9a6f-37f693de441f} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15012 | 2025.03.04 03:30:27.187758 [ 255 ] {f465b0a5-c612-44c1-9a6f-37f693de441f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 15013 | 2025.03.04 03:30:27.188236 [ 255 ] {f465b0a5-c612-44c1-9a6f-37f693de441f} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 15014 | 2025.03.04 03:30:27.188756 [ 255 ] {f465b0a5-c612-44c1-9a6f-37f693de441f} <Trace> oximeter.fields_uuid (9be4847f-fd55-43df-80f3-863c47d95200): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15015 | 2025.03.04 03:30:27.188970 [ 255 ] {f465b0a5-c612-44c1-9a6f-37f693de441f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001885 sec., 33952.254641909814 rows/sec., 2.65 MiB/sec. | ||
| 15016 | 2025.03.04 03:30:27.189021 [ 255 ] {f465b0a5-c612-44c1-9a6f-37f693de441f} <Debug> TCPHandler: Processed in 0.002071885 sec. | ||
| 15017 | 2025.03.04 03:30:27.189136 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15018 | 2025.03.04 03:30:27.189240 [ 255 ] {d7a0b917-9c09-4741-a0f9-6c3df7a2729c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15019 | 2025.03.04 03:30:27.189287 [ 255 ] {d7a0b917-9c09-4741-a0f9-6c3df7a2729c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15020 | 2025.03.04 03:30:27.189809 [ 255 ] {d7a0b917-9c09-4741-a0f9-6c3df7a2729c} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15021 | 2025.03.04 03:30:27.189847 [ 255 ] {d7a0b917-9c09-4741-a0f9-6c3df7a2729c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 15022 | 2025.03.04 03:30:27.190352 [ 255 ] {d7a0b917-9c09-4741-a0f9-6c3df7a2729c} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 15023 | 2025.03.04 03:30:27.190837 [ 255 ] {d7a0b917-9c09-4741-a0f9-6c3df7a2729c} <Trace> oximeter.measurements_cumulativeu64 (b7ec3585-2548-49e6-a072-7bfe4356dda9): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15024 | 2025.03.04 03:30:27.191071 [ 255 ] {d7a0b917-9c09-4741-a0f9-6c3df7a2729c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001853 sec., 86346.46519158121 rows/sec., 6.01 MiB/sec. | ||
| 15025 | 2025.03.04 03:30:27.191143 [ 255 ] {d7a0b917-9c09-4741-a0f9-6c3df7a2729c} <Debug> TCPHandler: Processed in 0.002056935 sec. | ||
| 15026 | 2025.03.04 03:30:27.191259 [ 255 ] {} <Trace> TCP-Session: 87c8f64d-27de-4443-8178-54592867c114 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15027 | 2025.03.04 03:30:27.191427 [ 255 ] {9e9d0668-8e89-446d-a2e9-8a904d38742b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15028 | 2025.03.04 03:30:27.191494 [ 255 ] {9e9d0668-8e89-446d-a2e9-8a904d38742b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15029 | 2025.03.04 03:30:27.191934 [ 255 ] {9e9d0668-8e89-446d-a2e9-8a904d38742b} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15030 | 2025.03.04 03:30:27.191970 [ 255 ] {9e9d0668-8e89-446d-a2e9-8a904d38742b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 15031 | 2025.03.04 03:30:27.192450 [ 255 ] {9e9d0668-8e89-446d-a2e9-8a904d38742b} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 15032 | 2025.03.04 03:30:27.192929 [ 255 ] {9e9d0668-8e89-446d-a2e9-8a904d38742b} <Trace> oximeter.measurements_u64 (2d54c01d-520f-4a58-9140-c3452a4822aa): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15033 | 2025.03.04 03:30:27.193157 [ 255 ] {9e9d0668-8e89-446d-a2e9-8a904d38742b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001776 sec., 33783.78378378379 rows/sec., 2.28 MiB/sec. | ||
| 15034 | 2025.03.04 03:30:27.193247 [ 255 ] {9e9d0668-8e89-446d-a2e9-8a904d38742b} <Debug> TCPHandler: Processed in 0.002048405 sec. | ||